Commit Graph

14 Commits (cb1569345a6f17da08241e645ab03cb2e1b78d2f)

Author SHA1 Message Date
molingyu 39fbcbd2be fix ProjectManager import dialog error
When Cancel is selected in the import dialog, no subsequent operations should be performed.
2025-11-03 23:16:38 +07:00
clayjohn a86cd83593 Defer checking for rendering device support until the new project dialog is opened
This can save a lot of time opening the project manager and the information is only ever needed when creating a new project anyway
2025-09-05 00:41:34 +07:00
David Snopek 66b40a710f Project manager: Add option to backup project when it will be changed 2025-04-16 09:27:06 +07:00
Thaddeus Crews 324512e11c
Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
Rémi Verschelde 43ef253024
Merge pull request #95600 from MajorMcDoom/project-dialog-optional-edit
Add an `Edit Now` option to project dialog to allow opting out of immediately opening a project after creation/import/install
2024-12-12 14:09:37 +07:00
kobewi e7e3a25c1e Fix non-empty project folder confirmation dialog 2024-11-28 13:31:51 +07:00
Rémi Verschelde d4b6bd5b60
Merge pull request #91172 from clayjohn/detect-rd
Disable creating RD projects in project manager if RD is not supported
2024-08-22 00:10:15 +07:00
Zi Ye 3669eb0b69 Added an "Edit Now" option to project dialog. 2024-08-15 18:54:05 +07:00
kobewi 9a8ba93963 Initialize project name when importing project 2024-08-07 13:22:55 +07:00
kobewi 30da21f073 Fix project name cleared when browsing path 2024-08-05 14:27:37 +07:00
clayjohn 04d0e7f7a4 Check if RD is supported in the ProjectManager and disable creating RD projects if not supported. 2024-08-02 12:36:45 +07:00
Adam Scott 44d3ce2c11
Add browse folder and browse file icons 2024-03-12 09:57:59 +07:00
Nathan Franke 2130f1121a
Automatically create folder in project manager create/import/install 2024-03-08 12:27:50 +07:00
Yuri Sizov 691450bc08 Reorganize project manager code
- 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.
2024-01-16 19:57:36 +07:00