summaryrefslogtreecommitdiffstats
path: root/editor/import_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Fix Import dock being too widekobewi2022-08-291-0/+3
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-0/+2
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-3/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+5
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-0/+4
* Fix the importer dock being blank when selecting multiple files.Morris Tabor2022-01-061-0/+2
* Merge pull request #56240 from KoBeWi/frankenstein's_PRRémi Verschelde2022-01-051-5/+25
|\
| * Make Import Dock more obvious to usekobewi2021-12-251-5/+25
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Add path to functions that return iporter optionsreduz2021-11-141-10/+20
* Add a "dirty" marker to the editor import dock for unsaved changesHugo Locurcio2021-10-091-0/+23
* export "Keep" import option when multiple files are selectedDavid Socha2021-09-231-6/+12
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-10/+10
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-50/+50
* Optimize StringName usagereduz2021-07-181-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Check section existance before getting keysHaoyu Qiu2021-03-261-0/+4
* Add a "keep" import mode to keep files as-is and export them.Juan Linietsky2021-03-221-43/+77
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-0/+38
* Removed _change_notifyreduz2021-02-101-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* check the params section exist before erasing it in import_dockPaul Joannon2020-05-201-1/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-30/+0
* Fix changing the import type of multiple files at onceMichael Alexsander2020-04-051-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-10/+10
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-10/+5
* Fix import changing disabling checking on multiple filesMichael Alexsander2020-02-281-3/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
* i18n: Sync translations with WeblateRémi Verschelde2020-02-191-1/+1
* Fix multiple issues with the "Import" dockMichael Alexsander2020-02-131-30/+34
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1