- 22 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 14 Jul, 2013 1 commit
-
-
Wayne Stambaugh authored
* Force search when wrap past end of list option changes state. * Fix SCH_FIELD::Matches() for bug in user defined fields which have an ID of -1. * Minor improvements to the find data names to improve source code readability.
-
- 27 Jun, 2013 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 19 Jun, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: netlist dialog: add silent mode option, and tool tip to the 2 options (dry run and silent mode) dialog_display_info_HTML_base: derived now from dialog_shim.
-
- 17 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 14 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 13 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 10 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
Rename invoke_a_dialog.h. Code an alternate implementation for std::string BOARD_ITEM::FormatInternalUnits( int aValue ), for verification.
-
- 07 Jun, 2013 2 commits
-
-
Dick Hollenbeck authored
and various DIALOG classes called from top frames. See comments in {eeschema,pcbnew}/invoke_a_dialog.h. *) Move some dialog classes into *.cpp files from *.h files. *) void SCH_EDIT_FRAME::OnErc( wxCommandEvent& event ) was opening the modeless ERC dialog more than once if icon was clicked more than once. *) Remove BOM stuff.
-
jean-pierre charras authored
page layout: if the environment variable KICAD_WKSFILE points a S expr page layout descr, this descr is used instead of internal descr. Mainly for testing purposes. Eeschema, dialog edit component: minor enhancement (the last selected notebook page is remembered during a session)
-
- 06 Jun, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema, dialog netlist: fix a bug when removing a plugin panel, when is is not the last. dialog netlist:Add a predefined command string for python scripts, when creating a new netlist plugin entry.
-
- 05 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
fix libeditframe.cpp, which in release build would not show multipart text in listbox. dialog uses DIALOG_SHIM.
-
- 27 May, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix minor issues in print/plot: filename not printed, sheetname incorrect in eeschema
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 24 May, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 22 May, 2013 1 commit
-
-
jean-pierre charras authored
-
- 28 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
In most case the assignment to null was not necessary since it was easily provable that the (local) variable wouldn't have referenced after that anyway.
-
- 16 Apr, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: fix bug #1168116. Netlist generation: remove dead code and fully outdated option pspice "use net number" Pcbnew: layer manager: display tooltips using translated form (where internationalized, but always shown in English).
-
- 10 Apr, 2013 1 commit
-
-
jean-pierre charras authored
-
- 09 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 06 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
the spurious warning about stuff that couldn't be seen when changing colours. NOTE that the 'net name' layer is present and configurable but non used anywhere!
-
- 05 Apr, 2013 1 commit
-
-
jean-pierre charras authored
All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). Pcbnew, layer manager: add option (popup menu) to always keep copper layers not visible but the active layer, even when the active layer is changed. Usefull for multilayer ( more than 4 layers) PCBs.
-
- 04 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
In particular the new mechanism for handling extended color palettes is in place, included renaming the ini keys and saving the color name instead of its index; this means better forward compatibility with palette changes. Since ini keys are changed, colors will be reset
-
- 01 Apr, 2013 2 commits
-
-
jean-pierre charras authored
Minor changes in dialogs to ensure a better likeness between dialogs on Linux and Windows (mainly, remove some wxStaticBoxSizer in dialogs)
-
jean-pierre charras authored
Minor changes in dialogs to ensure a better likeness between dialogs on Linux and Windows (mainly, remove some wxStaticBoxSizer in dialogs)
-
- 31 Mar, 2013 2 commits
-
-
Lorenzo Marcantonio authored
Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
-
jean-pierre charras authored
-
- 30 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 28 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 27 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
* Complete encapsulation of the MODULE class. * Complete encapsulation of the EDA_TEXT class. * Encapsulate most of the ZONE_CONTAINER class. * Add pcbcommon library as a dependency for reSWIGging the scripting support. This should cover most dependency cases.
-
- 12 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 22 Feb, 2013 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Make Pcbnew net list dialog honor escape key on Linux. * Make Pcbnew swap layers dialog honor escape key on Linux. * Layout and UI policy fixes for Pcbnew swap layer and net list dialogs. * Layout and UI policy fixes for Eeschema plot dialog. * Rename fpip.h to fpid.h. * Fix FPID class compiler errors. * Restore fpid.cpp to Pcbnew static library source list.
-
Dick Hollenbeck authored
wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs
-
- 19 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-