summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
* add resetCheckSumDataTim Jenssen2013-05-302-0/+8
* Cleanup KDTools from stuff we do not use at all.kh12013-05-2919-1470/+257
* Fix mingw build.kh12013-05-281-0/+6
* Split our own implementation of sysinfo.kh12013-05-281-181/+2
* Remove superfluous forward declaration.kh12013-05-281-1/+0
* Remove superfluous unit tests.kh12013-05-283-199/+0
* Remove unused files.kh12013-05-272-229/+0
* Export private classes. We need it in some auto tests.kh12013-03-264-43/+81
* Merge remote-tracking branch 'origin/1.3'Tim Jenssen2013-03-211-5/+8
|\
| * fix crash in HttpDownloaderTim Jenssen2013-03-211-5/+8
* | Use Q_GLOBAL_STATIC{_WITH_ARGS} following Qt coding conventions.kh12013-03-183-6/+8
* | Fix various minor issues reported by krazy.Niels Weber2013-03-111-1/+1
* | Replace TRUE and FALSE with true and falseNiels Weber2013-03-112-2/+2
|/
* Fix includes for Qt5.Niels Weber2013-03-052-7/+7
* initialize a variableNiels Weber2013-03-041-3/+4
* Linux: Also find tmp dir on tmpfsNiels Weber2013-02-261-1/+1
* Fixes issue with wrong estimation of space on the mounted volumeMichal Klocek2013-02-261-1/+1
* Make IFW compile with mingw.kh12013-01-293-32/+52
* Fix case-sensetivity in locale comparison.Ivan Komissarov2013-01-241-1/+1
* Fix some warnings in our code after Idcfec77.kh12013-01-231-4/+16
* Get rid of QFtp in favour of QNetworkAccessManager. Qt5 related.kh12012-11-263-269/+1
* Adjust to make it build with Qt5.kh12012-11-212-4/+2
* Follow advice given by Joerg, DEPENDPATH is now deprecated.kh12012-11-201-2/+1
* Some changes to start compile with Qt5.kh12012-11-203-3/+4
* MinGW: right fix for undefined _SH_DENYRWSergei Lopatin2012-10-291-3/+1
* MinGW: fix undefined _SH_DENYRWSergei Lopatin2012-10-261-0/+3
* MinGW: fix include namesSergei Lopatin2012-10-261-3/+3
* MinGW: fix casting wchar_t* from QStringSergei Lopatin2012-10-261-1/+1
* Add data to the cryptographic hash while downloading.kh12012-10-174-175/+94
* Merge "buffered" calculateHash function and reuse.kh12012-10-013-29/+0
* remove unused arch dependend filesize infotjenssen2012-09-283-50/+6
* Revert "Fixes required for errorless MinGW-w64 compilation are done."kh12012-08-223-21/+17
* Fixes required for errorless MinGW-w64 compilation are done.tjenssen2012-08-103-17/+21
* Include unistd.h where needed on LinuxNiels Weber2012-06-052-0/+5
* added new Link class and corresponding operationTim Jenssen2012-05-251-88/+3
* use string replace method instead of unneeded regexp (\ -> /)Tim Jenssen2012-05-071-5/+2
* add killProcess methodTim Jenssen2012-05-074-0/+56
* use QHash where it is possibleTim Jenssen2012-05-035-9/+9
* fix 0a8755a for Linux and MacNiels Weber2012-04-303-2/+14
* use scCommaRegExp where ever we canTim Jenssen2012-04-273-3/+4
* now installer can disallow to install from a remote locationTim Jenssen2012-04-272-2/+124
* Implememt a way to ask for and save user authentication settings.kh12012-04-274-9/+176
* correct spelling: there is no plural of information in EnglishTim Jenssen2012-04-241-1/+1
* use Q_OS instead of Q_WS definesTim Jenssen2012-04-242-7/+7
* Implement https support, reuse http downloader.kh12012-04-194-7/+51
* Load only the description with the correct lang attribute.Niels Weber2012-03-281-0/+12
* Typos etc fixedNiels Weber2012-03-281-4/+4
* introduce general humanReadableSize methodTim Jenssen2012-03-271-18/+8
* Update some more includes.kh12012-03-194-11/+11
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-1953-0/+11241