summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-14/+14
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-14/+14
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
|/
* Merge pull request #97706 from lalitshankarchowdhury/fix-create-folderThaddeus Crews2024-10-211-0/+7
|\
| * Display proper message on invalid folder pathLalit Shankar Chowdhury2024-10-171-0/+7
* | Make EditorFileDialog's Recent and Fav list show full path in tooltipHaoyu Qiu2024-10-061-0/+2
|/
* Merge pull request #95544 from KoBeWi/clean_code™Rémi Verschelde2024-10-041-20/+24
|\
| * Misc code cleanup in EditorFileDialogkobewi2024-08-151-20/+24
* | Add filter & sort to editor file dialogPablo Andres Fuente2024-09-261-29/+109
* | Make editor use translation domainsHaoyu Qiu2024-09-171-0/+4
* | Merge pull request #95983 from bruvzg/win_fd_opt_fixRémi Verschelde2024-09-041-1/+2
|\ \
| * | [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-08-231-1/+2
| |/
* / [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
|/
* Merge pull request #94172 from jsjtxietian/open-saveRémi Verschelde2024-07-111-2/+4
|\
| * Prevent confirm button being override to "Open" when in save file modejsjtxietian2024-07-101-2/+4
* | Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
|/
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-4/+4
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-6/+6
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-10/+10
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Merge pull request #91331 from dsnopek/expose-editor-file-dialog-popup-functionRémi Verschelde2024-05-061-0/+1
|\
| * Expose `EditorFileDialog::popup_file_dialog()` to GDScript and GDExtensionDavid Snopek2024-04-291-0/+1
* | [Editor] Prevent some shortcut errors when generating docsA Thousand Ships2024-05-031-5/+3
|/
* Fix editor's file explorer will show directories that should be skippedjsjtxietian2024-04-151-2/+4
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-3/+303
* Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-2/+2
* Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-1/+5
* Merge pull request #88825 from adamscott/add-create-folder-iconRémi Verschelde2024-02-271-1/+6
|\
| * Add create folder iconAdam Scott2024-02-261-1/+6
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+3
* Merge pull request #87530 from YeldhamDev/atr_inheritanceRémi Verschelde2024-02-171-3/+3
|\
| * Make auto translation inheritableMichael Alexsander2024-02-151-3/+3
* | [macOS] Fix the "Toggle Hidden Files" shortcutpassivestar2024-02-161-1/+2
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+3
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+3
* | Fix various issues with the folder color lookupYuri Sizov2023-12-141-2/+9
* | Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-3/+26
|/
* Don't remove favorite files in EditorFileDialogkobewi2023-10-181-7/+6
* Allow adding a custom side menu to EditorFileDialogAaron Franke2023-09-261-4/+27
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-10/+10
* Merge pull request #81226 from AThousandShips/file_diag_fixRémi Verschelde2023-09-081-2/+2
|\
| * Fix `EditorFileDialog` clears the file name on changing directoryA Thousand Ships2023-09-011-2/+2
* | Merge pull request #80821 from Alex2782/bugfix_go_up_#80750Rémi Verschelde2023-09-071-1/+1
|\ \
| * | Fix go to parent folder in EditorFileDialogAlexander Hartmann2023-09-061-1/+1
* | | Add EditorStringNames singletonkobewi2023-09-031-29/+29
| |/ |/|
* | Streamline the project import workflowIgor2023-08-291-3/+10
|/
* Reverse condition for skipping directorieskobewi2023-07-281-1/+1