summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
* Fix the copy error messageMichal Klocek2013-10-171-1/+1
* Small cleanup.kh12013-09-201-16/+11
* fix progress for redirected HTTP Downloadskh12013-09-091-0/+6
* Fix update component selection shows wrong package sizes.kh12013-07-301-0/+3
* Merge remote-tracking branch 'origin/1.3' into 1.4Tim Jenssen2013-06-261-1/+1
|\
| * Checks if file exists in CopyOperation during "undo" executionMichal Klocek2013-06-171-1/+1
* | improve copy operationTim Jenssen2013-06-262-23/+55
* | Change license header to reflect that code is contributedSteffen Hansen2013-06-2550-646/+1641
* | Compile fix.kh12013-06-191-1/+1
* | Once we acknowledged to ignore ssl errors, do it always.kh12013-06-194-4/+35
* | Let the user decide to ignore ssl errors and continue connecting.kh12013-06-181-2/+32
* | Fix AppendFile Operation.Niels Weber2013-06-171-1/+15
* | Use standard form of error strings in AppendFileOperation.Niels Weber2013-06-171-2/+3
* | Merge remote-tracking branch 'origin/1.3' into 1.4Tim Jenssen2013-06-141-19/+42
|\|
| * Fix missing removal of directories for MkDirOperationTim Jenssen2013-06-131-16/+16
* | add warnings if ssl is requested, but is not possibleTim Jenssen2013-06-131-0/+2
* | 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