summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix image scaling on WASM platformAllan Sandfeld Jensen2020-04-153-326/+92
| | * | | doc: Recommend the QSplashScreen constructor taking a QScreen*Shawn Rutledge2020-04-151-1/+1
| | * | | Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-153-8/+63
| | * | | Refine deprecation warning for QMetaProperty::isEditableVolker Hilsheimer2020-04-151-1/+1
| | * | | macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-1512-47/+50
| | * | | Windows QPA: Fix geometry when firing a full exposeFriedemann Kleint2020-04-152-4/+10
| | * | | OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-155-7/+22
| | * | | Windows QPA: Fix showing translucent windows maximized/full screenFriedemann Kleint2020-04-151-2/+2
| | * | | Windows QPA: Fix restoring from fullscreen in High DPI setupsFriedemann Kleint2020-04-151-2/+4
| | * | | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-146-5/+19
| | * | | Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-04-142-9/+9
| | * | | macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-149-10/+12
| | * | | QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
| | * | | Android: Only check for uri permissions when it is a file or contentAndy Shaw2020-04-141-1/+6
| | * | | macOS: Move translations to their respective source filesTor Arne Vestbø2020-04-147-192/+74
| | * | | QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-3/+2
* | | | | Use consistent vertical metrics on all platformsEskil Abrahamsen Blomfeldt2020-04-2210-119/+159
* | | | | Windows QPA: Fix High DPI scaling not becoming active when changing scalingFriedemann Kleint2020-04-221-0/+1
* | | | | 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