8bc86c6a94
Add command-line parameters.
2023-11-16 14:13:12 +01:00
35bd2743b2
Add ini-file for future use
2023-11-16 10:17:23 +01:00
f45017e9f3
update interfaces.h
2023-11-16 10:13:26 +01:00
4d47a5f95c
Remove unused files. There is an own repo: DCLibraries.
2023-11-16 10:10:56 +01:00
1ab625ca05
delete obsolete file
2023-11-16 10:08:38 +01:00
e1a26ef966
update libCAmaster.so
2023-11-16 10:06:23 +01:00
da31e1eda6
add ca-slave-lib
2023-11-16 10:04:40 +01:00
a206ba8c83
Add interfaces.h (needed for libCA*.so)
2023-11-16 10:03:27 +01:00
1c5ab2aa7d
Minor: add comment
2023-11-10 13:20:20 +01:00
39deef760b
Use default dummies so we can load hwapi
2023-11-10 13:20:00 +01:00
6079d9143f
Set version to 1.3.16
2023-11-07 11:44:22 +01:00
c1cfca79d2
Fixed lost updating of progressbar of GUI
2023-11-07 11:43:26 +01:00
903d0206a5
add flow-chart for ATBUpdateTool
2023-11-07 11:40:30 +01:00
e163b9561e
Added comment. Set tag for version 1.3.15.
2023-11-07 11:06:49 +01:00
990d257b09
Make sure the dc-data are vaild: set again the auto-request flag inside the CA-plugin.w
2023-11-07 09:33:42 +01:00
dfbad69ab1
Add some comments. Set version to 1.3.15. Removed worker_thread.h/.cpp.
2023-11-07 09:24:32 +01:00
5f0c86ba19
Minor: removed obsolete test-code.
2023-11-07 09:23:43 +01:00
3588b25e65
Removed any references to CA-plugin from MainWindow.
2023-11-07 09:18:04 +01:00
1f8b88b2b6
Update-object now proper memeber of worker-thread.w
2023-11-07 09:14:49 +01:00
0050ea35d0
Update to new interfaces.h
2023-11-07 09:13:15 +01:00
7e4c138d1b
Fixed getDCVersion() as part of turning worker-object into its own
...
thread.
2023-11-07 09:12:17 +01:00
685568d4f6
Call execOpkgCommands(0 and downloadTpPSAHardware() helpers.
2023-11-07 09:11:42 +01:00
14b4c035da
Add computeFilesToUpdate() and downloadFilesToPSA() helper functions.
2023-11-07 09:10:45 +01:00
90de2f415e
Add new members to worker-class.
2023-11-07 09:10:01 +01:00
3cc71cb69b
Minor: remove obsolete code.
2023-11-07 09:09:26 +01:00
fef7533d00
Minor: replace APPLY_... with DOWNLOAD... enum-variables.
2023-11-07 09:08:33 +01:00
e93058cc6b
Turn worker-object into a thread. Don't do a moveToThread() anymore.
2023-11-07 09:07:08 +01:00
e65387aa60
Turned worker-object into a thread
2023-11-07 09:04:05 +01:00
904fa0374b
Minor: removed empty line
2023-11-07 09:00:25 +01:00
4bf1bbe81f
Removed references to update and ca-plugin.w
2023-11-06 16:23:43 +01:00
3ccdcbae51
Removed generation of upodate-object. This will be donw inside
...
worker(-thread), and only when it is really needed, i.e. when there
are json-files to be updated (or a deveice-controller).
2023-11-06 16:20:27 +01:00
8c50e6cf59
Added command-line option no-psa-hardware-update (future use for
...
multipass).
2023-11-06 16:19:36 +01:00
7e69846169
Minor: removed obsolete code (commented out).
2023-11-06 16:15:31 +01:00
34c55c576c
Use new masterlib. NOTE: furture versions have to use the slave lib.
2023-11-03 13:50:22 +01:00
7c2c4d4b80
Use new interface file.
2023-11-03 13:49:56 +01:00
f9f698fd15
Save for the weekend: set version to 1.3.15.
2023-11-03 13:49:28 +01:00
b4457d8815
Fix debugging output.
2023-11-03 13:46:23 +01:00
3621777827
Do not disable the exit button.
2023-11-03 13:45:54 +01:00
003bd0bf77
Check if repository is corrupted: do not check for etc/ or
...
opt/-directories, as they may be not existent inside of the repository.
2023-11-03 13:44:15 +01:00
721c5dd7a5
MAke sure removeDuplicates() is called for list containing file to be
...
updated.
2023-10-31 09:16:24 +01:00
a24eb9fd8c
Minor: removed unused, obsolete code (commented out).
2023-10-31 09:14:02 +01:00
24351b8342
Minor: add runtime information in debug output.
2023-10-31 09:12:43 +01:00
4b3a39b0e6
Set version to 1.3.14.
...
Add compile flag -C (so it is possible to use /*fall through*/ without
having the proprocessor to remove this comment.
2023-10-30 15:35:38 +01:00
a44b780d93
Minor: Add header for using RAII in sending SEND-LAST-VERSION to ISAMS.
2023-10-30 15:29:23 +01:00
19dfae9b56
Use output functions ISMAS(), GUI() and CONSOLE(), which point to friend
...
operators<< in Worker-class.
2023-10-30 15:28:25 +01:00
bef0d4fe12
Refactor the update process: streamline code. When WAIT button is not
...
active, the a clone or a fix of a defunct repository is possible, but
not more.
If WAIT button is active, the at least the opkg_commnds are executed. If
there are chenged files, they are handkled as wll.
2023-10-30 15:25:49 +01:00
72a2fc781c
Minor: reove obsolete m_returnCode.
2023-10-30 15:24:33 +01:00
fc264689b1
Use and implement getAPISMYoctoVersion() and
...
getAPISMYoctoInstallationSTatus().
2023-10-30 15:22:59 +01:00
fc587456d5
Filling the QMap Worker:smap with data.
2023-10-30 15:21:26 +01:00
a2b933ab71
Minor: Added UPDATE_STEP_WRONG.
2023-10-30 15:20:15 +01:00