summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
* Decrease metadata dowload amountKatja Marttila2018-06-012-0/+14
* Fix infinite wait if downloadable package is missingKatja Marttila2018-03-161-1/+1
* Fix Mkdir operation in uninstallKatja Marttila2018-02-211-0/+7
* Avoid another null pointer dereferenceVille Voutilainen2017-12-121-1/+1
* Do not retry a download immediately after an errorVille Voutilainen2017-12-121-2/+1
* Fix crash when httpReadyRead is signaled after shutdownVille Voutilainen2017-12-111-0/+2
* Implement package download resumeVille Voutilainen2017-11-033-23/+225
* Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-08-211-0/+7
|\
| * Fix translation contexts in classes not derived from qobject2.0Sergey Belyashov2017-08-211-0/+7
* | Add progressbar to indicate unzip job is proceedingKatja Marttila2017-05-102-3/+2
* | Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-03-302-0/+2
|\|
| * QRegExp include cleanupSamuel Gaist2017-03-132-0/+2
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-3042-679/+469
|\|
| * License header update to GPL-EXCEPTKatja Marttila2017-01-2648-775/+535
* | allow installing compressed packagesKatja Marttila2016-11-093-4/+13
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2016-06-211-0/+9
|\|
| * Make IFW compile with FreeBSDKatja Marttila2016-04-261-0/+9
* | Add a logging category and debug for http downloadKatja Marttila2016-04-071-1/+16
* | Fixed deleting files when uninstalling on OS XFrerich Raabe2016-02-291-1/+3
* | Doc: removed qdoc var declaration pixmapNico Vertriest2016-01-211-4/+0
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-2042-133/+91
|\|
| * Update license headersIikka Eklund2015-12-2948-151/+103
* | Allow defining non-checkable itemsKatja Marttila2016-01-182-3/+13
* | Missed to rename classes and to update docs and tests.Karsten Heimrich2015-09-0716-115/+135
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-08-191-1/+18
|\|
| * Unify handling of translationsKai Koehne2015-06-301-7/+18
* | Fix missing KD* documentation.Karsten Heimrich2015-08-071-0/+11
* | Adjust include guards.Karsten Heimrich2015-07-1422-66/+66
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-1441-94/+100
* | Make the installation relocatable (with some limitations).Karsten Heimrich2015-07-141-8/+35
* | Make use of the new varadic template feature + cosmetic changes.Karsten Heimrich2015-07-106-38/+40
* | Add factory auto test. Update template parameter + documentation.Karsten Heimrich2015-07-102-32/+75
* | Sanitize QDebug outputKai Koehne2015-07-093-17/+17
* | Remove superfluous clone() method. Prepare for next patch.Karsten Heimrich2015-06-254-48/+0
* | Implement generic factory using c++11 variadic template feature.Karsten Heimrich2015-06-254-163/+30
* | Add getter and setter for package manager.Karsten Heimrich2015-06-243-3/+19
* | Unify translated error messagesKai Koehne2015-06-2410-64/+97
* | Fix missing operation 'installer' value and update documentation.Karsten Heimrich2015-06-231-1/+5
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-153-17/+13
* | Add method to lookup if a product is registered in the factory.Karsten Heimrich2015-06-102-0/+11
* | Fix compilation error in testsKai Koehne2015-06-092-1/+3
* | Store AutoDependOn inside components.xmlJarek Kobus2015-06-052-27/+41
* | Reuse existing structures inside Update class.Jarek Kobus2015-06-053-35/+15
* | Implemented xml:lang attribute support for DisplayName tag.Dmitry Mordvinov2015-05-082-7/+17
* | Remove pseudo static core instance, fixes autotests.Karsten Heimrich2015-05-063-5/+19
* | Use QMap instead of QHash to keep the stored order on disk.Karsten Heimrich2015-05-062-22/+18
* | Rename the files to match the class name.Karsten Heimrich2015-05-064-4/+4
* | Rename classes to reflect their use. Remove typedef.Karsten Heimrich2015-05-064-63/+74
* | Replace UpdateSourcesInfo and UpdateSourceInfo classes.Karsten Heimrich2015-05-065-308/+28
* | Fix issue with accessing install target directory.Karsten Heimrich2015-05-061-3/+1