summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagergui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
* Fix for QTIFW-103 and update on QTIFW-75.kh12012-01-311-8/+16
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
* use QDir::tempPath()Niels Weber2012-01-261-2/+2
* Clamp to improve readability.kh12012-01-251-2/+2
* Use humanReadableSize instead of unitSizeText.kh12012-01-251-14/+5
* don't try to call methods if there is no scriptTim Jenssen2012-01-241-0/+3
* Use qDebug instead of verbose.kh12012-01-171-17/+14
* removed triggerControlScriptForCurrentPageTim Jenssen2011-12-071-5/+0
* Move the restart of the wizard into installer base.kh12011-12-011-2/+0
* Hide the automatic restart page.kh12011-11-301-2/+2
* Add the possibility to have an settings button int the ui.kh12011-11-281-5/+80
* Cleanup.kh12011-11-281-2/+2
* Merge unneeded KDSysInfo 'pseudo namespace' into KDUpdater namespace.hjk2011-11-211-3/+3
* Simplify KD* directory structure.hjk2011-11-211-1/+1
* Remove re-directing KD* header.hjk2011-11-211-1/+1
* Replace KDByteSize with plain quint64.hjk2011-11-211-11/+11
* Use more direct way to show human readable sizes.hjk2011-11-211-1/+22
* Make sure we remove ui elements we added.kh12011-11-091-10/+9
* show dependency calculation errors in the installerTim Jenssen2011-10-051-2/+5
* Rename to "Restart" to make the action more clear.kh12011-09-301-2/+2
* Fixes QTIFW-41.kh12011-09-271-4/+8
* improve messageNiels Weber2011-09-161-1/+1
* Fixes QTIFW-36.kh12011-09-121-27/+42
* Fixes QTIFW-35.kh12011-09-081-1/+2
* Expand the root item before resizing the columns.kh12011-09-061-1/+1
* enable SizeGrip on LinuxNiels Weber2011-08-291-0/+1
* make the component selection in maintenace slightly less uglyNiels Weber2011-08-291-1/+1
* we like to see the detail output even in the uninstall caseTim Jenssen2011-08-251-3/+2
* Revert parts of the former changes.kh12011-08-241-4/+4
* Keep the problem reason to show it in the UI.kh12011-08-231-3/+5
* Fail if a component is a dependency but should be uninstalled.kh12011-08-231-12/+11
* Add a hack to be able to check components.kh12011-08-231-0/+8
* Make sure we only calculate the components on actual change.kh12011-08-231-18/+10
* enable componentByName function in autoinstall scriptsTim Jenssen2011-08-221-1/+5
* Fix warning and unnecessary output.kh12011-08-161-2/+4
* Fix wrong whitespaces.kh12011-08-121-27/+27
* Use the proper function call, keeps the code clearer.kh12011-08-121-1/+1
* Some style fixes. Rename some members etc.kh12011-08-101-42/+31
* Rename function and add TODO.kh12011-08-101-4/+4
* Remove the reset button in updater mode.kh12011-08-101-18/+21
* Revert: 308dc03e a1a130b9 5fb0f4ackh12011-08-101-1/+1
* IsUninstaller() was evaluated to early.kh12011-08-091-5/+2
* The old name indicated the opposite of what the method was doing.Niels Weber2011-08-041-1/+1
* expand task detail browser if there are unresolved dependenciesTim Jenssen2011-07-291-0/+2
* fix uninstall crashTim Jenssen2011-07-291-18/+23
* calculate dependencies only if it is neededTim Jenssen2011-07-291-2/+11
* now default works as expectedTim Jenssen2011-07-281-5/+11
* Show that there were unresolved dependencies in the task detail output widgetTim Jenssen2011-07-271-0/+6
* now the task detail text output widget shows which component will be removedTim Jenssen2011-07-271-4/+29