summaryrefslogtreecommitdiff
path: root/editor/rename_dialog.cpp
AgeCommit message (Collapse)Author
2019-07-04Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio
CheckButtons should only be used if toggling them has an immediate effect. Otherwise, CheckBoxes should be used.
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
This also adds the number of selected projects to the confirmation dialog that appears before removing projects.
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-01-22Implements "Batch Rename" editor tool.Blazej Floch