130 Commits (66021f0657286de777fe72a599398f7a6dcd2af5)

Author SHA1 Message Date
Jeff Young 3b35bfc0a5 Don't write out synthetic severities (they're headings). 5 years ago
jean-pierre charras c47871e775 EDA_BASE_FRAME::ShowInfoBarMsg: add option to show a close button. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
Jon Evans e735d21824 Maximize main editors by default if config is missing 5 years ago
Marek Roszko a5c9151800 Move the dock art provider to a pointer instance 5 years ago
Marek Roszko 29577a571d Add a custom dock art provider for aui manager with slight improvement 5 years ago
Marek Roszko ad191fda52 Unwrap eda_base_frame from base_screen 5 years ago
jean-pierre charras f702da95c7 Minor code cleanup, step2: remove more useless include. 5 years ago
jean-pierre charras 3f8c9d49f8 Revert "Code cleanup: remove useless wx/wx.h include inside a few files." 5 years ago
jean-pierre charras cffccc3970 Code cleanup: remove useless wx/wx.h include inside a few files. 5 years ago
Ian McInerney fc565edb33 Add a palette to the toolbars to display groups of actions 5 years ago
Ian McInerney 9530408fdd Remove unused variables 5 years ago
jean-pierre charras 9fdadcbcf5 EDA_BASE_FRAME::windowClosing( wxCloseEvent& event ): fix incorrect behavior. 5 years ago
Mark Roszko 9f128f942c Move shutdown blocker to kiplatform 5 years ago
Jeff Young 88635ee5b6 Clean up error messages. 5 years ago
Jon Evans 3673c23696 Code style 5 years ago
Mark Roszko 89e74140eb Save file / window states for kicad project locally 5 years ago
Jeff Young 80846dcbc7 Improve shutdown performance. 5 years ago
Ian McInerney 4491f24d5e Ripout the old SyncToolbars infrastructure reminants 5 years ago
Ian McInerney 3b05d7cddd Move more frames to the new UI condition framework 5 years ago
Ian McInerney 72a1c71e07 Implement a framework to handle wxUpdateUIEvents for tool actions 5 years ago
Ian McInerney c458b50fd9 Ensure the environment variables are synchronized between KiCad and Python 5 years ago
Jeff Young 3fd0a3f842 Update text variables even when they're changed from other binary. 5 years ago
Jeff Young 1cd2a51db2 Make undo/redo lists protected. 5 years ago
Jeff Young 7340c97ef9 Undo for schematic-wide operations. 5 years ago
Jon Evans fe5959b625 Remove the schematic and board backup file system 6 years ago
Jeff Young da2b7071b4 WYSISYG custom pad editor. 6 years ago
Jeff Young 5ee806c3a3 The dispatch-behind & whitelist stuff got broken again, so I've 6 years ago
Ian McInerney d46f9a5273 Give the 3D viewer an infobar & Infobar upgrades 6 years ago
Ian McInerney fca7ade81f Move to the AUI version of the infobar 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 613c020920 Move the file history into the frames 6 years ago
Ian McInerney c43122a45f Get the undecorated window size on GTK when saving the window config 6 years ago
Jeff Young bdf9491682 Re-factor the event whitelist stuff so that it doesn't promise what it can't deliver. 6 years ago
Jeff Young 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Ian McInerney d006acecf4 More window sizing fixes 6 years ago
Oleg Endo 2f1d23312f add BOARD_CHANGED and UNITS_CHANGED events 6 years ago
Ian McInerney e528769637 Move TOOLS_HOLDER into tools/ folder 6 years ago
Jeff Young 122b1ddaae Unwrap an unnecessary layer now that we have new config stuff. 6 years ago
Jeff Young d69ebfae49 Push tool framework base down into TOOL_HOLDER. 6 years ago
Jeff Young cee973dc04 Move ERC error reporting over to the new framework. 6 years ago
Jeff Young 85c2e0d23a Add user-defined severities, exclusions and colors to DRC markers. 6 years ago
Ian McInerney 879a8f4efb Rework the file history menus to not need references to the file history 6 years ago
Jon Evans 712ae5a953 Check if scaling factor has changed when top-level window is moved 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Ian McInerney b9d8849b28 Unify unsaved changes detection logic in all frames 6 years ago