Reimplementation of Dialogs

Cleanup code to integrate multithreading process for dialogs into the DialogToolkit (avoid poluting UserInterfaceManager and improves reliability)
This commit is contained in:
Bruno
2021-08-06 13:21:16 +02:00
parent 58afcacab9
commit d1b7073ff9
7 changed files with 409 additions and 196 deletions

View File

@@ -70,7 +70,6 @@ struct ViewConfig
};
#define RECORD_MAX_TIMEOUT 301000
struct RecordConfig
{
@@ -211,6 +210,7 @@ struct Application
History recentSessions;
History recentFolders;
History recentImport;
std::map< std::string, std::string > dialogRecentFolder;
Application() : fresh_start(false), instance_id(0), name(APP_NAME), executable(APP_NAME) {
scale = 1.f;