Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |