Age | Commit message (Expand) | Author |
2018-09-10 | Rename online updater functions and strcmp relpath | Jan-Marek Glogowski |
2018-09-07 | Fix some std::unique_ptr array allocs | Jan-Marek Glogowski |
2018-03-20 | updater: Tone down the geekiness in user-facing strings | Adolfo Jayme Barrientos |
2018-01-17 | Blind fix | Stephan Bergmann |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-16 | Missing include | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2017-12-30 | Updater Icon: Shrink svg file | andreas kainz |
2017-11-19 | Fix typos | Andrea Gelmini |
2017-10-23 | chmod 0755 -> 0644 for some source files | Stephan Bergmann |
2017-09-13 | onlineupdate: work around GCC7 -Werror=implicit-fallthrough | Michael Stahl |
2017-08-29 | update the gtk updater icon with the new updater icon | Markus Mohrhard |
2017-08-28 | update updater icon | andreas kainz |
2017-08-22 | updater: store the updater GUI icon on linux in the code | Markus Mohrhard |
2017-08-22 | updater: get the updater GUI working on Linux | Markus Mohrhard |
2017-08-22 | updater: fix error in linux part of updater makefiles | Markus Mohrhard |
2017-08-21 | updater: add a way to test the dialog code of the updater | Markus Mohrhard |
2017-08-21 | updater: always show the updater UI | Markus Mohrhard |
2017-08-21 | updater: set executable type GUI for updater.exe | Markus Mohrhard |
2017-08-14 | updater: reference the correct new static library name | Markus Mohrhard |
2017-08-08 | updater: move the windows process starting code to comphelper | Markus Mohrhard |
2017-08-08 | updater: add include guard for windows process start code | Markus Mohrhard |
2017-08-08 | updater: use the correct define check | Markus Mohrhard |
2017-08-02 | updater: disable the special handling of the user profile | Markus Mohrhard |
2017-08-01 | make it easier to debug the generation of certificate data | Markus Mohrhard |
2017-07-31 | updater: get the signature verification working on Windows | Markus Mohrhard |
2017-07-31 | updater: fix windows build, string issues | Markus Mohrhard |
2017-07-31 | updater: fix include and exception support for updater service | Markus Mohrhard |
2017-07-31 | fix updater code on windows | Markus Mohrhard |
2017-07-28 | updater: remove unnecessary mozilla makefile | Markus Mohrhard |
2017-06-26 | updater: make it more difficult to misuse the API | Markus Mohrhard |
2017-06-26 | updater: reduce scope of ArchiveReader and pass by reference | Markus Mohrhard |
2017-06-26 | updater: subclasses need to pass the archiveReader parameter to their parents | Markus Mohrhard |
2017-06-26 | tdf#108563 Transform global variable gArchiveReader to local variable | Christian Barth |
2017-06-24 | updater: add a one step update test | Markus Mohrhard |
2017-06-20 | new cannot return nullptr | Noel Grandin |
2017-06-17 | -Werror=maybe-uninitialized | Markus Mohrhard |
2017-06-17 | updater: fix missing header for std::vector | Markus Mohrhard |
2017-06-17 | updater: get the certificate code working on python2 and 3 | Markus Mohrhard |
2017-06-17 | updater: remove unnecessary file | Markus Mohrhard |
2017-06-17 | updater: remove some of the old mozilla makefile pieces | Markus Mohrhard |
2017-06-17 | updater: remove old updater certificate data | Markus Mohrhard |
2017-06-17 | updater: move the data location for the replacement test | Markus Mohrhard |
2017-06-17 | updater: respect version info for manual tests | Markus Mohrhard |
2017-06-16 | updater: add manual test for new language updates | Markus Mohrhard |
2017-06-16 | updater: fix update file lookup for language pack files | Markus Mohrhard |
2017-06-16 | updater: rename test directory to reflect the tested code | Markus Mohrhard |
2017-06-16 | updater: add short explanation about the test | Markus Mohrhard |
2017-06-16 | updater: find all the language update files | Markus Mohrhard |
2017-06-16 | updater: work on supporting language pack updates | Markus Mohrhard |