summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-128-18/+60
* CUPS: Rework set/clearCupsOption APIAlbert Astals Cid2018-01-123-34/+20
* CUPS: Enable printing arbitrary pages and page rangesAlbert Astals Cid2018-01-124-14/+188
* cups: Don't show InstallableOptions in the advanced propertiesAlbert Astals Cid2018-01-121-8/+17
* Unix: Fix usability of the print properties dialogAlbert Astals Cid2018-01-126-44/+136
* logging: Break out alternative logging sinks into a well defined APITor Arne Vestbø2018-01-121-30/+74
* logging: Clarify that QT_MESSAGE_PATTERN only applies to unstructured loggingTor Arne Vestbø2018-01-121-0/+4
* Use TESTDATA for QSsl* testsMårten Nordheim2018-01-125-122/+118
* doc: Add template clause to \fn commands in qmenu.cppMartin Smith2018-01-121-6/+6
* doc: Add template clause to \fn commands in qtoolbar.cppMartin Smith2018-01-121-6/+6
* doc: Remove <CR> from \fn commandsMartin Smith2018-01-121-4/+2
* MinGW: Remove workaround that disabled strict_c++Kai Koehne2018-01-122-7/+0
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-1277-490/+1141
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-1177-490/+1141
| |\
| | * qtlite: Skip building examples when configured with no-feature-udpsocketRainer Keller2018-01-115-0/+5
| | * Fix license headersJani Heikkinen2018-01-1115-215/+283
| | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-1119-84/+432
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0919-84/+432
| | | |\
| | | | * QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-092-4/+217
| | | | * 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-093-0/+73
| | | | * QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-093-8/+49
| | | | * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-092-6/+9
| | | | * Fix license headersJani Heikkinen2018-01-093-59/+38
| | | | * Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-082-3/+8
| | | | * Revert "Blacklist tst_QDateTime::operator_eqeq"Edward Welbourne2018-01-071-3/+0
| | * | | 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
| | * | 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
* | | | doc: Remove unneeded \fn commandsMartin Smith2018-01-122-13/+7
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-1224-54/+57