summaryrefslogtreecommitdiffstats
path: root/editor/gui/scene_tree_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-161-0/+15
|\
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-0/+15
* | Merge pull request #96569 from AThousandShips/fix_tree_buttonRémi Verschelde2024-09-051-2/+6
|\ \
| * | [Editor] Prevent duplicate `Open in Editor` buttons in scene tree dockA Thousand Ships2024-09-041-2/+6
| |/
* | Merge pull request #95343 from Giganzo/unique-name-dialogRémi Verschelde2024-09-041-6/+43
|\ \ | |/ |/|
| * Add ConfirmationDialog when clicking on % button in SceneTreeGiganzo2024-09-041-6/+43
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* | Disable text trimming in SceneTreeEditorkobewi2024-08-211-0/+1
* | Merge pull request #94773 from Hilderin/fix-add-child-node-problem-no-auto-ex...Rémi Verschelde2024-08-191-1/+18
|\ \
| * | Fix scene node selection problem when no auto expandHilderin2024-08-171-1/+18
| |/
* / Fix order of Lock and Group icons in SceneTreeGiganzo2024-08-091-7/+7
|/
* Fix reselecting scene tree node after inspecting a resourceAnni Ryynänen2024-06-241-1/+0
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* Consistently display script icons for nodes in connect dialog's scene tree ed...Stephen Berry2024-06-101-10/+14
* Fix some incorrect uses of `String` over `StringName`A Thousand Ships2024-06-031-1/+1
* Fix scene hash not updated when scene is emptykobewi2024-05-221-1/+1
* Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-4/+17
* Use Core/Scene stringnames consistentlykobewi2024-05-131-12/+12
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Merge pull request #86605 from KoBeWi/update_all_of_the_tree_notRémi Verschelde2024-04-261-1/+0
|\
| * Don't update tree on deselectkobewi2023-12-291-1/+0
* | SceneTreeEditor: Fix crash when TreeItem is removed before callbackRémi Verschelde2024-04-051-1/+10
* | Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+24
* | Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-1/+1
* | Merge pull request #88003 from kitbdev/dock-manager-fixesRémi Verschelde2024-03-241-5/+3
|\ \
| * | Refactor and fix issues in Editor Dock Managerkit2024-03-161-5/+3
* | | Allow node visibility to work with custom user-provided node typesAaron Franke2024-03-071-61/+26
|/ /
* | Allow to easily rename multiple nodeskobewi2024-03-031-14/+38
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | Revert "Allow configuration warnings to refer to a property"Rémi Verschelde2024-02-171-7/+43
* | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* | Allow configuration warnings to refer to a propertyRedMser2024-02-081-43/+7
* | Merge pull request #87535 from Mickeon/scene-tree-configuration-warnings-cleanupRémi Verschelde2024-01-291-17/+28
|\ \
| * | Improve appearance of Node configuration warningsMicky2024-01-271-17/+28
* | | Fix renaming a node to the name of its siblings breaking NodePathajreckof2024-01-161-3/+2
|/ /
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-4/+4
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-8/+6
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | Merge pull request #82916 from jsjtxietian/update-scene-tree-tooltip-after-ed...Rémi Verschelde2024-01-031-26/+50
|\ \ \ | |_|/ |/| |
| * | support updating tooltip after editor description changejsjtxietian2023-11-151-26/+50
* | | Improve action name for ungroup button in Scene dockHaoyu Qiu2023-12-221-1/+1
| |/ |/|
* | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* | Merge pull request #82528 from SaracenOne/path_typesYuri Sizov2023-12-081-3/+40
|\ \
| * | Script path type support in editor:Saracen2023-11-081-3/+40
| |/
* / Allow dragging editable childrenHaoyu Qiu2023-11-011-7/+18
|/