summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Rewrite to use QHash instead of QVector.Karsten Heimrich2015-05-062-95/+63
* | Rename function name.Karsten Heimrich2015-05-052-5/+5
* | Remove (KDUpdater}Application, functionality has been merge.Karsten Heimrich2015-05-054-300/+4
* | Take over the last used methods from {KD}Application.Karsten Heimrich2015-05-051-2/+3
* | Move the PackagesInfo handling out of {KDUpdater}Application.Karsten Heimrich2015-05-056-115/+29
* | Move the UpdateSourcesInfo out of {KDUpdater}Application.Karsten Heimrich2015-05-056-439/+61
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-04-211-0/+1
|\|
| * Compile with Qt 5.5kh2015-04-131-0/+1
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-03-171-19/+23
|\|
| * Doc: Add missing docs for KDUpdater::PackagesInfoLeena Miettinen2015-02-271-19/+23
* | CleanupJarek Kobus2015-02-273-47/+62
|/
* 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