summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-262-4/+4
* Remove the 'macosx' archBradley T. Hughes2012-01-264-233/+2
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+25
* Automated metatype definition for template types.Stephen Kelly2012-01-261-0/+31
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-2/+1
* Wrap unimplemented clang feature in __has_featureOlivier Goffart2012-01-261-4/+13
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+1
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-256-42/+73
* Mark the enumerator QVariant::Type as obsolete.Stephen Kelly2012-01-251-0/+1
* Mark QStringList as movable.Stephen Kelly2012-01-251-0/+2
* Fixed fileiterator issue for WEC7.Janne Anttila2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-25156-306/+1
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-252-12/+4
* Included stdlib.h to allow malloc() usageRafael Roquetto2012-01-251-0/+2
* remove vestiges of text codec pluginsMark Brand2012-01-251-7/+0
* Document where modelReset() is emittedSimon A. Eugster2012-01-251-2/+17
* Remove Q_COMPILER_FINALOlivier Goffart2012-01-241-7/+1
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-242-8/+10
* add missing move* methods to QAbstractItemModelMark Brand2012-01-242-1/+56
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-242-4/+4
* Made window orientation API more flexible.Samuel Rødal2012-01-242-2/+3
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-2416-0/+6313
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-243-5/+55
* Make QUrl always lowercase the scheme().David Faure2012-01-241-3/+4
* Remove dependencies on removed "TEXTSTREAM" option (f65a10b733)David Faure2012-01-241-3/+3
* use QWinOverlappedIoNotifier in QWindowsPipeReaderJoerg Bornemann2012-01-242-91/+83
* QWinOverlappedIoNotifier introducedJoerg Bornemann2012-01-243-1/+334
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-2419-1776/+53
* Add missing documentation to QTemporaryDir constructorsDavid Faure2012-01-241-0/+20
* Port the IA-64 atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-243-350/+620