summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0436-248/+254
|\
| * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+22
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-012-4/+52
| * exclude some code from the qmake buildOswald Buddenhagen2012-03-011-0/+4
| * dispose of BOOTSTRAPPING defineOswald Buddenhagen2012-03-011-8/+4
| * QtGlobal: remove qIsDetached()Marc Mutz2012-03-011-4/+0
| * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+16
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-012-4/+4
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+4
| * Make loadAcquire const.Stephen Kelly2012-02-294-8/+8
| * QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
| * make qlibraryinfo table-drivenOswald Buddenhagen2012-02-292-94/+34
| * remove pointless ifdefsOswald Buddenhagen2012-02-291-23/+1
| * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
| * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-294-10/+13
| * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-296-2/+5
| * QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
| * Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
| * Merge master -> api_changesRohan McGovern2012-02-2947-690/+462
| |\
| * | Remove Q_DECLARATIVE_EXPORT and Q_QTQUICK1_EXPORTMatthew Vogt2012-02-271-16/+0
| * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-272-25/+31