summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-149-52/+27
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-01-136-36/+42
* Move QMetaMethod ctor back into a private sectionMårten Nordheim2023-01-131-0/+2
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-1315-77/+115
* Don't use file dialog in the address book exampleJan Arve Sæther2023-01-134-19/+17
* QUnicodeTools: Use thread-safe libthai APIIevgenii Meshcheriakov2023-01-131-5/+21
* tst_QPermission: add more testsMarc Mutz2023-01-131-0/+71
* [doc] QCalendarPermission: fix cut'n'paste errorMarc Mutz2023-01-131-1/+1
* QLocationPermission: make enums have explicit underlying typeMarc Mutz2023-01-131-2/+8
* QSqlRecord: add missing C++11 move SMFsMarc Mutz2023-01-133-2/+58
* QWidgetTextControl: deal with empty formats list properlyTimur Pocheptsov2023-01-131-1/+2
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Use the existing imported location for syncqt in developer buildsAlexey Edelev2023-01-131-3/+18
* Clear out some unused code in QStorageIterator::next() on UnixEdward Welbourne2023-01-131-2/+1
* Give tst_QStorageInfo a QCOMPARE_op() makeoverEdward Welbourne2023-01-131-11/+11
* QPermission: don't hide SFINAE constraintsMarc Mutz2023-01-132-20/+22
* QPermission: fight template bloat in data()Marc Mutz2023-01-132-6/+21
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-132-2/+60
* Add the 'QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG' flagAlexey Edelev2023-01-132-2/+16
* Set GenerateDebugInformation to true in vcproj if at least /DEBUG is setAlexey Edelev2023-01-132-1/+3
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-133-2/+22
* Add CTF tracing backendAntti Määttä2023-01-1321-12/+1291
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-134-14/+412
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-139-94/+499
* Add find package for lttng library so that it gets added to targetAntti Määttä2023-01-133-2/+6
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-1314-18/+650
* Fix array handling in tracegen toolAntti Määttä2023-01-134-5/+16
* QtOpenGL: Disambiguate class name QTextureBinderFriedemann Kleint2023-01-131-5/+5
* Gui: Always declare qt_memfill{32|64} as function pointers on x86Ulf Hermann2023-01-122-8/+10
* QCryptographicHash: no need to store return values just to ignore themJan Grulich2023-01-121-4/+2
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-125-15/+46
* QtPrintSupport: Disambiguate static functionsFriedemann Kleint2023-01-122-4/+4
* QNetworkDiskCache: optimize expire()Ahmad Samir2023-01-121-30/+39
* Inline the resetSystemLocale functionMikolaj Boc2023-01-121-1/+1
* QVarLengthArray: Extract Method growBy()Marc Mutz2023-01-121-3/+5
* QVarLengthArray::resize_impl: don't default argument, overloadMarc Mutz2023-01-121-3/+9
* QtSql: Disambiguate typedefsFriedemann Kleint2023-01-122-26/+26
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Use the CLDR endonym in the documentationEdward Welbourne2023-01-121-1/+1
* Don't std::move a trivially-copyable QTimeZone::ShortDataEdward Welbourne2023-01-121-2/+2
* Include tzInfo.StandardBias in getCurrentStandardUtcOffset()Edward Welbourne2023-01-121-3/+10
* Add QEGLContext::invalidateContextThomas Senyk2023-01-125-5/+59
* Remove the instance.ENV assignment in js test runnerMikolaj Boc2023-01-121-6/+0
* Add missing header guardsFriedemann Kleint2023-01-122-0/+10
* Q{Contact,Calendar}Permission: rename isReadOnly → isReadWriteMarc Mutz2023-01-123-24/+28
* Q<Concrete>Permission: unexport classesMarc Mutz2023-01-121-18/+18
* QPermission: add missing \since 6.5Marc Mutz2023-01-121-0/+1
* QCryptographicHash[OpenSSL]: allow to get intermediary resultJan Grulich2023-01-121-2/+4
* CMake: Add switch for allowing missing Qt6*Tools packagesJoerg Bornemann2023-01-122-1/+6
* Make QDateTime::Data::CanBeSmall a static constexpr boolEdward Welbourne2023-01-122-8/+6