Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -1/+1 |
| | |||||
* | Fix missing project date showing the unix epoch | passivestar | 2024-08-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #91172 from clayjohn/detect-rd | Rémi Verschelde | 2024-08-22 | 2 | -3/+31 |
|\ | | | | | | | Disable creating RD projects in project manager if RD is not supported | ||||
| * | Check if RD is supported in the ProjectManager and disable creating RD ↵ | clayjohn | 2024-08-02 | 2 | -3/+31 |
| | | | | | | | | projects if not supported. | ||||
* | | Split TranslationServer into its own file | Haoyu Qiu | 2024-08-15 | 1 | -1/+1 |
| | | |||||
* | | Initialize project name when importing project | kobewi | 2024-08-07 | 2 | -2/+7 |
| | | |||||
* | | Merge pull request #95086 from m4gr3d/fix_import_button_not_showing_directories | Rémi Verschelde | 2024-08-06 | 1 | -3/+7 |
|\ \ | | | | | | | [Android editor] Fix issue with importing projects | ||||
| * | | Fix issue with import projects for the Android editor | Fredia Huya-Kouadio | 2024-08-02 | 1 | -3/+7 |
| |/ | |||||
* | | Merge pull request #95082 from m4gr3d/fix_display_scale_project_settings | Rémi Verschelde | 2024-08-06 | 2 | -7/+20 |
|\ \ | | | | | | | | | | [Android editor] Enable the display scale option in the Project manager's quick settings | ||||
| * | | Enable the display scale option in the Project manager's quick settings dialog | Fredia Huya-Kouadio | 2024-08-02 | 2 | -7/+20 |
| |/ | |||||
* / | Fix project name cleared when browsing path | kobewi | 2024-08-05 | 2 | -5/+10 |
|/ | |||||
* | Make `fdialog_project` up to become sibling of `ProjectDialog` instead of child | jsjtxietian | 2024-07-19 | 1 | -9/+10 |
| | |||||
* | Ignore trailing slashes in new project’s path when disabling Create Folder | Grublady | 2024-07-08 | 1 | -0/+2 |
| | | | | | | In the “Create New Project” dialog, disabling the “Create Folder” slider with a trailing slash in the project path would cause it to incorrectly identify the last path component as the substring following the slash, in other words, an empty string. By first discarding any trailing slashes when disabling the slider, the project dialog will now identify and pop the last path component as usual even when a trailing slash is present. | ||||
* | Make project naming setting available in project manager | kobewi | 2024-06-21 | 2 | -0/+37 |
| | |||||
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -3/+3 |
| | |||||
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -4/+4 |
| | |||||
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 3 | -9/+9 |
| | |||||
* | Editor: Swap last edited date and version/warning in Project Manager | Danil Alexeev | 2024-06-04 | 1 | -7/+7 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #90770 from kitbdev/show-version | Rémi Verschelde | 2024-05-22 | 2 | -2/+64 |
|\ | | | | | | | Display Godot version and last edited timestamp in project manager | ||||
| * | Display godot version in project manager | kit | 2024-04-16 | 2 | -2/+64 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 4 | -10/+10 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
| | | |||||
* | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | | |||||
* | | Fix folder scan replacing project list | kobewi | 2024-04-18 | 2 | -16/+27 |
|/ | |||||
* | Add browse folder and browse file icons | Adam Scott | 2024-03-12 | 2 | -0/+11 |
| | |||||
* | Automatically create folder in project manager create/import/install | Nathan Franke | 2024-03-08 | 2 | -548/+557 |
| | |||||
* | Add `FolderCreate` icon to the project dialog | Adam Scott | 2024-03-06 | 1 | -0/+4 |
| | |||||
* | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -6/+7 |
| | |||||
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 2 | -2/+2 |
| | |||||
* | Implement a quick settings dialog for the project manager | Yuri Sizov | 2024-01-30 | 2 | -0/+393 |
| | | | | | | | Currently it allows to adjust language, theme preset, UI scaling, and network mode. Project manager has been updated to support dynamic theme updates. | ||||
* | Reorganize project manager code | Yuri Sizov | 2024-01-16 | 7 | -0/+2586 |
- Extract individual components to their own files. - Improve order of declarations and definitions within those files. - ProjectDialog is only extracted as there are upcoming PRs touching on it. |