summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-065-15/+47
* Adding detach to QArrayDataPointerJoão Abecasis2012-01-061-0/+24
* Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-055-43/+43
* Add support for setSharable in RefCountJoão Abecasis2012-01-051-3/+37
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-0412-18/+18
* Get rid of assignment operators in RefCountJoão Abecasis2012-01-049-30/+28
* Introducing QArrayDataPointerJoão Abecasis2011-12-141-0/+161
* QArrayDataOps::insertJoão Abecasis2011-12-141-0/+142
* QArrayDataOps: generic array operationsJoão Abecasis2011-12-142-0/+183
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-111-0/+42
* Allocate/free support in QArrayDataJoão Abecasis2011-12-092-0/+49
* Merge remote-tracking branch 'gerrit/master' into containersOswald Buddenhagen2011-12-0911-128/+47
|\
| * 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
| * Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-082-12/+0
| * Avoid variable shadowing in qobject_impl.hKent Hansen2011-12-081-1/+1
| * Remove unused includeDavid Faure2011-12-071-1/+0
| * Remove the hacks for having QxmlStream in core and xmlLars Knoll2011-12-071-66/+9
| * Use VERBATIM where needed in macros.Stephen Kelly2011-12-071-2/+2
| * Port to CMakeParseArguments from a custom rolled macro.Stephen Kelly2011-12-061-19/+18
| * Now that qt5_automoc doesn't exist, this macro is not needed.Stephen Kelly2011-12-061-2/+0
* | Introducing QArrayDataJoão Abecasis2011-12-063-0/+148
|/
* Fix QT_DEPRECATED_SINCE evaluationBradley T. Hughes2011-12-051-23/+23
* Re-add QInternal::EventNotifyCallbackBradley T. Hughes2011-12-053-0/+57
* New class QTemporaryDir.David Faure2011-12-024-3/+347
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-028-231/+19
* Implement QDir::removeRecursivelyDavid Faure2011-12-022-0/+48
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-68/+0
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-022-14/+6
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-012-6/+14
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-012-25/+14
* Polish QWinEventNotifier.Friedemann Kleint2011-12-012-7/+6
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-016-20/+107
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-305-61/+11
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-0/+139
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-2/+4
* Fix a deadlock in QMetaType.Jędrzej Nowacki2011-11-291-8/+12
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-292-13/+59
* Reduce code dupplication in QObject::connectOlivier Goffart2011-11-291-29/+22
* QObject::disconnect with new syntaxOlivier Goffart2011-11-293-13/+137
* Install CMake config files from Qt.Stephen Kelly2011-11-292-0/+219
* Redefinition of QVariant::Type.Jędrzej Nowacki2011-11-291-60/+58
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-293-4/+2
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-292-27/+2
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2
* Fixed QUnifiedTimer cleanup.Kim Motoyoshi Kalland2011-11-281-2/+2
* Make QBasicAtomicPointer work with T=const (int|any type) on WindowsJan-Arve Saether2011-11-251-4/+4