summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
* Reset font property when setting "virtual" property to false.Jarek Kobus2015-04-211-2/+3
* Fix compilation with gcc 4.6Kai Koehne2015-04-161-1/+1
* Windows: Fix crashes in elevated installationKai Koehne2015-04-166-13/+82
* Do not throw on empty translation filesNiels Weber2015-04-151-3/+5
* Move the component checker after installer calculator.Jarek Kobus2015-04-151-4/+5
* Compile with Qt 5.5kh2015-04-132-0/+2
* Prevent disabled component to be selected using the Select All button.Jonathan Courtois2015-04-101-1/+1
* Fix possible null pointer access.kh2015-04-101-2/+7
* Fix crash on exit for Windows XP, VistaKai Koehne2015-04-092-17/+32
* Improve Proxy Credentials dialogKai Koehne2015-04-081-0/+3
* Inform about superfluous dependencies.Jarek Kobus2015-03-131-1/+13
* fix empty installer.components arrayChristoph Vogtländer2015-03-133-10/+23
* Don't show "safety" space on Ready for install pageNiels Weber2015-03-131-1/+2
* Doc: update docs for component selectionLeena Miettinen2015-03-111-6/+6
* Doc: add links to topics that describe the namespacesLeena Miettinen2015-03-111-0/+5
* Doc: move systeminfo scripting docs to a separate fileLeena Miettinen2015-03-111-21/+23
* Issue a warning when a component depends on auto dependent one.Jarek Kobus2015-03-111-1/+7
* Doc: move component scripting docs to a separate fileLeena Miettinen2015-03-091-231/+195
* Fix failing autotestsKai Koehne2015-03-061-1/+1
* Doc: move ScriptEngine scripting docs to separate filesLeena Miettinen2015-03-061-313/+0
* Make sure RemoteClient's localsocket is freed early enough on shutdownKai Koehne2015-03-051-0/+1
* Simplify KeepAliveObject implementationKai Koehne2015-03-053-49/+19
* Docs: edit MessageBoxHandler docsLeena Miettinen2015-03-051-61/+161
* Doc: fix a broken \a commandLeena Miettinen2015-03-051-1/+1
* Restore original behavior for component.installationRequestedKai Koehne2015-02-274-3/+9
* Remove setSelected that has been deprecated since 1.3Niels Weber2015-02-272-14/+0
* Doc: Add docs for QInstaller::PackageManagerGui classesLeena Miettinen2015-02-251-3/+617
* Doc: add docs for TaskRole, FileTaskItem and FileTaskResultLeena Miettinen2015-02-251-0/+80
* Doc: add docs for ScriptEngine methodsLeena Miettinen2015-02-251-3/+17
* Do wait an indefinite time for server repliesKai Koehne2015-02-241-1/+1
* Remove orphaned fileKai Koehne2015-02-231-530/+0
* Fix handling of incomplete messages in client/server communicationKai Koehne2015-02-207-165/+249
* Use local sockets for client-server communicationKai Koehne2015-02-2014-72/+60
* Update CopyrightKai Koehne2015-02-18168-1176/+1176
* Doc: add docs for the performinstallationform classLeena Miettinen2015-02-131-1/+69
* Doc: fix language and QDoc command issuesLeena Miettinen2015-02-122-19/+24
* Add a translation exampleNiels Weber2015-02-091-1/+11
* Fix update from 1.6 and earlier to 2.0 installerbase.kh2015-02-061-4/+10
* Fix could not write installer configuration file.kh2015-02-041-4/+5
* Doc: edit docs for the ComponentModel classLeena Miettinen2015-02-041-11/+19
* CreateLocalRepository doesn't work on OS X.kh2015-02-041-2/+12
* Revert "Allow spaces in path by default"Niels Weber2015-02-031-1/+1
* Show size in "Programs and Features"Christoph Vogtländer2015-02-033-2/+20
* RemoteServer: Make sure we don't write to stderrKai Koehne2015-02-021-0/+8
* Set objectName for QThreadKai Koehne2015-02-024-0/+4
* Fix use --startclient argumentsKai Koehne2015-02-021-3/+2
* RemoteServer: Exit early if authorization failedKai Koehne2015-02-021-1/+3
* Make sure RemoteServerConnection is properly shut downKai Koehne2015-02-023-4/+7
* Verbose output: Avoid '(:0)' in release buildKai Koehne2015-02-021-1/+1
* Do not defer deletion of socket in RemoteObjectKai Koehne2015-02-021-2/+1