summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
* Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
* Fix gcc 8 string-op-truncation warningAllan Sandfeld Jensen2018-01-181-1/+1
* Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
* Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-185-0/+20
* Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-1621-12875/+13352
|\
| * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| * Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
| * Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
| * Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| * Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
| * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-1114-12845/+13303
| |\
| | * macOS: Namespace FullScreenProperty category on NSWindowTor Arne Vestbø2018-01-101-0/+5
| | * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-104-5/+8
| | * macOS: Namespace QNSWindowProtocol when building with -qtnamespaceTor Arne Vestbø2018-01-101-0/+3
| | * macOS: Replace category methods with functionsPavol Markovic2018-01-104-42/+7
| | * Fix regression in painted emoji offsetAllan Sandfeld Jensen2018-01-101-1/+4
| | * Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-0/+3
| | * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
| * | Add overrideAlbert Astals Cid2018-01-101-1/+1
| * | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| * | MySQL: Fix qAddPostRoutine of mysql_server_end() on WindowsThiago Macieira2018-01-101-1/+1
* | | macOS: Copy QNSWindowProtocol without referencing it by nameTor Arne Vestbø2018-01-151-10/+17
* | | XCB: Replace qDebug with qCDebugOrgad Shaneh2018-01-153-6/+6
* | | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | Fix license headersJani Heikkinen2018-01-1113-182/+260
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-1112-18/+123
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0912-18/+123
| |\| |
| | * | QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+10
| | * | Clarify behavior of setData in QListWidget, QTableWidget, and QTreeWidgetKavindra Palaraja2018-01-093-0/+9
| | * | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
| | * | Fix ZWJ and ZWNJ when fallback font is in useEskil Abrahamsen Blomfeldt2018-01-091-0/+28
| | * | CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-092-0/+38
| | * | QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-092-7/+21
| | * | Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-092-6/+9
| | * | Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-2/+7
* | | | Doc: Swap unresolved variables with actual function namesPaul Wicking2018-01-101-44/+44
* | | | qtlite: Fix compilation of QWidgetLineControl when configured with no-feature...Rainer Keller2018-01-101-0/+2
* | | | moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-092-2/+8
|/ / /
* | | doc: Hints for using SAP HANA databaseJoachim Puhr2018-01-092-0/+18
* | | sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-1/+15
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-072-4/+8
|\| |
| * | Change use of qDebug to qCDebugMårten Nordheim2018-01-051-1/+1
| * | winrt: Remove -qdevel and -qdebug from command line parametersOliver Wolff2018-01-051-3/+7
* | | QSqlRecord: (re)speedup indexOf(const QString& name)Christian Ehrlicher2018-01-061-7/+8
* | | QStyleHelper: Use palette cache key in pixmap keyGabriel de Dietrich2018-01-051-20/+1
* | | qlalr: fix descriptionOswald Buddenhagen2018-01-051-1/+1
* | | harfbuzz: Fix building for win64 with clangMartin Storsjö2018-01-051-1/+1
* | | Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-01-041-15/+17
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-045-16/+19
|\| |