summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-104-63/+105
|\
| * Fix warnings by MSVC 64 in qtranslator.cpp.Friedemann Kleint2014-12-051-4/+4
| * Don't make invalid assumptions about memcmp()Albert Astals Cid2014-12-041-8/+12
| * Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
| * Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-25/+58
| |\
| | * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
* | | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-2/+4
* | | Re-factor code that do lazy property registration into a function.Jędrzej Nowacki2014-12-072-19/+21
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-1/+1
* | | QVariant: simple improvement to numeric type checkingThiago Macieira2014-12-031-8/+24
* | | Hoist the numeric comparisons in QVariant::{cmp,compare} furtherThiago Macieira2014-12-031-16/+47
* | | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-032-8/+104
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-038-12/+12
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+2
|\| |
| * | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+2
* | | Micro-optimize QVariant enum to number conversionsJędrzej Nowacki2014-11-271-4/+6
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2411-187/+265
|\| |
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-22/+50
| |\|
| | * Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-202-2/+11
| | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-103-148/+153
| | |\
| | * | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-072-20/+39
| * | | 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
* | 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