summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-063-0/+2275
* fix relative default examples pathOswald Buddenhagen2012-03-061-1/+1
* QProcess/Win: pointless Sleep call removedJoerg Bornemann2012-03-061-2/+0
* Don't use QMutexPool in QEventDispatcherOlivier Goffart2012-03-061-3/+2
* Don't use QMutexPool from the animation frameworkOlivier Goffart2012-03-062-14/+13
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-065-41/+0
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-062-1/+7
* Improve safeness of QMetaType::registerType.Jędrzej Nowacki2012-03-061-2/+5
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+2
* Remove codecForTr().Robin Burchell2012-03-067-66/+11
* Support new-style plugins without a "Keys" json propertyAlex Wilson2012-03-061-1/+12
* Mark QMetaType constructor as explicit.Jędrzej Nowacki2012-03-061-1/+1
* Remove unused QThreadPoolPrivate::startFrontRunnable().Robin Burchell2012-03-062-26/+0
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-1/+0