summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-092-5/+5
* Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* Remove calls for default constructorsABBAPOH2012-03-091-6/+0
* Build fix when use '-no-stl' optionYuchen Deng2012-03-081-0/+2
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-0/+3
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-12/+84
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-082-2/+2
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-5/+9
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+1
* Add nicer error message in qMetaTypeId function.Jędrzej Nowacki2012-03-071-0/+1
* QRegularExpression: fix optimizePattern, document the issueGiuseppe D'Angelo2012-03-071-7/+24
* QRegularExpression: fix documentation due to qdoc changesGiuseppe D'Angelo2012-03-071-16/+16
* Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
* Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
* Fixed warning from gcc with -Wundef for some values of WCHAR_MAXRohan McGovern2012-03-071-1/+3
* Support legacy QDataStream serialization of QDate.Aaron McCarthy2012-03-071-4/+14
* Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
* QRegularExpression: const correctness fixesGiuseppe D'Angelo2012-03-061-9/+9
* QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-062-0/+15
* QRegularExpression: do not use JIT in debug buildsGiuseppe D'Angelo2012-03-061-1/+41
* QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-1/+2
* QRegularExpression: QDebug support for pattern optionsGiuseppe D'Angelo2012-03-062-0/+38