- 05 Mar, 2014 1 commit
-
-
jean-pierre charras authored
-
- 28 Feb, 2014 1 commit
-
-
Fabrizio Tappero authored
Commit patch about cvpcb, pcbnew and layout editor menu items, with 3 menu labels modified in Eeschema.
-
- 27 Feb, 2014 1 commit
-
-
jean-pierre charras authored
-
- 24 Feb, 2014 3 commits
-
-
jean-pierre charras authored
Viewlib: ensure in wxListBoxes the lib and the component are always shown as selected when a lib and component are specified (when called by the get component dialog for instance)
-
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.
-
- 23 Feb, 2014 1 commit
-
-
Henner Zeller authored
* Fix string concatenation for _( "Unit" ) + wxT( " " ). This failed compiling against wxWidgets 2.8 (thanks Cirilo Bernardo ). * Base the indentation on a measured observation with explanation (98%-ile of name-length found in library). The previously chosen 24 character indentation was too wide for most. * Don't use a #define spilling into the global namespace, but use a locally defined constant for COLUMN_DESCR_POS.
-
- 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)
-
- 21 Feb, 2014 3 commits
-
-
Fabrizio Tappero authored
-
Wayne Stambaugh authored
* Manually change fbp file minor version number so dialog could be edited with latest release version of wxFormBuilder. * Give component view panel more weight for improved component view size. * Add padding around dialog button sizer.
-
Wayne Stambaugh authored
-
- 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 2 commits
-
-
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
-
jean-pierre charras authored
-
- 15 Feb, 2014 1 commit
-
-
Cirilo Bernardo authored
Fix minor bug in eeschema (opening a relative path does not work) (patch from HennerZeller).
-
- 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
-
- 11 Feb, 2014 1 commit
-
-
Henner Zeller authored
* Apply Henner Zeller's patch to add connecting line from reference and labels to component position whilst moving to help identify which component the reference or label belongs too
-
- 07 Feb, 2014 1 commit
-
-
jean-pierre charras authored
Add a workaround to fix a new bug in wxWidgets 3.0 ( Windows specific ) which shows icons only with a size = 16x16 in menus which have attribute wxITEM_CHECK
-
- 03 Feb, 2014 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 02 Feb, 2014 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 29 Jan, 2014 2 commits
-
-
Dick Hollenbeck authored
The desire is to migrate designs *away from* case independence, and to create designs which use literally (case specific) interpreted component names. But for backwards compatibility, you may turn OFF this option if you really must. (Remember that with KiCad using text data files, typically you would be better off simply doctoring those files into a case literal state with a text editor and move forward into the brave new world of case specificity. Also, BOM generators may not work properly when you have this option turned OFF, the xml export's referential integrity is broken on library part name. Hence the default is ON now, as of 29-Jan-2014.
-
jean-pierre charras authored
Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows. Code cleanup and minor coding style fixes in footprint_wizard_frame
-
- 28 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
-
- 19 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 18 Jan, 2014 1 commit
-
-
maciej. authored
-
- 08 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
-
- 31 Dec, 2013 1 commit
-
-
Marco Serantoni authored
-
- 29 Dec, 2013 2 commits
-
-
jean-pierre charras authored
eeschema: fix compil issue. Boost build: boost lib context built only on OSX (does not build on mingw, and not needed)
-
jean-pierre charras authored
-
- 18 Dec, 2013 1 commit
-
-
Maciej Suminski authored
Added PICKED_ITEMS_LIST::FindItem().
-
- 14 Dec, 2013 1 commit
-
-
jean-pierre charras authored
Minor change: Eeschema+Pcbnew: display timestamp in edit dialogs (for footprints, sheets, components)
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 09 Dec, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 08 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
eeschema/dialogs/dialog_lib_new_component.cpp was not expanding part name field nor setting initial focus.
-
- 29 Nov, 2013 1 commit
-
-
jean-pierre charras authored
-