summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-053-13/+3
* Add missing documentation for QUndoStack propertiesMitch Curtis2018-04-051-0/+55
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-056-6/+35
|\
| * Parse XDG_SESSION_TYPE and use that to determine default platformAllan Sandfeld Jensen2018-04-041-0/+15
| * Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
| * macOS: Document availability of freetype font engineEskil Abrahamsen Blomfeldt2018-04-041-0/+6
| * Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
| * Fix typoed integrity conditionKari Oikarinen2018-04-031-1/+1
| * Cocoa: Make QMacNativeWidget paint correctlyMorten Johan Sørvig2018-04-031-3/+5
* | Bring QWindowPrivate::deliverUpdateRequest() back temporarilyLiang Qi2018-04-042-0/+8
* | cups: Support raw printersAlbert Astals Cid2018-04-043-13/+18
* | QPpdPrintDevice: Move loadPrinter code to the constructorAlbert Astals Cid2018-04-042-34/+19
* | QTabBar: properly clean up move animationChristian Ehrlicher2018-04-042-2/+2
* | eglfs/kms: Add framebuffer scaling ability with KMS atomicLionel CHAZALLON2018-04-045-4/+44
* | QTextBrowser: do not try to open file with empty filenameChristian Ehrlicher2018-04-031-0/+5
* | Fix documentation of QImage{Reader,Writer}::imageFormatsForMimeType()Friedemann Kleint2018-04-032-2/+2
* | Remove bit details from QPixelLayoutAllan Sandfeld Jensen2018-04-034-136/+152
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-315-60/+60
|\|
| * QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-03-301-1/+1
| * doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
| * rcc: prune dead wildcard matching codeOswald Buddenhagen2018-03-291-32/+29
| * QSemaphore: attempt to fix again the 64-bit Linux semaphoreThiago Macieira2018-03-291-13/+20
| * Windows: handle multiple transient children when closing windowsMauro Persano2018-03-291-11/+7
* | Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-304-1/+192
* | QCommonStyle: use proxy pixelMetric for SE_TabBarScrollLeft/RightButtonChristian Ehrlicher2018-03-301-4/+4
* | QAbstractSpinBox: honor QAbstractSpinBox::NoButtons in sizeHint()Christian Ehrlicher2018-03-301-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-303-6/+8
|\|
| * Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
| * QFutureWatcher: Refer to convenience method resultAt in documentationKari Oikarinen2018-03-281-1/+1
| * Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-03-281-4/+6
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-296-17/+30
* | Document the QTextBlockFormat::headingLevel propertyShawn Rutledge2018-03-291-0/+30
* | Add missing Q_ENUM to QAbstractSpinBox::StepTypeFriedemann Kleint2018-03-291-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-03-2875-836/+1097
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2875-836/+1097
| |\|
| | * QMacStyle: Fix spinbox implicit heightGabriel de Dietrich2018-03-271-1/+1
| | * QMacStyle: Fix text color for disabled default buttonsGabriel de Dietrich2018-03-271-4/+5
| | * QMacStyle: Remove CT_ToolButton related dead codeGabriel de Dietrich2018-03-271-29/+0
| | * QMacStyle: SE_PushButtonContents is HITheme-freeGabriel de Dietrich2018-03-272-131/+42
| | * QMacStyle: Do manual button sizing for CT_PushButtonGabriel de Dietrich2018-03-271-40/+37
| | * sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-0/+25
| | * macOS: Fix memory leak in systemCaCertificatesPablo Marcos Oltra2018-03-271-1/+1
| | * Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+5
| | * Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-21/+54
| | * QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
| | * Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-262-1/+2
| | * fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-4/+4
| | * Remove CMake code for CMake < 3.1Kevin Funk2018-03-243-79/+5
| | * QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-233-8/+9