summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+4
| * Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
| * Use the CMake definition of Windows for CMake macros.Stephen Kelly2012-02-231-1/+1
| * Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-222-45/+0
| * Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2
| * Remove unused Q_CANNOT_DELETE_CONSTANTStephen Kelly2012-02-221-2/+0
| * Add the QT_LIBINFIX to the CMake config files.Stephen Kelly2012-02-221-0/+4