summaryrefslogtreecommitdiff
path: root/editor/project_settings_editor.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-13Disable ok button if no key is selected when adding event to an actionGilles Roudière
2019-11-07Merge pull request #32527 from OsamaElHariri/fix_locale_filterRémi Verschelde
2019-11-04Fix key names being wrongly capitalized in the input map editorHugo Locurcio
2019-10-25Fix off-by-one error in the Project Settings type dropdownHugo Locurcio
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-07Allow all Variant types to be added as project settingsHugo Locurcio
2019-10-06Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio
2019-10-03Fix locale filter in project settings editorOsama El Hariri
2019-09-27Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias
2019-09-24Merge pull request #31970 from HaSa1002/i18nRémi Verschelde
2019-09-23Add some missing feature tags to the "Override For..." menuHugo Locurcio
2019-09-23Merge pull request #31061 from Abstract-Everything/input-actions-reorder-uiRémi Verschelde
2019-09-10Fix right click crash in Locales FilterlupoDharkael
2019-09-05Input actions can be reordered by drag and drop.J-Camilleri
2019-09-04Fix out of range crash on remapping filesHaSa1002
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
2019-08-30Make tab containers in editor, project settings, and export dialog, to use hi...azagaya
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-15Added DualShock Equivalents to Joypad Button 10 and 11Daniel Larson
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-07-01Tweak gamepad button names to be consistent with the documentationHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
2019-04-30Merge pull request #25720 from qarmin/fix_hide_search_project_settingsRémi Verschelde
2019-04-30Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde
2019-04-30Add Popup::popup_centered_clamped methodhomer666
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-25Use the "warning" color for the "restart required" labelHugo Locurcio
2019-03-16Fix renaming actions in the Project settingsBojidar Marinov
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-08Clearch SearchBox when unclick SearchButtonqarmin
2019-01-25Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-09-14ProjectSettings: Fix InputMap editor on HiDPIRémi Verschelde
2018-09-11Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21BPTC supportelasota
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
2018-08-14Merge pull request #20747 from hpvb/fix-20184Rémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-05Do not call _update_actions when only changing deadzoneHein-Pieter van Braam
2018-07-26Add PluginConfigDialog, EditorPluginSettings GUIWill Nations
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam