godot/scene/gui
reduz 1aa2823fa3 Removed _change_notify
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap.
-For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed()
-Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now.
2021-02-10 19:31:24 -03:00
..
aspect_ratio_container.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
aspect_ratio_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
base_button.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
base_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
box_container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
box_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
button.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
center_container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
center_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
check_box.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
check_box.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
check_button.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
check_button.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
code_edit.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
code_edit.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
color_picker.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
color_picker.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
color_rect.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
color_rect.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
control.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
control.h Removed _change_notify 2021-02-10 19:31:24 -03:00
dialogs.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
dialogs.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
file_dialog.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
file_dialog.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
gradient_edit.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
gradient_edit.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
graph_edit.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
graph_edit.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
graph_node.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
graph_node.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
grid_container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
grid_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
item_list.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
item_list.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
label.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
label.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
line_edit.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
line_edit.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
link_button.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
link_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
margin_container.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
margin_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
menu_button.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
menu_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
nine_patch_rect.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
nine_patch_rect.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
option_button.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
option_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
panel.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
panel.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
panel_container.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
panel_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
popup.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
popup.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
popup_menu.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
popup_menu.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
progress_bar.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
progress_bar.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
range.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
range.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
reference_rect.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rich_text_effect.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rich_text_effect.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rich_text_label.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
rich_text_label.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scroll_bar.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scroll_bar.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scroll_container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scroll_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
separator.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
shortcut.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
shortcut.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
slider.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
slider.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
spin_box.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
spin_box.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
split_container.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
split_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
subviewport_container.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
subviewport_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tab_container.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
tab_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tabs.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
tabs.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
text_edit.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
text_edit.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_button.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_progress_bar.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_progress_bar.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_rect.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_rect.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tree.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tree.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
video_player.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
video_player.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00