-
Currently, there is no way to extract an embedded symbol via the gschem GUI. Embedded symbols can only be unembedded, if a copy of the symbol is present in an accessible library. It is not possible to edit an embedded symbol either. So embedding is a one-way road with a dead-lock. Because this devaluates embedding, I filed this missing feature a bug.
Suggestion: Add the ability to export...
2009-07-29 00:52:29 UTC in GPL'd Electronic Design Automation
-
If the DEBUG directive is set in s_traverse.c, a compile of gnetlist fails with errors:
$ make install
(...)
s_traverse.c:429: error: ‘OBJECT’ has no member named ‘visited’
make[2]: *** [s_traverse.o] Error 1
make[2]: Leaving directory `/usr/local/geda-src/gaf/gnetlist/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/geda-src/gaf/gnetlist'...
2009-07-19 01:00:29 UTC in GPL'd Electronic Design Automation
-
The manual of pcb (http://pcb.gpleda.org/pcb-cvs/pcb.html) omits the shiny, new FreeRotateBuffer command.
------.
2009-06-23 05:55:29 UTC in Printed Circuit Board Layout Tool
-
Since the repository has moved to git, the READMEs in the source should reflect the change:
README.cvs --> README.git
README.cvs
------.
2009-06-22 17:32:32 UTC in Printed Circuit Board Layout Tool
-
If gschem encounters a line in a config file it does not understand, the message sent to the status window lacks the keywords "error" or "warning". Subsequently, gschem quits parsing the resource file at the offending line and resumes the start-up procedure. This may result in unexpected behavior.
Suggestion:
The message might read: "gschem encountered a problem while reading ...
2009-06-11 01:38:16 UTC in GPL'd Electronic Design Automation
-
The history of actions is currently "first-in first-out". This gets tedious if more than a couple of actions were typed in. Since it is most likely to repeat the most recent commands, access to the history should be "last-in first-out".
2009-03-02 15:18:20 UTC in Printed Circuit Board Layout Tool
-
The command interface in pcb may be vastly improved if a few features from standard bash were added:
* feedback if an action fails (pop up syntax error)
* tab completion of actions
* searchable history ([CRTL-R])
* history should be preserved accross sessions
------.
2009-03-02 15:12:44 UTC in Printed Circuit Board Layout Tool
-
Currently, print in pcb does not play nice with CUPS-PDF-Printer. Output is always called "_stdin_". It contains only the first page of multi page output. The print dialog of gschem does a better job as it names the output like the current page.
------.
2009-03-02 14:33:29 UTC in Printed Circuit Board Layout Tool
-
The print dialog of pcb, GTK-HID is modal. Should be an ordinary child window.
------.
2009-03-02 14:29:36 UTC in Printed Circuit Board Layout Tool
-
In protel95 I used a powerful search and replace dialog to achieve this kind of task.
------.
2009-01-22 15:50:26 UTC in Printed Circuit Board Layout Tool