summaryrefslogtreecommitdiffstats
path: root/editor/import_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix typos with codespellRémi Verschelde2019-11-221-1/+1
* Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-1/+7
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+2
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-1/+16
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Implement missing autorestart in oneshot node, closes #22238Juan Linietsky2019-01-251-1/+1
* Stop preview generator before reimporting resources with different type.Juan Linietsky2019-01-251-0/+1
* Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky2019-01-251-1/+71
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improve import dock usability when selecting multiple files, only change what...Juan Linietsky2018-10-301-5/+46
* Port ImportDock and ProjectExport to new property editor (2nd try)Rémi Verschelde2018-08-201-2/+1
* Revert "Port ImportDock and ProjectExport to new property editor"Rémi Verschelde2018-08-181-1/+2
* Port ImportDock and ProjectExport to new property editorRémi Verschelde2018-08-181-2/+1
* Make filename clipped on Import dockvolzhs2018-05-221-0/+1
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix not being able to select an editor layout created in another language.Michael Alexsander Silva Dias2017-11-261-0/+1
* Refresh import options when changing importerGeorge Marques2017-11-131-24/+39