15 Commits (a0b9b0c3eef8117c29d88a6942e9bf19194d640c)

Author SHA1 Message Date
Jeff Young a0b9b0c3ee Improve IsSymbolEditable to differentiate fields. 5 years ago
Wayne Stambaugh 356c2d3508 Symbol editor: fix symbol save as menu enable logic issue. 5 years ago
Jeff Young bbb8173b61 Remove and re-add saved-as libraries when Syncing tree. 5 years ago
Michael Kavanagh 65f90f141f Symbol editor: remove duplicate legacy code path 5 years ago
Dominik Wernberger bb2881a5ab Make RENDER_SETTINGS argument const 5 years ago
Wayne Stambaugh 0655f2c436 Symbol editor: do not disable tools and grey symbols from schematic. 5 years ago
Wayne Stambaugh 50b171fa33 Symbol editor: improve symbol library save as behavior. 5 years ago
Wayne Stambaugh 59c2bf19dc Symbol editor header clean up. 5 years ago
Wayne Stambaugh 5069d20768 Symbol editor: make library and symbol save as operations explicit. 5 years ago
Jeff Young 1648dd6f0e Fix various issues with save & editing symbols from schematic. 5 years ago
Jeff Young 6b420b191a Use color theme backgrounds in page previews. 5 years ago
Jeff Young f9bbdb31b0 Beginnings of legacy symbol locking. 5 years ago
Jeff Young c611f62ade Get rid of annoying double-draw when choosing a new symbol. 5 years ago
Jeff Young 6e6e0aa644 Naming conventions (including some component -> symbol). 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
PJM d1322e7d1d Refactor GetDocumentExtents() 5 years ago
Wayne Stambaugh c9fa46ace8 Eeschema: allow symbols to be edited in place. 5 years ago
Mark Roszko 1082402b33 Convert UNDO_REDO_T to an enum class 5 years ago
Mark Roszko 89e74140eb Save file / window states for kicad project locally 5 years ago
Ian McInerney fd4388710d Migrate eeschema, libview and libedit to the UI condition framework 5 years ago
Jeff Young 864087890b Fix typo assuming new field value was always the name. 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
Jeff Young d61b6f965e Flatten some settings and remove some more globals. 6 years ago
Jon Evans 108cf23892 Restore separate libedit settings for common settings params 6 years ago
Jon Evans df5b093fda Fix missing GetWindowSettings for LIB_EDIT_FRAME 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 122b1ddaae Unwrap an unnecessary layer now that we have new config stuff. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young add4c3d4ea Only append number to name if it already exists. 6 years ago
Jon Evans 5ed173ef1b ADDED: LibEdit can have a different color theme than Eeschema 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jeff Young 2017389f2d Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
Ian McInerney b9d8849b28 Unify unsaved changes detection logic in all frames 6 years ago
Wayne Stambaugh 2b920ffa04 Symbol editor: inheritance symbol editing bug fixes. 6 years ago
Wayne Stambaugh 3e431d0d39 Symbol editor: fix inherited symbol editing bug. 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jeff Young 3bd38ec245 Improve zoom-to-extents for footprints with long text. 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young b4c8657904 Fix non-visible-part or conversion items from getting selected. 6 years ago
jean-pierre charras 858db3c104 Synchronize toolbars state with current options after rebuilding them. 6 years ago
Jeff Young d03041b565 Cleanup. 6 years ago
Jeff Young f088d4d762 Add env-var setting to CommonSettingsChanged(). 6 years ago
Seth Hillbrand 98124e68c7 Update exit strategy to match UI guidelines 6 years ago
Jeff Young de67f3f1e9 Move a few more things to ACTIONs. 6 years ago
Jeff Young 909aeba3d9 Transition some more stuff from the MVC view to the controller. 6 years ago
Wayne Stambaugh 028973d182 LibEdit: fix library tree refresh issue when library is removed. 6 years ago
Jeff Young b0e8443383 Sync-ing of menu has been done in CONDITIONAL_MENU for some time now. 6 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 6 years ago