summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | QVariant: Fix qIsNumericType(SChar)Thiago Macieira2014-11-201-1/+2
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-2/+9
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-8/+13
* | Remove unused private apiJędrzej Nowacki2014-11-191-14/+0
* | Add debug output for QPlatformSurfaceEvent.Friedemann Kleint2014-11-171-1/+1
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-172-0/+3
* | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-173-155/+64
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-163-7/+38
* | qwindowsmime.cpp: support dropping multiple mail attachmentsDavid Faure2014-11-131-0/+5
* | Fix QMetaType::metaObjectForType for QtGui and QtWidgets typesOlivier Goffart2014-11-031-1/+20
* | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-0/+1
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-312-6/+24
* | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-302-0/+134
* | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-302-0/+48
* | moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-282-7/+26
* | moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-274-11/+35
|\|
| * 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
* | QObject: use QDebugStateSaver in the QDebug operator<<Olivier Goffart2014-10-241-3/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-204-38/+42
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-092-5/+9
|\|
| * 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
| |/ /
* | | QObject: Actually check unnormalized method signatureDaniel Teske2014-09-301-1/+1
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29112-2212/+1462
|\| |
| * | 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
* | | Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-123-37/+62
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-102-3/+5
|\| |
| * | Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1