summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Doc: Increment copyright year in global doc templatesLeena Miettinen2018-04-044-4/+4
| * Narrow tst_QDnsLookup::lookup blacklist to only CIKari Oikarinen2018-04-041-1/+1
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
| * tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
| * tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
| * 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
* | Skip tst_QWindow::spuriousMouseMove on WaylandJohan Klokkhammer Helsing2018-04-041-0/+2
* | QPpdPrintDevice: Move loadPrinter code to the constructorAlbert Astals Cid2018-04-042-34/+19
* | Benchmarks/QGraphicsView: re-enable graphicslayout/graphicslinearlayoutChristian Ehrlicher2018-04-045-22/+25
* | 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-3123-245/+440
|\|
| * QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-03-301-1/+1
| * Fix debug_and_release builds with CONFIG += qtquickcompilerSimon Hausmann2018-03-292-2/+3
| * Stabilize tst_QGraphicsProxyWidget::tooltip_basic()Friedemann Kleint2018-03-291-13/+18
| * doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
| * Improve the Frozen Column exampleSamuel Gaist2018-03-291-3/+6
| * rcc: prune dead wildcard matching codeOswald Buddenhagen2018-03-291-32/+29
| * qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-03-292-5/+8
| * qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-03-292-20/+38
| * qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-03-292-8/+0
| * qmake: add text codec support to VFSAlessandro Portale2018-03-292-1/+30
| * qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-2910-102/+231
| * qmake: make IoUtils::fileType() return more expressive resultOswald Buddenhagen2018-03-292-2/+2
| * qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-294-17/+21
| * qmake: make message about not found mkspec less confusingOswald Buddenhagen2018-03-291-1/+1
| * qmake: prevent .prf files from postponing work to build passesOswald Buddenhagen2018-03-291-14/+25
| * 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-306-1/+274
* | 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-306-7/+16
|\|
| * Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
| * Blacklist tst_QDnsLookup::lookupKari Oikarinen2018-03-281-0/+2
| * Blacklist tst_Gestures::customGesture on openSUSE and UbuntuKari Oikarinen2018-03-281-0/+4
| * tst_QLocalSocket: Only expect debug messages if debug level is enabledKari Oikarinen2018-03-281-1/+2
| * 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-2899-1087/+1438
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2899-1087/+1438
| |\|