summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor style change.kh12014-08-251-1/+1
* Suppress spurious message box while accessing unmounted devices.kh12014-07-301-0/+5
* Default to details on if verboseNiels Weber2014-07-251-0/+3
* Toggle details on ReadyForInstallation page with verbose modeNiels Weber2014-07-252-21/+5
* List disk space requirements prior to installationNiels Weber2014-07-231-0/+4
* Fix disk space checking for updatesNiels Weber2014-07-231-1/+1
* Prefix log messages with timestampKai Koehne2014-07-221-1/+13
* Adjust the segment in place instead in different locations.kh12014-07-211-2/+2
* 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
* Don't allow \ in installpath on UnixNiels Weber2014-07-171-5/+10
* Move permissions handling after rename.kh12014-07-151-4/+4
* Update documentation and rename code to improve readability.kh12014-07-151-59/+57
* Make the marker and the find function class members.kh12014-07-155-37/+40
* Move class BinaryContent into its own file.kh12014-07-159-551/+655
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-155-209/+3
* Trim whitespace from targetdirectoryNiels Weber2014-07-141-1/+1
* Fix permissions of written maintenancetoolNiels Weber2014-07-111-2/+3
* Introduce developer tool.kh12014-07-113-261/+0
* Remove unused class.kh12014-07-113-265/+0
* Cleanup, not functional change intended.kh12014-07-102-13/+15
* Allow HTML formatted license text to be used.kh12014-07-101-1/+1
* Add/remove/implement/reorder methods to match Qt5.kh12014-07-104-70/+121
* Use QCommandlineParser, remove some developer related options.kh12014-07-102-4/+6