oregano
oregano copied to clipboard
Schematic capture and circuit simulator
sim-settings expects a valid schematic with GND and at least one clamp to fill its list models. This should not be necessary! Sim settings should always be accessable even before...
Make this clean and not such a hack.
``` ../../src/model/part.c:581 @ part_rotate +++ bbox[vanilla] = 0.000000,-24.000000 to 24.000000,0.000000 - centered at 12.000000,-12.000000 ../../src/model/part.c:635 @ part_rotate +++ bbox[trans] = 0.000000,-24.000000 to 24.000000,0.000000 - centered at 12.000000,-12.000000 ../../src/model/part.c:636 @ part_rotate...
There are directories holding icons, `src/stock` `src/data/xml` and `src/pixmaps`
Pressing `r` in order to rotate will result in a search within the `Part`s-pane which is just wrong.
Show the connection number on the wires (only one for connected wires) and get rid of the `clamp`.
Related to #40 which is almost the same, just add temporary connection dots and delete the wire inbetween and remove connection dots (or do it with some bad voodoo checks).
Investigate if [autopilot(-gtk)](http://unity.ubuntu.com/autopilot/) (also [youtube pycon nz video](http://www.youtube.com/watch?v=1NrykxuCcM0)) is a worhtwhile extension to unit tests and/or adding ui tests with [gtk_test_\* API](https://developer.gnome.org/gtk3/stable/gtk3-Testing.html#gtk-test-widget-send-key).