kicad/eeschema/widgets
Maciej Suminski 45bf919923 Restoring the previous performance of COMPONENT_TREE widget
It turns out the fastest way to update wxDataViewCtrl is to nuke the
model and rebuild it from scratch rather than via
ItemAdded()/ItemDeleted() update notifications.

Fixes: lp:1734773
* https://bugs.launchpad.net/kicad/+bug/1734773
2017-12-04 10:42:37 +01:00
..
cmp_tree_pane.cpp Restoring the previous performance of COMPONENT_TREE widget 2017-12-04 10:42:37 +01:00
cmp_tree_pane.h Restoring the previous performance of COMPONENT_TREE widget 2017-12-04 10:42:37 +01:00
component_tree.cpp Restoring the previous performance of COMPONENT_TREE widget 2017-12-04 10:42:37 +01:00
component_tree.h Restoring the previous performance of COMPONENT_TREE widget 2017-12-04 10:42:37 +01:00
pin_shape_combobox.cpp Revert "Removed Pin{Shape,Type}ComboBox::SetSelection()." 2017-01-18 16:58:20 +01:00
pin_shape_combobox.h Fixed two hidden overloaded function warnings. 2017-01-18 17:24:50 +01:00
pin_type_combobox.cpp Revert "Removed Pin{Shape,Type}ComboBox::SetSelection()." 2017-01-18 16:58:20 +01:00
pin_type_combobox.h Fixed two hidden overloaded function warnings. 2017-01-18 17:24:50 +01:00
tuner_slider.cpp Revert "Do not use double component primitives in Spice netlist exporter" 2016-08-31 11:51:17 +02:00
tuner_slider.h sim: tuner slider now located in a nested wxPanel 2016-08-11 14:42:00 +02:00
tuner_slider_base.cpp TUNER_SLIDER widget 2016-08-11 14:41:44 +02:00
tuner_slider_base.fbp TUNER_SLIDER widget 2016-08-11 14:41:44 +02:00
tuner_slider_base.h TUNER_SLIDER widget 2016-08-11 14:41:44 +02:00
widget_eeschema_color_config.cpp Use the new color4Dpicker to choose a color in Eeschema. 2017-08-06 10:42:11 +02:00
widget_eeschema_color_config.h Fix minor warnings 2017-11-21 23:18:55 +01:00