summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-10-233-8/+37
* CMake: Check for system_xcb_xinput featureAlexandru Croitor2020-10-231-1/+1
* CMake: Fix headersclean to build with proper flagsAlexandru Croitor2020-10-231-11/+74
* CMake: Use compiler launcher for headerclean rulesAlexandru Croitor2020-10-231-2/+8
* CMake: Fix headersclean to work on macOSAlexandru Croitor2020-10-231-1/+7
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-223-0/+26
* Prepare for having multiple highdpi manual testsMorten Johan Sørvig2020-10-2312-10/+10
* qWaitFor: check predicate before sleepingMorten Johan Sørvig2020-10-221-4/+3
* Fix documentation for QIterable and related classesVolker Hilsheimer2020-10-231-81/+80
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-2311-177/+80
* doc: Fix table bottom marginTor Arne Vestbø2020-10-231-2/+2
* Use parameter_type in QList methodsAndrei Golubev2020-10-224-30/+32
* CMake: Remove superfluous del call in qt-configure-module.batJoerg Bornemann2020-10-221-1/+0
* CMake: Fix running qt-configure-module without argumentsJoerg Bornemann2020-10-221-1/+1
* CMake: Do not prepend -l to libs starting with dash in prl filesJoerg Bornemann2020-10-221-1/+1
* CMake: Advertise qt-configure-module in configure outputJoerg Bornemann2020-10-221-1/+5
* CMake: Fix CMake generator auto-selection on WindowsJoerg Bornemann2020-10-221-1/+1
* Allow paths with backslashes in qt-configure-module.batJoerg Bornemann2020-10-221-0/+1
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* tests: blacklist tst_QMdiArea::tileSubWindows() on CentOSLiang Qi2020-10-221-0/+1
* CMake: Pad the configure summary string with one more dotAlexandru Croitor2020-10-221-1/+1
* CMake: Fix INPUT_* names with dashesJoerg Bornemann2020-10-221-1/+2
* Use American "canceled" in QPromise docsAndrei Golubev2020-10-221-5/+5
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-225-1/+26
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-224-1/+27
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-224-22/+25
* Turn warning about missing xcodebuild into noticeVolker Hilsheimer2020-10-221-1/+1
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2