10453 Commits (99f65f4dbf3610db87d8aab8e73b6c30ea34dc4d)
 

Author SHA1 Message Date
Maciej Suminski 99f65f4dbf Added const T& to Eagle PCB import plugin methods 9 years ago
Alejandro García Montoro 9cf934ef17 Moves Eagle XML parser to common, replacing boost with wx. 9 years ago
jean-pierre charras 4f2ed1b05f Plot gerber: fix a minor issue: an aperture attribute was incorrectly set on non copper layers when drawing some pads. 9 years ago
jean-pierre charras d1dfa5aba3 Code cleaning: add comments, better names for a function, simplify code. No actual code change. 9 years ago
Wayne Stambaugh c70adcdf31 Don't apply last line width to text thickness in symbol library editor. 9 years ago
Wayne Stambaugh 096d9fbbf9 Pcbnew: continue loading footprints after first failure. 9 years ago
jean-pierre charras 342f28f106 dilaog bom editor: fix min sizes. 9 years ago
Oliver Walters 5fe13c01c7 Improvements for component table 9 years ago
Marco Ciampa b50d3966b5 Pcbnew: make ruler tool warning translatable. 9 years ago
Eldar Khayrullin f3457794cf Pcbnew: add option to plot DXF editable text 9 years ago
jean-pierre charras e4d2924ee2 Make a sentence translatable in dialog_bom_editor. 9 years ago
Oliver Walters 29e3e55ad3 Removed BOM functionality 9 years ago
Oliver Walters 48893ab2b1 Fixed UNDO behaviour 9 years ago
Oliver Walters 47ee2773d2 Reworked field association 9 years ago
Oliver Walters d792e36151 Reworked UI 9 years ago
Oliver Walters 59470c3b5e Fixed display of references for duplicate sheets 9 years ago
Oliver Walters 8dd4aca73b Mark schematic as dirty 9 years ago
Oliver Walters 5126332c57 Fixed wxString::Format assert 9 years ago
Oliver a39856485c Added component table dialog 9 years ago
Mathias Grimmberger 097f89dcbc Use wxSetAssertHandler() instead of changing wxTheAssertHandler 9 years ago
jean-pierre charras 000ee22e39 Drill dialog: creates the directory, when the path entered in dialog does not exist. 9 years ago
jean-pierre charras c8706e9c15 Fix compil issue in Python support. 9 years ago
jean-pierre charras afe92c7bfc Pcbnew: Add creation of Drill Files in Gerber X2 format. 9 years ago
jean-pierre charras a92ea8c75b Fixes: lp:1687014 Footpring editor disappearing axes crosshair 9 years ago
Lubomir Rintel 862711b71a Add AppStream metadata 10 years ago
Jan Mrázek ade263f30d Check required libraries in FindwxWidgets.cmake 9 years ago
Cirilo Bernardo 5013ea2e8e Added comments on skipped patterns in VRML2 parser 9 years ago
Robbert Lagerweij e57c962336 Pcbnew: add option to select origin & anchor in move exactly tool 9 years ago
Eldar Khayrullin 0af5695e51 Pcbnew: add option to plot DXF lines in outline mode. 9 years ago
Dick Hollenbeck 50716c9015 Fix BOM generation bug for components with multiple units. 9 years ago
Maciej Suminski 4b5482eb5a Preserve FPU registers on context switch 9 years ago
Maciej Suminski 6507dbf3ad Fixed code formatting & comments typos 9 years ago
jean-pierre charras b385413458 Fix tooltip errors 9 years ago
jean-pierre charras 9e321a4722 Pcbnew: Apply a fix made in stable branch, in AppendBoard, to avoid potential crash. 9 years ago
jean-pierre charras 0e6723bb10 Fix color management in DXF files, broken since a long time. 9 years ago
jean-pierre charras 873e57e63e remove useless or incorrect wxASSERTs 9 years ago
Maciej Suminski e53c3afc29 Fixed a bug with invisible vias 9 years ago
Maciej Suminski 217593f6bc Fixed selected items drift on rotation/flip 9 years ago
Maciej Suminski 0e14cdf6da Code formatting 9 years ago
Maciej Suminski 481fd233d4 Enable cursor snapping by default 9 years ago
Maciej Suminski d452a5a30c Moved ratsnest update from EDIT_TOOL to PCB_EDITOR_CONTROL 9 years ago
Maciej Suminski bc8668b039 Renamed PCB_ACTIONS::editModifiedSelection to selectionModified 9 years ago
Maciej Suminski bb999f1bbf Fixed items disappearing after a rotation/flip 9 years ago
Maciej Suminski e2b95cf97a Removed a redundant update/refresh calls 9 years ago
Maciej Suminski 74847bf8ff Code formatting and clean-up 9 years ago
jean-pierre charras 13b2cb4d16 Demos: update full footprint names and net zones, to avoid warnings when updating a netlist 9 years ago
jean-pierre charras a35a46804e Pcbnew fix: "create array" extremely slow in GAL mode, due to a useless call of a time consuming method for each new item created. 9 years ago
jean-pierre charras 01f5a129a3 Fixes: lp:1683147 (Board append command *extremely* slow) 9 years ago
Wayne Stambaugh 9e3e28ab77 Prevent unnecessary compilation due to changes in plot_common.h. 9 years ago
Cirilo Bernardo 68a7a5235e Fix 3D plugins mutiarch support. 9 years ago