59 Commits (e3eab57133d3f501c6b5bcc5ce35d8819d189d8a)

Author SHA1 Message Date
Jeff Young 72c44d7fa3 SaveAs must actually change the name of the document. 2 years ago
Jeff Young 435e3fab8d Support text variables in STEP export filename. 2 years ago
Seth Hillbrand 48ecd742eb Maintain file permissions when renaming 3 years ago
jean-pierre charras 5da5ccc4bf pagelayout_editor: fix some minor issues: 3 years ago
Jeff Young 4c63b4e061 Class name <-> file name sync. 3 years ago
Sylwester Kocjan a234d5a2c8 common,eeschema,pcbnew: path cleanup 3 years ago
Jeff Young 30a4d3d2de Coverity fixes. 3 years ago
lulu731 0180bcf90a ADDED: Implement Drag and Drop 3 years ago
Jeff Young 5d468ca759 Use MESSAGE_TYPE::OUTDATED_SAVE for read-only infobar messages as well. 3 years ago
Seth Hillbrand 6934bc124c Move temp save files to temporary directory 4 years ago
Jeff Young 5f5ee7335d Formatting. 4 years ago
Jeff Young ea6769b702 The REPORTER interface is inherently line-based. 4 years ago
Jeff Young 4aa8318dc2 More error message regularization. 4 years ago
Mikolaj Wielgus 63c263090f Add versioning to page layout editor worksheets 5 years ago
jean-pierre charras 0b4075e3a9 French translation update 5 years ago
Jeff Young c4cabb38d5 More worksheet -> drawing sheet cleanup. 5 years ago
Seth Hillbrand 752ae4d519 Rename modification flag routines 5 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Marek Roszko cc1bfd4c18 Harden drawing sheet loading slightly... 5 years ago
Jeff Young a3b9e8ddb4 Round 2 of Worksheet -> Drawing Sheet. 5 years ago
Jeff Young cad5198ab7 Worksheet -> (industry standard) Drawing Sheet. 5 years ago
Marek Roszko 622baa6531 Silence more unused exception var warnings 5 years ago
Marek Roszko 32bf88fa8e Point to the user template path by default in pl editor 5 years ago
Konstantin Baranovskiy cd2c46e5c9 Make "... file is read only." warnings translatable. 5 years ago
Marek Roszko 4e9b9ee9cd Use DisplayErrorMessage instead of wxMessageBox directly 5 years ago
Marek Roszko ad1aae40ec Unify the saved file strings 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
Marek Roszko 2c86363aa0 Relocate the page_layout includes to a page_layout folder 5 years ago
Marek Roszko efa28d3357 Untangle pl_editor includes 5 years ago
jean-pierre charras 87a220b8e2 more cleanup about removing useless include 5 years ago
Jon Evans 09cb75b8a1 Use a temporary file when saving boards/schematics to make the operation more atomic 5 years ago
Ian McInerney 73a1ce3e84 Move eeschema find notification to the infobar and improve the infobar widget 6 years ago
Ian McInerney a2f027e063 Add an infobar widget to display information above the canvas 6 years ago
Ian McInerney e662e33104 Store the current filename in the history on close 6 years ago
Ian McInerney 879a8f4efb Rework the file history menus to not need references to the file history 6 years ago
Ian McInerney b9d8849b28 Unify unsaved changes detection logic in all frames 6 years ago
Jeff Young 4eab89d9ef Fix OSX button order issue in Unsaved Changes dialog. 7 years ago
jean-pierre charras 54b22b1851 pl_editor: fix missing view full rebuild after importing a .kicad_wks file. 7 years ago
Jeff Young c2662b0e11 Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 7 years ago
Jeff Young d2daab808c Remove some legacy cursor handling stuff. 7 years ago
Jeff Young edc8438ef0 Start the process of removing the legacy draw panel. 7 years ago
Jeff Young bdd44ce88c Use consistent PageLayout data structure names. 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
jean-pierre charras 10aa8b5f18 Page Layout Editor: fix a few GUI issues. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 7 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 419c6e198e Update interf_u demo to use latest libraries and the new sym-lib-table 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Michael Kavanagh 82ce90ecdc PL Editor UI Improvements: Menubar, toolbar and hotkeys 8 years ago
jean-pierre charras 95962cd2ba Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago