summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
* Make IFW compile with FreeBSDKatja Marttila2016-04-261-0/+9
* Update license headersIikka Eklund2015-12-2948-151/+103
* Unify handling of translationsKai Koehne2015-06-301-7/+18
* Compile with Qt 5.5kh2015-04-131-0/+1
* Doc: Add missing docs for KDUpdater::PackagesInfoLeena Miettinen2015-02-271-19/+23
* Doc: add docs for KDUpdater::FileDownloaderLeena Miettinen2015-02-251-30/+340
* Doc: Add docs for KDUpdater::Application and ConfigurationInterfaceLeena Miettinen2015-02-251-11/+42
* Doc: add docs for KDGenericFactory classLeena Miettinen2015-02-241-3/+28
* Doc: Add docs for FileDownloaderFactory and FileDownloaderProxyFactoryLeena Miettinen2015-02-241-2/+51
* Doc: KDUpdater operatorsLeena Miettinen2015-02-231-0/+12
* Update CopyrightKai Koehne2015-02-1848-295/+295
* Doc: Add docs for KDUpdater::Update methodsLeena Miettinen2015-02-131-0/+7
* Doc: Add docs for KDUpdater::TaskLeena Miettinen2015-02-131-6/+24
* Doc: Add return values for KUpdater::UpdateOperation methodsLeena Miettinen2015-02-131-5/+14
* Doc: fix language and QDoc command issuesLeena Miettinen2015-02-122-3/+7
* Doc: add docs for arguments and return valuesLeena Miettinen2015-01-306-11/+29
* Doc: add \value commands to generate docs properlyLeena Miettinen2015-01-301-6/+10
* Update position of single quotation marks.Takayuki ORITO2014-12-101-1/+1
* Don't set modified state without real modificationNiels Weber2014-12-051-2/+0
* Documentation updates and fixes.kh2014-12-0113-449/+445
* Improve error message in deleteFileNowOrLaterKai Koehne2014-12-011-1/+1
* Rewrite the isRunning implementation and remove private class.kh12014-11-122-66/+45
* Adjust implementation to match the Unix one and fix unlock.kh12014-11-121-19/+35
* Don't use QObject::tr().kh12014-11-111-7/+14
* Remove automatic unlock, we do not automatically lock either.kh12014-11-114-20/+6
* Code cleanup, no functional changes intended.kh12014-11-117-20/+29
* Remove lockfile after unlocking on LinuxNiels Weber2014-11-051-0/+2
* FileDownloaderProxyFactory: Fix indentationKai Koehne2014-11-041-3/+3
* Replace all occurrences of "can not" with "cannot"Niels Weber2014-10-311-1/+1
* Remove unused method and includes.kh12014-10-301-6/+0
* Introduce behavior change, always keep the higher version package.kh12014-10-301-36/+47
* Optimize the lookup and correct some debug information.kh12014-10-301-21/+29
* Add LGPLv3 as new licenseKai Koehne2014-10-1648-672/+336
* Reuse already existing code to convert the URL.kh12014-10-161-4/+1
* Fix documention for Qt 5.4.Leena Miettinen2014-10-141-1/+2
* Do not download update.xml files if they are on disk.kh12014-10-101-57/+89
* Remove some unknown specifier. Fix documentation.kh12014-10-081-67/+64
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-0810-22/+22
* Calm down warnings.kh12014-07-091-1/+0
* Fix broken tools after switching to QFileDevice.kh12014-07-023-584/+0
* Doc: do not use the deprecated \bold commandLeena Miettinen2014-06-251-1/+2
* Split out the file IO stuff and adjust other files respectively.kh12014-06-242-2/+2
* Merge remote-tracking branch 'origin/1.6'Oswald Buddenhagen2014-06-021-4/+5
|\
| * Revert "Use QTemporaryFile instead of some homebrew construction."kh12014-05-221-4/+5
* | Cleanup to support Qt5 only.kh12014-06-023-8/+4
|/
* Calm down the possibility of a buffer overflow.kh12014-04-031-1/+1
* Merge remote-tracking branch 'origin/1.5'Oswald Buddenhagen2014-03-274-13/+26
|\
| * Unify access to the supported schemes.kh12014-03-253-12/+25
| * Fix typos in comments and documentationSergio Ahumada2014-03-051-1/+1
* | Use non-static remove, same as with exists.Niels Weber2014-03-261-1/+1