summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-057-58/+99
|\|
| * Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
| * Remove unused variableAndré Klitzing2018-03-051-1/+0
| * moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+3
| * QHeaderView: make use of LayoutChangeHint in _q_sectionsChanged()Christian Ehrlicher2018-03-043-22/+61
| * QHeaderView: fix indentation in setModel() and clear()Christian Ehrlicher2018-03-031-37/+37
| * Avoid infinite recursive loopAndré Klitzing2018-03-031-1/+1
* | Android: Don't kill app when SIM card or density changesEskil Abrahamsen Blomfeldt2018-03-051-1/+1
* | QTextEngine: use const (and const APIs) moreAnton Kudryavtsev2018-03-051-29/+34
* | QTableView: Fix drawing grid for spanned cellsChristian Ehrlicher2018-03-041-6/+35
* | Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-038-25/+60
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-024-3/+35
|\|
| * QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
| * Android: Close the DataOutputStream when we are finished with itAndy Shaw2018-03-021-1/+7
| * JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
| * QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
| * Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* | preserve HTML heading level in QTextBlockFormat; demonstrate in exampleShawn Rutledge2018-03-024-4/+54
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-03-0213-540/+930
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0213-540/+930
| |\|
| | * qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-012-8/+24
| | * Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
| | * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
| | * Windows QPA: Fix setting the separator property on native menusFriedemann Kleint2018-03-011-0/+7
| | * Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
| | * QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-2/+4
| | * windowsuiautomation: Lowercase windows header includesMartin Storsjö2018-03-012-2/+2
| | * QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
| | * QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
| | * Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
| | * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* | | Show the checkmark when rendering a QAction in a QMenu using QSSSteve Mokris2018-03-011-7/+30
|/ /
* | When cloning QWheelEvent, also propagate the event's timestampSteve Mokris2018-03-012-0/+3
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-288-72/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-286-4/+122
|\|
| * macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
| * Doc: Add doc for QSKIPNico Vertriest2018-02-282-0/+113