summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-053-11/+25
* Remove use of std::not1 completelyThiago Macieira2020-05-051-11/+5
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-051-2/+3
* Fix Mesa warning that MESA_EGL_NO_X11_HEADERS is deprecatedThiago Macieira2020-05-051-0/+3
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-056-14/+78
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-056-14/+78
| |\
| | * Doc: Enable snippet compilationPaul Wicking2020-05-051-2/+23
| | * Compile fixes for clang10Lars Knoll2020-05-058-19/+19
| | * Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-052-6/+45
| | * Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
| | * Improve QTranslator documentation code snippetKai Koehne2020-05-052-5/+6
| | * Don't compile pcre2 if we will use the system libraryThiago Macieira2020-05-041-1/+1
* | | Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-052-2/+6
* | | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-20/+31
* | | Remove spurous initializer for QByteArrayEdward Welbourne2020-05-051-1/+1
* | | QUrlIdna: simplify a loop using QStringView::mid()Marc Mutz2020-05-051-6/+4
* | | QMimeDatabase: remove unused QSet includeMarc Mutz2020-05-051-1/+0
* | | Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-052-7/+6
* | | QDuplicateTracker: add rvalue overloadMarc Mutz2020-05-051-0/+12
* | | QChar: make std::hash'ableMarc Mutz2020-05-051-0/+15
* | | QStandardItemModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-4/+3
* | | Compile QRegularExpression into qmakeLars Knoll2020-05-052-4/+8
|/ /
* | uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-052-12/+23
* | QGridLayoutEngine: port to QHVContainerMarc Mutz2020-05-052-82/+84
* | Long live QHVContainer!Marc Mutz2020-05-053-30/+59
* | Fix crash in QEglFSKmsGbmCursor::setPos() when cursor is disabledShawn Rutledge2020-05-051-1/+1
* | Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-052-492/+1
* | QGraphicsGridLayout: simplify a loop over Qt::Orientation valuesMarc Mutz2020-05-051-3/+1
* | Add virtual QWindow::closeEvent handlerVolker Hilsheimer2020-05-052-2/+17
* | QPlatformTheme: Use operator| instead of operator+ to define a shortcutGiuseppe D'Angelo2020-05-051-1/+1
* | QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-5/+37
* | Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-052-16/+16
* | QItemSelectionModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-8/+7
* | QResource: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-7/+5
* | QItemSelectionModel: replace a QPair with a dedicated structMarc Mutz2020-05-051-8/+23
* | QKeySequence: remove docs of methods recently removedGiuseppe D'Angelo2020-05-051-19/+0
* | QAbstractScollArea: Cast an enumerator to int before doing math on itGiuseppe D'Angelo2020-05-051-1/+1
* | QFileDialog: fix enumeration mismatchGiuseppe D'Angelo2020-05-051-1/+1
* | QHashFunctions: port to if constexprGiuseppe D'Angelo2020-05-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-0440-195/+501
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-0440-195/+501
| |\|
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-10/+19
| | * Doc: Make snippets Qt Widgets compilableNico Vertriest2020-05-019-65/+138
| | * Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Qt Forward Merge Bot2020-04-303-14/+34
| | |\
| | | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-303-14/+34
| | | |\
| | | | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
| | | | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
| | | | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19