summaryrefslogtreecommitdiff
path: root/editor/import_dock.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-08-29Fix Import dock being too widekobewi
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
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-02Vectors: Use clear() and has().Anilforextra
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-06Fix the importer dock being blank when selecting multiple files.Morris Tabor
2022-01-05Merge pull request #56240 from KoBeWi/frankenstein's_PRRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-25Make Import Dock more obvious to usekobewi
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-14Add path to functions that return iporter optionsreduz
2021-10-09Add a "dirty" marker to the editor import dock for unsaved changesHugo Locurcio
2021-09-23export "Keep" import option when multiple files are selectedDavid Socha
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
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-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-03-26Check section existance before getting keysHaoyu Qiu
2021-03-22Add a "keep" import mode to keep files as-is and export them.Juan Linietsky
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-05-20check the params section exist before erasing it in import_dockPaul Joannon
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-05Fix changing the import type of multiple files at onceMichael Alexsander
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-28Fix import changing disabling checking on multiple filesMichael Alexsander
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-19i18n: Sync translations with WeblateRémi Verschelde
2020-02-13Fix multiple issues with the "Import" dockMichael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu