summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * eglfs: Fix raster windowsLaszlo Agocs2019-08-078-12/+15
| | | * Don't rely on QWidget::internalWinId in QWidgetBackingStoreTor Arne Vestbø2019-08-071-9/+15
| | | * QMutexPool: fix memory order of atomic operationsMarc Mutz2019-08-052-4/+7
| | | * Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
| | * | Fix two examples in QUrl::toLocalFile() documentationAndreas Hartmetz2019-08-071-2/+2
| | * | Fix GCC 4.8 buildVille Voutilainen2019-08-054-27/+27
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-0518-65/+252
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-0518-65/+252
| | |/| | | | | |/
| | | * Fix dependency_libs entry of .la filesJoerg Bornemann2019-08-031-5/+33
| | | * macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-022-14/+9
| | | * Fix QPainter's ColorDodge and ColorBurn composition modesPavel Artsishevsky2019-08-021-6/+18
| | | * tst_http2::connectToHost - add a fix for SecureTransport backendTimur Pocheptsov2019-08-011-0/+13
| | | * macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
| | | * macOS: Improve screen positioning during window creationTor Arne Vestbø2019-08-011-12/+21
| | | * Pass qmake arguments when creating Xcode project from MakefileTor Arne Vestbø2019-08-011-1/+1
| | | * macOS: Don't assume NSWindows will be created on the screen we requestTor Arne Vestbø2019-08-011-7/+14
| | | * Blacklist tst_http2::connectToHostTimur Pocheptsov2019-08-011-0/+3
| | | * qlalr: fix compilation with C++20Marc Mutz2019-08-011-2/+8
| | | * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-014-3/+103
| | | * Fix hit testing in non-client area of fixed-size windows, don't show resize c...Volker Hilsheimer2019-07-311-6/+5
| | | * Plug a memory leak introduced in e24a4976bebd7ca90deac2b40c08900625773Volker Hilsheimer2019-07-311-6/+6
* | | | Determine dependencies of Windows resource filesJoerg Bornemann2019-08-1310-13/+93
* | | | Don't insert items into the wrong rowLars Knoll2019-08-131-1/+1
* | | | Fix return valueLars Knoll2019-08-131-1/+1
* | | | Inline QMetaObjectPrivate::signalOffset()Lars Knoll2019-08-132-9/+8
* | | | RHI/Windows: Fix launching of MSVC binaries on Windows 7Friedemann Kleint2019-08-131-10/+35
* | | | QChar: add FormFeed (FF) special characterThiago Macieira2019-08-123-0/+5
* | | | Short live qt_unique_lock/qt_scoped_lock! (until C++17)Marc Mutz2019-08-135-57/+181
|/ / /
* | | Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-127-12/+60
* | | CMake: Add documentation for qt5_import_plugins()Alexandru Croitor2019-08-122-0/+80
* | | CMake: Add support for auto-importing plugins in CMakeKyle Edwards2019-08-1244-33/+1308
* | | CMake: Prevent creation of library target when it already existsAlexandru Croitor2019-08-121-0/+16
* | | Do not use QList<QMakeLocalFileName>Joerg Bornemann2019-08-126-20/+18
* | | Deprecate QStringViewLiteralMarc Mutz2019-08-106-16/+28
* | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-105-89/+190
* | | Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-098-0/+81
* | | tst_qmake: Pass /nologo to jom like we do for nmakeJoerg Bornemann2019-08-091-1/+3
* | | Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
* | | QTextDocument: add manual test for table border logicNils Jeisecke2019-08-099-0/+616
* | | Extract a large format string as a module constant valueSoroush Rabiei2019-08-081-14/+15
* | | QMakeLocalFileName: remove mutable specifier from real_nameJoerg Bornemann2019-08-081-1/+2
* | | doc: Fix text formatting in the CSS Properties tableShawn Rutledge2019-08-081-1/+1
* | | QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-084-60/+1269
* | | Minor QSet doc cleanupAlex Blasche2019-08-081-3/+0
* | | QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* | | QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* | | Port users of QDBusAbstractInterface::(async)callWithArgumentList() to new va...Marc Mutz2019-08-076-44/+27
* | | QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-073-17/+9
* | | Require opt-out for using QLinkedListMarc Mutz2019-08-072-1/+4
* | | QPoint/F: add transposed()Marc Mutz2019-08-076-4/+45