359 Commits (d85a7073859f39c1b128f0b1f70fe652f8bc5f4c)

Author SHA1 Message Date
Jeff Young 7b042f4a75 Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 5 years ago
Ian McInerney fb10406e67 Add right-click context menus for toolbar items 5 years ago
Ian McInerney 52856a8ce4 Move scaled toolbar separator into ACTION_TOOLBAR 5 years ago
Jon Evans 09cb75b8a1 Use a temporary file when saving boards/schematics to make the operation more atomic 5 years ago
Jon Evans e91b9f6dfb Rip out the unused leftovers of the old color system 5 years ago
Jeff Young ee9d8fcd15 Collapse Pcbnew & ModEdit display and edit settings. 5 years ago
Jeff Young c48f4272f3 Collapse a level out of the zoom settings. 5 years ago
Jeff Young f84406009b Push a couple of layers of indirection out of grid settings. 5 years ago
Ian McInerney 9d0ea66a96 Don't use the accelerator table in the menubars 5 years ago
Wayne Stambaugh 0032845f9e Fix clipped bitmap buttons with GTK on Linux. 5 years ago
Jeff Young 5d52378b80 Decrease hittest region so we don't get long clarification lists. 5 years ago
Jeff Young a6eaa3257a Autocomplete for page layout editor text items. 5 years ago
Jon Evans 6ee9d8f7f5 Add basic color theme picker to page layout editor 6 years ago
jean-pierre charras c8476d6f6b pl_editor: fix incorrect size of bitmaps when printing. 6 years ago
Ian McInerney fca7ade81f Move to the AUI version of the infobar 6 years ago
jean-pierre charras 5010a88069 Pl_editor: minor fix to have the infobar right size the first time it is shown. 6 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 613c020920 Move the file history into the frames 6 years ago
Ian McInerney e4b6487fca Overhaul compiler warnings infrastructure 6 years ago
jean-pierre charras fe5b02f0fc Page layout editor: Fix a outdated tool tip. 6 years ago
Ian McInerney 99dcadf7e6 Introduce new KI_FALLTHROUGH macro 6 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Ian McInerney 3b67e3d0a4 Rewrite window positioning logic 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
jean-pierre charras 6e47f147aa A few Coverity fixes. 6 years ago
Jon Evans 775d15d8cf Use theme preference in PL editor (no UI access yet) 6 years ago
Ian McInerney 879a8f4efb Rework the file history menus to not need references to the file history 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney b1240b5b1e Gracefully shutdown tools when frames are closed 6 years ago
Jeff Young a04fdf64da Improve directory handling for Project Save As. 6 years ago
Ian McInerney 06c979dfaa Convert all CMake paths to absolute instead of relative 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Jeff Young 3d8150032f Fix some uninitialized variables found by Coverity. 6 years ago
Seth Hillbrand 7c28c3838a Comment-only changes 6 years ago
Jeff Young 8fed9df1d0 Fix uninitialized variable (from Coverity scan). 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
Ian McInerney 25a302758e Fix macos plist version string generation 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
Mark Roszko 686b768a3d Add shutdown blocking on Windows for pcbnew, eeschema and pleditor 6 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
Seth Hillbrand a2edf9c442 Unified update to C++14 std::make_unique 6 years ago
Ian McInerney 99b9354a51 Add clear recent files action to the menus 6 years ago
jean-pierre charras 4de6ed6206 Fix issues created by Adds Save As... to the Kicad manger. 6 years ago
Jeff Young b5904b0401 Installment one of project Save As... feature. 6 years ago
evanshultz a3229c455d Only add view menu final separator on OS X 6 years ago
Jeff Young 44a1cf9f1b Implement quiet-mode for selection clearing. 6 years ago