summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2985-1937/+1573
|\
| * 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
| * Remove detection of GCC versions which are not supported anywhere.Stephen Kelly2012-02-221-31/+8
| * Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-225-37/+7
| * Use QMAKE_SUBSTITUTIONS conditionalsStephen Kelly2012-02-221-7/+7
| * QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
| * Fail with #error early if the compiler does not support bool or explicit.Stephen Kelly2012-02-222-28/+10
| * Remove custom text codec for C strings.Robin Burchell2012-02-229-192/+40
| * QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
| * Drop file-engine abstraction from public APIJoão Abecasis2012-02-2220-396/+275
| * Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
| * Merge overloadsRichard Moore2012-02-222-83/+2
| * QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3