summaryrefslogtreecommitdiffstats
path: root/editor/gui/scene_tree_editor.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+2
|\
| * Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-091-0/+2
| | | | | | | | | | Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com>
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #96400 from ↵Rémi Verschelde2024-09-161-0/+1
|\ | | | | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
| * Use InputMap actions consistently across all LineEdit's that filter an ↵Marius Hanl2024-08-311-0/+1
| | | | | | | | | | | | | | | | | | 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)
* | Add ConfirmationDialog when clicking on % button in SceneTreeGiganzo2024-09-041-0/+9
|/
* Fix reparent when hovering after delayAeioMuch2024-05-311-1/+0
|
* Inspect hovered node while draggingAeioMuch2024-04-101-0/+1
|
* SceneTreeEditor: Fix crash when TreeItem is removed before callbackRémi Verschelde2024-04-051-0/+1
| | | | | | Fixes #90235. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
* Improve SceneTreeEditor usabilityRedMser2024-03-311-3/+3
| | | | | | - Mark contextually relevant node - Remember/Clear selection as appropriate - Scroll to marked/selected node
* Allow to easily rename multiple nodeskobewi2024-03-031-2/+4
| | | | Co-authored-by: ajreckof <tbonhoure@ymail.Com>
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|
* Merge pull request #82916 from ↵Rémi Verschelde2024-01-031-0/+5
|\ | | | | | | | | | | jsjtxietian/update-scene-tree-tooltip-after-editor-description-chnage Support updating tooltip immediately after editor description change
| * support updating tooltip after editor description changejsjtxietian2023-11-151-0/+5
| |
* | Allow dragging editable childrenHaoyu Qiu2023-11-011-1/+1
|/ | | | But not allow dropping inside the scene tree editor.
* Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-1/+0
|
* Properly remember custom text color in scene treekobewi2023-08-281-0/+1
|
* Show only compatible nodes in 'Select a node' windowMartin Boué2023-08-181-0/+5
| | | | Fixes https://github.com/godotengine/godot-proposals/issues/7217
* Show valid types in SceneTreeDialogkobewi2023-08-041-2/+6
|
* properly update nodepath with batch renameajreckof2023-06-141-1/+1
|
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
| | | | | - Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+197
Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.