summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-2/+21
|\|
| * Enforce that custom nodes keep their original typebjornmp2024-10-221-2/+21
| | | | | | | | | | | | | | | | Enforce that custom nodes and resources created via the "Create New Node" dialog, should permanently retain their original type (script). This means: - Type continuity: It should be impossible for the user to (accidentally) clear the original script of a custom node that was created via the "Create New Node" dialog. - Extensibility: The user should be able to extend custom types as usual (create a script that inherits the original type and replace the original script of that node with his own). However, if he then clears his extension-script from that node later on, the custom type should revert to its original script instead of becoming a non-scripted type.
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #97543 from KoBeWi/to_edit_or_not_to_editRémi Verschelde2024-10-041-0/+4
|\ | | | | | | Fix closing Theme Editor not actually closing it
| * Fix closing Theme Editor not actually closing itkobewi2024-09-271-0/+4
| |
* | Add _resource_changed() helper method to EditorResourcePickerkobewi2024-10-041-17/+13
| |
* | New Quick Open DialogStijn Hinlopen2024-10-011-11/+7
|/ | | | | | | | | | | | | | | | | | - Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
* Fix generic conversion iconkobewi2024-09-171-1/+1
|
* Add support for resource conversion plugins in filesystem dock.SaracenOne2024-09-161-6/+8
|
* Fix no unsaved indicator Save As resourceHilderin2024-08-311-0/+18
|
* Add support for dragging a shader to user exported material propertyjsjtxietian2024-08-201-2/+2
|
* Fix AudioStreamPlayer icons, improve audio resource picker stylingChristian Kaiser2024-06-271-5/+3
|
* Add brief description tooltips to EditorResourcePickerkobewi2024-06-241-0/+6
|
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
|
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
|
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
|
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
|
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
|
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+5
|
* Merge pull request #84443 from KoBeWi/cookies_for_EditorResourcePickerRémi Verschelde2024-04-301-23/+29
|\ | | | | | | Cache allowed types in EditorResourcePicker
| * Cache allowed types in EditorResourcePickerkobewi2023-11-041-23/+29
| |
* | Merge pull request #84446 from KoBeWi/EditorYOLOPickerRémi Verschelde2024-04-261-0/+3
|\ \ | | | | | | | | | Don't check resource type assigned in property
| * | Don't check resource type assigned in propertykobewi2023-11-041-0/+3
| |/
* | Prevent dropping Resource to the same resource pickerkobewi2024-04-051-1/+10
| |
* | Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\ \ | | | | | | Fix unexpected auto translation of editor `Tree` content
| * | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
| | |
* | | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
|/ /
* | Merge pull request #88572 from ↵Rémi Verschelde2024-02-281-0/+2
|\ \ | | | | | | | | | | | | | | | ajreckof/fix-crash-on-dictionarry-new-key/value-change-type-when-inspector-opened Fix crash on changing resource type of dictionary new key/value while editing the resource.
| * | Fix crash on changing resource type of dictionary new key/value while ↵ajreckof2024-02-281-0/+2
| | | | | | | | | | | | editing the resource
* | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/ /
* | Merge pull request #88435 from AThousandShips/quick_load_fixRémi Verschelde2024-02-181-5/+6
|\ \ | | | | | | | | | [Editor] Improve clarity and style of `ResourcePicker` menu
| * | [Editor] Improve clarity and style of `ResourcePicker` menuA Thousand Ships2024-02-171-5/+6
| | | | | | | | | | | | | | | * Adds ellipses to options opening a new menu * Adds a descriptive tooltip to `Quick Load`
* | | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
|/ /
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* | Fix missing icons for custom resources in EditorResourcePickerAlessandro Famà2024-01-121-25/+9
| | | | | | | | | | | | | | The icons of custom resources created with `class_name` and annotated with `@icon` or GDExtensionen resources that have an icon specified in the .gdextension file are not appearing in the `EditorResourcePicker`. The problem is that the `EditorResourcePicker` retrieves the editor theme icon for the resource type and defaults to the `Object` icon if the type wasn't found. This will apply both to `class_name` and GDExtension resources. This solution addresses the issue by replacing the usage of `Control::get_editor_theme_icon` with `EditorNode::get_class_icon` to ensure the correct icon is retrieved for the resource. Additionally, this fix removes the `custom_resources` lookup above that call, as these resources, added through `EditorPlugin::add_custom_type`, were not being included in the allowed types within `_add_allowed_type` in the `EditorResoucePicker`. Currently, these particular custom resources are never displayed in the picker. The related issue is logged here: #75245. Fixes #86072.
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
| |
* | Merge pull request #85071 from Rubonnek/remove-unnecessary-assignmentsYuri Sizov2023-12-141-4/+2
|\ \ | | | | | | | | | Remove unnecessary assignments
| * | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-4/+2
| | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | | Merge pull request #84882 from Invertex/select-instance-assetYuri Sizov2023-12-141-11/+2
|\ \ \ | |/ / |/| | | | | Add "Show In FileSystem" to the Scene hierarchy right-click
| * | Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-11/+2
| |/ | | | | | | | | | | | | | | | | -Implemented shared function for focusing FileSystem tab and highlighting the node path. -Created right-click option that shows up in the Scene-Hierarchy on Nodes that have a file-system source path. -Created custom icon for this right-click option -Implemented the shared function and icon for other places that already had this features (Open Node tab, Inspector Resource) Co-authored-by: MewPurPur <mew.pur.pur@gmail.com>
* / Add Save As... option to EditorResourcePickerkobewi2023-11-201-0/+8
|/
* C#: Abstract script class support398utubzyt2023-09-151-1/+1
|
* Add EditorStringNames singletonkobewi2023-09-031-20/+21
|
* Allow to pick which Resources will be made uniquekobewi2023-07-141-7/+115
| | | | Co-authored-by: Yuri Sizov <yuris@humnom.net>
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
|
* Fix Image -> Texture2D inspector auto-conversionkobewi2023-06-041-1/+1
|
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-8/+7
|