summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | QRingBuffer: replace some checks with assertsAlex Trotsenko2018-01-102-31/+36
* | | Enable brainpool curves in qsslkey testsAndré Klitzing2018-01-1013-3/+34
* | | QAbstractItemModelTester: fix the autotestsGiuseppe D'Angelo2018-01-0916-710/+44
* | | 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
* | | QSsl* tests: Ensure trailing slash on directory pathMårten Nordheim2018-01-092-43/+47
* | | Revert "Adapt the QSsl* tests to use the resource system"Mårten Nordheim2018-01-099-319/+173
* | | 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-084-1/+223
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-083-1/+29
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-083-1/+95
* | | QPSQL: Add support for multiple result setsRobert Szefner2018-01-082-5/+96
* | | Hide EUDC font better when it is availableEskil Abrahamsen Blomfeldt2018-01-082-1/+8
* | | Cocoa: Make AA_MacDontSwapCtrlMeta workAndy Shaw2018-01-083-9/+17
* | | 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
* | | QStringBuilder: clean up testMarc Mutz2018-01-071-36/+102
* | | mkspec for Renesas R-Car M3Johan Klokkhammer Helsing2018-01-072-0/+57
* | | QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-063-0/+100
* | | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-068-32/+590
* | | QStyledItemDelegate: adjust editor geometry also in LTR-modeChristian Ehrlicher2018-01-061-5/+6
* | | QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-063-9/+136
* | | 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
* | | CUPS: Fix conflict handlingAlbert Astals Cid2018-01-053-12/+160