summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Long live std::pair!Giuseppe D'Angelo2020-06-1017-474/+63
* QLatin1String: add toString()Marc Mutz2020-06-102-0/+18
* Remove the openglextensions moduleEirik Aavitsland2020-06-106-27260/+0
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-1010-34/+34
* 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-091-0/+1
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-098-101/+135
* Make QLayout::spacing/setSpacing virtual, remove qobject_cast hackVolker Hilsheimer2020-06-095-39/+16
* Add QPromise implementationAndrei Golubev2020-06-095-1/+179
* 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-091-1/+19
* 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
* 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-0845-403/+208
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0857-397/+397
* 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
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-0810-139/+20
* 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
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-086-3/+173
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-082-4/+19
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70
* Add the 'accessiblebridge' as a plugintype of gui moduleJeongBong Seo2020-06-083-3/+6
* Fix build without features.menubarTasuku Suzuki2020-06-082-1/+9
* QWindowsFontDatabase: replace a QPair with a dedicated structMarc Mutz2020-06-073-5/+20
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-077-139/+2
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-0710-60/+39
* Remove winrtOliver Wolff2020-06-06233-21971/+322
* Remove unused argument from methodLars Knoll2020-06-061-31/+31
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-064-37/+2
* QDir: port from QStringRef/split() to QStringView/tokenize()Marc Mutz2020-06-061-12/+28