summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagergui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the fixed font size on License page on LinuxNiels Weber2014-03-111-7/+0
* Allow a page to force showing the settings button.kh12013-11-281-0/+1
* Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-061-3/+3
|\
| * Restart on the wizard needs to cleanup component left-oversTim Jenssen2013-11-061-3/+3
* | Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-10-231-17/+12
|\|
| * fix that restart is only triggered if the user wants itTim Jenssen2013-10-231-0/+1
| * rename forceRestart to needsHardRestartTim Jenssen2013-10-231-1/+1
| * remove slotCurrentPageChanged and call it directlyTim Jenssen2013-09-301-9/+3
| * Don't show RunProgram after uninstall.Niels Weber2013-09-171-1/+1
| * Fix starting the app when installation finishedMichal Klocek2013-09-171-1/+1
| * convert FinishButton only at isUpdater and is isPackageMangerTim Jenssen2013-09-131-4/+4
| * Bugfix ported from 1.5 branch on customer requestMichal Klocek2013-09-131-3/+0
| * Minor. Make dynamic pages look alikeMichal Klocek2013-09-131-1/+1
* | Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-08-261-24/+45
|\|
| * fix that finishButtonClicked didn't come in every caseTim Jenssen2013-08-221-0/+18
| * fix the use of the FinishButton from script sideTim Jenssen2013-08-211-0/+12
| * code cleanupTim Jenssen2013-08-211-7/+5
| * Fix broken "Next" button behavior after uncheck/check of a component.kh12013-08-141-2/+2
| * Fix component selection shows wrong package sizes.kh12013-08-071-15/+8
* | rejected is already connected to setCanceledTim Jenssen2013-08-211-1/+0
* | Remove superfluous includes.kh12013-08-211-6/+0
* | Remove some superfluous qApp->processEvents().kh12013-08-201-3/+0
* | Fix Uninstall string shortcutSergio Ahumada2013-08-011-1/+1
|/
* Trim whitespaces from path names.kh12013-06-191-2/+2
* add entered/left signal to pagesTim Jenssen2013-05-211-2/+5
* introduce installerscriptengineTim Jenssen2013-05-161-77/+16
* Set subTitle to " " if empty on Linux as well.Niels Weber2013-04-221-2/+0
* Move setPixmap to constructor, as requested.Niels Weber2013-04-081-18/+3
* Fix broken update behavior (size and description label).kh12013-03-281-22/+21
* Add banner pixmap to the wizard.Niels Weber2013-03-251-0/+15
* Remove previously deprecated Pages config.xml element.Niels Weber2013-03-211-98/+37
* Deprecate Icon, introduce replacements.Niels Weber2013-03-211-1/+1
* Add component model behavior auto test and fix broken model.kh12013-03-151-28/+38
* Add RunProgramArgumentsAurindam Jana2013-03-041-2/+4
* Get rid of some superfluous includes.kh12013-03-041-1/+0
* Fix missing redraw while pages are hidden but still existent.kh12013-02-151-2/+19
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
* Fix broken define check and build on OSX.kh12013-02-041-3/+3
* Make it compile.kh12013-02-041-3/+3
* InstallerPage: Change text based on number of licensesKai Koehne2013-02-041-18/+39
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
* Some changes to start compile with Qt5.kh12012-11-201-23/+23
* Have a new class to control user set value access.kh12012-10-251-4/+3
* Wrong position of back button and missing window icon.kh12012-10-181-8/+0
* use QHash where it is possibleTim Jenssen2012-05-031-3/+3
* improve clickButton and isButtonEnabledTim Jenssen2012-05-031-5/+22
* now installer can disallow to install from a remote locationTim Jenssen2012-04-271-0/+13
* added the possibility to ask the gui if a button is enabledTim Jenssen2012-04-271-0/+11
* Add possibility to verify custom pages.Andreas Holzammer2012-04-251-0/+32
* Move the models inside core engine.kh12012-04-251-42/+13