summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicating flags/types in qmetaobjectbuilderKent Hansen2012-02-021-57/+3
* Fix some warnings from clangLars Knoll2012-02-023-5/+5
* Trivial fix in qjsonobject.h for -Werror=shadowJani Uusi-Rantala2012-02-021-2/+2
* qabstractitemmodel.cpp: Fix warnings.Friedemann Kleint2012-02-011-0/+5
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-015-29/+26
* Fix parsingMode not used anymore, detected by compiler warningDavid Faure2012-02-011-2/+3
* Added WindowOverridesSystemGesturesHint to our window flags.Gunnar Sletta2012-02-012-0/+5
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-0135-128/+95
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* QtDebug: Include file, line, function informationKai Koehne2012-02-017-124/+417
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-316-12/+239
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-313-4/+1
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-312-6/+6
* Remove many deprecated methodsLars Knoll2012-01-317-49/+6
* MinGW build fixes for QWindowsPipeReader and friendsJoerg Bornemann2012-01-313-3/+6
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-3/+3
* mkdtemp() support for QNX platformRafael Roquetto2012-01-311-0/+36
* Remove non existant features from qfeature.hLars Knoll2012-01-312-540/+54
* Update contact address in license headers.Jason McDonald2012-01-3116-16/+16
* QDateTime: Add validity checksJohn Layt2012-01-311-32/+144
* QDateTime: Deprecate setYMD()John Layt2012-01-312-9/+8
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-20/+41
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-3/+5
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-3037-1112/+63
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-4/+0
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-301-39/+39
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-302-1/+20
* Fix compilation of Qt apps with -Wshadow -WerrorDavid Faure2012-01-301-1/+1
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30557-549/+557
* Get rid of QColorGroup from QVariant.Jędrzej Nowacki2012-01-291-1/+1
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-0/+5
* Fix compilation warnings on MSVC.Jędrzej Nowacki2012-01-291-2/+2
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-292-7/+11
* Fix null pointer call in QMetaType::destruct().Jędrzej Nowacki2012-01-291-1/+3
* Get rid of checks for Qt3 typesKent Hansen2012-01-292-17/+0
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-1/+13
* Add a set of atomics based on C++11's std::atomicThiago Macieira2012-01-283-1/+250
* Add a set of atomics based on GCC intrinsicsThiago Macieira2012-01-283-1/+133
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Do not suppress tr() methods when QT_NO_META_MACROS is defined.Erik Verbruggen2012-01-281-1/+1
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-282-30/+48
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-9/+34
* Fix compilation problem in qjsonvalue.hJani Uusi-Rantala2012-01-281-1/+1
* Fixed includes in public headersDenis Dzyubenko2012-01-275-6/+6
* Give a more verbose warning during QVariant serialization.Jędrzej Nowacki2012-01-261-1/+1
* QProcess/Win: use asynchronous I/O for reading stdout and stderrJoerg Bornemann2012-01-265-59/+116
* QProcess/Win: use named pipes for redirecting standard I/OJoerg Bornemann2012-01-261-21/+51
* QStandardPaths: remove unused includes (leftovers from qdesktopservices)David Faure2012-01-262-6/+0
* QUrl: Implement a number of ## Qt5 TODOs (merging overloads)David Faure2012-01-262-84/+22