Go to file
Gerhard Hoffmann d1f795e2db Added helpers:
bool isRepositoryCorrupted();
    bool repairCorruptedRepository();

    int sendCloneAndCheckoutSuccess();
    int sendCloneAndCheckoutFailure();
    int sendIsmasTriggerFailure();

and static variables

    static constexpr const int CLONE_AND_CHECKOUT_SUCCESS = 0;
    static constexpr const int CLONE_AND_CHECKOUT_FAILURE = -3;
    static constexpr const int ISMAS_TRIGGER_FAILURE = -5;
2023-10-19 13:38:16 +02:00
apism Removed obsolete apism/tcp-client files. 2023-08-02 15:20:07 +02:00
DCPlugin Merge commit '6099d07650acb28df1a5c9659479351daa7c2d27' 2023-05-17 16:08:57 +02:00
doc generated from tex file 2023-06-16 16:45:03 +02:00
git Replace regex in gitCloneCustomerRepository() with straight-forward 2023-10-19 13:35:07 +02:00
ismas Minor: commented out unnecessary debug/info output 2023-10-18 16:21:44 +02:00
plugins Update interfaces.h to HWapi/4.6 2023-09-21 15:55:31 +02:00
process remove timeout for process runtime for opkg-commands 2023-10-10 16:03:52 +02:00
allgemein.txt plan fuer das update 2023-07-16 18:31:15 +02:00
DC2C_print01.json iAdd some test data. 2023-04-19 14:22:28 +02:00
DC2C_print02.json iAdd some test data. 2023-04-19 14:22:28 +02:00
DC2C_print03.json iAdd some test data. 2023-04-19 14:22:28 +02:00
dc2c4.bin iAdd some test data. 2023-04-19 14:22:28 +02:00
main.cpp Minor: Move reading of machine_nr, customer_nr and zone_nr upwards. 2023-10-18 11:28:06 +02:00
main.cpp.bck Just for saving 2023-06-16 16:54:21 +02:00
main.cpp.bck2 Just for saving 2023-06-16 16:54:21 +02:00
main.cpp.bck3 Just for saving 2023-06-16 16:54:21 +02:00
mainwindow.cpp Scrolldown text edit at end of whole update process to show 2023-10-06 12:51:30 +02:00
mainwindow.h did some testing with event filter. not used. 2023-09-10 16:54:29 +02:00
mainwindow.ui Make room for status bar 2023-08-22 09:25:02 +02:00
message_handler.cpp Using syslog for debugging. 2023-08-06 07:34:17 +02:00
message_handler.h Using syslog for debugging. 2023-08-06 07:34:17 +02:00
OnDemandUpdatePTU.pro Set version to 1.3.12 2023-10-18 11:45:54 +02:00
progress_event.cpp Advance the progress bar in the foreground when a long running task 2023-08-06 20:44:26 +02:00
progress_event.h Advance the progress bar in the foreground when a long running task 2023-08-06 20:44:26 +02:00
update_dc_event.cpp Add helper class update_dc_event to dend customer messages from the worker-thread 2023-09-09 14:27:50 +02:00
update_dc_event.h Add helper class update_dc_event to dend customer messages from the worker-thread 2023-09-09 14:27:50 +02:00
update.cpp Deactivate download of device controller. Will be added in coming 2023-10-06 12:58:38 +02:00
update.h Use pluginLoader as a dedicated static object. 2023-09-10 16:50:19 +02:00
UpdatePTUDevCtrl.pro.user add files for example 2023-04-05 14:43:27 +02:00
utils.cpp Add printUpdateStatus() helper for QString 2023-10-19 13:34:07 +02:00
utils.h Add printUpdateStatus() helper for QString 2023-10-19 13:34:07 +02:00
worker_thread.cpp Comit helper-classes for now 2023-06-16 16:47:13 +02:00
worker_thread.h Comit helper-classes for now 2023-06-16 16:47:13 +02:00
worker.cpp Replaced using gitFetch() with gitPull() 2023-10-18 11:40:04 +02:00
worker.h Added helpers: 2023-10-19 13:38:16 +02:00