summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-044-115/+253
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Marked QUuid as Q_MOVABLE_TYPE in the metatype system.Denis Dzyubenko2012-01-041-0/+2
* Fixed static assert in qvariant template magicDenis Dzyubenko2012-01-041-1/+1
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-035-6/+17
* Close bracket in documentation.Stephen Kelly2012-01-021-1/+1
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-025-648/+7
* Merge integrity support into unix.Robin Burchell2012-01-021-7/+2
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-3/+3
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-022-0/+34
* Remove Symbian support from src/corelib/io/.Robin Burchell2012-01-027-2030/+7
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-022-5/+17
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-0211-36/+71
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-028-15/+87
* Change event posting to use a QVector.Robin Burchell2011-12-302-8/+21
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-35/+33
* Enable variadic macros if building in c++0x mode.Stephen Kelly2011-12-291-0/+1
* Fix typos parametter -> parameter.Stephen Kelly2011-12-271-2/+2
* Increase the value of the UserRole for the ItemDataRole enum.Stephen Kelly2011-12-271-1/+1
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-3/+0
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-222-0/+25
* Remove redundant template parameter from QMetaType's internal classes.Jędrzej Nowacki2011-12-221-9/+6
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-24/+35
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-223-5/+107
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-222-19/+3
* Use strlen() inline whenever possibleHarald Fernengel2011-12-222-48/+55
* Convert macros to functions.Stephen Kelly2011-12-211-7/+9
* Port to list(APPEND)Stephen Kelly2011-12-211-2/+2
* Remove misleading and incorrect information from dropMimeData docs.Stephen Kelly2011-12-211-7/+8
* Fix style in cmake macros files.Stephen Kelly2011-12-211-161/+158
* Remove mention of Trolltech in installation path.Jason McDonald2011-12-211-2/+2
* Merge QReadWriteLock constructor overloads per Qt 5 comment.Robin Burchell2011-12-202-11/+3
* make QString::fromLatin1 partially inlineHarald Fernengel2011-12-202-6/+6
* Remove unused qInitResourceIO() method.Robin Burchell2011-12-201-2/+0
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-202-6/+14
* Better error reporting in case of connection failure.Olivier Goffart2011-12-202-20/+35
* Fix QDir::removeRecursively so it doesn't follow symlinks to directories.David Faure2011-12-191-1/+1
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-1/+1
* Q_STATIC_ASSERT: fix C style castOlivier Goffart2011-12-191-1/+1
* Remove plugin related variables from the CMake files.Stephen Kelly2011-12-191-4/+0
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-192-26/+31
* Remove note about Maemo5-reserved enum values, and renumber appropriately.Robin Burchell2011-12-181-14/+2
* Remove widget attribute orientation values from Qt:: enum.Robin Burchell2011-12-182-13/+0
* QSortFilterProxyModel: Fix warnings about unused variables.Friedemann Kleint2011-12-161-4/+4
* extract QWindowsPipeReader from qlocalsocket_win.cppJoerg Bornemann2011-12-163-0/+439
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1613-2/+6608
* Merge integrity support into unix.Robin Burchell2011-12-151-19/+1