aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry2016-01-151-0/+4
|
* Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-071-1/+44
|\ | | | | Add keyboard shortcut to toggle "show hidden files" in FileDialog
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-021-1/+44
| |
* | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
|/ | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
* Add editor setting for display mode on file dialog and filesystem dockFranklin Sobrinho2015-12-151-7/+12
|
* no more time error, fixes #2892Juan Linietsky2015-12-121-0/+5
|
* -remove (can be added back in editor settings) icons from property editorJuan Linietsky2015-12-111-1/+3
| | | | -remove ".." from file dialog when opening res://, fixes #2994
* Better hidden folders display preferences for editor file dialogsFranklin Sobrinho2015-12-061-7/+11
|
* Add refresh button to file dialogsneikeq2015-12-041-0/+5
|
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-2/+3
| | | | | | | | | | | This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-6/+6
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* new file dialog!Juan Linietsky2015-06-061-56/+548
| | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
* work in progress, resource previewsJuan Linietsky2015-05-311-0/+874