summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-5/+3
* cmake: disable snippets/graphicsview if "printdialog" is not availableRichard Moe Gustavsen2021-03-021-1/+1
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Merge "Canonical type conversion"Hou Lei2021-03-021-1/+1
|\
| * Canonical type conversionHou Lei2021-03-021-1/+1
* | Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-021-0/+8
|/
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4
* Merge "Brush up the imageviewer example"Friedemann Kleint2021-03-011-6/+0
|\
| * Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-011-2/+0
| * Remove unused definitionsAlexey Edelev2021-03-011-4/+0
* | Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-011-7/+3
* | Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* | Try again if mktime() fails when we thought we knew DST-nessEdward Welbourne2021-03-011-0/+6
* | QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* | Only store offsetFromUtc when sane (and assert sanity)Edward Welbourne2021-03-011-4/+8
* | Rework an assertion to eliminate a common sub-expression using a lambdaEdward Welbourne2021-03-011-8/+9
* | Use qint64 as base-type for an enum mostly cast to that typeEdward Welbourne2021-03-011-45/+47
* | Limit value in setFontSizeFromValue()Robert Löhning2021-03-011-2/+2
|/
* Kill qHash(QPointF)Giuseppe D'Angelo2021-02-281-0/+2
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-02-281-1/+1
* QBrush: get rid of an unused private functionGiuseppe D'Angelo2021-02-282-6/+0
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-262-0/+4
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-252-6/+38
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-252-6/+6
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-252-0/+123
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-251-0/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-2516-330/+95
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-252-0/+21
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+2
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* Disable NetworkManager plugin for -no-dbusKai Koehne2021-02-241-1/+1
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* Add null pointer checkVolker Hilsheimer2021-02-241-1/+1
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-21/+21
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2441-76/+67