summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce commandline parser class.kh12014-08-293-0/+236
* Let the binary layout function find the cookie on its own.kh12014-08-294-18/+14
* Make BinaryFormatEngineHandler a real singleton.kh12014-08-295-34/+13
* Adjust implementation to not use the collection manager.kh12014-08-296-59/+32
* 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 binary content write function.kh12014-08-271-90/+53
* 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-275-2/+497
* Fix listing of resourcesKai Koehne2014-08-271-1/+1
* Make listing of resources less verboseKai Koehne2014-08-271-10/+9
* 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-2714-361/+465
* Don't assert in case of missing dependencyjkobus2014-08-271-1/+0
* Minor style change.kh12014-08-251-1/+1
* Doc: add image describing installer typesLeena Miettinen2014-08-152-2/+0
* Doc: clarify offline and online installersLeena Miettinen2014-08-111-15/+27
* Suppress spurious message box while accessing unmounted devices.kh12014-07-301-0/+5
* Doc: fix syntax of EnvironmentVariableLeena Miettinen2014-07-301-1/+1
* Default to details on if verboseNiels Weber2014-07-251-0/+3
* Toggle details on ReadyForInstallation page with verbose modeNiels Weber2014-07-252-21/+5
* Fix compile on MacOSXChristian Stenger2014-07-231-0/+5
* List disk space requirements prior to installationNiels Weber2014-07-231-0/+4
* Fix disk space checking for updatesNiels Weber2014-07-231-1/+1
* Update ChangelogNiels Weber2014-07-231-1/+5
* Prefix log messages with timestampKai Koehne2014-07-221-1/+13
* Adjust the segment in place instead in different locations.kh12014-07-211-2/+2
* Doc: add docs for Component Error exampleLeena Miettinen2014-07-219-12/+70
* Fix attaching to console on WindowsKai Koehne2014-07-182-37/+74
* Simplify VerboseWriterKai Koehne2014-07-183-9/+6
* Simplify loggingKai Koehne2014-07-183-59/+17
* Show Details widget doesn't follow content during install.kh12014-07-183-11/+29
* Prefer uppercase for RootDir and HomeDirNiels Weber2014-07-188-13/+13
* Move Console implementation (Windows) in .cpp fileKai Koehne2014-07-183-69/+122
* Fix Typo resulting in wrong error messageNiels Weber2014-07-171-1/+1
* Don't allow \ in installpath on UnixNiels Weber2014-07-171-5/+10
* Move permissions handling after rename.kh12014-07-152-6/+5
* Doc: add docs for Change UI ExampleLeena Miettinen2014-07-158-21/+56