summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [[nodiscard]] compile errors in QLocale benchmarkEdward Welbourne2020-10-191-4/+5
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Tidy up tst_QLocale::ctor(), reduce needless repetitionEdward Welbourne2020-10-191-21/+21
* Fix blatant typo in QTimeZone testEdward Welbourne2020-10-191-8/+6
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-192-33/+31
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-194-2/+10
* Remove vacuous tst_QLocale::cleanupTestCase()Edward Welbourne2020-10-191-4/+0
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-194-11/+12
* QTextTable: fix an implicit uint->int conversionGiuseppe D'Angelo2020-10-191-2/+2
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-192-58/+5
* Remove redundant QPointingDevicePrivate::extraShawn Rutledge2020-10-191-1/+0
* CMake: Provide add_qt_gui_executable for a short timeAlexandru Croitor2020-10-191-0/+5
* pro2cmake: Fix singleton declarationJoerg Bornemann2020-10-191-1/+1
* CMake: Fix html_docs targets for top-level buildsJoerg Bornemann2020-10-191-6/+1
* QVLA: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-192-9/+15
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-192-0/+17
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-191-2/+2
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-19262-268/+288
* CMake: Rename add_qt_gui_executable to qt_add_executableAlexandru Croitor2020-10-192-2/+9
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Add function to access QLockFile's file nameShantanu Tushar2020-10-183-0/+11
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* Swallow some runtime warnings from tst_qapplicationVolker Hilsheimer2020-10-181-0/+2
* Fix compile warning from testing deprecated signalVolker Hilsheimer2020-10-181-7/+46
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-185-61/+42
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-189-70/+88
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-1810-450/+439
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* CMake: Ignore license-related configure argumentsJoerg Bornemann2020-10-172-3/+5
* doc: Make QtGui docs depend on platform integration docsTor Arne Vestbø2020-10-171-1/+2
* Consistenly deprecate QMultiMap insert, add moving unite overloadVolker Hilsheimer2020-10-172-20/+39
* qcontainerinfo: make variable templates inlineFabian Kosmale2020-10-171-74/+74
* qtypeinfo.h: We only need a const reference for most operator<<Ulf Hermann2020-10-171-2/+2
* MinGW: Fix static direct2d plugin build using PCHCristian Adam2020-10-171-0/+6
* CMake: Generate qrc files at configure time and make them traceableCristian Adam2020-10-171-1/+4
* Generalize the winmain/qtmain entry-point libraryTor Arne Vestbø2020-10-1716-69/+56
* CMake: pro2cmake: Handle qt3d library namesAlexandru Croitor2020-10-171-5/+11
* Inline the members for QRecursiveMutexLars Knoll2020-10-172-72/+36
* <chrono> should always be available with C++17Lars Knoll2020-10-171-6/+0
* Split QMutex and QRecursiveMutexLars Knoll2020-10-178-245/+240