- 27 Feb, 2014 1 commit
-
-
jean-pierre charras authored
-
- 24 Feb, 2014 2 commits
-
-
HennerZeller authored
Eeschema: * Preselect the currently chosen component in the browser when pressing the thumbnail view. * Various smallish documentation updates in the component chooser area.
-
Henner Zeller authored
* Pressing 'Enter' while the focus is in the tree did not work due to the double-click wxWidgets workaround. Make it work. * More clearly document what is happening and how it can be tested.
-
- 22 Feb, 2014 1 commit
-
-
jean-pierre charras authored
Eeschema: Remove usage of tabs in dialog_choose_component.cpp strings, because they do not work very well on Linux, and do not work on Windows. Fix incorrect rotation of components (CCW instaed of CW)
-
- 19 Feb, 2014 1 commit
-
-
Henner Zeller authored
* Improve component chooser redraw to fit in wxWidgets redraw strategies. * Use LIB_COMPONENT::Draw and LIB_COMPONENT::GetBoundingBox for drawing the component * Make resize redrawing work properly.
-
- 18 Feb, 2014 1 commit
-
-
Henner Zeller authored
* Allow to select units in components that have more than one right in the component chooser dialog. * Keep chosen unit in history. * Show preview of current component unit as thumbnail image next to the description box. * Fixes lp:1280567
-
- 14 Feb, 2014 2 commits
-
-
Henner Zeller authored
* make some more fields 'const' that can. * Instead of previous/next _visible_ element, Go through previous and next element. Otherwise the cursor stops moving if the item is only partially visible.
-
Henner Zeller authored
-