summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | doc: Remove unneeded \fn commandsMartin Smith2018-01-122-13/+7
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-1224-54/+57
* | | | QMacStyle: Draw CE_MenuItem text using AppKitGabriel de Dietrich2018-01-111-0/+30
|/ / /
* | | QGuiApplication: Add fontChanged signalKai Uwe Broulik2018-01-112-0/+15
* | | SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-106-8/+14
* | | QRingBuffer: replace some checks with assertsAlex Trotsenko2018-01-102-31/+36
* | | QHeaderView: fix visualIndexAt() in rtl-modeChristian Ehrlicher2018-01-091-1/+1
* | | Avoid useless casts to/from uintChristian Ehrlicher2018-01-093-14/+14
* | | Long live QAbstractItemModelTester!Giuseppe D'Angelo2018-01-094-3/+947
* | | Micro-optimize QRingBuffer::free()Alex Trotsenko2018-01-091-1/+1
* | | Fix custom page size handling in the Unix print dialogAlbert Astals Cid2018-01-093-14/+22
* | | QUnixPrintWidgetPrivate::_q_printerChanged: Update state correctlyAlbert Astals Cid2018-01-091-0/+6
* | | Validate printer duplex modeRenato Araujo Oliveira Filho2018-01-091-1/+7
* | | Small optimalization for NULL valuesRobert Szefner2018-01-091-2/+1
* | | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-092-1/+15
* | | Add HAVE_USLEEP define to give better performance where possibleAndy Shaw2018-01-091-0/+1
* | | Fix build due to missing QDebug includeSérgio Martins2018-01-091-0/+1
* | | QWindowsXPStyle: Speed up level window loop in helper winId()Friedemann Kleint2018-01-091-5/+4
* | | doc: Remove undef of Q_GADGETMartin Smith2018-01-091-5/+0
* | | doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-094-2/+41
* | | doc: Move use of Q_CLANG_QDOC that caused compile-time assertMartin Smith2018-01-091-1/+3
* | | doc: Remove Q_QDOC declarations that are no longer neededMartin Smith2018-01-091-5/+1
* | | doc: Remove unnecessary #ifndef Q_QDOCMartin Smith2018-01-091-3/+0
* | | doc: Remove unnecessary qdoc declaration hackMartin Smith2018-01-092-5/+6
* | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-085-40/+33
* | | Fix support for flatpak FileChooser portalJan Grulich2018-01-081-2/+2
* | | Add a tech preview eglfs device integration for VSP2 compositionJohan Klokkhammer Helsing2018-01-0819-2/+2417
* | | XCB: Undef KeyPress and KeyRelease also when not using xinput2Ulf Hermann2018-01-081-0/+2
* | | Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-082-0/+150
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-082-1/+15
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-082-1/+54
* | | QPSQL: Add support for multiple result setsRobert Szefner2018-01-081-1/+48
* | | Hide EUDC font better when it is availableEskil Abrahamsen Blomfeldt2018-01-082-1/+8
* | | Cocoa: Make AA_MacDontSwapCtrlMeta workAndy Shaw2018-01-081-5/+15
* | | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-0814-106/+23
* | | Send NET_WM_SYNC on swapBuffers when using EGLDavid Edmundson2018-01-071-0/+8
* | | QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-062-0/+62
* | | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-067-32/+381
* | | QStyledItemDelegate: adjust editor geometry also in LTR-modeChristian Ehrlicher2018-01-061-5/+6
* | | QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-061-3/+40
* | | doc: Correct remaining qdoc warnings in qdeadlinetimer.cppMartin Smith2018-01-062-9/+9
* | | doc: Correct remaining qdoc warnings in qchar.h and qchar.cppMartin Smith2018-01-062-1/+13
* | | doc: Correct remaining qdoc warnings in QStringViewMartin Smith2018-01-052-11/+18
* | | doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-052-14/+18
* | | doc: Correct remaining qdoc warnings in qstack.cppMartin Smith2018-01-051-5/+5
* | | doc: Correct remaining qdoc warnings in a few filesMartin Smith2018-01-053-6/+6
* | | doc: Correct remaining qdoc warnings in qscopedvaluerollback.cppMartin Smith2018-01-051-4/+4
* | | QWindowsXPStyle: Remove unused codeFriedemann Kleint2018-01-052-41/+0