summaryrefslogtreecommitdiffstats
path: root/src/sdk/installerbasecommons.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove GuiStartPage which was never documentatedTim Jenssen2013-05-081-5/+0
| | | | | | | - even the current checks does not allow it Change-Id: I985f84be7385c9ec397ee390b181930436527a61 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Fix crash on OSX.kh12013-03-121-2/+4
| | | | | | | | Since the message box is a Sheet, we do not need to update the page by calling repaint slot. It gets repainted once the Sheet vanishes. Change-Id: I69392847ef999e3d4b4a6fc1b7716085f50e7e8d Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* added first version of a product key checker APITim Jenssen2013-03-111-1/+5
| | | | | | | | | | This is more temporary solution to be able to use the 1.3 for new Qt releases. Change-Id: Ic28c75547da7d4d0c2efcca08cdbd76f4a0ad9f6 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Fix missing redraw while pages are hidden but still existent.kh12013-02-151-40/+0
| | | | | | | | | | | | | | | | Task-number: QTIFW-206 Fix issue when several pages are hidden, e.g. license and select components page, caused by the fact that we've overwriten the wrong virtual QWizard*::nextId() function. We need to implement the logic inside the wizards page nextId() function, as that one is called by the wizard anyway and by all pages that call either QWizardPage::nextId() or QWizard::nextId(). Change-Id: I377c007be618431d708cb2712a86d61d0d4e104d Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
| | | | | Change-Id: If64730ba7203d1a910a426c0d9c9a738ecfeff4b Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Prevent too long install path.kh12013-02-011-0/+10
| | | | | | | | | Task-number: QTIFW-201 Change-Id: Ie3c493149971ee3b00b3390ce7e301df4662650a Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Check for non-ASCII characters earlier, we do related stuff there as well.kh12013-01-291-10/+11
| | | | | | Change-Id: I89fbd0d16c85636c9abc571dce77fb4e9c2c0add Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
| | | | | Change-Id: Id55a71a6ee24b234739b6066e11e9c1f2e389f73 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Some changes to start compile with Qt5.kh12012-11-201-5/+5
| | | | | Change-Id: Ie6a3ba7b3c0b24fc292d0d7444ae920dfa866a54 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Check for valid drive. Disallow e.g. C:foo\barkh12012-11-141-5/+12
| | | | | | | | | | | | Task-number: QTIFW-165 Once we add a something after the colon and before the next slash, the path will be interpreted relative to the current directory, thus leading to unexpected installation directory. Change-Id: I0f32f150707d1b3ca55bd93f230142dad4f7540a Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Add some more ambiguous chars and option to allow space.kh12012-11-091-3/+7
| | | | | | | | | | Task-number: QTIFW-148 Task-number: QTIFW-161 Change-Id: I20a0a1be872807305398d81b8672f3df77220212 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
* Revert 4ad2fe4d4a4 in favour of a more generic solution.kh12012-10-301-33/+33
| | | | | | | | | | | | | Task-number: QTIFW-156 Task-number: QTIFW-157 When we disable both package manager and updater radio button, we will never be able to add a valid repository anymore. Now use a more generic implementation and print an error message if we try to access the network without a valid repository. Change-Id: I27e4a7db96695b8ca32f391f910e455a553cc73e Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* "Update components" does not work (if no remote is defined)kh12012-10-181-11/+32
| | | | | | | | | | | Task-number: QTIFW-156 Disable the radio button in case there's no remote set. Notify the user about invalid/ disabled repos in case there are some.. Change-Id: I2a8ba9f3e40455ed0cb8e3d23744d7a3f0f6dd4f Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* corrected spelling in a method nameTim Jenssen2012-05-151-1/+1
| | | | | | Change-Id: I1c9d91af82fee76b0da0c1ed15067bc806883e04 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* use Q_OS instead of Q_WS definesTim Jenssen2012-04-241-1/+1
| | | | | Change-Id: I2bbc5b97b8aa9d3dbe77a3334c0182158c2db9c5 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+549
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>