summaryrefslogtreecommitdiffstats
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
* Remove an unnecessary call to _qt_internal_generate_tool_command_wrapperAmir Masoud Abdol2023-01-161-5/+0
* Revert "Revert "coin: Build qmake examples in non-qtbase repos""Jörg Bornemann2023-01-161-2/+6
* 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 qt cmake functions react properly to batch dummy targetsMikolaj Boc2023-01-162-13/+13
* 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-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