68 Commits (f2f54fe92630776d90b03eb42a69f700d551335b)

Author SHA1 Message Date
Marek Roszko f1f5fff072 Add cli export of symbols from kicad libraries 3 years ago
Alex 53b9baa5ba Some refactoring around Gerber files extension checking. 3 years ago
Marek Roszko 43f039ef5f Add netlist export cli 3 years ago
lulu731 0180bcf90a ADDED: Implement Drag and Drop 3 years ago
Jeff Young a9877ab117 Include markdown files in project view. 3 years ago
Jon Evans ae6a2a6443 ADDED: Database libraries MVP 4 years ago
Mike Williams b7a77a9498 Schematic: Add CSV export to Symbol Fields Table 4 years ago
Werni 946f62d949 Add separate wildcard for OrCAD netlists 4 years ago
Thomas Pointhuber 2cc9517cfd altium: Allow extraction of names of footprints stored in *.PcbLib file 4 years ago
Jeff Young c01649fc6e Make it easier to open legacy files. 4 years ago
Wayne Stambaugh f233f4a0a9 Expunge EDA_FILE_SELECTOR. 4 years ago
Mikolaj Wielgus 8b2b3ca797 Define .wbk in wildcards_and_files.{cpp,h}, cosmetic code changes 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Jeff Young c4cabb38d5 More worksheet -> drawing sheet cleanup. 5 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Ian McInerney 908de37e7c Don't hardcode the file extensions where possible 5 years ago
Roberto Fernandez Bautista 72b904a978 ADDED: CADSTAR Archive project importer 5 years ago
Roberto Fernandez Bautista 721cba32d5 ADDED: CADSTAR Schematic Archive Importer 5 years ago
Jon Evans 0783669633 CHANGED: Design rules files now use .kicad_dru extension 5 years ago
Roberto Fernandez Bautista 7ca4f0b375 CADSTAR PCB Archive Importer: Formatting fixes 5 years ago
Roberto Fernandez Bautista 86bf592bac ADDED: CADSTAR PCB Archive Importer 5 years ago
Thomas Pointhuber a03fb7a9a8 Altium: Refactor and add initial structure for schematic importer 5 years ago
Seth Hillbrand aa788b452e Adding Fabmaster extensions 5 years ago
Jeff Young 33480ecad1 Show all symbol libraries by default. 5 years ago
Jon Evans b1b9cef5fb Full-project automatic backup system 5 years ago
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework 6 years ago
Jon Evans a4fadfcdf2 Begin moving project file load to new system 6 years ago
Jon Evans a7708fa6dc Add PROJECT_FILE and basic load/unload methods 6 years ago
Wayne Stambaugh b624c7090a Deprecate saving legacy schematic and symbol library file formats. 6 years ago
Thomas Pointhuber b707c84b62 Use Record handling for parsing 6 years ago
Wayne Stambaugh 7dc64f08b7 Eeschema: implement s-expression schematic file formatter. 6 years ago
Wayne Stambaugh e1900161a7 Eeschema: implement new symbol library file s-expression formatter. 6 years ago
Jeff Young a04fdf64da Improve directory handling for Project Save As. 6 years ago
Jeff Young 04b0feb365 Fix a couple of issues in new Save As command. 6 years ago
Jeff Young fd8154d085 Remove comment which is no longer necessary. 6 years ago
Ian McInerney b33c3a5ad8 pcbnew: Clean up extension handling in graphics plugins 6 years ago
Ian McInerney 9fda86e261 cvpcb: Move file extension to common and deprecate a header 6 years ago
Seth Hillbrand 79e2000af4 Fix case-sensitive import using KiCad std 7 years ago
John Beard 658cc8fd96 Wildcards: unify handling of all files wildcards 7 years ago
John Beard dd313d4d47 Wildcards: use vectors instead of varargs + tests 7 years ago
jean-pierre charras 14ede151cc Add a helper function FileExtListToFilter() to build the wildcard filter used in File Dialog. 7 years ago
Wayne Stambaugh c7998cfc23 3D Viewer: fix screenshot file extension bug with GTK+ 7 years ago
Jeff Young 5e8e2570ba Fix thread-safety issue with some global wxStrings. 7 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 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
jean-pierre charras 50164e9968 Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 8 years ago
Oliver a39856485c Added component table dialog 9 years ago
Marco Hess be01e15f66 KiCad: add html file support to tree view. 11 years ago
jean-pierre charras ec17455d35 board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape. 11 years ago