summaryrefslogtreecommitdiffstats
path: root/editor/editor_feature_profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Fix various i18n failuresHaoyu Qiu2021-08-031-1/+1
* Put multiple colons back into translated stringsYuri Sizov2021-07-311-6/+6
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+6
* Optimize StringName usagereduz2021-07-181-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-22/+21
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve the layout and texts of the Editor Feature Profiles dialogYuri Sizov2021-05-311-43/+88
* Fixed changing enabled classes resetting folding in manage editor features.Emre Aydin2021-05-271-0/+36
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-5/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-09-041-1/+1
* Make the Import dock depend on the FileSystem dockAaron Franke2020-08-271-5/+12
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-2/+2
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Fix build after merge of #37235Rémi Verschelde2020-05-251-2/+3
* Merge pull request #37235 from Calinou/improve-editor-feature-profilesRémi Verschelde2020-05-251-5/+30
|\
| * Improve the editor feature profiles UXHugo Locurcio2020-03-221-5/+30
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2