summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-6/+6
| * | QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1
| * | QXmlStream{Reader,Writer}: add explicit to constructorsMarc Mutz2012-02-261-7/+7
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-268-28/+26
| * | QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
* | | Fix documentation of the new connect functions.Olivier Goffart2012-03-041-0/+9
* | | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0260-1111/+1111
* | | Use correct types in QResource.Robin Burchell2012-03-021-4/+4
* | | Make the CONFIG and QT_CONFIG contents available downstream.Stephen Kelly2012-03-021-0/+3
* | | Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
* | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-014-155/+4
* | | QBoolBlocker: make constructor explicit and disable copyingMarc Mutz2012-03-011-1/+2
* | | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-13/+26
* | | SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
* | | Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-291-23/+0
* | | Make QJsonPrivate::String compile on big endian platforms.Jason Barron2012-02-291-1/+2
* | | Add support for QT_NO_SIGNALS_SLOTS_KEYWORDSStephen Kelly2012-02-291-2/+4
* | | QRingBuffer: make constructor explicitMarc Mutz2012-02-291-1/+1
* | | QPair: don't copy-initialise 'first'/'second' in the default ctorMarc Mutz2012-02-291-1/+1
* | | QPair: remove user-defined copy assignment operatorMarc Mutz2012-02-291-3/+1
| |/ |/|
* | Make the CMake files work with directory overrides.Stephen Kelly2012-02-281-6/+23
* | Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-281-2/+13
* | Rename remaining references to QInputPanelPekka Vuorela2012-02-281-2/+2
* | Fix QSettings autotest fails under WindowsDebao Zhang2012-02-281-0/+2