d2300b87c6Move final processing to subclass UpdateProcessRunning.Gerhard Hoffmann2024-01-19 13:04:12 +0100
0dff2ece75Check ISMAS update trigger as very first thing. Save the result in m_ismasTriggerActive for later use.Gerhard Hoffmann2024-01-19 13:02:59 +0100
edd606fe78Change for szeged (dc-version: 4.42): do not check if dc is alive. Comment out some functions which are not available in old interface.hGerhard Hoffmann2023-12-20 12:20:06 +0100
37aae73f21Fix: Make sure the path for the json-files and the decive-controller is correct.Gerhard Hoffmann2023-12-15 09:39:46 +0100
0b4eed9dc0doUpdate(): add another level in if-case when downloading json-files.Gerhard Hoffmann2023-12-15 09:38:01 +0100
12f48ad1bbRemove only half-working check if download of json-conf-file worked.Gerhard Hoffmann2023-12-15 09:33:57 +0100
5d7d1a2870Implement helpers getFileVersions() and checkDownloadedJsonVersions().Gerhard Hoffmann2023-12-15 09:32:54 +0100
5d7f13a254Future: add getFileVersion() and checkDownloadedJsonVersions() to check if download of Json-File worked and to ask what Json-Version is actually installedGerhard Hoffmann2023-12-15 09:30:02 +0100
d7fcfa3d0fClick the Exit button after 5 seconds timeout (old timeout: 60s).Gerhard Hoffmann2023-12-13 13:59:00 +0100
f1e449c108Change known filename of device controller: dc2c.bin.Gerhard Hoffmann2023-12-13 13:57:46 +0100
32346c2665If the repository is cloned (or repaired and cloned) and the settings always-download-config and always-download-dc are set in the ini-file, then download the json-files and dc-file, even without an activated WAIT-button. The tariff-files are always synced for a clone.Gerhard Hoffmann2023-12-13 13:49:22 +0100
19250a0a2fIf the update process is activated without a valid ISMAS trigger, then wait for a valid trigger value 15x (=90s) instaed of 100x.Gerhard Hoffmann2023-12-13 13:44:55 +0100
6f5c8103e4When checking the sanity of the customer repository, check also for existence of etc-directory inside repository.Gerhard Hoffmann2023-12-13 13:42:12 +0100
07dcf0ba30Minor: add some GUI debug output when checking ISMAS trigger.Gerhard Hoffmann2023-12-13 13:41:06 +0100
1e379cf086Fix: set directory of application for directory of the ini-file.Gerhard Hoffmann2023-12-13 13:38:34 +0100
Merge branch 'master' of git.mimbach49.de:GerhardHoffmann/UpdatePTUDevCtrlSiegfried Siegert2023-12-08 13:01:03 +0100
d2e11d8f07Replace the last line of the text edit when the new line is the last line followed by a suffix.
v1.3.20
Gerhard Hoffmann2023-11-29 14:18:01 +0100
fbffdc923fMinor: When appendig text, scroll down the text edit.Gerhard Hoffmann2023-11-29 14:17:28 +0100
8faf5af2bfTypo: replace m_files_to_update with m_files_to_download.Gerhard Hoffmann2023-11-29 12:07:25 +0100
1d532c13a4Minor: show files to update with a direct qCritical()Gerhard Hoffmann2023-11-29 12:06:17 +0100
d2d3afc28eShow debug output in text-edit only when at least one file to update.Gerhard Hoffmann2023-11-29 12:05:09 +0100
0888c1b525Read machine-nr, customer-nr and zone-nr from /mnt/system_data/ rather then the deprecated /etc-directory.Gerhard Hoffmann2023-11-29 11:29:52 +0100
a6faf9ce21Init triggerValue with "NOT CHECKED YET" otherwise one might be confused.Gerhard Hoffmann2023-11-29 11:28:35 +0100
c15cebf503Add parsing for alwaysDownloadConfig and alwaysDownloadDC.Gerhard Hoffmann2023-11-21 09:49:47 +0100
5ee1308c9dAdd parsing for alwaysDownloadConfig and alwaysDownloadDC.Gerhard Hoffmann2023-11-21 09:48:23 +0100
746d96ca7cAdd parsing for flags: alwaysDownLoadDC and alwaysDownloadConfig.Gerhard Hoffmann2023-11-21 09:46:11 +0100
f387eaedeaAdded flags: always-download-config and always-download-dc. Download DC and Json files even without any change in customer-repository. Not tested by now.Gerhard Hoffmann2023-11-21 09:44:15 +0100