summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-073-32/+15
|\
| * QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2021-04-091-1/+1
| * QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-121-1/+5
| * QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-30/+9
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-23130-2666/+2666
|/
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-281-1/+1
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-28130-2666/+2666
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-262-3/+52
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-241-3/+4
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-12-091-0/+7
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* Correct processEvents documentationAndreas Buhr2020-11-082-4/+4
* MinGW: Fix assert in QCoreApplication::arguments() when passing globsTor Arne Vestbø2020-11-021-24/+39
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Doc: Fix various documentation warningsTopi Reinio2020-08-131-1/+1
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* QMimeData: return null string for null byte arrayLiang Qi2020-08-041-0/+2
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-0/+113
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-1/+1
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-1/+3
* Windows: Fix registry string read failuresFriedemann Kleint2020-06-111-11/+9
* webOS: Fix allocateTimerIdJani Hautakangas2020-06-041-1/+8
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-1/+5
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-292-55/+65
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-283-18/+18
* Improve QTranslator documentation code snippetKai Koehne2020-05-051-2/+3
* Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-1/+1
* QSocketNotifier::activated(QSocketDescriptor...) doc fixupMårten Nordheim2020-04-171-0/+4
* Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-161-5/+4
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-5/+141
* Refine deprecation warning for QMetaProperty::isEditableVolker Hilsheimer2020-04-151-1/+1
* Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-062-33/+50
|\
| * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
* | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-031-1/+1
* | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-032-3/+3
* | Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-022-1/+5
* | Fix use of deprecated ::forcesignAllan Sandfeld Jensen2020-03-241-1/+1
* | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-0/+18
* | macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-123-169/+123
* | Fix minor errors in QDeadlineTimer docsEdward Welbourne2020-03-111-5/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-1/+2
|\|
| * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-1/+2