|
807cea1042
|
Added slots:
void onReportDCDownloadStatus(QString const &status);
void onReportDCDownloadSuccess(QString const &msg);
void onReportDCDownloadFailure(QString const &errorMsg);
|
2024-02-05 16:28:34 +01:00 |
|
|
80712964ef
|
Use of pointer m_update.
|
2024-02-05 16:26:53 +01:00 |
|
|
978e98b2ee
|
removed dependency to interface.h
|
2024-02-05 14:53:56 +01:00 |
|
|
44c2820130
|
Make sure to lookup only "apism", not the new "apism-tools"
|
2024-02-02 08:18:13 +01:00 |
|
|
123f22cd21
|
add .gitignore file
|
2024-01-29 09:03:16 +01:00 |
|
|
b60af1a4fc
|
Flowchart for ATBUpdateTool 1.4.0
|
2024-01-26 14:19:50 +01:00 |
|
|
bb3ecc4b76
|
Use same interfaces.h as DCLibraries (master branch)
|
2024-01-26 11:39:21 +01:00 |
|
|
fa30fe045b
|
Minor: added interfaces.h
|
2024-01-26 11:38:43 +01:00 |
|
|
bae014822d
|
Fix: set version info several times to reflect real current git commit
|
2024-01-26 11:17:06 +01:00 |
|
|
6c472b542e
|
Merge remote-tracking branch 'origin/korneuburg-improvements'
|
2024-01-26 08:55:50 +01:00 |
|
|
7578746d2f
|
make it explicit that no device-controller is loaded down with this version
|
2024-01-25 15:46:46 +01:00 |
|
|
0b1ed62df1
|
Optimization: if customer repository does not exist, do noy check the
ISMAS trigger, but proceed with the update procedure.
|
2024-01-25 15:14:42 +01:00 |
|
|
76ec41c291
|
Minor: add some comment.
|
2024-01-25 15:13:56 +01:00 |
|
|
630cd36f13
|
Minor: removed typo
|
2024-01-25 11:54:13 +01:00 |
|
|
cbe8bb7aeb
|
Minor: add comment
|
2024-01-25 09:01:04 +01:00 |
|
|
e04636e3f7
|
Minor: add debug output
|
2024-01-24 13:07:39 +01:00 |
|
|
728185ddb9
|
Set
m_lastFailedUpdateStep = UPDATE_STEP::NONE
as last step in case of a successful update.
|
2024-01-24 08:31:22 +01:00 |
|
|
aaa485e2fc
|
Send messages to ISMAS for checking/repairing the customer repository
|
2024-01-23 16:09:15 +01:00 |
|
|
9a9480035b
|
Improve output, esecially to ISMAS
|
2024-01-23 15:31:12 +01:00 |
|
|
0a43654f9b
|
Improve output, esecially to ISMAS
|
2024-01-23 15:30:31 +01:00 |
|
|
4dba36a420
|
Add and use UPDATE_STEP::UPDATE_FINALIZE in debug output.
|
2024-01-23 15:29:19 +01:00 |
|
|
f9ce6a6c1b
|
Minor: remove obsolete line.
|
2024-01-23 12:22:48 +01:00 |
|
|
c2c6bc3f8a
|
Minor: removed typo.
|
2024-01-23 12:18:10 +01:00 |
|
|
8c02ebcf15
|
Minor: debug output to GUI.
|
2024-01-23 12:07:42 +01:00 |
|
|
100bfd63ab
|
Do not write to GUO when running in loop to check ISMAS trigger button
|
2024-01-23 12:03:46 +01:00 |
|
|
23ff4977d9
|
Disable exit button after checking update trigger button.
|
2024-01-23 12:02:18 +01:00 |
|
|
8da6443833
|
Send additional messages to ISMAS about recovering the customer-repository
|
2024-01-19 13:58:08 +01:00 |
|
|
6b3ebde2b5
|
Check for automatic update and add a hint in SEND-LAST-MESSAGE.
|
2024-01-19 13:40:24 +01:00 |
|
|
41392a98e3
|
Minor: added comment.
|
2024-01-19 13:11:12 +01:00 |
|
|
1c9bb11f0b
|
Moved final processing into destructor of subclsee UpdateProcessRunning.
|
2024-01-19 13:06:58 +01:00 |
|
|
ec0e687c21
|
Adapt step order: check of ISMAS trigger is done with percent value 2.
|
2024-01-19 13:06:11 +01:00 |
|
|
e040e784fc
|
Add members
bool m_updateNotNecessary = false;
QStringList m_ismasTriggerStatusMessage;
|
2024-01-19 13:05:46 +01:00 |
|
|
d2300b87c6
|
Move final processing to subclass UpdateProcessRunning.
|
2024-01-19 13:04:12 +01:00 |
|
|
0dff2ece75
|
Check ISMAS update trigger as very first thing.
Save the result in m_ismasTriggerActive for later use.
|
2024-01-19 13:02:59 +01:00 |
|
|
db24853062
|
Initialize new member m_ismasTriggerStatusMessage.
|
2024-01-19 13:01:46 +01:00 |
|
|
530ea33460
|
Minor: debug output.
|
2024-01-19 08:29:03 +01:00 |
|
|
005e4d249f
|
Set m_lastFailedUpdateStep (future use for downloading the firmware-device-controller).
|
2024-01-19 08:27:07 +01:00 |
|
|
1c0786e28c
|
Minor: Add NONE constant (for UPDATE_NECESSARY).
|
2024-01-19 08:24:54 +01:00 |
|
|
0aa8d9ba5a
|
Check if update-process was really necessary, i.e. NOT activated
by an automatic nightly update.
|
2024-01-19 08:22:03 +01:00 |
|
|
1ecb844b64
|
Added for future use when updating device-controller-frimware:
hwinf *m_hw = nullptr;
UPDATE_STEP m_lastFailedUpdateStep = UPDATE_STEP::NONE;
|
2024-01-19 08:20:21 +01:00 |
|
|
9a687e6628
|
Minor: add some debug output
|
2024-01-19 08:16:26 +01:00 |
|
|
979afa37d3
|
Minor: add comment
|
2024-01-17 15:38:05 +01:00 |
|
|
1e1820724d
|
Set version to v1.4.0. Set compile-option -O (FORTIFY_SOURCE).
|
2024-01-17 15:32:26 +01:00 |
|
|
d90954c6eb
|
Add location, version and info to send-last-version object.
|
2024-01-17 15:30:34 +01:00 |
|
|
cf77d0ff76
|
Initialize m_versionInfo and send its contents to ISMAS in the update-process.
|
2024-01-17 15:28:49 +01:00 |
|
|
73d02d214a
|
Send contant of m_versionInfo(0) (git commit of repository) to ISMAS.
|
2024-01-17 15:26:53 +01:00 |
|
|
6a67d8e9b0
|
Minor: update percent numbers in some cases.
|
2024-01-17 15:26:14 +01:00 |
|
|
30d8cc3684
|
Add m_version_info as memeber.
|
2024-01-17 15:25:35 +01:00 |
|
|
bc9ebb7d68
|
Implemented helpers:
QString getLocation(QString fileName);
QString getTariffVersion(QString fileName);
QString getTariffInfo(QString fileName);
Read project location, tariff location and tariff-info
from tariff[].json file.
|
2024-01-17 15:18:03 +01:00 |
|
|
e6f6d43bf2
|
Adden helpers:
QString getLocation(QString fileName);
QString getTariffVersion(QString fileName);
QString getTariffInfo(QString fileName);
|
2024-01-17 15:17:16 +01:00 |
|