aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky2016-06-181-0/+5
| | | | permissions), closes #1938
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky2016-06-121-2/+2
| | | | size. Fixes many issues, closes #4907
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-4/+5
| | | | -Implemented HiDPI detection and support for Godot Editor!
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-21/+21
|
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-011-1/+1
| | | Closes #1686.
* (editor)filedialog mode open anyAlexander Holland2016-03-141-6/+6
|
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* 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