summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Sanitize QDebug outputKai Koehne2015-07-0922-100/+89
* | Implement repository testing using our task classes.Karsten Heimrich2015-07-094-105/+125
* | Fix canceling the download done by an external call.Karsten Heimrich2015-07-092-2/+28
* | Print Qt version in verbose outputKai Koehne2015-07-021-3/+3
* | Fix missing filename conversion on UNIX systems.Karsten Heimrich2015-06-251-0/+15
* | Remove superfluous clone() method. Prepare for next patch.Karsten Heimrich2015-06-2544-171/+1
* | Implement generic factory using c++11 variadic template feature.Karsten Heimrich2015-06-256-175/+36
* | Add getter and setter for package manager.Karsten Heimrich2015-06-2412-13/+29
* | Unify translated error messagesKai Koehne2015-06-2460-1301/+1378
* | Follow description on MSDN to implement time utils.Karsten Heimrich2015-06-232-62/+110
* | Cleanup time handling, some minor changes.Karsten Heimrich2015-06-231-45/+22
* | Fix missing operation 'installer' value and update documentation.Karsten Heimrich2015-06-232-4/+6
* | Fix compile for gcc 4.7.3Christian Stenger2015-06-221-1/+1
* | Fix usage of Lib7z::createArchive(), do not use static.Karsten Heimrich2015-06-161-1/+1
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-1526-212/+241
* | Remove %0 from tr() callsKai Koehne2015-06-152-7/+7
* | Use checkArgumentsCount for RegisterFileType operation, tooKai Koehne2015-06-151-5/+1
* | Remove signal finished() overloadKai Koehne2015-06-112-3/+0
* | Use qmake .depends instead of CONFIG += ordered.Karsten Heimrich2015-06-102-2/+3
* | Update archivegen.Karsten Heimrich2015-06-102-4/+23
* | Add method to lookup if a product is registered in the factory.Karsten Heimrich2015-06-103-8/+12
* | Implement option to pass compression level, update documentation.Karsten Heimrich2015-06-102-10/+22
* | Split the huge header file in more dedicated ones.Karsten Heimrich2015-06-109-81/+241
* | 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-0414-378/+620
|\ \
| * | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-06-0414-378/+620
| |\|
| | * Fix maintenance tool upgrade on OSX.Karsten Heimrich2015-06-031-0/+9
| | * OS X: Make sure real user uid == euid in elevated modeKai Koehne2015-06-011-0/+13
| | * 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 help output for --proxyKai Koehne2015-05-121-1/+1
| | * 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-075-8/+7