summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | * | Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-194-15/+16
| | * | Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-162-9/+37
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-142-9/+37
| | | |\|
| | | | * Fix an off-by-4 error in qHash with CRC32Thiago Macieira2014-05-131-1/+1
| | | | * Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-8/+36
| | * | | Revert "fix build for MSVC 2010"Joerg Bornemann2014-05-151-2/+2
| | * | | Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
| | * | | Move the hex digits out of _q_toHexThiago Macieira2014-05-141-2/+2
| | |/ /