aboutsummaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix open directory in FileSystem dockvolzhs2017-12-221-6/+3
|
* Remove unnecessay update on FileSystem dockvolzhs2017-12-161-3/+1
|
* Enchance FileSystem dockvolzhs2017-12-161-2/+5
| | | | | | * Collapse / Uncollapse folder with double click * Sync with tree and bottom panel * Show selected folder in tree when changed
* Merge pull request #13446 from gad-o/duplicate_fileRémi Verschelde2017-12-091-0/+100
|\ | | | | Add duplicate option to filesystem dock
| * Add duplice option to filesystem dockOrkun2017-12-011-0/+100
| | | | | | | | Add duplice option to filesystem dock based move option
* | Restored two items in filesystemdock menusersoong2017-12-091-0/+4
| |
* | Enhanced 'open' menu in filesystemdocksersoong2017-12-051-9/+13
|/
* moving open scenes in filesystem update dependencies fixIan2017-11-281-1/+18
|
* Fix not being able to select an editor layout created in another language.Michael Alexsander Silva Dias2017-11-261-0/+1
|
* Merge pull request #13120 from MillionOstrich/filesystem-rmb-separatorRémi Verschelde2017-11-211-3/+3
|\ | | | | Fix extra separator in filesystem dock right click menu
| * Fix extra separator in filesystem dock right click menuMillionOstrich2017-11-201-3/+3
| | | | | | | | | | Re-order add_separator calls to stop adding an extra separator if no item was selected. It is possible for no items to be selected by right clicking the ".." item.
* | Added "Show in Explorer" besides "New Folder" to popup which appear when ↵Dmitry Koteroff2017-11-211-5/+6
|/ | | | | | clicked anywhere on the files list (when no files under mouse cursor) Small fix
* Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff2017-11-201-0/+11
| | | | _WHEN_ no any file/folder is under mouse cursor.
* Merge pull request #12942 from sersoong/master-testRémi Verschelde2017-11-201-1/+1
|\ | | | | 3.0 - add open feture to dependency_editor.cpp(View Owner..)
| * add open feture to dependency_editor.cppsersoong2017-11-151-1/+1
| |
* | Merge pull request #12583 from volzhs/select-multiple-filesRémi Verschelde2017-11-171-1/+15
|\ \ | |/ |/| Not to be slow when select multiple files
| * Not to be slow when select multiple filesvolzhs2017-11-021-1/+15
| |
* | Merge pull request #12895 from volzhs/better-ttr-formatRémi Verschelde2017-11-131-1/+1
|\ \ | | | | | | Better TTR format
| * | Better TTR formatvolzhs2017-11-131-1/+1
| |/
* | Merge pull request #12402 from MillionOstrich/filesystem-drag-moveRémi Verschelde2017-11-101-79/+37
|\ \ | | | | | | Filesystem drag & drop moving fixes
| * | Fix dragging a resource onto filesystem dockMillionOstrich2017-11-031-35/+6
| | | | | | | | | | | | | | | | | | Call push_item before save_resource_as because the save button uses editor_history current. Reject the drop in can_drop_data if it isn't on a folder or the files list. Removed some duplicated code
| * | Don't try to move if dragging a folder into itselfMillionOstrich2017-11-031-44/+31
| |/ | | | | | | | | | | | | If a folder would be moved to an invalid location disallow the drag Don't treat dragging a file/folder to its current location as invalid Allow dragging onto empty space / files in the files list Fix dragging a folder onto "Favourites" starting an invalid move
* / Improve file/folder drag preview on filesystem dockMillionOstrich2017-11-031-57/+15
|/ | | | | | | | | Added icons for files/folders in drag preview Fixed folders getting an empty string label Don't show "1 more file(s)" label instead of the file Added "more folders" case if moving folders exclusively Merged drag_files and drag_files_and_dirs to reduce code duplication Simplified get_drag_data_fw and removed commented out code
* Fix to issue #12554, due to error in refactoring in PR #10261Cradmon2017-11-011-3/+3
|
* Make file system dock more user friendly.Cradmon2017-10-221-336/+317
| | | | | | Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp
* Add right click option to create folders.MillionOstrich2017-10-091-0/+53
|
* Rework DependencyRemoveDialog for deleting foldersMillionOstrich2017-10-091-14/+23
| | | | | | | DependencyRemoveDialog now takes two lists (files and folders) to delete. Sort the folders above files in DependencyRemoveDialog & use some more icons. Stop files which will be deleted from also being listed as having broken dependencies. Add right-click option for removing folder to filesystem folder tree.
* Reworked rename & move for files & folders.MillionOstrich2017-10-091-167/+151
| | | | | | | | Move/rename don't depend on the path variable anymore. Fixed dependencies not updating correctly when dragging folders in the folder tree. Dependencies will only update for files which sucessfully moved. Reduced code duplication between move & rename. Added rename & move options to folders tree.
* Can now right click folders in filesystem dock.MillionOstrich2017-10-091-127/+82
| | | | | | | Disallow selecting ".." in the file-system dock. Show In Explorer just uses this->path rather than trying to work it out from the item. Add support for copy to path to folders . Removed old commented out code.
* FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-9/+11
|
* Rename pos to position in user facing methods and variablesletheed2017-09-201-10/+10
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-181-2/+0
|
* Merge pull request #11200 from SaracenOne/filesystem_tooltip_fixRémi Verschelde2017-09-131-11/+10
|\ | | | | Added missing file system display toggle button.
| * Added missing file system display toggle button.SaracenOne2017-09-121-11/+10
| |
* | Merge pull request #11199 from SaracenOne/filesystem_dirsRémi Verschelde2017-09-131-1/+3
|\ \ | | | | | | Add option to always show directories in filesystem dock
| * | Add option to always show directories in filesystem dockSaracenOne2017-09-121-1/+3
| |/
* / Improved alternative size thumbnail generationDaniel J. Ramirez2017-09-121-35/+8
|/
* Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez2017-09-031-1/+1
| | | | plus other minor fixes
* -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystemJuan Linietsky2017-09-031-1/+13
| | | | -Fixed refactoring tools to work with imported scenes (properly move .import files)
* Merge pull request #10382 from toger5/dark_iconsRémi Verschelde2017-08-311-0/+22
|\ | | | | Light Theme
| * added icon updating to most ui elementstoger52017-08-301-0/+22
| |
* | Added nice icon to show when a file is broken on import.Juan Linietsky2017-08-291-10/+22
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-8/+8
|
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
|
* Merge pull request #10164 from djrm/pr_theme_fixesRémi Verschelde2017-08-101-1/+0
|\ | | | | Visual polishing
| * Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-1/+0
| | | | | | | | | | | | Improved colors Added some missing icons
* | Merge pull request #10068 from Cradmon/fix-resource-docker-thumbnail-bugThomas Herzog2017-08-071-1/+1
|\ \ | | | | | | Fix resource docker thumbnail bug
| * | Fix resource docker thumbnail bugCradmon2017-08-041-1/+1
| |/
* / Adjust FileSystem split mode's height thresholdhomer6662017-08-071-1/+1
|/