summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix the iOS/tvOS platform plugin build on tvOSJake Petroules2018-01-041-0/+2
| * Correct "developer-build" in QtTest black list featuresThiago Macieira2018-01-021-1/+1
| * Update MSVC versions because 2017 is 19.11 too (and 19.12)Thiago Macieira2018-01-021-12/+10
| * QTreeView: Fix QTreeViewPrivate::itemAtCoordinate()Christian Ehrlicher2018-01-021-1/+1
| * Cocoa: make "Send correct mouse buttons for tablets" optionalShawn Rutledge2018-01-021-2/+5
| * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* | windows: Link to libversion.a with a lowercase nameMartin Storsjö2018-01-041-1/+1
* | QtGui/Windows: Fix restoring of changed cursor in restoreOverrideCursor()Friedemann Kleint2018-01-021-2/+1
* | sqlite: Check that there are values to be set when bindingAndy Shaw2018-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-30118-666/+2078
|\|
| * Allow moc to handle Unicode output filenames on Windows with MSVCJake Petroules2017-12-281-2/+2
| * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| * iOS: Don't send all touch events asyncTor Arne Vestbø2017-12-221-1/+1
| * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
| * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| * winrt: Register ssl socket upgrade callback in Xaml threadOliver Wolff2017-12-201-2/+6
| * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
| * Fix pps and imf support for QNX buildsKarim Pinter2017-12-196-32/+31
| * QGestureManager: fix UB (invalid pointer comparison)Marc Mutz2017-12-181-1/+3
| * Widgets: check if parent exists before calling parent->locale()Richard Moe Gustavsen2017-12-181-3/+3
| * Prevent infinite relayout when adding scrollbarsAndy Shaw2017-12-182-6/+20
| * QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-3/+0
| * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3