summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* QLocalSocket/Win: fix typo in function nameAlex Trotsenko2021-07-071-3/+3
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* QTest: there's no toString(QImage)Marc Mutz2021-07-071-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-077-8/+7
* qSwap: make it constexprGiuseppe D'Angelo2021-07-071-1/+1
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* QCryptographicHash: don't allocate a Private in hash()Marc Mutz2021-07-061-2/+2
* QCryptographicHash: move salient API to Private classMarc Mutz2021-07-061-149/+168
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-065-0/+45
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-061-0/+2
* QCryptographicHash: extract a constexpr hashLengthInternalMarc Mutz2021-07-061-46/+51
* QCryptographicHash: make Private::method constMarc Mutz2021-07-061-3/+7
* QLocalSocket: reimplement readLineData() functionAlex Trotsenko2021-07-067-9/+76
* configure: Add summary for xcb-sm (X11 Session Management)Friedemann Kleint2021-07-061-0/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-066-26/+121
* opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-3/+1
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-051-14/+9
* Show positions in QDebug operator<<(dbg, QHoverEvent*)Shawn Rutledge2021-07-051-19/+30
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-1/+10
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-0522-8/+28
* CMake: Fix qt6_extract_metatypes to work with VS GeneratorsAlexandru Croitor2021-07-051-0/+26
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-0514-487/+503
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-031-5/+1
* macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-0/+32
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-025-17/+18
* CMake: Allow specifying custom build directories for CMake autotestsAlexandru Croitor2021-07-021-2/+26
* Android: Make the manifest less to scary to read and editAssam Boudjelthia2021-07-014-99/+113
* Remove ministro codeAssam Boudjelthia2021-07-0133-395/+11
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-015-2901/+3
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-013-4/+5
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Revert "Android: fix androidtestrunner passing when output file doesn't exist"Assam Boudjelthia2021-07-011-12/+1
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-011-3/+0
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-011-1/+1
* Core: `QRandomGenerator` - silence msvc warningTim Blechmann2021-07-011-1/+1
* Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailableTasuku Suzuki2021-07-011-0/+3
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-302-0/+56
* QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-06-301-1/+3
* tst_QMatrixNxN: fix type-punning warningMarc Mutz2021-06-301-0/+4
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9