1554 Commits (5cea94089a99faac82e95171bde4254f31fecd09)

Author SHA1 Message Date
Wayne Stambaugh 73ca1ed754 Eeschema multiple unit component nomenclature improvements (fixes 1226874). 12 years ago
jean-pierre charras 35b1b13f27 Eeschema: Disable a debug option I enabled and forgot to remove. 12 years ago
Wayne Stambaugh a3f0e450ab Eeschema: fix bug loading grid size from previous session. (fixes lp:1239445) 12 years ago
jean-pierre charras 44d9607461 Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center. 12 years ago
Wayne Stambaugh f0b2565f12 Eeschema find/replace bug fixes and improvements (fixes 1208616). 12 years ago
Wayne Stambaugh 612ba67c10 Minor message box improvements 12 years ago
Dick Hollenbeck 37c3ef503f fix expansion of dialog on stretching and initial view 12 years ago
Wayne Stambaugh efb96bcce9 Eeschema block end handler code improvements. 12 years ago
jean-pierre charras 082b8326de 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" &lt;" sequence in messages displayed in html) 12 years ago
jean-pierre charras a8e57e10e8 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
jean-pierre charras d368739731 Gerbview: fix incorrect printing of negative objects, when using black and white option. 12 years ago
Wayne Stambaugh 473a724b9a Fix wxWidgets 2.8 compile error. 12 years ago
jean-pierre charras 1ae681454a Eeschema: fix isssues in net names selection for not named nets (i.e. nets without labels) 12 years ago
jean-pierre charras f2e5da63e3 Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net. 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 12 years ago
jean-pierre charras c029dc398b Eeschema: fix compatibility with old schematic files, which can contain markers. 12 years ago
Maciej Suminski c5d3376c26 Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 12 years ago
Maciej Suminski 6d15131231 Some more missing D()->DBG() changes. 12 years ago
Dick Hollenbeck e3c104d69e Add <aliases> and <alias> to generic netlist XML format, required by new bom_csv_grouped_by_value.py support. 12 years ago
Brian Sidebotham b6110bfcc3 * Fix Bug 1219239 - EESCHEMA crashes when editing a template field in libedit through the context menu 12 years ago
Dick Hollenbeck 0be3992913 Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/. 12 years ago
Brian Sidebotham 87eb527d67 * Fix the last parts of Bug 1204712 by removing DateAndTime from library file and documentation file formats. They weren't being loaded anyway. 12 years ago
Wayne Stambaugh 761023f6bc Eeschema bus label test bug fixes. (fixes lp:1209424) 12 years ago
Dick Hollenbeck cc7a070b63 User longer, more dis-ambiguating text for Show button 12 years ago
jean-pierre charras 1293c026f7 Eeschema: fix Bug #1210120 12 years ago
Dick Hollenbeck d0a69ac7b7 EHNANCE: add a "Show" button to the two text field properties 12 years ago
Dick Hollenbeck 6196921ae1 REMOVE: check for repeat_item->Flags() == 0 in eeschema/hotkeys.cpp 12 years ago
Dick Hollenbeck 4c6f7bc158 FIX: insert key must repeat text labels 12 years ago
Dick Hollenbeck c0832a0342 BUG FIX: eeschema as segfaulting on the 'Insert' key because the m_itemToRepeat 12 years ago
Dick Hollenbeck efb34166ea *) retain grid origin in the BOARD and save it in legacy and kicad board files. 12 years ago
jean-pierre charras d7f569ae78 Fix GOST compatibility. 12 years ago
Thiadmer Riemersma f2003d8dda Eeschema: fix subtle find bug when at the end of the search list. (fixes lp 1199689) 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 12 years ago
Wayne Stambaugh ba16d9e763 Eeschema find bug fixes. (fixes lp:1199689) 12 years ago
jean-pierre charras 28d702f6a9 Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 12 years ago
jean-pierre charras 26bd37e086 Eeschema: fix bug Bug #1197103 and an other very minor bug. 12 years ago
jean-pierre charras 5c247857d3 Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 12 years ago
Dick Hollenbeck 770d72c538 remove dialog_netlist.h 13 years ago
jean-pierre charras 10352b1df5 Minor fixes. Gerbview: fix a collision name for GetLayout method. 13 years ago
jean-pierre charras 781cc00aca Pcbnew: netlist dialog: add silent mode option, and tool tip to the 2 options (dry run and silent mode) 13 years ago
jean-pierre charras 4536e27426 Eeschema: Fix wx28 compatibility issue. 13 years ago
jean-pierre charras 26b7bdc35c Eeschema: add dialog and utilities to create BOMs from generic netlist 13 years ago
Dick Hollenbeck dea9dd2361 better error reporting and parsing of bad legacy footprint libs 13 years ago
Alexander Lunev a3f2980d80 Fix pcad2kicad issue, from A. Lunev, and a minor code cleaning in component_references_lister.cpp. 13 years ago
jean-pierre charras 179ada1c70 Eeschema: fix Bug #1189893 (ps plot file opened twice) 13 years ago
Dick Hollenbeck 00adc67d2a Rename invoke_a_dialog.h. Code an alternate implementation for std::string BOARD_ITEM::FormatInternalUnits( int aValue ), for verification. 13 years ago
Dick Hollenbeck 36aca68e40 fix autopan non-response problem when dragging block to right or bottom 13 years ago
Dick Hollenbeck 515f5fbe5e *) Introduce "invoke_a_dialog.h" to information hide between top frame 13 years ago
jean-pierre charras c8c05cb4ee 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. 13 years ago
jean-pierre charras 7432d4de29 Page layout: add comments, and fix a very minor issue. 13 years ago