summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix the doc so it uses the defined parameter names for the signalsAndy Shaw2014-05-241-15/+15
| | * fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-233-78/+77
* | | Do not try to handle OOM exceptions in loggingKai Koehne2014-06-061-77/+3
|/ /
* | QSaveFile: error out in open when the file is a directoryOlivier Goffart2014-06-041-0/+6
* | Update for the newest Darwin-family operating systems.Jake Petroules2014-06-033-1/+22
* | QSaveFile: follow symbolic linksOlivier Goffart2014-05-302-3/+16
* | Make QWeakPointer's ctor constexprGiuseppe D'Angelo2014-05-291-1/+1
* | QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-282-4/+245
* | Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-272-19/+105
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-222-4/+17
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-2210-33/+65
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-2210-33/+65
| |\|
| | * Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-211-4/+4