summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Contact: information in the license headerBradley T. Hughes2012-01-202-0/+2
* Silence warning from clangBradley T. Hughes2012-01-201-2/+4
* Use Q_FOREVER instead of foreverBradley T. Hughes2012-01-201-2/+2
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-205-3/+449
* Remove Q_CC_MWERKS.Robin Burchell2012-01-196-46/+5
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-194-42/+4
* Remove QDir::convertSeparators()Lars Knoll2012-01-192-15/+0
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-193-24/+11
* Add a constructor that explicitly takes a size to QLatin1StringLars Knoll2012-01-182-0/+14
* Fix visibility of QVariant functions.Jędrzej Nowacki2012-01-181-1/+1
* fix NTFS mount pointsJoerg Bornemann2012-01-173-11/+24
* remove trailing whitespaceMark Brand2012-01-171-1/+1