summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-06-181-0/+5
* CMake: Handle OPTIONAL_COMPONENTS in qt_find_packageAlexandru Croitor2021-06-175-3/+37
* QWinSettings: use QScopeGuard to RegCloseKey()Marc Mutz2021-06-171-7/+5
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-172-0/+42
* Fix internal module naming in qmake .pri filesAlexey Edelev2021-06-172-1/+3
* Silence a few warnings from excess semicolonsAllan Sandfeld Jensen2021-06-171-4/+4
* CMake: Export info if an object lib target is a plugin initializerAlexandru Croitor2021-06-171-0/+5
* CMake: Add TODO to apply generalized object library linking approachAlexandru Croitor2021-06-171-0/+3
* CMake: Set the plugin class name for qml pluginsAlexandru Croitor2021-06-172-3/+33
* CMake: Don't generate .pri files for qml pluginsAlexandru Croitor2021-06-171-1/+5
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* gui: accessible - silence int conversion warningTim Blechmann2021-06-171-4/+4
* QMimeBinaryProvider: cache comments and globPatternsAlexander Volkov2021-06-173-54/+62
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-173-30/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-171-2/+2
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-171-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-171-0/+12
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-06-172-1/+16
* Universally pass QMetaType by valueUlf Hermann2021-06-175-4/+9
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-06-171-2/+17
* Fix crash in concurrent disconnectLars Knoll2021-06-173-21/+91
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* QTextStream: fix a dead writeMarc Mutz2021-06-171-2/+1
* QFileInfo: remove a couple of QFlags->int implicit conversionsGiuseppe D'Angelo2021-06-171-2/+2
* fuzzing: Add instructions how to reproduce issues from oss-fuzzRobert Löhning2021-06-161-1/+23
* Remove target specific flags from the linker capabilities checkAlexey Edelev2021-06-169-35/+20
* CMake: Don't make example external projects depend on testsAlexandru Croitor2021-06-161-2/+12
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Tidy up tst_QString::localeAwareCompare()Edward Welbourne2021-06-161-121/+262
* Check the impact of static link order for user projectsAlexey Edelev2021-06-167-51/+160
* Use year with same day-of-week pattern as fallback for out-of-rangeEdward Welbourne2021-06-163-22/+51
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-1610-19/+115
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* tests: update startsystemmove manual test with latest apiLiang Qi2021-06-161-3/+6
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-164-7/+19
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-164-8/+60
* Expose the "debug" build feature privatelyJoerg Bornemann2021-06-163-4/+4
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-163-19/+19
* Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-163-0/+28
* CMake: Promote all targets to global within a scope when possibleAlexandru Croitor2021-06-163-3/+39
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-1612-17/+197
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* Improve tst_QColorSpace::imageConversion64PM testAllan Sandfeld Jensen2021-06-161-8/+17
* Revert "Remove old Android code that have now has alternative public APIs"Jani Heikkinen2021-06-165-3/+2901