summaryrefslogtreecommitdiffstats
path: root/editor/project_manager
Commit message (Collapse)AuthorAgeFilesLines
* Automatically create folder in project manager create/import/installNathan Franke2024-03-082-548/+557
|
* Add `FolderCreate` icon to the project dialogAdam Scott2024-03-061-0/+4
|
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-6/+7
|
* Make auto translation inheritableMichael Alexsander2024-02-152-2/+2
|
* Implement a quick settings dialog for the project managerYuri Sizov2024-01-302-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 codeYuri Sizov2024-01-167-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.