- 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
-
- 27 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
Better GITHUB class header documentation, better eeschema library field dialog stretching and title.
-
- 26 Nov, 2013 1 commit
-
-
Andrey Fedorushkov authored
-
- 24 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Code cleaning and bug fix in autoplace functions Dialog exchange footprints has now a separate button to update the .cmp file, only on request.
-
- 18 Nov, 2013 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 17 Nov, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 15 Nov, 2013 1 commit
-
-
jean-pierre charras authored
-
- 09 Nov, 2013 1 commit
-
-
Wayne Stambaugh authored
* Replace all occurrences of the word "part" with "unit" when referring to multiple unit components for improved consistency. * Replace "shared by" with "common to" when referring to objects (lines, arcs, pins, etc.) that are common to all units. * Improve wording in library component properties dialog.
-
- 06 Nov, 2013 1 commit
-
-
jean-pierre charras authored
-
- 05 Nov, 2013 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center. Eagle plugin: filter and replace not allowed chars in FPID(-':' and '/') by _ or -, if they are used in Eagle footprint names (otherwise, boards converted and saved under kicad_pcb format are not readable by Pcbnew).
-
- 27 Oct, 2013 1 commit
-
-
Wayne Stambaugh authored
* Fix replace bug to handle case sensitivity properly. * Fix replace bug where the item index was getting updated incorrectly. * Fix replace infinite loop bug on replace all. * Make find/replace view update code a separate function. * Rearrange find/replace trace string to add tracing to EDA_ITEM::Replace(). * Add IsComplexHierarchy method to SCH_SHEET_LIST for future find/replace improvements.
-
- 18 Oct, 2013 1 commit
-
-
Wayne Stambaugh authored
* Create a generic yes/no/cancel dialog from DIALOG_EXIT. * Make DIALOG_EXIT return wxID_YES instead of wxID_OK so it is consistent with the standard message dialogs. * Add missing license to confirm.h and confirm.cpp. * Change Eeschema message dialog when loading a schematic if the current schematic is modified to be more consistent with the exit dialog. * Change Pcbnew message dialog when loading a board if the current board is modified to be more consistent with the exit dialog. * Remove some Eeschema block debug logging code left over from my last commit.
-
- 17 Oct, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 15 Oct, 2013 1 commit
-
-
Wayne Stambaugh authored
* Merge HandleBlockEnd() and HandleBlockEndByPopUp() into as single block end function HandleBlockEnd(). * Replace all instances of HandleBlockEndByPopUp() with HandleBlockEnd(). * Change block hot keys to send command events instead of directly calling end block handler.
-
- 14 Oct, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" <" sequence in messages displayed in html) Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages. Very minor other fixes.
-
- 11 Oct, 2013 1 commit
-
-
jean-pierre charras authored
Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad Remove KICAD_GOST option because it is now useless: the 2 GOST options are now selectable at run time and are: * specific page layouts (now user definable, and the GOST page layouts are available in template folder) * notation for multiple parts per package (made in eeschema, preference menu)
-
- 29 Sep, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: better name for m_SheetList (changed to m_SheetPath) member of class NETLIST_OBJECT.
-
- 28 Sep, 2013 1 commit
-
-
Wayne Stambaugh authored
-