summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-2564-143/+416
* QApplicationPrivate: Fix potential null pointer dereferenceVitaly Fanaskov2019-10-241-1/+3
* Fix static linking when bearer management plugins are built, part 2Simon Hausmann2019-10-2410-12/+27
* QDateTimeParser: always use locale for AM/PM textsVolker Hilsheimer2019-10-213-30/+2
* qdiriterator benchmark: test against std::filesystemMårten Nordheim2019-10-212-1/+36
* test: migrate QDom test to QRegularExpressionSamuel Gaist2019-10-211-4/+4
* test: migrate manual dialogs tests to QRegularExpressionSamuel Gaist2019-10-211-1/+3
* test: migrate QDBusInterface test to QRegularExpressionSamuel Gaist2019-10-211-4/+7
* Fix java mkspec for compatibility with JDK 12Christian Romberg2019-10-211-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-218-55/+111
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-198-55/+111
| |\
| | * macOS: Let system decide whether modal window should prevent app terminationTor Arne Vestbø2019-10-181-22/+3
| | * Make QSslError::SslError a Q_ENUMVolker Krause2019-10-181-0/+2
| | * QSortFilterProxyModel: Add a cheaper way to find source_sort_columnUlf Hermann2019-10-181-10/+30
| | * Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-183-4/+51
| | * QPSQL: Add support for PostgreSQL 12Christian Ehrlicher2019-10-172-19/+25
* | | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-204-6/+59
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1971-94/+1071
|\| |
| * | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-1862-2/+773
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-189-92/+298
| |\|
| | * Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-172-0/+2
| | * macOS: Don't dismiss menu during applicationShouldTerminateTor Arne Vestbø2019-10-161-2/+0
| | * Examples: fix compiling tablet example on qnxChristian Ehrlicher2019-10-161-0/+1
| | * Add testing of fillRect() to QPainter lancelot testEirik Aavitsland2019-10-164-0/+295
| | * tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1812-124/+120
|\| |
| * | tst_qiconhighdpi: fix target nameFrederik Gladhorn2019-10-171-1/+1
| * | Linux print dialog: use simpler terminology for duplexFrederik Gladhorn2019-10-171-4/+4
| * | QGraphicsView tests: Prefer exposed over activeJohan Klokkhammer Helsing2019-10-174-4/+4
| * | tst_qdialog: Wait for exposed instead of activeJohan Klokkhammer Helsing2019-10-171-1/+1
| * | Generate metatypes.json for QtCore, QtGui, and QtWidgetsUlf Hermann2019-10-173-2/+4
| * | Move CBOR debug stream functions into qcborvalue.cppUlf Hermann2019-10-172-112/+106
* | | Don't use a QList on a type that can't be copiedLars Knoll2019-10-172-32/+64
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1799-518/+852
|\| |
| * | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-164-17/+80
| * | Provide a feature for CBOR stream I/OUlf Hermann2019-10-166-2/+32
| * | tst_qfiledialog2: Don't assume window activation is availableJohan Klokkhammer Helsing2019-10-161-15/+30
| * | tst_QAbstractScrollArea: Use qWaitForWindowExposed instead of activeJohan Klokkhammer Helsing2019-10-161-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1687-483/+709
| |\|
| | * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-1529-65/+60
| | * rhi: gl: Do not let external rendering trash our vaoLaszlo Agocs2019-10-152-7/+22
| | * macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-1528-117/+77
| | * Win32: Consolidate registry codeFriedemann Kleint2019-10-1417-207/+375
| | * QtWidgets: Suppress QEvent::WindowActivate when minimizedFriedemann Kleint2019-10-141-0/+2
| | * Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-142-0/+29
| | * wasm: fix arch detect on windows with WASM_OBJECT_FILESLorn Potter2019-10-141-4/+1
| | * CoreText: Preserve font descriptors when resolving fallback familiesTor Arne Vestbø2019-10-142-75/+103
| | * CoreText: Use StyleHint as fallback when family is not foundTor Arne Vestbø2019-10-141-0/+17
| | * Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-136-13/+28
* | | Fix duplicate platform plugin definitionsSimon Hausmann2019-10-163-65/+1