summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Pick up QT_LOGGING_RULES also for bootstrapped toolsKai Koehne2014-11-201-2/+0
* Android: Fix for build issue on x86Christian Strømme2014-11-062-145/+151
* Fix incorrect documentation from QTranslator::loadAki Koskinen2014-11-051-3/+2
* Fix a fatal Clang warning on LinuxGiuseppe D'Angelo2014-11-031-2/+2
* Android: Add runOnUiThread() functionChristian Strømme2014-11-032-0/+41
* Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
* Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-242-3/+18
* Doc: Fix description of QTranslator::translate()Kai Koehne2014-10-231-0/+5
* Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
* Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
* QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-152-6/+4
* Fix patching of installation dateKai Koehne2014-10-101-2/+3
* MSVC: Restore 'public' accessibility of QVariant member functions.Friedemann Kleint2014-10-071-1/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-011-2/+5
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-2/+5
| |\
| | * QObject: fix a memory leak in moveToThreadGiuseppe D'Angelo2014-09-221-2/+5
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-2/+2
|/ /
* | Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-262-48/+91
* | Update license headers and add new license filesMatti Paaso2014-09-24111-2095/+1207
* | Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-242-24/+23
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-246-7/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-236-7/+37
| |\|
| | * cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-151-0/+8
| | * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
| | * Also print the class name in the QObject::killTimer error msg.Erik Verbruggen2014-08-271-1/+2
| | * Android: Avoid caching the same class twice.Christian Strømme2014-08-261-5/+4
| | * BlackBerry PlayBook build fixesSérgio Martins2014-08-261-1/+1
* | | Improve checking for event/socket notifiers and timersJonathan Liu2014-09-239-34/+89
|/ /
* | QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-2/+12
* | Fix user defined conversions to numeric typesLars Knoll2014-09-101-2/+1
* | Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-102-0/+2
* | Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
* | Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
* | Fix headercheck failure introduced by 67c83f329e7fb6fbf5d8e402f42Thiago Macieira2014-08-301-0/+4
* | Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-285-3/+25
* | Tighten Q_OS_WINRT ifdefs in qfunctions_winrt.hAndrew Knight2014-08-211-3/+4
* | Debug logging support for QNativeGestureEventShawn Rutledge2014-08-211-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-192-7/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-7/+11
| |\|
| | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-4/+8
| | * Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
* | | QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
* | | Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
* | | winrt: Fix deadlock in thread dispatcher accessAndrew Knight2014-08-131-6/+8
* | | Fix error reported by address sanitizerOlivier Goffart2014-08-121-6/+12
|/ /
* | winrt: Fix core dispatcher lookupAndrew Knight2014-08-111-19/+33
* | QObject: fix valgrind warning when disconnectingOlivier Goffart2014-08-092-5/+14
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | winrt: Handle dispatcher thread changeAndrew Knight2014-08-071-18/+21