summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support Java style iterators for QMultiHashLars Knoll2020-10-232-134/+65
* Export gbm device integration to build it outsideElvis Lee2020-10-2339-113/+278
* QPaintDevice: Remove reserved without reservationsFabian Kosmale2020-10-232-4/+0
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-232-41/+23
* 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
* 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
* Use parameter_type in QList methodsAndrei Golubev2020-10-222-24/+24
* Use American "canceled" in QPromise docsAndrei Golubev2020-10-221-5/+5
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-224-1/+16
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-224-1/+27
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* name our glib event sources to ease debuggingAndreas Buhr2020-10-223-13/+21
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-2116-106/+142
* cmake: Sync FbSupport module name with pro fileTor Arne Vestbø2020-10-211-0/+1
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-211-6/+15
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-10-211-0/+4
* Make QPoint*, QSize*, and QRect* binary operators hidden friendsAllan Sandfeld Jensen2020-10-214-243/+102
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-3/+5
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-212-6/+2
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-2128-83/+78
* OpenFile portal: use "writable" option to specify our FD is writableJan Grulich2020-10-211-2/+4
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-2125-220/+349
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-6/+3
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-202-2/+152