summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Compile fix for Visual Studio 11.kh12014-10-161-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-16215-2986/+1530
* Reuse already existing code to convert the URL.kh12014-10-161-4/+1
* Check for valid drive.kh12014-10-161-32/+57
* Be more unique with the downloaded package.kh12014-10-161-2/+2
* Overhaul the binary format API.kh12014-10-1510-296/+392
* Some more documentation fixes (removes more warnings).kh12014-10-155-44/+47
* Fix documention for Qt 5.4.Leena Miettinen2014-10-142-1/+6
* Do not download update.xml files if they are on disk.kh12014-10-101-57/+89
* Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-106-108/+274
* Remove unused signaljkobus2014-10-101-1/+0
* Fix build with Qt 5.4 and MSVC2013 (release)Kai Koehne2014-10-091-0/+1
* Name the collection, otherwise leads to hangs or crashes.kh12014-10-092-0/+4
* Remove some unknown specifier. Fix documentation.kh12014-10-081-67/+64
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-0816-245/+459
* Compile fixjkobus2014-10-061-1/+1
* Move InstallerCalculator into its own headerkh12014-10-066-209/+323
* Make InstallerCalculator independent on PackageManagerCorePrivatekh12014-10-065-25/+23
* Cleanupjkobus2014-10-062-35/+44
* Remove PackageManagerCore from InstallerCalculatorkh12014-10-064-17/+24
* Rewrite the component getter mess, remove superfluous methods.kh12014-10-067-134/+106
* Get rid of subComponentByName()jkobus2014-09-252-38/+14
* Simplify missing dependency codeJarek Kobus2014-09-251-6/+4
* Add one common message for recursion errorJarek Kobus2014-09-252-4/+9
* Differentiate install reason typesJarek Kobus2014-09-252-12/+44
* Move calculation of components into InstallerCalculatorjkobus2014-09-253-153/+195
* Add rootAndChildComponents() method.jkobus2014-09-253-16/+20
* Add small auto test.kh12014-09-222-3/+6
* Optimization of installReason()jkobus2014-09-111-1/+1
* Implement progress indicator on taskbar on Windows.kh12014-09-115-2/+53
* Fix auto dependencies for root nodes.jkobus2014-09-101-0/+1
* Fix indent.kh12014-09-101-1/+1
* Set value for empty tags that should provide a default value.kh12014-09-051-5/+8
* Remove unused operators.kh12014-09-052-14/+0
* Fix some std::cout usage.kh12014-09-051-2/+1
* Minor style fix.kh12014-09-041-4/+5
* Rewrite binary layout read/ write implementation.kh12014-09-046-196/+260
* Split and implement new installer base, update checker.kh12014-09-048-348/+36
* Let the binary layout function find the cookie on its own.kh12014-08-293-14/+11
* Make BinaryFormatEngineHandler a real singleton.kh12014-08-294-31/+11
* Adjust implementation to not use the collection manager.kh12014-08-295-57/+30
* Remove unneeded status checkjkobus2014-08-291-14/+6
* Optimize the code in case loadScript == falsejkobus2014-08-281-6/+7
* Don't modify commitPage property, use setComplete insteadjkobus2014-08-282-20/+11
* Refactor binary engine implementation.kh12014-08-272-100/+78
* Make use of the new read binary content function.kh12014-08-271-11/+1
* Introduce two new functions to read and write binary content.kh12014-08-273-1/+172
* Show the details text box when dependencies are not met.jkobus2014-08-272-24/+25
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-2710-315/+424
* Don't assert in case of missing dependencyjkobus2014-08-271-1/+0