summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
...
* | Use QTemporaryFile instead of some homebrew construction.Niels Weber2014-03-251-5/+4
* | fix unistd.h includeTim Jenssen2014-01-301-1/+1
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-01-177-27/+78
|\|
| * Use qt_windows.h.kh12014-01-071-7/+1
| * compile fix in genericfactoryTim Jenssen2013-11-261-2/+2
| * Compile fix.kh12013-11-251-2/+12
| * Implement factory to be able to insert pages dynamically.Tim Jenssen2013-11-251-7/+24
| * add new settingsoperationTim Jenssen2013-11-142-0/+35
| * Fix virtual function being hidden error.kh12013-11-052-2/+2
| * Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-10-231-17/+12
| |\
| | * Fix the copy error messageMichal Klocek2013-10-171-1/+1
| | * Small cleanup.kh12013-09-201-16/+11
* | | Remove QtAlgorithms usage from IFW.kh12013-09-252-2/+2
|/ /
* | Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-09-091-0/+6
|\|
| * fix progress for redirected HTTP Downloadskh12013-09-091-0/+6
* | Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-08-261-0/+3
|\|
| * Fix update component selection shows wrong package sizes.kh12013-07-301-0/+3
* | Change some messages translator friendly.Takumi Asaki2013-07-142-9/+9
|/
* 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