summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
* Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
* QUuid: mark constructors constexprMarc Mutz2012-03-271-0/+16
* Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* QJsonParseError improvementsAlexei Rousskikh2012-03-272-11/+90
* Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
* Fix measurement system for the UKLars Knoll2012-03-264-9/+18
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
* Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
* Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
* Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
* Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
* Add the missing 'itt eq' instructions to the ARM atomics.Thiago Macieira2012-03-241-0/+2
* Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
* Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
* Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
* Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
* Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
* Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
* Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
* Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
* Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
* support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
* make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-224-18/+42
* Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-222-10/+19
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
* Make comment() work in the C locale too.David Faure2012-03-221-1/+2
* Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
* Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
* Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-1/+14
* permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
* Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
* Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* QPointer: update its document and changes-5.0.0Debao Zhang2012-03-181-7/+1
* Don't reject plugins that have empty meta-dataLincoln Ramsay2012-03-171-2/+1
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-1718-2/+184
* Removed move constructor.Wolf-Michael Bolle2012-03-162-21/+0
* QRegularExpression: various documentation improvements/fixesGiuseppe D'Angelo2012-03-161-11/+28
* Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
* Use strlen to determine length of returned pathJoão Abecasis2012-03-151-1/+1
* Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
* Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
* Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
* Explicit use of null namespace breaks namespaced buildDonald Carr2012-03-141-3/+3
* Disconnect slots from the old sourcemodel in QIdentityProxyModelkb2012-03-141-40/+40
* QRegExp: remove docs about RegExp2 being default in Qt5Giuseppe D'Angelo2012-03-141-2/+2
* Fix build error when QT_NO_FILESYSTEMWATCHER is setsh kim2012-03-142-1/+5
* Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-143-21/+15