Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #93147 from Hilderin/fix-freeze-after-save | Rémi Verschelde | 2024-06-21 | 1 | -33/+4 |
|\ | | | | | | | Fix noticeable freeze after saving a scene | ||||
| * | Fix Noticeable freeze after saving a scene #93104 | Hilderin | 2024-06-20 | 1 | -33/+4 |
| | | |||||
* | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
| | | |||||
* | | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -3/+3 |
|/ | |||||
* | Revert "Fix FileSystem dock won't show any file folders" | Rémi Verschelde | 2024-06-11 | 1 | -15/+4 |
| | | | | | | This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe. Fixes #93022. | ||||
* | Fix FileSystem dock won't show any file folders | Hilderin | 2024-06-10 | 1 | -4/+15 |
| | |||||
* | Fix Huge .tscn Icon and icon in background of File System panel | Hilderin | 2024-06-02 | 1 | -0/+3 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -5/+5 |
| | |||||
* | Merge pull request #90570 from timothyqiu/at-last | Rémi Verschelde | 2024-05-29 | 1 | -6/+6 |
|\ | | | | | | | Rearrange "Open In" menu items of FileSystem dock | ||||
| * | Rearrange Open In menu items of FileSystem dock | Haoyu Qiu | 2024-04-13 | 1 | -6/+6 |
| | | |||||
* | | SCons: Minor fixes/adjustments for web compilation | Thaddeus Crews | 2024-05-24 | 1 | -1/+1 |
| | | |||||
* | | Fix Tree and FileSystemList edit popup double events and ESC behavior. | bruvzg | 2024-05-17 | 1 | -1/+15 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -7/+7 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #91471 from aaronp64/filesystemdock_previews | Rémi Verschelde | 2024-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Fix `FileSystemDock` thumbnails sometimes not displaying | ||||
| * | | Fix FileSystemDock thumbnails sometimes not displaying | aaronp64 | 2024-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were (at least) three cases where thumbnails would not display, if they were generated while the FileSystemDock was not visible: - current_path == "Favorites", due to p_path not starting with "Favorites" - current_path == "res://", due to current_path having last "/" trimmed for comparison - current_path pointing to a selected file instead of folder, since it no longer matches p_path's base directory This change removes the current_path and is_visible_in_tree checks when determining whether to update the file's icon. Fixes #90801 Fixes #91432 | ||||
* | | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | | | Make handling of rename line-edit popups more robust | Pedro J. Estébanez | 2024-05-07 | 1 | -3/+1 |
| | | | |||||
* | | | Merge pull request #90705 from AThousandShips/foreach_list | Rémi Verschelde | 2024-05-07 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | Reduce and prevent unnecessary random-access to `List` | ||||
| * | | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -5/+5 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* / / | [Editor] Don't open `AnimationLibrary` as a scene | A Thousand Ships | 2024-05-03 | 1 | -1/+3 |
|/ / | |||||
* | | Remove code duplication for adding global script class | kobewi | 2024-05-01 | 1 | -28/+1 |
| | | |||||
* | | Merge pull request #77069 from ↵ | Rémi Verschelde | 2024-04-26 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | KoBeWi/turning_tooltips_into_music_player_BECAUSE_WHY_NOT Add tooltip plugin for AudioStream | ||||
| * | | Add tooltip plugin for AudioStream | kobewi | 2024-04-15 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #91158 from Arnklit/show-in-filesystem-favorites | Rémi Verschelde | 2024-04-26 | 1 | -1/+32 |
|\ \ \ | | | | | | | | | | | | | Add show in filesystem option for file favorites | ||||
| * | | | Add show in filesystem option for file favorites | Kasper Frandsen | 2024-04-26 | 1 | -1/+32 |
| | |/ | |/| | |||||
* | | | Merge pull request #88660 from MajorMcDoom/tokenized-file-search | Rémi Verschelde | 2024-04-19 | 1 | -18/+31 |
|\ \ \ | | | | | | | | | | | | | Add tokenized search support to Quick Open dialog and FileSystem filter | ||||
| * | | | Added tokenized search support to Quick Open dialog and FileSystem filter. | Zi Ye | 2024-04-17 | 1 | -18/+31 |
| | |/ | |/| | |||||
* | | | Merge pull request #90829 from timothyqiu/remove-sub-color | Rémi Verschelde | 2024-04-18 | 1 | -4/+13 |
|\ \ \ | | | | | | | | | | | | | Fix folder color not cleared for removed subfolders | ||||
| * | | | Fix folder color not cleared for removed subfolders | Haoyu Qiu | 2024-04-18 | 1 | -4/+13 |
| |/ / | |||||
* / / | Fix folder colors not present in editor dir dialog | Muller-Castro | 2024-04-16 | 1 | -6/+9 |
|/ / | |||||
* / | Fix folder colors not saving after project.godot is modifed externally | kobewi | 2024-04-12 | 1 | -0/+5 |
|/ | |||||
* | Add option to copy absolute path in file system dock popup | Christian Feuz | 2024-04-09 | 1 | -0/+14 |
| | |||||
* | Merge pull request #89803 from timothyqiu/xfce4-terminal | Rémi Verschelde | 2024-04-09 | 1 | -0/+2 |
|\ | | | | | | | Add necessary flags when opening directory with xfce4-terminal | ||||
| * | Add necessary flags when opening directory with xfce4-terminal | Haoyu Qiu | 2024-03-23 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #90186 from Maran23/error-when-rename-move | Rémi Verschelde | 2024-04-06 | 1 | -6/+48 |
|\ \ | | | | | | | | | | Fix errors when renaming/moving/deleting global scripts | ||||
| * | | Fix errors when renaming/moving/deleting global scripts | Marius Hanl | 2024-04-05 | 1 | -6/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When renaming or moving global scripts, the following errors can appear: - Attempt to open script 'xxx' resulted in error 'File not found'. - Failed loading resource: xxx. Make sure resources have been imported by opening the project in the editor at least once. - Parser Error: Class 'xxx' hides a global script class. When deleting scripts, errors appear when opening the 'Create Node Dialog' as the script cache still contains the removed global scripts. The following errors can appear: - Attempt to open script 'xxx' resulted in error 'File not found'. - Failed loading resource: xxx. Make sure resources have been imported by opening the project in the editor at least once. editor/create_dialog.cpp:241 - Condition "scr.is_null()" is true. All this errors can be fixed by correctly handling the cases. They involves removing the old path and adding the new one (if not deleted) to the ScriptServer. This is somewhat similar if the file is moved or deleted outside Godot and detected by the file watcher, but more specialized for this particular usecase, since we know the old and the new path / correctly know what the user just did. | ||||
* | | | Fix FileSystemDock behavior when dropping an item in the current folder | AlexOtsuka | 2024-04-04 | 1 | -25/+39 |
|/ / | |||||
* | | Merge pull request #89599 from timothyqiu/vegetate | Rémi Verschelde | 2024-03-23 | 1 | -0/+1 |
|\ \ | | | | | | | Fix unexpected auto translation of editor `Tree` content | ||||
| * | | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #89658 from AThousandShips/dock_terminal | Rémi Verschelde | 2024-03-24 | 1 | -0/+1 |
|\ \ | | | | | | | | | | [Editor] Add `Open in Terminal` to the file system empty click | ||||
| * | | [Editor] Add `Open in Terminal` to the file system empty click | A Thousand Ships | 2024-03-19 | 1 | -0/+1 |
| |/ | | | | | | | Was missing from clicking in the empty file list | ||||
* | | Merge pull request #89642 from permelin/fix-favorite-icon | Rémi Verschelde | 2024-03-24 | 1 | -4/+4 |
|\ \ | | | | | | | | | | Resource file not found error when loading Favorite icon | ||||
| * | | Resource file not found error when loading Favorite icon | Per Melin | 2024-03-18 | 1 | -4/+4 |
| |/ | |||||
* | | Merge pull request #89546 from YeldhamDev/bad_fsdock,_bad! | Rémi Verschelde | 2024-03-24 | 1 | -0/+1 |
|\ \ | | | | | | | | | | Fix FileSystem dock auto translating files | ||||
| * | | Fix FileSystem dock auto translating files | Michael Alexsander | 2024-03-15 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #88003 from kitbdev/dock-manager-fixes | Rémi Verschelde | 2024-03-24 | 1 | -6/+1 |
|\ \ | | | | | | | | | | Refactor and fix issues in Editor Dock Manager | ||||
| * | | Refactor and fix issues in Editor Dock Manager | kit | 2024-03-16 | 1 | -6/+1 |
| | | | | | | | | | | | | Extract Dock Context Menu. | ||||
* | | | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -2/+2 |
| |/ |/| | | | | | Sorts leading `_` before other characters except `.`. |