summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Update source tree with version 9.38.beta of LZMA SDK.Karsten Heimrich2015-06-10680-39826/+49603
* Update documentation and adjust some code to match.Karsten Heimrich2015-06-092-57/+48
* Inherit from existing QInstaller::Error class.Karsten Heimrich2015-06-092-16/+16
* Fix compilation error in testsKai Koehne2015-06-092-1/+3
* Store AutoDependOn inside components.xmlJarek Kobus2015-06-055-42/+54
* Reuse existing structures inside Update class.Jarek Kobus2015-06-054-36/+16
* Merge "Merge remote-tracking branch 'origin/2.0'"Karsten Heimrich2015-06-0412-377/+606
|\
| * Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-06-0412-377/+606
| |\
| | * Fix maintenance tool upgrade on OSX.Karsten Heimrich2015-06-031-0/+9
| | * Doc: add docs for ScriptEngine::newArrayLeena Miettinen2015-05-271-0/+4
| | * Remove leftover. (signal and documentation)Karsten Heimrich2015-05-262-9/+0
| | * Doc: add docs for PackageManagerCoreLeena Miettinen2015-05-261-316/+498
| | * Fix archivegen recursive include of directories with filter.Karsten Heimrich2015-05-121-6/+7
| | * Missed to register copy codec, thus failing to copy files.Karsten Heimrich2015-05-121-0/+3
| | * Replace waitForBytesWritten with flushKai Koehne2015-05-114-2/+4
| | * Doc: link from gui C++ docs to scripting docsLeena Miettinen2015-05-081-12/+25
| | * Doc: link from C++ API ref to scripting API refLeena Miettinen2015-05-081-34/+58
* | | Small optimizationJarek Kobus2015-06-041-8/+3
|/ /
* | Coding style cleanup.Karsten Heimrich2015-06-032-172/+193
* | Remove unused and unmaintained code.Karsten Heimrich2015-06-033-337/+2
* | Use QDir::separator() instead of fixed "/"Niels Weber2015-06-011-2/+2
* | Implemented xml:lang attribute support for DisplayName tag.Dmitry Mordvinov2015-05-082-7/+17
* | Add constant and make use of it.Karsten Heimrich2015-05-085-5/+7
* | Enable feature live preview of dependenciesjkobus2015-05-079-2/+19
* | Remove scRemoteVersion, it's the same as scVersionJarek Kobus2015-05-074-7/+6
* | Remove pseudo static core instance, fixes autotests.Karsten Heimrich2015-05-067-34/+28
* | Compile fix: explicit qualification in declarationKarsten Heimrich2015-05-061-2/+2
* | 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-065-5/+5
* | Rename classes to reflect their use. Remove typedef.Karsten Heimrich2015-05-0610-106/+111
* | Replace UpdateSourcesInfo and UpdateSourceInfo classes.Karsten Heimrich2015-05-0610-284/+151
* | Fix issue with accessing install target directory.Karsten Heimrich2015-05-062-27/+25
* | Rewrite to use QHash instead of QVector.Karsten Heimrich2015-05-062-95/+63
* | Rename function name.Karsten Heimrich2015-05-053-6/+6
* | Remove (KDUpdater}Application, functionality has been merge.Karsten Heimrich2015-05-056-325/+5
* | Take over the last used methods from {KD}Application.Karsten Heimrich2015-05-055-3/+54
* | Move the PackagesInfo handling out of {KDUpdater}Application.Karsten Heimrich2015-05-059-155/+71
* | Move the UpdateSourcesInfo out of {KDUpdater}Application.Karsten Heimrich2015-05-058-453/+72
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-04-3010-94/+152
|\|
| * Fix dynamic build.kh2015-04-281-3/+3
| * Fix dubious warning about RequiresAdminRights tag.kh12015-04-271-5/+0
| * Don't modify check state of autodependent component when Select AllJarek Kobus2015-04-241-1/+1
| * Add more logging categories.Jarek Kobus2015-04-242-7/+17
| * Enable logging categories as an installer option.Jarek Kobus2015-04-245-8/+24
| * Add more explanations on warnings we issue.Jarek Kobus2015-04-241-0/+27
| * Add a missing warning about auto dependency on component with childrenJarek Kobus2015-04-241-5/+10
| * Fix hang and errors when sending big packages over the socketKai Koehne2015-04-241-3/+9
| * RemoteObject: Do not use processEvents()Kai Koehne2015-04-241-9/+1
| * Fix "Too many open files" error.kh2015-04-242-67/+67
| * Make componentChecker warnings optional.Jarek Kobus2015-04-223-1/+7