summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-131-0/+4
* Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-122-1/+9
* QRegularExpression: add error strings for translationGiuseppe D'Angelo2012-03-121-0/+115
* Restore some source compatibilityLars Knoll2012-03-123-1/+10
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-114-2/+492
* Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
* byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
* Remove commented 'comment'ABBAPOH2012-03-101-3/+0
* Fix commas according to qt coding styleABBAPOH2012-03-101-6/+6
* Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
* Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
* Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1