summaryrefslogtreecommitdiffstats
path: root/editor/editor_feature_profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* Editor Feature Profile: Only rebuild selected TreeItem and all children when ...Marius Hanl2024-05-201-5/+15
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-15/+8
* Add context support for editor property name i18nHaoyu Qiu2024-03-311-2/+2
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Revamp how documentation tooltips workMichael Alexsander2023-10-031-12/+13
* Add EditorStringNames singletonkobewi2023-09-031-1/+2
* Use the gray color for all abstract classesMewPurPur2023-08-311-3/+3
* Allow changing feature profile via EditorInterfaceRedMser2023-07-241-16/+38
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Turn off auto translate for some editor controlsHaoyu Qiu2023-03-281-0/+1
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix some stuff with the editor featuresMichael Alexsander2022-11-121-1/+7
* Allow to disable History Dock via feature profilekobewi2022-11-071-0/+4
* Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1Rémi Verschelde2022-09-221-1/+1
* Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde2022-08-301-1/+1
|\
| * Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-8/+8
|/
* Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ch...Yuri Sizov2022-08-051-0/+5
* Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-291-12/+13
|\
| * Move editor paths into the EditorPaths classAaron Franke2022-07-291-12/+13
* | Remove Signal connect bindsJuan Linietsky2022-07-291-8/+8
|/
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-1/+1
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-2/+2
|/
* Add a new HashSet templatereduz2022-05-201-2/+2
* Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-7/+6
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-2/+8
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* i18n: Make property paths and categories translatableHaoyu Qiu2022-03-031-1/+3
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-11/+13
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Merge pull request #57749 from timothyqiu/feature-class-propsRémi Verschelde2022-02-071-1/+9
|\
| * Don't display empty Class Properties in feature profileHaoyu Qiu2022-02-071-1/+9
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-17/+17