65 Commits (dc847db19d99255ffaf29b1e7ac649acea88423b)

Author SHA1 Message Date
Jeff Young d01c023d5a Retire the lib-tree scoring algorithm. 3 years ago
Jeff Young 01564a254f Make sure "Item" and "Description" end up in the translation database. 3 years ago
Jeff Young eef3492fc0 Make symbol/footprint trees sensitive to language change. 3 years ago
Jon Evans 6cce99e0d0 Support showing Value field in symbol chooser 3 years ago
Jeff Young 054649fa38 Formatting. 3 years ago
Jon Evans 375b530dad ADDED: Column selection and reordering in symbol chooser 3 years ago
Jon Evans f37086e840 Remove size handler that messes up column sizes 3 years ago
Jeff Young 8eb68ee472 Add pin/unpin context menu to Symbol Chooser and Footprint Chooser. 3 years ago
Jon Evans 1520a1d372 Use cached untranslated header for looking up width 3 years ago
Jon Evans e294fe2074 ADDED: Dynamic field columns in symbol chooser 3 years ago
Seth Hillbrand 34a5a32a52 Prevent GTK from zero-ing out column size 3 years ago
Jeff Young 18ac169ac7 Add contexts to EDA_COMBINED_MATCHER. 3 years ago
jean-pierre charras 490875e222 Fix a missing call to aEvent.Skip() in commit 753f2f3. 3 years ago
Jeff Young 753f2f3e4c Display descriptions in second column of library trees. 3 years ago
Jeff Young def87c969e Redo the pinned-libraries storage architecture. 3 years ago
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