summaryrefslogtreecommitdiff
path: root/editor/localization_editor.cpp
AgeCommit message (Expand)Author
2023-03-30Improve POT Generation dialogHaoyu Qiu
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-22Add per-scene UndoRedokobewi
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
2022-08-02Update remaps in "file_removed" signalPucklaMotzer09
2022-08-02Show that resources of remaps can not be foundPucklaMotzer09
2022-08-02Change translation remaps if files are movedPucklaMotzer09
2022-05-21Add the button pressed to some signals in Treetrollodel
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-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-18Improve locale detection.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-30Improve language lists in localization editorkobewi
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-07-31Fix being able to add duplicate files in the Localization editorMichael Alexsander
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-04-22ICU: Update to version 69.1, improve ICU data export process.bruvzg
2021-02-18Reorganize Project Settingsreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Allow selecting multiple files in the editor translation/remap dialogsHugo Locurcio
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-14Refactored binding system for core typesreduz
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-14Refactor Project Settings:Stijn Hinlopen