1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/modules
Marius Hanl 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
- Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'.
- Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree).
- Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages
- Improve OK Button disablement (something should be selected)
2024-08-31 21:10:27 +02:00
..
2024-04-10 18:27:08 +01:00
2024-04-05 12:18:00 +02:00
2024-03-13 09:12:50 +02:00
2024-08-29 14:12:59 +02:00
2024-08-16 18:20:55 +02:00
2024-06-18 11:06:31 -04:00
2024-05-14 13:01:07 +02:00
2024-06-01 16:37:54 -05:00