godot/scene/gui
Rémi Verschelde 13239cd4cc Export: Properly reload preset when opening dialog
Fixes #20119 where newly installed templates were not detected.

Also fix a bug with preset deletion where it would attempt to
edit an already removed preset. For this I made it so that
ItemList::deselect_all() also resets `current` to -1, as a manual
ItemList::deselect(idx) already does.
2018-07-18 13:49:34 +02:00
..
base_button.cpp
base_button.h
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
color_picker.cpp fix ColorPickerButton.get_popup() 2018-07-10 15:06:36 +02:00
color_picker.h fix ColorPickerButton.get_popup() 2018-07-10 15:06:36 +02:00
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp
control.h
dialogs.cpp
dialogs.h
file_dialog.cpp
file_dialog.h
gradient_edit.cpp
gradient_edit.h
graph_edit.cpp
graph_edit.h
graph_node.cpp
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp Export: Properly reload preset when opening dialog 2018-07-18 13:49:34 +02:00
item_list.h
label.cpp Fix Label autowrap clips text 2018-07-18 02:19:05 +09:00
label.h
line_edit.cpp
line_edit.h
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Visual Shaders are back. 2018-07-14 18:16:18 -03:00
option_button.h
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.cpp Visual Shaders are back. 2018-07-14 18:16:18 -03:00
popup_menu.h Visual Shaders are back. 2018-07-14 18:16:18 -03:00
popup.cpp
popup.h
progress_bar.cpp
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_label.cpp
rich_text_label.h
scroll_bar.cpp fix scrollbar icons with atlas texture. 2018-07-14 14:02:08 +01:00
scroll_bar.h
scroll_container.cpp
scroll_container.h
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp Added scrollable property to Sliders 2018-07-07 13:48:34 +03:00
slider.h Added scrollable property to Sliders 2018-07-07 13:48:34 +03:00
spin_box.cpp
spin_box.h
split_container.cpp
split_container.h
tab_container.cpp
tab_container.h
tabs.cpp
tabs.h
text_edit.cpp
text_edit.h
texture_button.cpp
texture_button.h
texture_progress.cpp
texture_progress.h
texture_rect.cpp
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp
tree.h
video_player.cpp
video_player.h
viewport_container.cpp
viewport_container.h