summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-272-3/+98
* | Detect QMetaType::QReal from the definition of qrealOlivier Goffart2012-02-271-8/+1
* | QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+2
* | remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
* | Simplify QMetaTypeSwitcher.Jędrzej Nowacki2012-02-272-26/+8
* | Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
* | Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-273-84/+37
* | Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-272-43/+43
* | Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
* | QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
* | RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
* | Fix doc according to current method signatureABBAPOH2012-02-261-1/+0
* | Fix a crash in QSystemLocalePrivate::uiLanguages().Friedemann Kleint2012-02-251-1/+1
* | Fix compilation without QT_DEPRECATED_SINCEOlivier Goffart2012-02-251-2/+3
* | Fix to exit of adopted thread watcher in Windowsjian liang2012-02-251-7/+20
* | qmimetypeparser: more optimized definition of string constantsDavid Faure2012-02-242-45/+21
* | QMimeMagicRule: declare as Q_MOVABLE_TYPEMarc Mutz2012-02-241-0/+1
* | Remove unused QT_NO_QWS_SHARE_FONTSStephen Kelly2012-02-241-1/+0
* | Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-2/+0
* | Remove unused define QT_NO_COP.Stephen Kelly2012-02-241-4/+0
* | Add the QtMain windows library to the CMake files.Stephen Kelly2012-02-231-0/+23
* | Bump the moc output revisionKent Hansen2012-02-231-1/+1
* | QWindowsPipeWriter could terminate the process to earlyMartin Petersson2012-02-231-1/+1
* | Require compiler support for deprecated constructors.Stephen Kelly2012-02-232-10/+0
* | Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-234-12/+5
* | Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.Jędrzej Nowacki2012-02-233-11/+11
* | Add the quitlock feature to QThread.Stephen Kelly2012-02-235-2/+46