152 Commits (bfc3804115e68ee89da7ee2ba75024278203d960)

Author SHA1 Message Date
jean-pierre charras bfc3804115 Minor fixes related to timestamp_t. Move timestamp_t definition to base_struct.h 8 years ago
Henner Zeller 3f57fa5d24 Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a long). 8 years ago
Wayne Stambaugh 8af9aa7574 Eeschema: allow for partial schematic loading. 8 years ago
Seth Hillbrand 069448f20e Eeschema: Automatically manage junctions 8 years ago
Wayne Stambaugh 84e360dd0d Symbol library table remapping improvements. 8 years ago
Wayne Stambaugh e97ce6ee4f Use legacy schematic plugin for loading schematics in all code paths. 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support symbol library table. 8 years ago
Wayne Stambaugh 96c3d5ff21 Enable symbol library table remapping. 8 years ago
Maciej Suminski 444811ccfe Added exception handler for SCH_EDIT_FRAME::ImportFile 8 years ago
Maciej Suminski d617021d98 Added 'Import Non-KiCad Schematic' 8 years ago
Maciej Suminski 6b44d12bd8 Revert modifications to SCH_EDIT_FRAME::OpenProjectFiles() 8 years ago
Russell Oliver 2a0a999350 Eeschema Eagle Import: Code clean-up and formatting 8 years ago
Russell Oliver 3b0855d204 Eagle Project Import: Code cleanup and documentation. 8 years ago
Russell Oliver 869743d573 Kicad Eagle Project Import Improvements. -- schematic and board files are both visible in file selection dialog. -- Allows for the selection of either the board or schematic file. -- silently fails on not detecting the corrosponding board or schematic file. -- all new kicad files are generated in new project directory -- Silently read netlist without generating annotation warnings which synchronises timestamps and paths based on given eagle references, otherwise renumbering schematic references will break links accross schematic and pcbnew. 8 years ago
Russell Oliver 433aa653fe Kicad: Add Project import function. -- add menu entry -- add ImportFile kiway function -- expose functions for creating/reading netlist -- add example eagle boad file as well 8 years ago
Maciej Suminski d6383893a2 eeschema: Iterate through plugins when determining file format. 9 years ago
Russell Oliver 4e69acbb49 Eeschema: Add CheckHeader function to SCH_PLUGIN and cycle through plugins when loading files. 9 years ago
Russell Oliver 7ea33f76b4 Eeschema: Determine file plugin to use from first line of file. 9 years ago
Maciej Suminski c727423979 Work in progress 9 years ago
Wayne Stambaugh 9c2ebf32f1 Initial symbol library table implementation prep work. 9 years ago
Wayne Stambaugh 40f60c9871 Fix netlist generation bug cause when component unit is set to zero. 9 years ago
jean-pierre charras 0b3e5952b7 Eeschema: fix a crash if a schematic project was not loaded due to a incorrect file format error (Linux only) 9 years ago
Wayne Stambaugh d9260d42c8 Fix broken schematic symbol library links in sub-sheets. 9 years ago
Wayne Stambaugh 0898b6c94d Prevent symbol libraries from being unnecessarily reloaded. 9 years ago
Wayne Stambaugh e8cf4f0724 Fix bug in legacy schematic I/O plugin. 9 years ago
Wayne Stambaugh 73bbc35c3e Make the schematic I/O plugin the only option. 9 years ago
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. 10 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