summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove eval modeKai Koehne2019-02-122-565/+0
* Use QBasicMutex instead of QMutex in the signalSlockLock()Lars Knoll2019-02-082-26/+25
* Replace the ConnectionData::inUse int with a proper refcountLars Knoll2019-02-082-56/+38
* Move all connection related data into one data structureLars Knoll2019-02-082-210/+213
* Simplify the code required for switching the current senderLars Knoll2019-02-082-72/+33
* Shave ~5% off from signal emission timeLars Knoll2019-02-083-50/+65
* Get rid of the connectedSignals bitflagsLars Knoll2019-02-082-51/+32
* Always return early if no signal is connectedLars Knoll2019-02-081-13/+8
* corelib: typo fix in .pro-fileTobias Hunger2019-02-081-1/+1
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-283-9/+9
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-282-5/+15
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-5/+15
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-4/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0811-272/+285
| | | |\
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-4/+2
| | * | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| | * | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-2/+8
|/ / / /
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-213-1/+15
|\| | |
| * | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
| * | | Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
| * | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-1/+7
| | |/ | |/|
* | | Minor optimizationLars Knoll2019-01-071-13/+13
* | | Minor optimizationLars Knoll2019-01-071-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-072-2/+11
|\| |
| * | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * | macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0410-270/+274
|\| |
| * | macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-8/+4
| * | QtCore: Unify license headersKai Koehne2018-12-229-262/+263
| * | Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
| |/
* | Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-142-0/+6
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-125-5/+5
* | doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-042-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-2/+2
| |\|
| | * CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
| | * qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
* | | QTranslator: add initial largefile supportThiago Macieira2018-12-041-20/+13
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-225-9/+31
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+2
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-0/+2
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-163-10/+15
| |\ \
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-063-10/+15
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-105-16/+20
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-094-3/+8
| |\ \ \ | | | |/ | | |/|
| | * | Modernize the "textcodec" featureLiang Qi2018-11-074-3/+8
| * | | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-4/+11
|\| | |