summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port the MIPS atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-243-692/+146
* Port the ARM atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-244-518/+427
* Make clang compile the new i386 and x86_64 atomic codeBradley T. Hughes2012-01-242-4/+4
* Port the i386 and x86-64 atomics to the new QBasicAtomic architectureThiago Macieira2012-01-244-382/+467
* Port the bootstrap atomics to the new QBasicAtomic architectureThiago Macieira2012-01-243-62/+42
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-233-21/+3
* QPropertyAnimation::setTargetObject() fails if new and old target object have...Armin Berres2012-01-231-1/+1
* Remove uses of qMalloc/qFree from out of line code.Robin Burchell2012-01-231-4/+4
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-231-7/+6
* Update obsolete contact address.Jason McDonald2012-01-232-3/+3
* Update contact information in license headers.Jason McDonald2012-01-23542-543/+543
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* remove obsolete codec plugin loading codeMark Brand2012-01-209-361/+2
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2019-22/+38982
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* fix whitespaceMark Brand2012-01-201-17/+16
* Add atomic implementation for Native Client.Morten Johan Sorvig2012-01-204-2/+258
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-202-2/+9
* Remove QBool and use bool instead.David Faure2012-01-2012-84/+48