summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* CMake: Make qt_add_executable more minimalisticAlexandru Croitor2020-10-271-8/+1
* CMake: Use versionfull functions within our public APIAlexandru Croitor2020-10-271-2/+2
* Expunge WA_GroupLeaderShawn Rutledge2020-10-274-49/+6
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-272-6/+7
* Make QRect(F) and QMargins comparison operators hidden friendsVolker Hilsheimer2020-10-264-55/+34
* cmake: Ensure Mingw builds pick up and use the WinMain entry pointTor Arne Vestbø2020-10-261-21/+70
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-263-68/+85
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-266-4075/+4374
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-265-9/+115
* QList: also default count()'s template parameterGiuseppe D'Angelo2020-10-262-2/+2
* Make QString/QLatin1String comparisons hidden friendsAllan Sandfeld Jensen2020-10-262-223/+182
* QtConcurrent: Reuse ArgResolver from qfuture_impl.hJarek Kobus2020-10-262-100/+50
* Replace see-alsos in qfloat16 documentation with \overloadVolker Hilsheimer2020-10-262-23/+19
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-264-25/+36
* Use metaType instead of type in qlocale_macDavid Skoland2020-10-261-1/+1
* Windows QPA: Use a QSharedPointer for the touch deviceFriedemann Kleint2020-10-266-32/+27
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* QMacStyle - fix tab renderingTimur Pocheptsov2020-10-261-1/+17
* Remove documentation for removed QFlags constructorVolker Hilsheimer2020-10-261-10/+0
* Document QVariant::data/constDataVolker Hilsheimer2020-10-261-2/+12
* CMake: Document versionless variants for CMake commands for DBusKai Koehne2020-10-252-15/+37
* Fix included license text for PCRE2 - Stack-less Just-In-Time CompilerKai Koehne2020-10-251-1/+1
* Fix copyright information for src/3rdparty/xcbKai Koehne2020-10-251-1/+1
* Make STL iterators the preferred styleOle-Morten Duesund2020-10-253-209/+233
* doc: fix description in doc_src_containers.cppHiweed Mandriva2020-10-251-1/+1
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-2437-344/+359
* Refine QADP::pass_parameter_by_value evaluationAndrei Golubev2020-10-241-1/+4
* Update QList::append(const_reference) -> QList::append(parameter_type)Andrei Golubev2020-10-242-2/+2
* Fix documentation warningsVolker Hilsheimer2020-10-248-66/+32
* Rename “pixelDensity” variablesMorten Johan Sørvig2020-10-232-16/+16
* Make QSharedPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-232-122/+70
* Display tooltips on the correct screenMorten Johan Sørvig2020-10-231-1/+3
* macOS: Remove alpha from default surface formatMorten Johan Sørvig2020-10-231-8/+1
* testlib: Spit out crash backtraces to stderrTor Arne Vestbø2020-10-231-2/+2
* QList/QVLA: fixup the docsGiuseppe D'Angelo2020-10-232-8/+8
* Make entry point module an internal moduleTor Arne Vestbø2020-10-232-1/+3
* QList/QVLA: default the parameter for indexOf/contains/remove/etc.Giuseppe D'Angelo2020-10-232-8/+8
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-235-93/+48
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-232-2/+14
* QSplitter: Respect managed widget's growth/expand size policyAles Erjavec2020-10-231-5/+5
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-25/+12
* Doc: Add porting Guide for QRegExpKarsten Heimrich2020-10-231-0/+251
* Make Q(Multi)Map equality operators documentation-friendlyVolker Hilsheimer2020-10-232-3/+16
* Fix documentation for QVariantRef and QVariantPointerVolker Hilsheimer2020-10-231-10/+10
* Doc: Fix documentation warnings for QProperty and related classesTopi Reinio2020-10-231-128/+43
* Deprecate QVariant::TypeLars Knoll2020-10-2335-499/+523
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-232-4/+7
* Make some QMetaType members constexpr and inlineLars Knoll2020-10-232-35/+35
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-233-4/+8