2046 Commits (f041177c3a3b7dbdaaa6e2006a7ae584d40e024c)

Author SHA1 Message Date
unknown 0ea1c67caf eeschema plot dialog: cosmetic enhancement: 10 years ago
Wayne Stambaugh 81e6af6c81 Eeschema: move auto-save test from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina 769e18d376 Eeschema: add wildcard and regular expression search to componet select dialog. 10 years ago
jean-pierre charras fcdbb7484c fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity) 10 years ago
jean-pierre charras 0842a107fb Fix Bug #1527804 (Eeschema crashes when loading malformed libraries (mainly incorrect libs converted from Eagle) 10 years ago
unknown 02d9bbbf2b Improve automatic placement of fields between wires 10 years ago
unknown 22fdfa61ef Make message window title translatable in a rescue dialog. 10 years ago
Chris Pavlina 3c6c6dcc88 Eeschema: make field autoplace spacing flexible by field text height. 10 years ago
Wayne Stambaugh 1bd860d1aa Eeschema: move modification state code from SCH_SHEET_LIST to SCH_SHEET. 10 years ago
Chris Pavlina 2add6ca736 Eeschema: fix spacing issues in options dialog. (fixes lp:1526790) 10 years ago
jean-pierre charras 178cf0dc25 Polygon calculation (zones filling): use fast mode when possible (in fact most of time) and strictly simple polygon option only in critical cases (in fact in plot Gerber functions mainly). 10 years ago
Cirilo Bernardo 2128594a85 Coding policy fixes: remove trailing white space. 10 years ago
jean-pierre charras 5d429ed977 Pcbnew: drill file generation: always creates a NPTH file in separate files mode (as it was made in initial code) to avoid mistakes (old broken NPTH file after board edition for instance). 10 years ago
Chris Pavlina 50c418a332 Eeschema: add field automatic placement feature. 10 years ago
jean-pierre charras 7dbefa29ac Minor fix: Remove a duplicate title in eeschema dialog plot. 10 years ago
Wayne Stambaugh c6d591b534 Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
Wayne Stambaugh 2667109c44 Eeschema: SCH_SHEET improvements for Eeschema refactor. 10 years ago
Chris Pavlina bbba5d5c47 Eeschema: fix find and replace bug where replace value lags by one cycle. (fixes lp:1517101) 10 years ago
jean-pierre charras f31f129ce7 Remove the 32 chars limit in chipname in dialog_edit_component_in_schematic, which is useless and creates a bug in wxGTK if the intial chip name has more than 32 chars. 10 years ago
jean-pierre charras c3b51b0d07 2 very minor fixes in Eeschema: 10 years ago
unknown 5897580c13 LIB_TEXT::Plot doesn't take justification into account, so when generating postscript/PDF/etc with left/right-justified text, the text is in the wrong position. This rev fixes that. 10 years ago
unknown 2cfa79e52f Fix Bug #1513556 (missing components, when pspice specific fields Spice_Netlist_Enabled or Spice_Node_Sequence have no value.) 10 years ago
jean-pierre charras ecad3ad235 Netlist generator: avoid changing the order of parts in libparts section each time libraries are reloaded. 10 years ago
unknown 1ee7458140 1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug 10 years ago
Mark Roszko 33419ee4bf Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
Wayne Stambaugh e64c36af6e Eeschema: set modified flag when clearing annotation. 10 years ago
Simon Wells 96918d4a8a Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
jean-pierre charras 48df08ceb6 Component editor: to avoid mistakes (like "bug" #1509936 ), when adding a pin to a multipart component , the pins automatically added to other parts have their pin number set to "??" instead of duplicating the master pin. They should therefore appear as different pins. 10 years ago
jean-pierre charras 4dc2ece011 Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 10 years ago
Simon Wells 11952fadfa Changed the file dialog to use the name instead of the path as its a file dialog 10 years ago
Wayne Stambaugh 74f00d4027 Minor string and coding policy fixes. 10 years ago
Stefan (stol) 9537884f7e Try to fix Bug #1502012 (Can not close print preview window with the "X" icon) Linux spécific. 10 years ago
jean-pierre charras a0b31b62ba Eeschema: fix crashes when closing or moving the print preview frame on Windows 7 10 years ago
Wayne Stambaugh 5a4c663682 Eeschema: fix infinite loop in replace all caused by previous find fix. 10 years ago
jean-pierre charras 3d38a7b252 Remove a change committed erroneously 10 years ago
jean-pierre charras ad48723deb Update 2 footprint wizard python scripts to display the value of parameters in the window messages. DRC: do not generate warnings for pads which are only on tech layers and over a hole. 10 years ago
Wayne Stambaugh a6a9d8eedf Default and most recently used path fixes. (fixes: 1494210) 10 years ago
jean-pierre charras be8b0b4823 Fix Bug #1499788 ( Kicad manager unarchive files to home directory instead selected ) 10 years ago
Wayne Stambaugh dd41260c2c Eeschema: fix segfault when closing find dialog on dirty search cache. (fixes lp:1498997) 10 years ago
Simon Wells c0d9fc1b5c Changed about menu items to just say About Kicad as its a common about dialog across the project 10 years ago
Simon Wells 1b26ca59b1 Added getting started to the remaining menus and fixed the icons 10 years ago
Simon Wells 70b93f3c6c Updated accelerator keys to &M in eeschema and libedit 10 years ago
Simon Wells 58d0abb23a Made help menu items consistent 10 years ago
Wayne Stambaugh e97395090c CvPcb: fix wxString formatting bug. (fixes lp:1497908) 10 years ago
Chris Pavlina a2beb2ecad Eeschema: remove assertion in OnOrient() when the current object cannot be oriented. 10 years ago
Simon Wells f053922fdf Eeschema: fix focus issue in pin properties dialog in OSX. (fixes lp:1434045) 10 years ago
Wayne Stambaugh ca1ae0d4a0 Eeschema: minor library configuration dialog improvments. 10 years ago
Wayne Stambaugh 9b0bd8ff42 Eeschema: minor color selection dialog improvements. 10 years ago
jean-pierre charras 24409c6edc Workaround to fix Bug #1492513 (EEschema crash when I hit ERC button Edit). It happens only on Window 32bits build with msys2+gcc 5.2). The crash is due to the wxHtmlListBox used in ERC dialog (Although the sample htlbox works fine). 10 years ago
Wayne Stambaugh 626915851c Eeschema: enable a few disabled stand alone mode options. 10 years ago