125 Commits (1a464ab8c84c3c10b6cbe795596ac9c38fe86942)

Author SHA1 Message Date
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
Nick Østergaard caafcde585 Add KICAD_ prefix to build switches 9 years ago
jean-pierre charras 13cfe74956 Simulator dialogs: fix minimal sizes and best sizes. 9 years ago
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin. 9 years ago
Wayne Stambaugh 3bdca9a821 Eeschema: schematic I/O manager bug fixes. 9 years ago
Wayne Stambaugh 4ed346ea64 Eeschema: initial schematic I/O plugin. 9 years ago
Chris Pavlina 0f407a756c Pull existing settings into Doxygen module 10 years ago
jean-pierre charras c1f0ab91a2 Code cleaning and coding style fix. 10 years ago
Wayne Stambaugh 97949ffde9 Undo commit -r 6353. 10 years ago
Wayne Stambaugh ee23342e31 Undo commit -r6541. 10 years ago
Wayne Stambaugh 61454bf04c Eeschema: fix annotation bugs. (fixes lp:1542579) 10 years ago
Martin d'Allens d18baf1487 Eeschema: Set modified flag after "Append Schematic Sheet" 10 years ago
Wayne Stambaugh 2667109c44 Eeschema: SCH_SHEET improvements for Eeschema refactor. 10 years ago
Mark Roszko 33419ee4bf Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
Chris Pavlina fa29c62277 Fix saving undo/redo limits in Eeschema. 10 years ago
unknown 15cc245a83 Eesschema, dialog rescue: enhancements: 11 years ago
Chris Pavlina 80eb5460f9 Eeschema: component library rescue improvements. 11 years ago
Chris Pavlina a543b5063f Work around for assertion in Eeschema when auto save tries to save unnamed schematic. 11 years ago
jp charras 722435f317 Fix issues in auto-save files: 11 years ago
jean-pierre charras 3b9ebd2270 Minor fixes in dialog rescue: missing title, incorrect refresh due to use of a wxPaintDC outside a paint event, and coverity warnings (not initialized members). 11 years ago
Chris Pavlina 26c320db57 Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
jean-pierre charras c586d9735e Eeschema: fix bug #142970 (broken append sheet function) 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
Dick Hollenbeck 3e861db371 Lock file improvements. 11 years ago
jean-pierre charras 1222924607 Eeschema: Fix some issues (all connections showed as not connected, DRC and NETLIST errors if all sheets in a hierarchy were not open) due to the fact the pointer of a schematic component to its part lib was calculated too late (or never calculated). 11 years ago
Dick Hollenbeck 5f70ec63b1 unused 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras 33605eaaec Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names). 11 years ago
Dick Hollenbeck 6beacd6e95 Rework FOOTPRINT_VIEWER_FRAME::GetActiveFootprintViewer(), fix up comments and warnings. 12 years ago
jean-pierre charras beb33c7522 Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) - Fix a bug I created in rev 4773 12 years ago
jean-pierre charras 36e62b1047 Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) 12 years ago
jean-pierre charras f1ee6de025 Eeschema: does not close when the schematic file given in command line to run Eeschema is not found (i.e. when starting a new project). Otherwise one cannot start a new schematic project. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
jean-pierre charras 8afe2dfbce Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema. 12 years ago
Wayne Stambaugh 612ba67c10 Minor message box improvements 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 12 years ago
jean-pierre charras 6fcd9eb8a6 Eechema: fix bug : when saving the schematic project, the lib cache was saved under the current sheet opened, not the root sheet. 13 years ago
Lorenzo Marcantonio 3b1ddd952f Removed the SAFE_DELETE macro. 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Antia Puentes fa0a51411a Eeschema: force file ext in"Sheet Save As" command (Bug #1122212 ) 13 years ago
Jacobo Aragunde Perez 638decafae Commit fixes for bugs #1108773 and #1110651 and a bug fix improvement for #1101718 and #1102381. 13 years ago
Jacobo Aragunde Perez a641ebb344 Eeschema: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename> 13 years ago
Jacobo Aragunde Perez 2f3c5e7a1e Eeschema: fix Bug #1102381 <eeschema: -cache.lib file not created the first time you save a schematic> 13 years ago
Jacobo Aragunde Perez f914cd0dec Eeschema:commit patch <Prevent Eeschema from opening the same file twice> with a small fix for windows. 13 years ago
jean-pierre charras 143af26952 Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
jean-pierre charras ba689c10e3 Kicad project manager: add .cmp, .drl .pos and .rpt files management. 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck 0cad6e7913 carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
Dick Hollenbeck 1393eb0f11 finish up SCH_SHEET::{Set,Get}PageSettings() switch over 14 years ago
Wayne Stambaugh c2e5fcaec8 More encapsulation improvements. 14 years ago