summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+0
* conditionally disable test that depends on additional fontsMarkus Mohrhard2017-05-201-0/+7
* loplugin:stringcopy: desktopStephan Bergmann2017-05-192-2/+2
* make string translation loading more uniformCaolán McNamara2017-05-1910-55/+52
* remove unused languagetag.hxx includesJochen Nitschke2017-05-191-1/+0
* remove double '/' in update download URLMarkus Mohrhard2017-05-191-1/+1
* log all the updater actionsMarkus Mohrhard2017-05-192-1/+42
* actually abort the update process if the update file is invalidMarkus Mohrhard2017-05-191-0/+44
* actually check the hash of the update filesMarkus Mohrhard2017-05-191-22/+49
* if the update_dir does not exist continue with the update checkMarkus Mohrhard2017-05-191-8/+4
* better reporting for normal response from updaterMarkus Mohrhard2017-05-191-2/+19
* extract the common updater path info into methodsMarkus Mohrhard2017-05-193-16/+53
* either try to install an update or check for updateMarkus Mohrhard2017-05-191-2/+1
* normalize path for updaterMarkus Mohrhard2017-05-191-1/+25
* first stab at normalizing updater pathMarkus Mohrhard2017-05-191-1/+5
* use an update dir that is in the user profileMarkus Mohrhard2017-05-191-2/+10
* don't crash when we get bad responseMarkus Mohrhard2017-05-191-0/+4
* hard coding the number of entries just leads to problemsMarkus Mohrhard2017-05-191-6/+0
* version entry is no moreMarkus Mohrhard2017-05-191-8/+0
* protect the downloading of the update info also with try..catchMarkus Mohrhard2017-05-191-1/+1
* update the update URL and adapt to the server changesMarkus Mohrhard2017-05-191-5/+2
* use the path and not the URL stringMarkus Mohrhard2017-05-191-1/+1
* use consistent method namesMarkus Mohrhard2017-05-193-3/+3
* follow redirects when downloading update filesMarkus Mohrhard2017-05-191-0/+1
* executable names on linux and windows are differentMarkus Mohrhard2017-05-191-2/+7
* fix more platform define checksMarkus Mohrhard2017-05-191-2/+2
* handle errors returned by the serverMarkus Mohrhard2017-05-191-0/+5
* fix exception on windows when thread is not joinableMarkus Mohrhard2017-05-191-1/+2
* fix unused parameter warningsMarkus Mohrhard2017-05-191-1/+1
* the header file is also needed on windowsMarkus Mohrhard2017-05-191-1/+1
* fix windows buildMarkus Mohrhard2017-05-191-0/+12
* add the missing libs for the testMarkus Mohrhard2017-05-191-0/+4
* update the last update check timeMarkus Mohrhard2017-05-191-4/+4
* only check for updates once every 7 daysMarkus Mohrhard2017-05-191-1/+15
* correctly pass the callback executable to the updaterMarkus Mohrhard2017-05-191-4/+11
* reenable the download of the update filesMarkus Mohrhard2017-05-191-15/+0
* use correct syntac for platform stringMarkus Mohrhard2017-05-191-1/+1
* file size is obviously an integerMarkus Mohrhard2017-05-191-2/+1
* use my own server for now for the new update checkMarkus Mohrhard2017-05-191-4/+6
* restart soffice after the updateMarkus Mohrhard2017-05-191-6/+17
* fix the buildMarkus Mohrhard2017-05-192-2/+1
* start writing the update.info fileMarkus Mohrhard2017-05-191-24/+32
* an URL is not a pathMarkus Mohrhard2017-05-192-6/+6
* apply the mar file after downloadingMarkus Mohrhard2017-05-193-15/+19
* improve the update checkerMarkus Mohrhard2017-05-192-27/+300
* tempMarkus Mohrhard2017-05-191-0/+2
* improve update checker and update downloader codeMarkus Mohrhard2017-05-195-25/+150
* indentation fixMarkus Mohrhard2017-05-191-1/+1
* don't run the updates when the updater has been disabledMarkus Mohrhard2017-05-191-9/+14
* first version of the two step updaterMarkus Mohrhard2017-05-193-6/+93