summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Symbian support from /src/corelib/kernel/.Robin Burchell2011-12-157-2570/+1
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-155-387/+511
* Remove unused ownObjectName field from QObjectDataBradley T. Hughes2011-12-151-2/+1
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-155-82/+4
* Correct sizeof(QObjectData) after out-of-order cherry-picks by GerritBradley T. Hughes2011-12-151-1/+1
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-11/+11
* Fix possible jump in animation timer.Michael Brasser2011-12-141-0/+4
* Add specialization for QTypeInfo<void>Jędrzej Nowacki2011-12-131-0/+13
* Stop animation driver in the appropriate place.Michael Brasser2011-12-131-2/+2
* Only call profiler callback once per animation tick.Michael Brasser2011-12-131-3/+2
* Cleanup pause timer handling in QUnifiedTimer.Michael Brasser2011-12-132-15/+11
* Fix possible jump in animation timer.Michael Brasser2011-12-132-24/+47
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-136-3/+9
* Add the .exe suffix to executables on Windows.Stephen Kelly2011-12-121-3/+3
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-122-0/+14
* Remove symbian cases from library and plugin loading code.Stephen Kelly2011-12-122-124/+9
* Add QVarLengthArray::length().Robin Burchell2011-12-122-0/+8
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-4/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-106-140/+40
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-102-6/+8
* Add support for three new X11 keysAlbert Astals Cid2011-12-092-0/+7
* Remove the backwards compatibility signal emissions when moving items.Stephen Kelly2011-12-081-12/+0
* QTemporaryDir/File: cleanups (static internal function, QScopedPointer)David Faure2011-12-083-13/+10