summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "configure: remove xkbcommon_evdev transition hack""Liang Qi2018-12-231-15/+0
* Fix build with C++20Thiago Macieira2018-12-211-2/+0
* Fix compilation with QT_NO_COMPRESSAlbert Astals Cid2018-12-211-1/+1
* QSsl: do not wait for 'connected'/'encrypted' if a protocol is disabledTimur Pocheptsov2018-12-213-44/+82
* QCommandLineParser: show application name in error messagesDavid Faure2018-12-202-1/+23
* Use QStringLiteral instead of QString::fromLatin1Frederik Gladhorn2018-12-201-1/+1
* Revert "configure: remove xkbcommon_evdev transition hack"Liang Qi2018-12-201-0/+15
* Cleanup Itemviews examplesChristian Ehrlicher2018-12-1724-92/+79
* Cleanup Widgets examples - Validator exampleChristian Ehrlicher2018-12-174-85/+190
* XCB plugin: replace deprecated QList::swap()Christian Ehrlicher2018-12-171-1/+1
* QPalette: mark foreground()/background() as deprecatedChristian Ehrlicher2018-12-172-4/+11
* Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-174-63/+63
* Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-177-8/+8
* Remove x11Info() and x11PictureHandle() from QPixmap docsSergio Martins2018-12-161-9/+0
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-159-190/+1057
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-159-190/+1057
| |\
| | * Mark ICC 18 & 19 as warning-freeThiago Macieira2018-12-141-3/+4
| | * Doc: fix null pointer passing to fprintfThiago Macieira2018-12-141-5/+7
| | * uic: Generate version check macros around newly introduced palette color roleFriedemann Kleint2018-12-141-1/+18
| | * Fix build with win32-clang-msvc and win32-iccFriedemann Kleint2018-12-143-8/+40
| | * qmake: don't misuse cache()Oswald Buddenhagen2018-12-141-2/+5
| | * qmake: don't assign fallbacks for QMAKE_DEFAULT_{INC,LIB}DIRS in x-buildsOswald Buddenhagen2018-12-141-1/+1
| | * qmake: don't mess up linking order of librariesOswald Buddenhagen2018-12-141-2/+12
| | * QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-132-8/+491
| | * Refactor tst_QAbstractSlider::keyPressed()Mitch Curtis2018-12-131-163/+482
* | | Repack some classes in Moc to avoid padding holesThiago Macieira2018-12-141-38/+34
|/ /
* | Doc: Fix linking from Qt Test to Qt Quick TestTopi Reinio2018-12-142-4/+8
* | rcc: Use SOURCE_DATE_EPOCH for mtimeBernhard M. Wiedemann2018-12-141-0/+3
* | QSslSocket Doc: Don't refer to obsoleted functionsMÃ¥rten Nordheim2018-12-141-10/+17
* | Remove QRegExp dependency from QtXmlLars Knoll2018-12-142-10/+18
* | Use QRegularExpression instead of QRegExpLars Knoll2018-12-141-3/+3
* | Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-142-0/+6
* | OpenSSL: remove some more pre-1.0 fallbacksGiuseppe D'Angelo2018-12-143-65/+0
* | qmake: enable rtti config option for g++/clangDaniel Wingerd2018-12-134-2/+2
* | Cleanup Widgets examples - parent ctorChristian Ehrlicher2018-12-1325-30/+40
* | OpenSSL: remove some < 1.0 codepathsGiuseppe D'Angelo2018-12-132-5/+2
* | OpenSSL: drop support for SSLv2 and SSLv3Giuseppe D'Angelo2018-12-139-247/+97
* | QDockWidget: Make floating docks respect DockWidgetMovable featureNick D'Ademo2018-12-131-2/+4
* | uic: Refactor DOM class lookup in class DriverFriedemann Kleint2018-12-133-61/+54
* | QFusionStyle: Fix deprecation warning about QFontMetrics::width()Friedemann Kleint2018-12-131-1/+1
* | QtGui: Use Q_DISABLE_COPY_MOVE for QPA interface classesFriedemann Kleint2018-12-1310-10/+23
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1316-49/+136
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-1330-103/+318
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1330-103/+318
| |\|
| | * configure: fix $$qtConfFindInPath() on windowsOswald Buddenhagen2018-12-121-0/+1
| | * Doc: correct syntax error in qmake manualNico Vertriest2018-12-121-1/+1
| | * escape literal backslashes in qmake filesOswald Buddenhagen2018-12-126-25/+25
| | * Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
| | * qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-122-2/+19
| | * tst_QMessageBox: Modernize and simplify codeVitaly Fanaskov2018-12-121-37/+36