summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix automatic generation of examples for debug_and_release buildsKai Koehne2014-10-249-63/+81
* Compile fix for Visual Studio 11.kh12014-10-161-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-16316-4349/+2387
* 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-1517-460/+533
* Some more documentation fixes (removes more warnings).kh12014-10-157-46/+50
* Add failing test for uninstallationjkobus2014-10-151-1/+21
* 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
* Fix warning and handle file scheme like files better.kh12014-10-102-2/+3
* Fix broken update option.kh12014-10-101-6/+11
* Fix relative path issue.kh12014-10-101-2/+3
* Add missing help option.kh12014-10-101-0/+1
* Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-107-111/+323
* Update Japanese translationTasuku Suzuki2014-10-101-11/+11
* 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
* Compile fix.kh12014-10-082-4/+10
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-0820-252/+509
* Compile fixjkobus2014-10-061-1/+1
* Add a test for graph resolving.kh12014-10-062-1/+66
* 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-069-150/+118
* 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
* Build all tools by default.kh12014-09-251-21/+1
* Add small auto test.kh12014-09-223-3/+97
* Fix missing punctuation and wrong apostrophe.kh12014-09-151-1/+1
* Optimization of installReason()jkobus2014-09-111-1/+1
* Implement progress indicator on taskbar on Windows.kh12014-09-116-2/+54
* 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-055-6/+32
* Remove unused operators.kh12014-09-052-14/+0
* Fix some std::cout usage.kh12014-09-052-11/+7
* Add build rules for examplesKai Koehne2014-09-0411-9/+115
* Minor style fix.kh12014-09-041-4/+5
* Rewrite binary layout read/ write implementation.kh12014-09-0410-316/+356
* Split and implement new installer base, update checker.kh12014-09-0419-782/+666