1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

- fixed stupid realloc(..., len) error

- rearranged input area and added vector component edit capability



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5381 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-04 00:23:10 +00:00
parent 0ff7a6a3ab
commit 7674be9b10
7 changed files with 157 additions and 93 deletions

3
TODO
View File

@@ -1,7 +1,5 @@
Missing features:
- populate input area (still needed: mm/mil, rezoom)
- add vec editor (need to be able to edit name, x, and y)
- add obj editor
- add table/var/loop editor (missing: add col/row, add/del var/table/loop)
- add default unit (combine with grid unit selection ?)
- consider adding auto/mm/mil selection for each dimension
@@ -16,6 +14,7 @@ Error detection:
Style:
- make column of entry field greedily consume all unallocated space
- status area looks awful
Bugs:
- default silk width has no business being hard-coded in obj.c