summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* desktop: fix misformatted makefile lineMichael Stahl2017-06-011-1/+3
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-316-10/+0
* tdf#36019: Fix tooltipMuhammet Kara2017-05-311-1/+1
* Avoid implementation-defined behavior when mapping non-ASCII charactersStephan Bergmann2017-05-311-1/+3
* clang-tidy readability-redundant-string-cstrNoel Grandin2017-05-311-1/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* lok: Notify about the Formatting Marks changes.Jan Holesovsky2017-05-291-0/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-2812-68/+34
* allow to override settings based updater URL and channel through envMarkus Mohrhard2017-05-271-0/+10
* tdf#36019: Dynamically enable/disable extension removal via GUIMuhammet Kara2017-05-263-1/+22
* tdf#36019: Dynamically enable/disable extension installation via GUIMuhammet Kara2017-05-244-1/+38
* iOS, remove curl to make iOS compilejan Iversen2017-05-231-0/+2
* cleanup unused css/uri/ includesJochen Nitschke2017-05-202-3/+0
* 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