summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
* Doc: link from C++ API ref to scripting API refLeena Miettinen2015-05-081-34/+58
* Fix dynamic build.kh2015-04-281-3/+3
* Fix dubious warning about RequiresAdminRights tag.kh12015-04-271-5/+0
* Don't modify check state of autodependent component when Select AllJarek Kobus2015-04-241-1/+1
* Add more logging categories.Jarek Kobus2015-04-242-7/+17
* Enable logging categories as an installer option.Jarek Kobus2015-04-245-8/+24
* Add more explanations on warnings we issue.Jarek Kobus2015-04-241-0/+27
* Add a missing warning about auto dependency on component with childrenJarek Kobus2015-04-241-5/+10
* Fix hang and errors when sending big packages over the socketKai Koehne2015-04-241-3/+9
* RemoteObject: Do not use processEvents()Kai Koehne2015-04-241-9/+1
* Fix "Too many open files" error.kh2015-04-242-67/+67
* Make componentChecker warnings optional.Jarek Kobus2015-04-223-1/+7
* 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