ui: Show loader when loading project and building search index
This commit is contained in:
@@ -138,7 +138,7 @@ Task::TaskState TaskParseCxx::update()
|
|||||||
|
|
||||||
void TaskParseCxx::exit()
|
void TaskParseCxx::exit()
|
||||||
{
|
{
|
||||||
MessageStatus("building search index").dispatch();
|
MessageStatus("building search index", false, true).dispatch();
|
||||||
|
|
||||||
m_storage->finishParsing();
|
m_storage->finishParsing();
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ bool Application::hasGUI()
|
|||||||
|
|
||||||
void Application::loadProject(const FilePath& projectSettingsFilePath)
|
void Application::loadProject(const FilePath& projectSettingsFilePath)
|
||||||
{
|
{
|
||||||
MessageStatus("Loading Project: " + projectSettingsFilePath.str()).dispatch();
|
MessageStatus("Loading Project: " + projectSettingsFilePath.str(), false, true).dispatch();
|
||||||
|
|
||||||
loadSettings();
|
loadSettings();
|
||||||
updateRecentProjects(projectSettingsFilePath);
|
updateRecentProjects(projectSettingsFilePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user