summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store AutoDependOn inside components.xmlJarek Kobus2015-06-053-15/+13
* Reuse existing structures inside Update class.Jarek Kobus2015-06-051-1/+1
* 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
* | 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-064-29/+9
* | Compile fix: explicit qualification in declarationKarsten Heimrich2015-05-061-2/+2
* | Rename the files to match the class name.Karsten Heimrich2015-05-061-1/+1
* | Rename classes to reflect their use. Remove typedef.Karsten Heimrich2015-05-066-43/+37
* | Replace UpdateSourcesInfo and UpdateSourceInfo classes.Karsten Heimrich2015-05-066-21/+168
* | Fix issue with accessing install target directory.Karsten Heimrich2015-05-061-24/+24
* | Rename function name.Karsten Heimrich2015-05-051-1/+1
* | Remove (KDUpdater}Application, functionality has been merge.Karsten Heimrich2015-05-052-25/+1
* | Take over the last used methods from {KD}Application.Karsten Heimrich2015-05-054-1/+51
* | Move the PackagesInfo handling out of {KDUpdater}Application.Karsten Heimrich2015-05-053-40/+42
* | Move the UpdateSourcesInfo out of {KDUpdater}Application.Karsten Heimrich2015-05-052-14/+11
* | 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
| * Reset font property when setting "virtual" property to false.Jarek Kobus2015-04-211-2/+3
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-04-2113-40/+134
|\|
| * Fix compilation with gcc 4.6Kai Koehne2015-04-161-1/+1
| * Windows: Fix crashes in elevated installationKai Koehne2015-04-166-13/+82
| * Do not throw on empty translation filesNiels Weber2015-04-151-3/+5