- 10 Jan, 2013 1 commit
-
-
jean-pierre charras authored
EDA_LIST_DIALOG: add a filter option to select names to display is list, from a kamil zorychta's patch <kamil.zorychta@gmail.com> Use wxFormBuilder to create EDA_LIST_DIALOG_BASE, like other dialogs. Minor code cleanup (remove unused functions and coding style fixes) and minor bug fixes.
-
- 04 Jan, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
Eeschema:commit patch <Prevent Eeschema from opening the same file twice> with a small fix for windows.
-
- 03 Jan, 2013 1 commit
-
-
jean-pierre charras authored
-
- 02 Jan, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 01 Jan, 2013 1 commit
-
-
jean-pierre charras authored
-
- 29 Dec, 2012 1 commit
-
-
Antia Puentes authored
-
- 28 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 27 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: board editor: allows pad edition by hotkey 'E' (was accessible only by mouse button right click) All: minor code cleaning and very minor bug fixes.
-
- 21 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 18 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Dec, 2012 1 commit
-
-
jean-pierre charras authored
eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. Also move netlist_control.* to dialogs/dialog_netlist.*, to be consistent with other file dialogs.
-
- 10 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: Drc dialog: fix a old very minor bug. Added: single click on an item in marker list moves the board graphic cursor on the corresponding marker location on the board Double clicking is not modified.
-
- 08 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field.
-
- 06 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, and therefore when the mouse butoon is released in the parent window Minor other fixes.
-
- 04 Dec, 2012 2 commits
-
-
Dick Hollenbeck authored
window which would cause the part to be parked rather than staying in drag mode.
-
Antia Puentes authored
Library Browser tool, you have to select it in the components listbox and then press the "Insert component into schematic" button to close the window and return to the schematic. The attached patch enables the selection and insertion of a component in schematic by double clicking on it in the Library Browser component listbox. As the double clicking should have effect only if the Library Browser was launched to load a component in schematic, the patch checks for NULL the m_Semaphore variable, used two distinguish the mode in which the Library Browser is running (modal, used when inserting a component in schematic, or non-modal).
-
- 03 Dec, 2012 1 commit
-
-
Marco Mattila authored
-
- 30 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 27 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Polyline.cpp: fix a bad wxASSERT test which generate error messages in Debug mode when there is no error, in DEBUG mode, when filling zones with holes.
-
- 26 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 23 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: fix bug 1082107 (error message" component not found" when no component selected from select component dialog box)
-
- 22 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 20 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Added: display info when clicking on labels.
-
- 15 Nov, 2012 1 commit
-
-
Dick Hollenbeck authored
remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr
-
- 14 Nov, 2012 1 commit
-
-
Dick Hollenbeck authored
This required the additional compiler command line option "-std=c++0x". 2) Switch to unique_ptr from auto_ptr which is C++ deprecated. 3) Change to new English layer names per mailing list discussion, see class_board.cpp. 4) When saving to *.kicad_pcb or *.kicad_mod, identify opportunities to use wildcard layer sets, for pads so far. 5) Switch to two std::string hashtables in pcb_parser.cpp, away from one wxString based one for layer names and layer sets mapping. One hashtable holds the mask, the other the index. Layer sets are only in the mask table. 6) Move "LOCALE_IO toggle" into PCB_IO::Format() since it is a public API function and caller should find it as convenient as possible to use. LOCALE_IO should handle nesting OK in the case where public Format() is called from one of the Footprint*() functions. 7) Drop support for "export module to new library". Creating new libraries will have to be handled in concert with library table entries, and we've talked recently about creating a better footprint library manager, one that resides in a DLL/DSO. So this kind of functionality needs to be handled in there in the near future. 8) Change name of exported PCB_IO module/footprint to *.kicad_mod and not *.emp.
-
- 31 Oct, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor Templates: remove useless backup files
-
- 29 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 25 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
switch from STREAM_OUTPUTFORMATTER to FILE_OUTPUTFORMATTER mostly throughout,and minor richio factoring
-
- 23 Oct, 2012 1 commit
-
-
jean-pierre charras authored
Minor enhancement in popup menus for wire and bus. Kicad: stm32f0discovery template: very minor fix.
-
- 18 Oct, 2012 1 commit
-
-
jean-pierre charras authored
fctsys.h: remove useless define. Fix minor issues and add minor enhancements.
-
- 14 Oct, 2012 1 commit
-
-
Brian Sidebotham authored
-
- 13 Oct, 2012 3 commits
-
-
jean-pierre charras authored
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. Pcbnew: add PDF format for drill map generation. Plotter classes: tweaking code.
-
Andrey Fedorushkov authored
-
marco. authored
-
- 08 Oct, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 28 Sep, 2012 1 commit
-
-
jean-pierre charras authored
-