summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update description of topleveldomain featurePeter Varga2023-01-173-7/+5
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+3
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* [doc] QPermission: some fixesMarc Mutz2023-01-171-2/+2
* Concatenate blacklist files for test batchMikolaj Boc2023-01-171-0/+20
* Remove redundant scope for glyphRuns() default parameterEskil Abrahamsen Blomfeldt2023-01-171-2/+2
* Explicit type for new enum typeEskil Abrahamsen Blomfeldt2023-01-171-1/+1
* Fix build with -no-feature-menubarTasuku Suzuki2023-01-171-0/+2
* QWindowsMimeConverter: fix copyright yearMarc Mutz2023-01-171-1/+1
* QCommonStyle code cleanupAxel Spoerl2023-01-171-84/+102
* Fix build with -no-feature-dialogbuttonboxTasuku Suzuki2023-01-171-1/+0
* Fix build with -no-feature-buttongroupTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-menuTasuku Suzuki2023-01-171-0/+2
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-173-5/+27
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-174-2/+10
* Fix build with -no-feature-imageformat_pngTasuku Suzuki2023-01-171-1/+1
* QUnicodeTools: Use a global static to manage libthai stateIevgenii Meshcheriakov2023-01-171-48/+85
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-161-23/+16
* 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