summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Hints for using SAP HANA databaseJoachim Puhr2018-01-092-0/+18
* qmake: Introduce precompile_header_c for MSVCOrgad Shaneh2018-01-083-13/+25
* sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-082-1/+40
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-079-13/+50
|\
| * qmake: set COPY_PHASE_STRIP to NO in Xcode generatorJake Petroules2018-01-052-2/+4
| * qmake: replace invalid characters in generated bundle identifiersJake Petroules2018-01-051-1/+15
| * 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
| * tst_QUdpSocket - unblacklist tests on Ubuntu 16.04Timur Pocheptsov2018-01-052-4/+19
| * qmake: Handle QMAKE_LINK_OBJECT_MAX being unset for static librariesMartin Storsjö2018-01-041-1/+2
| * configure: Prefer cl.exe over clang-cl.exeOrgad Shaneh2018-01-041-2/+2
* | Rewrite the Info.plist variable replacement handlingJake Petroules2018-01-0615-75/+176
* | 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-042-15/+48
* | Add binary compatibility files for QtBase for 5.10Milla Pohjanheimo2018-01-0411-0/+100442
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-046-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-022-0/+0
* | windows: Link to libversion.a with a lowercase nameMartin Storsjö2018-01-041-1/+1
* | Doc: update screenshot Character MapNico Vertriest2018-01-031-0/+0
* | 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-30153-818/+2668
|\|
| * 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
| * Blacklist tst_QUdpSocket on Ubuntu 16.04Joni Jantti2017-12-271-0/+5
| * Blacklist tst_QDateTime::operator_eqeqJoni Jantti2017-12-271-0/+3
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-272-2/+4
| * 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-212-15/+74
| * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| * unify windows mkspecs: reorder variables and flagsAlexander Shevchenko2017-12-203-9/+10
| * 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-192-1/+12
| * unify windows mkspecs: delete redundantsAlexander Shevchenko2017-12-192-7/+0
| * 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-172-3/+24
| * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
| * Disable WiFi bearer plugins on macOS and WindowsMorten Johan Sørvig2017-12-151-5/+0