Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update src/Csv.hpp from ↵HEADmaster | lns | 2022-05-30 |
| | | | | | | https://raw.githubusercontent.com/ben-strasser/fast-cpp-csv-parser/master/csv.h Signed-off-by: lns <matzeton@googlemail.com> | ||
* | removed double build details printing for windows builds | Toni Uhlig | 2018-09-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | bump to 1.0.2rc1 | Toni Uhlig | 2018-09-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | print build information to STDOUT during startup | Toni Uhlig | 2018-09-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | print total, success and failed updates in a windows status log | Toni Uhlig | 2018-09-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | print hostname:port during http request debug (GUI/CLI) | Toni Uhlig | 2018-09-20 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | UpdateTool CLI show total/fail/success updates | Toni Uhlig | 2018-09-18 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | configure.ac: dont error if wxwidgets not build and --disable-gui set; mock.py: | lns | 2018-06-25 |
| | | | | | | set interpreter to python2.7 (no python3 support); src/*: fix compiler warnings Signed-off-by: lns <matzeton@googlemail.com> | ||
* | JobQueue documentation, autoconf documentation, autoconf C/C++/Win header checks | Toni Uhlig | 2017-12-12 |
| | |||
* | bump to 1.0.1 | Toni Uhlig | 2017-12-11 |
| | |||
* | GUI support for License Agreement/Display | Toni Uhlig | 2017-12-09 |
| | |||
* | License/Copyright changes | Toni Uhlig | 2017-12-09 |
| | |||
* | Merge branch 'master' of ↵ | Valeri Budjko | 2017-12-08 |
|\ | | | | | | | ssh://tq-git-pr1.tq-net.de/tq-automation/energy_manager/UpdateTool | ||
| * | cosmetics | Toni Uhlig | 2017-12-06 |
| | | |||
* | | Added custom Icon, PSD source file included | Valeri Budjko | 2017-12-08 |
|/ | | | | Signed-off-by: Valeri Budjko <valeri.budjko@tq-group.com> | ||
* | print job timings (average, total, estimated remaining time), removed ↵ | Toni Uhlig | 2017-12-05 |
| | | | | developer info | ||
* | Http: set socket recv/send timeout (30s) | Toni Uhlig | 2017-12-05 |
| | |||
* | code quality: Job/JobArgs does not need to be a class (all members are ↵ | Toni Uhlig | 2017-12-05 |
| | | | | public), removed useless member prefix m_* | ||
* | print jobs added by CSV import (StatusBar + StatusLog) | Toni Uhlig | 2017-12-04 |
| | |||
* | print remaining jobs in statusbar | Toni Uhlig | 2017-12-04 |
| | |||
* | GUI description updated | Toni Uhlig | 2017-12-04 |
| | |||
* | introduced new Event Job::eID_THREAD_JOB_DONE, which will be send after ↵ | Toni Uhlig | 2017-12-04 |
| | | | | every job finishes | ||
* | cosmetics | Toni Uhlig | 2017-12-04 |
| | |||
* | autoconf/automake optimizations | Toni Uhlig | 2017-12-04 |
| | |||
* | pretty wxglade.ICON for Windows targets | Toni Uhlig | 2017-12-04 |
| | |||
* | fixed typ0 | Toni Uhlig | 2017-12-04 |
| | |||
* | LICENSE/SW-Clearing preps | Toni Uhlig | 2017-12-04 |
| | |||
* | changed main frame background color to lightgray | Toni Uhlig | 2017-12-04 |
| | |||
* | * CSV exception handling | Toni Uhlig | 2017-12-04 |
| | | | | | | * port string-to-int convert exception handling * code documentation * gather and print more information about backend jobs | ||
* | JobQ: added BusyWorker counter and TotalJobsDone counter | Toni Uhlig | 2017-12-04 |
| | |||
* | removed wrong/unreleased energy manager firmware version from the firmware map | Toni Uhlig | 2017-12-01 |
| | |||
* | version mapping: unordered_map was the wrong choice, switched to a vector | Toni Uhlig | 2017-12-01 |
| | |||
* | added firmware version check (compare current emc version with fw image version) | Toni Uhlig | 2017-12-01 |
| | |||
* | force an app quit if the user wants so | Toni Uhlig | 2017-12-01 |
| | |||
* | added a "quit" message dialog if pending or queued jobs, jobid randomize ↵ | Toni Uhlig | 2017-11-30 |
| | | | | improved | ||
* | EMC version check support (remote/local-image) | Toni Uhlig | 2017-11-30 |
| | |||
* | minor improvments | Toni Uhlig | 2017-11-30 |
| | |||
* | added EnergyManager trailer struct | Toni Uhlig | 2017-11-30 |
| | |||
* | UpdateGUI: added CSV import into Menubar | Toni Uhlig | 2017-11-28 |
| | |||
* | UpdateGUI: status log pretty printing | Toni Uhlig | 2017-11-28 |
| | |||
* | added supported EMC "updatable" versions, more error-tolerant http response ↵ | Toni Uhlig | 2017-11-28 |
| | | | | code check | ||
* | UpdateGUI: added minimalistic "TAB" navigation | Toni Uhlig | 2017-11-28 |
| | |||
* | UpdateGUI/CLI: support for multiple host:port combinations | Toni Uhlig | 2017-11-27 |
| | |||
* | UpdateGUI: initial windows size increased, window centered and TAB support | Toni Uhlig | 2017-11-27 |
| | | | | UpdateTool: platform checking/handling | ||
* | initial commit | toni | 2017-11-27 |