summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtTest: add toString(QModelIndex)Christian Ehrlicher2018-12-311-0/+8
* Remove unused pointers for PressDelayHandlerAlejandro Exojo2018-12-312-5/+0
* QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-2/+8
* QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-252-3/+29
* QTabWidget: properly horizontally align tab iconChristian Ehrlicher2018-12-241-2/+3
* QColor: mark light()/dark() as deprecatedChristian Ehrlicher2018-12-242-25/+35
* Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-232-0/+35
* 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-212-0/+27
* QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-1/+1
* Use QStringLiteral instead of QString::fromLatin1Frederik Gladhorn2018-12-201-1/+1
* Revert "configure: remove xkbcommon_evdev transition hack"Liang Qi2018-12-201-0/+15
* 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-153-11/+29
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-153-11/+29
| |\
| | * 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
| | * QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-5/+4
* | | 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
* | OpenSSL: remove some < 1.0 codepathsGiuseppe D'Angelo2018-12-132-5/+2
* | OpenSSL: drop support for SSLv2 and SSLv3Giuseppe D'Angelo2018-12-138-118/+34
* | 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-133-24/+111
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-1315-26/+168
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1315-26/+168
| |\|
| | * Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
| | * qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-2/+5
| | * When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
| | * QFileDialog: Remember last visited directory correctlyFriedemann Kleint2018-12-121-0/+4
| | * Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-116-19/+57
| | * Offscreen QPA: use a CoreText font database on macOSR.J.V. Bertin2018-12-111-1/+4
| | * Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+8
| | * Doc: Fix typo in snippetPaul Wicking2018-12-111-1/+1
| | * ANGLE: Dynamically load D3D compiler from a listOliver Wolff2018-12-112-0/+84