15 Commits (eb3d32f96731c5048a4007ec2054819e960fa114)

Author SHA1 Message Date
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
Jeff Young 9edfd25b95 Select best-matching component when filtering. 8 years ago
Jeff Young 91cfecaa12 Don't allow wxDataViewCtrl updates during model update. 8 years ago
Jeff Young 1684fc735a Defensive coding to attempt to prevent wxWidgets crash. 8 years ago
Jeff Young 17ce87a7a5 Add library descriptions to component tree. 8 years ago
Jeff Young 99ad5cf394 More performance optimizations for symbol libraries 8 years ago
Maciej Suminski 8721f7ed70 Changed remaining occurences of 'part' to 'symbol' in the symbol editor 8 years ago
Camille f5f7ba4746 Fix loop variable copy in for-range loop, use const reference instead 8 years ago
Wayne Stambaugh ae7cc5c868 Eeschema: only show the symbol library load progress dialog once. 8 years ago
Maciej Suminski 7f9876ec27 Fix lexical sort in component tree widget on Windows 8 years ago
Maciej Suminski 457bbbed15 Added a comment for a1b70601 (fixed filtering in component chooser) 8 years ago
Maciej Suminski a1b7060189 Fixed filtering in component chooser on Windows 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Maciej Suminski 36a54aef21 Component Tree: fixed the sort order 8 years ago
Maciej Suminski 45bf919923 Restoring the previous performance of COMPONENT_TREE widget 8 years ago
Maciej Suminski baec127852 Library Editor: show also empty libraries 8 years ago
Maciej Suminski e25a1feb25 Component Tree: restore expanded nodes after search query is cancelled 8 years ago
Maciej Suminski 6b87c2d6b1 Library Editor: faster filtering on Windows 8 years ago
Maciej Suminski e0e4e5f1be Library Manager: alternative way to manage dynamic fixes 8 years ago
Maciej Suminski db4bd0c2db Library Editor: fixed dynamic updates 8 years ago
Maciej Suminski ba4515885b Library Editor: select part in the widget component on create/paste/duplicate component 8 years ago
Maciej Suminski 5c61b61c27 Improved synchronization algorithm for LIB_MANAGER<->COMPONENT_TREE 8 years ago
Maciej Suminski 0d190639f1 Extracted CMP_TREE_MODEL_ADAPTER_BASE class 8 years ago
Maciej Suminski 3288a5f8b8 Right-click context menus for COMPONENT_TREE widget 8 years ago
Maciej Suminski 42220579df Const modifiers 8 years ago
Oliver e25a777c41 Add progress dialog when loading symbol libraries 8 years ago
Wayne Stambaugh 44d81e4005 Minor fixes broken by symbol library table changes. 8 years ago
Wayne Stambaugh 329fc18732 Convert component chooser dialog over to use symbol library table. 8 years ago
Chris Pavlina d2b0a4b358 Component chooser: show aliases better 9 years ago
Chris Pavlina 72cfd38979 De-templatify CMP_TREE_MODEL_ADAPTER::FindAndExpand 9 years ago
Chris Pavlina b2f1d22bbf Fix preselect in CMP_TREE_MODEL_ADAPTER 9 years ago
Chris Pavlina 5e5259b59c CMP_TREE_MODEL*: fix uninitialized members 9 years ago
Chris Pavlina 7ee0adabd7 Optimize component chooser startup time more 9 years ago
Chris Pavlina 3bddc14dc6 CMP_TREE_MODEL_ADAPTER: use more suitable cache type 9 years ago
Chris Pavlina 36e400ec5b Avoid collapsing component chooser column widths to zero 9 years ago
Chris Pavlina f8415633bd Switch component chooser to wxDataViewCtrl, refactor 9 years ago