Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 `.`. | ||||
* | | Merge pull request #77932 from ↵ | Rémi Verschelde | 2024-03-14 | 1 | -8/+48 |
|\ \ | | | | | | | | | | | | | | | | KoBeWi/custom_resources_to_kill_performance_again_probably Fix custom resource icons in FileSystem | ||||
| * | | Fix custom resource icons in FileSystem | kobewi | 2024-03-08 | 1 | -8/+48 |
| |/ | |||||
* / | [Import] Add "skip file" import option to skip (and exclude from export) ↵ | bruvzg | 2024-03-12 | 1 | -1/+1 |
|/ | | | | importable formats, auto set it for the images used by bitmap font. | ||||
* | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog | Hugo Locurcio | 2024-03-05 | 1 | -0/+7 |
| | | | | | | | | | | This also tweaks EditorFileDialog to use the same shortcut, while making it select the path text after focusing (like in most file managers). Ctrl + L / Cmd + Shift + G can also now be used to focus on the property name in the project settings editor, as well in the Input Map, Autoload, Shader Globals and Global Groups tabs. | ||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -5/+5 |
| | |||||
* | Don't translate filenames in FileSystem dock | Haoyu Qiu | 2024-02-24 | 1 | -0/+2 |
| | |||||
* | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -6/+2 |
| | |||||
* | Merge pull request #86378 from RobProductions/update-hover-styling | Rémi Verschelde | 2024-02-20 | 1 | -2/+3 |
|\ | | | | | | | Add hover highlight to main editor buttons | ||||
| * | Add hover highlight to main editor buttons | Matt Enad | 2024-02-16 | 1 | -2/+3 |
| | | | | | | | | Updates styling of the editor run bar, plugin, bottom panel, icon buttons, and main menu buttons for accessibility. | ||||
* | | Merge pull request #69032 from ↵ | Rémi Verschelde | 2024-02-20 | 1 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | KoBeWi/check_every_changed_setting_in_every_group_everywhere() Use `check_changed_settings_in_group()` everywhere | ||||
| * | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -2/+4 |
| | | | |||||
* | | | Add separate program case for Godot Resources | kobewi | 2024-02-19 | 1 | -10/+10 |
|/ / | |||||
* | | Merge pull request #88191 from YeldhamDev/filesys_options_icon_hl | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Use highlighted version of the tab icon in the bottom file system dock | ||||
| * | | Use highlighted version of the tab icon in the bottom file system dock | Michael Alexsander | 2024-02-11 | 1 | -1/+1 |
| |/ | |||||
* | | FileSystem dock: Fix open a terminal | Martin Capitanio | 2024-02-14 | 1 | -12/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation of opening a terminal in the FileSystem dock was causing errors due to the use of a bash builtin command that does not work outside the shell. This resulted in the following error messages: ERROR: Could not create child process: command at: execute (drivers/unix/os_unix.cpp:553) ERROR: Could not create child process: command at: execute (drivers/unix/os_unix.cpp:553) ... To resolve this issue, + the command is now executed inside a bash shell, + if the `terminal_emulator_flags` editor option is empty, the working directory for gnome-terminal and urxvt is now properly set. | ||||
* | | Merge pull request #87563 from jsjtxietian/fix-filesystem-infinite | Rémi Verschelde | 2024-02-14 | 1 | -0/+3 |
|\ \ | |/ |/| | | | Fix editor will freeze when modifying filesystem filter path in Split Mode | ||||
| * | Fix editor will freeze when modifying filesystem filter path in Split Mode | jsjtxietian | 2024-01-29 | 1 | -0/+3 |
| | | |||||
* | | Some editor code cleanup | kobewi | 2024-01-30 | 1 | -6/+1 |
| | | |||||
* | | Ability to move FileSystem dock to bottom | Juan Linietsky | 2024-01-29 | 1 | -39/+71 |
|/ | | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks | ||||
* | Merge pull request #87293 from YuriSizov/editor-theme-a-rehashed-follow-up | Rémi Verschelde | 2024-01-18 | 1 | -2/+3 |
|\ | | | | | | | Improve editor theme generation after the refactor | ||||
| * | Improve editor theme generation after the refactor | Yuri Sizov | 2024-01-17 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #86064 from jsjtxietian/fix-sort-by-type | Yuri Sizov | 2024-01-17 | 1 | -12/+1 |
|\ \ | |/ |/| | | | Fix "Class name cannot be empty" error when sorting no import files sort by type |