summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-127-29/+88
|\
| * Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
| * QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
| * Windows QPA: Output more information when initializing tabletsFriedemann Kleint2018-03-101-25/+74
| * Windows QPA: GL: Fix setting the color depths for the GDI fallbackFriedemann Kleint2018-03-101-0/+9
| * Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-102-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-107-14/+44
|\|
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
| * qxcbconnection_xi2.cpp: fix debug check to avoid confusing debug outputDavid Faure2018-03-091-1/+1
| * xcb: Fix FP1616 to int conversionAlexander Volkov2018-03-091-1/+1
| * Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22
| * Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
* | testlib: Feed test log messages to Apple Unified LoggingTor Arne Vestbø2018-03-097-15/+287
* | Make QToolTip always wrap textFilipe Azevedo2018-03-091-14/+24
* | QTreeView: speedup isFirstColumnSpanned/setFirstColumnSpannedChristian Ehrlicher2018-03-082-17/+8
* | QItemDelegate: fix text height calculationChristian Ehrlicher2018-03-081-15/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0823-181/+345
|\|
| * QCocoaMenuItem: Make QCocoaNSMenu the item targetGabriel de Dietrich2018-03-075-46/+54
| * Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41
| * QSqlField: rearrange QSqlFieldPrivate membersChristian Ehrlicher2018-03-071-17/+17
| * QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-3/+3
| * QTabWidget: Do not add tabbar size during sizeHint() when it is hiddenChristian Ehrlicher2018-03-071-12/+24
| * SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-38/+13
| * logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-074-59/+168
| * Revert "Make qWaitForWindowActive more robust"Ville Voutilainen2018-03-071-2/+2
| * Windows QPA: Fix scaling of tablet coordinates for High DPI scalingFriedemann Kleint2018-03-073-2/+16
| * Windows QPA: Fix sending of the mouse release in case of a DropFriedemann Kleint2018-03-071-1/+2
| * QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5
* | Make QDir::tempPath() canonicalTor Arne Vestbø2018-03-072-3/+3
* | Use simple scaling for downscaling less than 2xAllan Sandfeld Jensen2018-03-075-199/+214
* | qtmain_winrt: Remove unused leftovers from Windows (Phone) 8.1 timesOliver Wolff2018-03-071-15/+2
* | winrt: Add null pointer to the end of the arguments arrayDavid Schulz2018-03-071-1/+3
* | QUndoStack: add more Q_PROPERTYsMitch Curtis2018-03-071-0/+5
* | eglfs/kms: Share atomic request with nativeRes.ForIntegrationLionel CHAZALLON2018-03-071-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-03-077-14/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-077-14/+32
| |\|
| | * Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-062-1/+2
| | * cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
| | * uic: Add the include for QIcon conditionallyJarek Kobus2018-03-062-7/+9
| | * Add WFD_DEVICE_CLIENT_TYPE attribute for INTEGRITY S820Am ADPKimmo Ollila2018-03-051-5/+19
| | * Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* | | implement non-member operator+ for iteratorsEric Lemanissier2018-03-068-0/+15
|/ /
* | qlineedit: Use QIcon::Active for pressed action buttonKai Uwe Broulik2018-03-061-3/+1
* | testlib: Remove Q_CC_BOR usesKari Oikarinen2018-03-061-8/+0
* | Add support for advanced blend equations to our OpenGL QPainterAllan Sandfeld Jensen2018-03-057-150/+175
* | QAbstractSpinBox: respond to QEvent::LocaleChangeSven Pauli2018-03-051-0/+3
* | macOS: Base window collection behavior on the correct window flagsTor Arne Vestbø2018-03-051-7/+11
* | macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-053-43/+41
* | eglfs/kms: Add DRM/KMS atomic supportLionel CHAZALLON2018-03-054-15/+162