50 Commits (98c7572f5e17797d2e8f3f09ef022f7833d67f68)

Author SHA1 Message Date
Jeff Young 05219e4d9a Add pinned library support to Choose Symbol and Choose Footprint. 3 years ago
Jeff Young 120c5b9ac1 Reimplement pinning now that we're no longer sorting on score. 3 years ago
Seth Hillbrand 4790257616 Don't break alphabetical sorting on search 3 years ago
Jeff Young 724182abe4 Fix lib tree searches to handle searching on library names. 4 years ago
Jeff Young 671e9f2dba A better algorithm for centering library items in the tree. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Jeff Young b1b4caee6a Escape "naughty" characters in symbol names. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
Jeff Young 0c4184f1a4 Split lib tree initialization into a two-pass affair. 5 years ago
Jeff Young 676d862bee Don't allow really narrow widths for tree control. 5 years ago
Seth Hillbrand 4657ca5d4f Fix GTK crash when multiple libraries are expanded 5 years ago
Seth Hillbrand 8af4cf88a0 Fix crash when deleting symbol in GTK 5 years ago
Jeff Young 359c29639f Fix access into empty container. 5 years ago
Seth Hillbrand 0533a23185 Fix/workaround GTK libtree issue with multi-unit symbols 5 years ago
Seth Hillbrand 3bd080b64e Unselect and freeze before starting reset 5 years ago
Marek Roszko 14c18b7e64 Move ui functions out of common and into ui_common 5 years ago
Seth Hillbrand 56e1afb12e Unselect items before rescoring 5 years ago
Ian McInerney 1b4ec6ccb5 Display symbol libraries that couldn't be loaded as disabled text 5 years ago
Ian McInerney 441243753d Readd freeze/thaw to the library tree update 5 years ago
Seth Hillbrand 6b0176d577 eeschema: lock model while updating scores 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Ian McInerney 4cd0ec8808 Fix library tree column widths when tree is refreshed 5 years ago
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework 6 years ago
Jon Evans 0e2f9cb1bd Migrate CvPcb project parameters 6 years ago
Wayne Stambaugh f262e08d40 Symbol editor: fix crash when editing new symbol value field. 6 years ago
Jeff Young 13d3f57fce Implement a different solution to refreshing lib trees. 6 years ago
Jeff Young eb855d40bb Restore lib tree refreshing, but don't attempt to refresh tree root. 6 years ago
Jeff Young d875d5850e Update library trees when their items change. 6 years ago
Jeff Young 3860ab9f0c Fix issue returning pointers to items inside std::vector. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jeff Young 3ec360f15c Save pinned libraries in project. 6 years ago
Jeff Young 2017389f2d Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
Jonatan Liljedahl 1e42d6abeb symbol-editor: Fix MacOS segfault in lib_tree_model_adapter 6 years ago
Ian McInerney 179f31d377 Add a minimum size to the part column in the lib trees 6 years ago
Ian McInerney bb596ebdaf Fix width of part selector columns 6 years ago
Jeff Young 6b6e9eddee Return control of Symbol and Footprint chooser col widths to user. 6 years ago
Jeff Young 6aa0ceff36 Don't throw out search hits because they have unit children. 6 years ago
John Beard 10900c918f Eeschema: Fix/circumvert GTK3 tree view bug 7 years ago
jean-pierre charras f364e81a91 Symbol editor: fix missing initialization in LIB_TREE_MODEL_ADAPTER::ColWidth(). 7 years ago
Seth Hillbrand 409ad04ab3 libtree: Fixing indent size for MSW 7 years ago
Seth Hillbrand a74aa3850a libtree: Update width automatically 7 years ago
Seth Hillbrand c0cd4c03fb pcbnew: Handle cancel action in fp load 7 years ago
Jeff Young e47351d1a6 Highlight only leaf nodes when filtering lib tree. 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young fd3e57d67f Layout adjustments and language-change-updating for modview. 7 years ago
Jeff Young 4e3c84e733 Score leaf nodes in LIB_TREEs, not just symbols & footprints. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young 97f7bd4cb9 Push component tree down into common. 7 years ago