summaryrefslogtreecommitdiffstats
path: root/editor/import_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* avoid cleanup for non-loadable assetsNolan Carroll2023-09-281-3/+6
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-061-2/+3
|\
| * Add EditorStringNames singletonkobewi2023-09-031-2/+3
* | Fix error message when reimporting resources with an empty scene openAaron Franke2023-09-031-2/+5
|/
* Merge pull request #75137 from nongvantinh/implement-6320Rémi Verschelde2023-08-071-0/+15
|\
| * Expose 'Reimport' on right-click context menu in the FileSystem panelNong Van Tinh2023-05-011-0/+15
* | Merge pull request #78890 from KoBeWi/who_needs_restart_anywayYuri Sizov2023-07-121-11/+74
|\ \
| * | Allow change import type without restarting editorkobewi2023-07-031-11/+74
* | | Document editor import options in the class referenceHugo Locurcio2023-06-151-0/+10
|/ /
* / Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-2/+0
|/
* 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