summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Save the _MSC_VER variable instead of <unknown version>Thiago Macieira2014-07-011-1/+1
* Make QFreeList constexprThiago Macieira2014-06-301-2/+2
* qHash overload for Q{Explicitly,}SharedDataPointerKevin Funk2014-06-301-0/+12
* Emit a notifications when targetState and targetStates are changed.BogDan Vatra2014-06-302-3/+44
* Emit a notifications when senderObject and signal are changed.BogDan Vatra2014-06-302-2/+36
* Add QEnableSharedFromThis classRoman Pasechnik2014-06-293-0/+103
* winrt: Fix main thread dispatcher creationAndrew Knight2014-06-281-1/+1
* Logging: support %{time} and %{time format} in QT_MESSAGE_PATTERNShawn Rutledge2014-06-271-1/+30
* Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-273-11/+29
* Fix ICC build on Windows: __VERSION__ isn't definedThiago Macieira2014-06-271-1/+29
* MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-272-2/+149
* Add Q_COMPILER_THREADSAFE_STATICS (a.k.a. "Magic Statics")Thiago Macieira2014-06-272-1/+12
* Update doc: match actual compact JSON outputmlpo2014-06-261-1/+1
* Export QStateMachine running property.BogDan Vatra2014-06-262-2/+39
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-263-13/+87
* QDebug: Remove handling of FORCE_UREF defineKai Koehne2014-06-251-35/+0
* Update MSVC compiler features according to testingThiago Macieira2014-06-251-3/+6
* Only define the MSVC C++11 feature macros in C++Thiago Macieira2014-06-251-0/+2
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-254-3/+34
* winrt: Refactor timer callbacksAndrew Knight2014-06-251-135/+115
* winrt: Use native threadingAndrew Knight2014-06-254-154/+479
* winrt: Add convenience method for waiting on an async callAndrew Knight2014-06-251-0/+78
* winrt: Add convenience macros for returning from HRESULT callsAndrew Knight2014-06-251-1/+16
* winrt: Return correct value from QSysInfo::windowsVersion()Andrew Knight2014-06-251-1/+1
* QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-252-0/+28
* Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-252-4/+4
* Emit a notifications when defaultState and historyType are changed.BogDan Vatra2014-06-252-4/+40
* Emit a notifications when childMode, initial and errorState are changed.BogDan Vatra2014-06-252-6/+57
* Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-2/+24
* Deprecate the C++14 compiler feature macrosThiago Macieira2014-06-191-26/+19
* Add the C++11 feature macros for ICC 15 and complete for 14Thiago Macieira2014-06-181-0/+9
* Fix references to platform-specific handlers in QMimeData documentation.Friedemann Kleint2014-06-181-1/+1
* Add the -qreal option to the Qt ABI informationThiago Macieira2014-06-172-1/+13
* Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-162-3/+35
* Remove unused UserEventRegistrationBitFieldSizeShawn Rutledge2014-06-131-1/+0
* json: Add defaultValue to QJsonValueRef toInt/toBool/toDouble/toStringHolger Hans Peter Freyther2014-06-131-0/+6
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-0718-140/+138
|\
| * Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-0518-140/+138
| |\
| | * Doc: Fix undefined variable in QMetaMethod::invoke() documentationTopi Reinio2014-06-051-1/+1
| | * qfreelist: fix data race on v[at].nextDavid Faure2014-06-051-5/+5
| | * Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-2/+5
| | * remove HSTRING instancesMaurice Kalinowski2014-06-034-15/+15
| | * add Windows 8.1 overrideMaurice Kalinowski2014-06-021-0/+2
| | * Fix QSysInfo::macVersion for OS X minor versions greater than 9.Jake Petroules2014-05-311-2/+3
| | * Update the QSignalBlocker docs to show actual behaviorThiago Macieira2014-05-301-1/+1
| | * QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-291-2/+1
| | * Remove unused QMapNode{,Base}::minimumNodeThiago Macieira2014-05-281-6/+0
| | * UTF-8: always store the SIMD result, even if invalidThiago Macieira2014-05-271-11/+8
| | * Fix typos in comments (qfreelist and qmutex)David Faure2014-05-262-2/+2
| | * WinRT: Fix compile warningsMaurice Kalinowski2014-05-262-0/+3