summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-2126-8/+8558
* QOffscreenSurface: add a constructor taking a parent objectGiuseppe D'Angelo2017-04-212-4/+19
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-213-2/+62
* QStringView: mark as primitive typeMarc Mutz2017-04-211-1/+1
* QStyleHints: Make showShortcutsInContextMenus a Q_PROPERTYFriedemann Kleint2017-04-201-0/+1
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-204-7/+7
* Use list-initialization moreMarc Mutz2017-04-205-10/+5
* QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* QStringView: fix position of Q_REQUIRED_RESULT macrosMarc Mutz2017-04-201-32/+32
* QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-206-76/+154
* QVariant: fix the testGiuseppe D'Angelo2017-04-201-15/+14
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-20181-1047/+1954
|\
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-205-6/+13
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2028-288/+281
| * Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
| * Disable precompiled headers for small modulesThiago Macieira2017-04-2010-14/+11
| * MSVC: Enable standards-conforming modeThiago Macieira2017-04-201-1/+2
| * qgrayraster: use a cast to void to mark a variable as unusedGiuseppe D'Angelo2017-04-201-5/+1
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-194-18/+6
| * QLineEdit: fix broken testElvis Angelaccio2017-04-191-0/+4
| * Fix UB in QWidgetEffectSourcePrivate::detachOlivier Goffart2017-04-191-4/+4
| * Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
| * macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
| * Doc: Fix link errorsNico Vertriest2017-04-192-3/+3
| * winrt: Fix keyboard modifier statesOliver Wolff2017-04-191-11/+26
| * winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2017-04-191-6/+10
| * Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-193-2/+16
| * QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-192-0/+34
| * QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
| * Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2
| * Fix warning for -no-feature-graphicseffectStephan Binner2017-04-191-0/+1
| * Fix warning for -no-feature-gesturesStephan Binner2017-04-191-2/+2
| * Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-192-0/+3
| * Doc: Hide QPA classesFriedemann Kleint2017-04-192-6/+3
| * Add debug output for QScrollPrepareEvent and QScrollEventFriedemann Kleint2017-04-191-0/+14
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-184-6/+18
| * QGraphicsBlurEffect: Fix for high DPI scalingFriedemann Kleint2017-04-182-1/+10
| * Doc: add missing doc for parametersNico Vertriest2017-04-182-5/+5
| * QGraphicsDropShadowEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+2
| * Doc: Remove broken link to QWindowSystemInterface::registerTouchDevice()Leena Miettinen2017-04-182-2/+6
| * QGraphicsColorizeEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+1
| * Doc: add missing specs about parametersNico Vertriest2017-04-182-1/+7
| * Doc: rephrase parameter description to avoid qdoc error messageNico Vertriest2017-04-181-4/+4
| * Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-183-0/+46
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1825-64/+175
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-172-1/+54
| | * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-142-1/+6
| | * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-124-32/+33
| | * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2