summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port QUrl away from QStringRefLars Knoll2020-06-101-9/+9
* Port QMetaObject away from QStringRefLars Knoll2020-06-101-3/+3
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-1012-20/+20
* Remove accidental leftover debug printoutMårten Nordheim2020-06-101-1/+0
* Doc snippets: Use nullptr instead of 0 literalPaul Wicking2020-06-1011-11/+11
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Q(E)SDP: add get()Giuseppe D'Angelo2020-06-102-0/+21
* CMake: Fix libraries in qt_lib_XXX_private.pri files for NMCJoerg Bornemann2020-06-094-31/+168
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-099-125/+235
* Make QLayout::spacing/setSpacing virtual, remove qobject_cast hackVolker Hilsheimer2020-06-095-39/+16
* Add QPromise implementationAndrei Golubev2020-06-0910-2/+775
* Add since markers for the Qt::endl, etc.Albert Astals Cid2020-06-091-24/+72
* Pass QVariant by reference, address ### Qt 6 commentVolker Hilsheimer2020-06-092-2/+2
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-095-1/+86
* pro2cmake: Parse "optional plugin" from qmldir filesUlf Hermann2020-06-091-1/+13
* CMake: Fix qt_lib_XXX_private.pri generation for internal modulesJoerg Bornemann2020-06-091-15/+19
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-0923-88/+87
* macOS: Add a few more local autorelease pools to QCocoaGLContextTor Arne Vestbø2020-06-091-0/+6
* Remove deprecated methods and address some ### Qt 6 comments in gui/textVolker Hilsheimer2020-06-095-86/+2
* Always add an empty json file to MOC_JSON_FILESUlf Hermann2020-06-091-0/+9
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-094-0/+23
* QPointer: add get()Giuseppe D'Angelo2020-06-092-0/+9
* QArrayData: stop using std::is_literal_typeGiuseppe D'Angelo2020-06-091-10/+2
* Gif decoder: Harden handling of corrupt filesEirik Aavitsland2020-06-091-2/+5
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-082-2/+8
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-082-13/+1
* Unexport private classes that are no longer used outside QtWidgetsVolker Hilsheimer2020-06-083-6/+3
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0872-679/+219
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0899-742/+742
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-082-115/+249
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* CMake: Save OPENSSL_ROOT_DIR in QtBuildInternalsExtraAlexandru Croitor2020-06-081-0/+10
* CMake: Don't reset install prefix upon standalone test reconfigurationAlexandru Croitor2020-06-081-12/+4
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-0812-152/+26
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* CMake: Do not create Qt6ToolsConfig[Version].cmake filesJoerg Bornemann2020-06-082-54/+0
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* Fix deprecation warning, use char16_t instead of quint16/ushortVolker Hilsheimer2020-06-081-2/+2
* Doc: Update global documentation config for Qt 6Topi Reinio2020-06-085-19/+15
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-087-50/+369
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-082-4/+19
* Doc: Style the \section3 and \section4 titlesVenugopal Shivashankar2020-06-081-1/+11
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70
* Example compile fix with namespaced Qthjk2020-06-081-3/+1
* Add the 'accessiblebridge' as a plugintype of gui moduleJeongBong Seo2020-06-083-3/+6
* Move some flaky text tests into LancelotEskil Abrahamsen Blomfeldt2020-06-087-245/+287