summaryrefslogtreecommitdiff
path: root/editor/editor_settings_dialog.cpp
AgeCommit message (Expand)Author
2022-10-06Split `action_map_editor` file into one file per class it contained.Eric M
2022-10-03Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM
2022-09-25Merge pull request #65290 from requizm/fix/65081/cannot_set_escapeRémi Verschelde
2022-09-17Update Editor Shortcuts tree creation to always have sections in same order.Eric M
2022-09-15Check TreeItem for nullptr before accessing.Eric M
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-03Disabled "Escape" button when closing the shortcut windowrequizm
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-22Add per-scene UndoRedokobewi
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-31Merge pull request #61455 from fire-forge/tabRémi Verschelde
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-06Cleanup metadata usagekobewi
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-10Merge pull request #58706 from timothyqiu/property-i18nRémi Verschelde
2022-03-10Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_editRémi Verschelde
2022-03-05Fix color pickers closing in editor settingskobewi
2022-03-05Merge pull request #53839 from EricEzaM/editor-settings-changed-settingsRémi Verschelde
2022-03-05Made use of EditorSettings 'settings changed' to optimise settings changed no...Eric M
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-03i18n: Make property paths and categories translatableHaoyu Qiu
2022-02-18Fixed issues with shortcut checking in 3d node editorEric M
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-05Add shortcut_cell double click functionalityGer Hean
2022-02-05Fix shortcut collapse after editGer Hean
2022-02-01Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker