summaryrefslogtreecommitdiff
path: root/onlineupdate/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Replace more deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newCaolán McNamara1-1/+2
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu1-1/+1
2020-11-19tdf#123936 Formatting files in module onlineupdate with clang-formatPhilipp Hofer6-54/+32
2020-09-29Fix typo in codeAndrea Gelmini2-3/+3
2020-03-12comparison operators should be constNoel Grandin1-1/+1
2020-02-16Proper error check for fwrite in updater.cxxMuhammet Kara1-2/+3
2020-02-10Fix accidental variable shadowingMuhammet Kara1-1/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN3-5/+5
2019-09-30drop gtk2 supportCaolán McNamara1-0/+10
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini3-10/+10
2019-07-23Fix typosAndrea Gelmini1-1/+1
2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard1-5/+10
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-3/+3
2018-11-18fix off by one errorMarkus Mohrhard1-1/+1
2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski1-32/+33
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski1-16/+16
2018-03-20updater: Tone down the geekiness in user-facing stringsAdolfo Jayme Barrientos2-8/+8
2018-01-17Blind fixStephan Bergmann1-1/+1
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-16Missing includeStephan Bergmann1-0/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-12-30Updater Icon: Shrink svg fileandreas kainz2-649/+1
2017-11-19Fix typosAndrea Gelmini1-1/+1
2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl2-1/+2
2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard1-254/+200
2017-08-28update updater iconandreas kainz3-0/+649
2017-08-22updater: store the updater GUI icon on linux in the codeMarkus Mohrhard2-3/+261
2017-08-22updater: get the updater GUI working on LinuxMarkus Mohrhard1-1/+5
2017-08-21updater: always show the updater UIMarkus Mohrhard1-3/+8
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard2-271/+1
2017-08-02updater: disable the special handling of the user profileMarkus Mohrhard1-0/+3
2017-08-01make it easier to debug the generation of certificate dataMarkus Mohrhard1-2/+12
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard1-2/+2
2017-07-31updater: fix windows build, string issuesMarkus Mohrhard1-2/+2
2017-07-31fix updater code on windowsMarkus Mohrhard2-5/+5
2017-07-28updater: remove unnecessary mozilla makefileMarkus Mohrhard1-9/+0
2017-06-26updater: make it more difficult to misuse the APIMarkus Mohrhard1-29/+19
2017-06-26updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard1-53/+48
2017-06-26updater: subclasses need to pass the archiveReader parameter to their parentsMarkus Mohrhard1-11/+26
2017-06-26tdf#108563 Transform global variable gArchiveReader to local variableChristian Barth1-23/+46
2017-06-20new cannot return nullptrNoel Grandin1-4/+0
2017-06-17-Werror=maybe-uninitializedMarkus Mohrhard1-1/+1
2017-06-17updater: fix missing header for std::vectorMarkus Mohrhard1-0/+1
2017-06-17updater: get the certificate code working on python2 and 3Markus Mohrhard1-5/+12
2017-06-17updater: remove unnecessary fileMarkus Mohrhard1-1/+0
2017-06-17updater: remove some of the old mozilla makefile piecesMarkus Mohrhard2-43/+0
2017-06-17updater: remove old updater certificate dataMarkus Mohrhard1-0/+0
2017-06-16updater: fix update file lookup for language pack filesMarkus Mohrhard1-2/+3