summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move QApplication::autoSipEnabled() to public scopeTasuku Suzuki2023-01-161-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-174-0/+9
* Fix build with -no-feature-toolbarTasuku Suzuki2023-01-171-0/+2
* Pass flags with dash to rc.exe when auto-generating win32 rc filesPeter Varga2023-01-161-1/+1
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-175-2/+9
* Doc: Move documentation for QAI::selectionInterface to source fileKai Köhne2023-01-162-3/+5
* Make const functions in QDir re-entrant by protecting mutable variablesØystein Heskestad2023-01-162-61/+86
* QDir: Refactor separate cache clearing functions into a single functionØystein Heskestad2023-01-162-25/+13
* CMake: Fix exposing sources with absolute path to IDEJoerg Bornemann2023-01-161-11/+15
* Doc: Mark qRegisterTestCase as new in Qt 6.5Kai Köhne2023-01-161-1/+3
* QStyleHints: Fix Q_PROPERTY declaration for keyboardAutoRepeatRateFTor Arne Vestbø2023-01-141-1/+1
* 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-135-21/+18
* Move QMetaMethod ctor back into a private sectionMårten Nordheim2023-01-131-0/+2
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-1312-77/+73
* QUnicodeTools: Use thread-safe libthai APIIevgenii Meshcheriakov2023-01-131-5/+21
* [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-132-2/+38
* QWidgetTextControl: deal with empty formats list properlyTimur Pocheptsov2023-01-131-1/+2
* Clear out some unused code in QStorageIterator::next() on UnixEdward Welbourne2023-01-131-2/+1
* 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-131-2/+16
* Add the 'QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG' flagAlexey Edelev2023-01-131-1/+6
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-132-2/+14
* Add CTF tracing backendAntti Määttä2023-01-1320-10/+1285
* 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-131-2/+0
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-1313-18/+581
* 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
* 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
* 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
* 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