fix: update from instructor

This commit is contained in:
semenov
2026-01-12 10:26:29 +03:00
parent 775f5cd0a4
commit 918d391a68
8 changed files with 25761 additions and 4969 deletions

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<AuthData Login="I3" Password="2be9bd7a3434f7038ca27d1918de58bd" InstructorName="Моськин В.М." ClientName="Моськин В.М." AccessType="instructor"/>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version='1.0' encoding='UTF-8'?>
<ServerSettingsContainer> <ServerSettingsContainer>
<ServerSettings Address="192.168.100.134" Port="6000" Language="RUS" AutoStart="0"/> <ServerSettings AutoStart="0" Port="6000" Address="192.168.100.134" Language="RUS"/>
<VersionData Version="-----" isChangable="0"/> <VersionData Created="Пн дек 22 15:46:11 2025" isChangable="1" Version="max2"/>
</ServerSettingsContainer> </ServerSettingsContainer>

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ClientNotify Code="CHECKVERSIONLIST"/> <ClientNotify Code="DISABLE"/>

View File

@@ -345,7 +345,7 @@ void CoreManager::undoCurrentChanges()
isRecovery = true; isRecovery = true;
widgetManager->setUndoCurrentChangesState(); widgetManager->setUndoCurrentChangesState();
emit sigSendCheckUpdate(); emit sigSendCheckUpdate();
emit sigSendPacketType(PacketType::TYPE_UPDATE); //emit sigSendPacketType(PacketType::TYPE_UPDATE);
//тут был таймер //тут был таймер
isRecovery = false; isRecovery = false;
} }

View File

@@ -160,7 +160,7 @@ void WidgetManager::setUndoCurrentChangesState()
waitAnimationWidget->showWithPlay(); waitAnimationWidget->showWithPlay();
mainWindow->undoCurrentChanges(); mainWindow->undoCurrentChanges();
updateWidget->hide(); updateWidget->hide();
commonButtonGroupWidget->showProgressBar(false); commonButtonGroupWidget->showProgressBar(true);
//waitAnimationWidget->hideWithStop(); //waitAnimationWidget->hideWithStop();
} }