summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-052-0/+22
* QStandardItemModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-4/+3
* Port qmake over to user QRegularExpressionLars Knoll2020-05-0514-98/+129
* Compile QRegularExpression into qmakeLars Knoll2020-05-0510-13/+266
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-0514-36/+80
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-054-12/+438
* Fix solaris buildKai Koehne2020-05-051-0/+1
* 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-055-686/+4
* Support special casing in configure.cmakeMårten Nordheim2020-05-052-13/+44
* Re-order the sub-dirs to catch real culprits before things they breakEdward Welbourne2020-05-053-64/+100
* 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-053-7/+44
* Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-053-16/+33
* torrent example: fix premature pessimisationMarc Mutz2020-05-051-1/+1
* 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
* Add more entries for QMAKE_TARGET_XXXYuhang Zhao2020-05-052-3/+59
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-0464-494/+1532
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-0464-494/+1532
| |\
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-013-10/+59
| | * 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-304-14/+234
| | |\
| | | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-304-14/+234
| | | |\
| | | | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-302-3/+13
| | | | * QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
| | | | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-302-4/+21
| | | | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-302-4/+128
| | | | * Don't output a warning that can trigger before Qt has fully initializedAndy Shaw2020-04-301-2/+0
| | | | * macOS: Avoid modifying hash while iterating itTor Arne Vestbø2020-04-301-1/+4
| | * | | QNAM: Don't check if a session is needed for a cache lookupMårten Nordheim2020-04-302-0/+7
| | * | | QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
| | * | | QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-3011-256/+278
| | |/ /
| | * | iOS: Pick up theme palette from system colorsTor Arne Vestbø2020-04-303-5/+51
| | * | iOS: Teach edit menu popover to have a readonly modeShawn Rutledge2020-04-301-0/+11
| | * | Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Liang Qi2020-04-2925-136/+708
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-2825-136/+708
| | | |\|
| | | | * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-282-34/+0
| | | | * Fix building of autotests for certain configurationsOliver Wolff2020-04-281-5/+16