summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Don't invoke QDoc excessivelyTopi Reinio2020-10-241-16/+2
* 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
* testlib selftest: Spit out stdout/stderr when test crashesTor Arne Vestbø2020-10-241-7/+17
* CMake: Fix tst_qmake to work for configs with cross-compiled toolsAlexandru Croitor2020-10-241-0/+9
* Rename “pixelDensity” variablesMorten Johan Sørvig2020-10-232-16/+16
* CMake: Put the -qtconf argument in front in the qmake wrapperJoerg Bornemann2020-10-232-2/+2
* Make "qmake -qtconf my-qt.conf -install ..." possibleJoerg Bornemann2020-10-231-0/+2
* Make "qmake -qtconf my-qt.conf -query" possibleJoerg Bornemann2020-10-231-0/+5
* CMake: Let doc targets depend on doc tools in top-level buildJoerg Bornemann2020-10-234-0/+51
* CMake: Fix typo in variable nameJoerg Bornemann2020-10-231-3/+2
* Add unit tests for qdatetimeparserAndreas Buhr2020-10-236-0/+89
* 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
* qmake: Don't warn about using private headers if there are noneTor Arne Vestbø2020-10-231-4/+4
* testlib: Spit out crash backtraces to stderrTor Arne Vestbø2020-10-231-2/+2
* CMake: Fix deprecation defines not being set properlyAlexandru Croitor2020-10-233-3/+3
* QList/QVLA: fixup the docsGiuseppe D'Angelo2020-10-232-8/+8
* Make entry point module an internal moduleTor Arne Vestbø2020-10-233-2/+4
* cmake: Produce internal module pris like qmake doesTor Arne Vestbø2020-10-231-33/+37
* 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
* Fix tst_qsslkey to compile when SSL is disabledFriedemann Kleint2020-10-232-3/+5
* CMake: Allow docs generation without installing in top-level buildsJoerg Bornemann2020-10-232-5/+13
* cmake: Respect NO_PRIVATE_MODULE when generating module pri filesTor Arne Vestbø2020-10-232-50/+59
* cmake: Don't add include paths to module pri if there are no headersTor Arne Vestbø2020-10-231-0/+6
* QSplitter: Respect managed widget's growth/expand size policyAles Erjavec2020-10-231-5/+5
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-235-28/+15
* 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-2362-673/+702
* Fix and run the qlocalsocket autotest with cmake buildLars Knoll2020-10-233-32/+13
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-233-5/+33
* Make some QMetaType members constexpr and inlineLars Knoll2020-10-232-35/+35
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-235-7/+11
* Support Java style iterators for QMultiHashLars Knoll2020-10-232-134/+65
* Export gbm device integration to build it outsideElvis Lee2020-10-2340-113/+280
* QPaintDevice: Remove reserved without reservationsFabian Kosmale2020-10-232-4/+0
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-233-44/+26
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9