d2e11d8f07
Replace the last line of the text edit when the new line is the last line followed by a suffix.
v1.3.20
GerhardHoffmann2023-11-29 14:18:01 +01:00
fbffdc923f
Minor: When appendig text, scroll down the text edit.
GerhardHoffmann2023-11-29 14:17:28 +01:00
8faf5af2bf
Typo: replace m_files_to_update with m_files_to_download.
GerhardHoffmann2023-11-29 12:07:25 +01:00
1d532c13a4
Minor: show files to update with a direct qCritical()
GerhardHoffmann2023-11-29 12:06:17 +01:00
d2d3afc28e
Show debug output in text-edit only when at least one file to update.
GerhardHoffmann2023-11-29 12:05:09 +01:00
0888c1b525
Read machine-nr, customer-nr and zone-nr from /mnt/system_data/ rather then the deprecated /etc-directory.
GerhardHoffmann2023-11-29 11:29:52 +01:00
a6faf9ce21
Init triggerValue with "NOT CHECKED YET" otherwise one might be confused.
GerhardHoffmann2023-11-29 11:28:35 +01:00
c15cebf503
Add parsing for alwaysDownloadConfig and alwaysDownloadDC.
GerhardHoffmann2023-11-21 09:49:47 +01:00
5ee1308c9d
Add parsing for alwaysDownloadConfig and alwaysDownloadDC.
GerhardHoffmann2023-11-21 09:48:23 +01:00
746d96ca7c
Add parsing for flags: alwaysDownLoadDC and alwaysDownloadConfig.
GerhardHoffmann2023-11-21 09:46:11 +01:00
f387eaedea
Added flags: always-download-config and always-download-dc. Download DC and Json files even without any change in customer-repository. Not tested by now.
GerhardHoffmann2023-11-21 09:44:15 +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).
GerhardHoffmann2023-11-06 16:20:27 +01:00
8c50e6cf59
Added command-line option no-psa-hardware-update (future use for multipass).
GerhardHoffmann2023-11-06 16:19:36 +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.
GerhardHoffmann2023-11-03 13:44:15 +01:00
721c5dd7a5
MAke sure removeDuplicates() is called for list containing file to be updated.
GerhardHoffmann2023-10-31 09:16:24 +01:00
24351b8342
Minor: add runtime information in debug output.
GerhardHoffmann2023-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.
v1.3.14
GerhardHoffmann2023-10-30 15:35:38 +01:00
a44b780d93
Minor: Add header for using RAII in sending SEND-LAST-VERSION to ISAMS.
GerhardHoffmann2023-10-30 15:29:23 +01:00
19dfae9b56
Use output functions ISMAS(), GUI() and CONSOLE(), which point to friend operators<< in Worker-class.
GerhardHoffmann2023-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.
GerhardHoffmann2023-10-30 15:25:49 +01:00
7d0fdf4d6d
Small fixes: 1: fixed wrong parameters of a connect(). 2: Minor: improved onQuit().
GerhardHoffmann2023-10-30 15:17:59 +01:00
c2ce44c79b
Adding three friend operator<< functions to output status information of the update process: the first on outputs to CONSOLE(), the second one outputs to ISMAS() and the last one to GUI(), i.e. the text edit of the main window.
GerhardHoffmann2023-10-30 15:15:30 +01:00
48896f97ec
Adding UPDATE_STEP_WRONG: helper variable to be used in text edit of main window.
GerhardHoffmann2023-10-30 15:13:04 +01:00
4486317cb2
dd declaration for getAPISMYoctoVersion() and getAPISMYoctoInstallationStatus(): the first one returning the yocto-version of APIS, the second returning the installation status of APIS as display in 'opkg info'.
GerhardHoffmann2023-10-30 15:11:06 +01:00
6b9b88ea19
Adding member variables to check if customer repository was a fresh clone, or if it was already existent.
GerhardHoffmann2023-10-30 15:09:33 +01:00
99a99d95a1
Adding UPDATE_STEP enum plus associated interger defines. Adding QMap: Worker::smap, which contains names of UPDATE_STEP-members.
GerhardHoffmann2023-10-30 15:07:28 +01:00
d4ddbbee21
Add class UpdateProcessRunning: use for sending SEND-LAST-VERSION as part of its destruktor: RAII-pattern.
GerhardHoffmann2023-10-30 15:05:30 +01:00