summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-1/+1
| |\
| | * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-1/+1
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* | | QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-081-4/+6
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
|/ /
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-4/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
|\|
| * QWizard: Correctly calculate watermark size hintKari Oikarinen2019-02-061-1/+1
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-8/+8
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-2/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+2
| |\
| | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-2/+2
* | | QWizard/Windows: Remove code for Windows < 7Friedemann Kleint2017-09-291-7/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+6
| |\|
| | * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-1/+3
| | * Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-1/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-1/+1
|\|
| * QWizard: Fix null pointer dereference if no pixmap was setThiago Macieira2017-07-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-4/+0
|\|
| * Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-4/+0
* | QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
|/
* QWizard: use the 3-int QColor ctor instead of the string oneMarc Mutz2017-03-211-1/+1
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-0/+2
* doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
* Clean up style selection codeLars Knoll2016-11-291-27/+28
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-10/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-10/+10
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-10/+10
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-8/+0
|/ /
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-3/+2
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-19/+19
* | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-3/+3
|/
* Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
* Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
* QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-131-0/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-11/+11
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-11/+11
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Fix too many resizes and move events for native widgetsJørgen Lind2014-11-041-0/+8
* Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QWizard: use less stack spaceMarc Mutz2014-03-051-1/+1