summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-221-0/+54
* | | | | Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-2/+11
|/ / / /
* | | | Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-2137-76/+96
* | | | Remove unused forward declarationLars Knoll2020-04-211-4/+0
* | | | Remove QTextCodec dependency from QClipboardLars Knoll2020-04-213-8/+30
* | | | Always encode HTML as utf-8Lars Knoll2020-04-217-36/+17
* | | | Always save QTextDocuments encoded in utf-8Lars Knoll2020-04-214-53/+3
* | | | Doc: Also fix qdoc signature of qHash(const QTypeRevision &key ...)Kai Koehne2020-04-211-1/+1
* | | | Avoid using qGuiApp in QOpenGLVao::destroy()Laszlo Agocs2020-04-211-1/+5
* | | | windows: Add QT_NO_OPENGL_BUGLIST environment variableLaszlo Agocs2020-04-211-9/+10
* | | | Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-04-211-2/+7
* | | | Rework country setting to match how we return the script settingEdward Welbourne2020-04-211-3/+1
* | | | Revert "Revert "QLocale: Actually get the language script for the system loca...Edward Welbourne2020-04-211-2/+3
* | | | Don't fall back to QGuiApplication for line control's layoutDirectionEdward Welbourne2020-04-211-5/+2
* | | | rcc: Fix line endings on Windows when redirectedFriedemann Kleint2020-04-201-2/+1
* | | | CMake: Move Resources API into Qt6CoreMacrosLeander Beernaert2020-04-202-5/+184
* | | | Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-04-201-2/+10
* | | | Fix QLabel with no "picture" featureNodir Temirkhodjaev2020-04-191-0/+2
* | | | QMultiHash: Retrieve the value before deleting on take()Ulf Hermann2020-04-181-5/+7
* | | | Make continuations work with move-only typesSona Kurazyan2020-04-181-26/+78
* | | | Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-1717-607/+5
* | | | Remove deprecated QTest::qWaitForWindowShown overload for QtWidgetsVolker Hilsheimer2020-04-172-27/+0
* | | | Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-1715-248/+36
* | | | Resolve OpenGL version functions in thread-safe mannerEskil Abrahamsen Blomfeldt2020-04-173-17/+20
* | | | Move larger code examples in QFuture docs into snippetsSona Kurazyan2020-04-172-72/+81
* | | | Add an example of error handling of QFuture without using exceptionsSona Kurazyan2020-04-172-6/+55
* | | | Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-24/+30
* | | | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-1759-309/+297
* | | | Minor tidying for header guard in qopenglversionfunctions_p.hEskil Abrahamsen Blomfeldt2020-04-171-3/+3
* | | | Simplify signature of untyped property bindingsSimon Hausmann2020-04-172-19/+25
* | | | Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-174-8/+8
* | | | QEventDispatcherWin32: relax memory ordering on setting wakeUps flagAlex Trotsenko2020-04-171-1/+1
* | | | QString::from/toLocal8Bit: Assume locale is utf8 if we don't have codecsLars Knoll2020-04-161-2/+2
* | | | Fix compilation with QT_RESTRICTED_CAST_FROM_ASCIILars Knoll2020-04-161-1/+1
* | | | Remove QString::from/toAscii()Lars Knoll2020-04-162-64/+0
* | | | Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-165-86/+1
* | | | Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-169-261/+8
* | | | Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-164-57/+4
* | | | Remove deprecated members from dialog classesVolker Hilsheimer2020-04-168-378/+4
* | | | Remove deprecated QWizard memberVolker Hilsheimer2020-04-162-13/+0
* | | | Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-1675-590/+680
* | | | Compile fixes for clang10Lars Knoll2020-04-158-19/+19
* | | | Port QNetworkProxy over to use QRegularExpressionLars Knoll2020-04-152-6/+8
* | | | QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-50/+27
* | | | Extend the QRegExp->QRegularExpression porting docLars Knoll2020-04-151-0/+5
* | | | Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-154-138/+142
* | | | Remove two leftover references to QRegExp in the docsLars Knoll2020-04-152-2/+1
* | | | Remove QRegExp based functionality from QObjectLars Knoll2020-04-152-81/+0
* | | | Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-153-218/+27
* | | | Don't anchor wildcard patterns twiceLars Knoll2020-04-151-1/+1