summaryrefslogtreecommitdiffstats
path: root/editor/import_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-13/+4
|\ \ | |/ |/|
| * Don't swap Advanced Import Settings button position based on Swap OK CancelHugo Locurcio2024-10-181-13/+4
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add support for resource conversion plugins in filesystem dock.SaracenOne2024-09-161-42/+13
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Fix missing options in Project Import DefaultsHilderin2024-07-091-10/+18
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* Fix Keep/Skip File import selection crashaaronp642024-06-051-7/+9
* Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-2/+2
* fbx: change import option defaultsLyuma2024-05-211-2/+12
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Fix errors/crashes related to skipped importsaaronp642024-04-251-4/+20
* [Import] Add "skip file" import option to skip (and exclude from export) impo...bruvzg2024-03-121-12/+46
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+4
* 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