summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-055-5/+5
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-7/+9
* Expose the plugins meta data in the plugin loaderLars Knoll2012-06-052-0/+19
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-1/+9
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-2/+10
* Rename QVector::realloc and QVector::free.Jędrzej Nowacki2012-06-051-13/+13
* QProcess: Add accessors for program and arguments.Christian Kandeler2012-06-052-6/+30
* Add QDeferredDeleteEventBradley T. Hughes2012-06-054-12/+38
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-2/+10
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-1/+3
* Fix typos in QState sorting functionsKent Hansen2012-06-041-4/+4
* Fix endian detection for winceAndreas Holzammer2012-06-041-1/+1
* Change testlib signal dumper hooks to use signal index rangeKent Hansen2012-06-042-8/+6
* Change QConnectionSenderSwitcher et al to use signal index rangeKent Hansen2012-06-032-6/+17
* Use QMetaObjectPrivate::signalOffset() where appropriateKent Hansen2012-06-031-19/+6
* Pashto uses Arabic script and is written right to leftMike FABIAN2012-06-021-0/+1
* Simplify the QObject::dumpObjectInfo() implementationKent Hansen2012-06-011-14/+1
* Simplify connectSlotsByName() implementationKent Hansen2012-06-011-8/+3
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-013-17/+72
* Socket FD are now of type qintptr.Jonas M. Gastal2012-06-012-2/+2
* Fix a bug in the case conversion codeLars Knoll2012-06-011-8/+4
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-012-5/+5
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-012-86/+92
* Allow compare QLatin1String to QLatin1StringKonstantin Ritt2012-06-011-17/+17
* Add missing QT_NO_CAST_FROM_ASCIIKonstantin Ritt2012-06-011-2/+2
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1
* Add clear() to QPointer for QWeakPointer compatibility.Stephen Kelly2012-06-012-0/+13
* Fix some gcc warningsKonstantin Ritt2012-06-011-4/+4
* Get rid of MSVC compiler warnings from QVector codeFriedemann Kleint2012-06-011-2/+10
* Remove debugging code from QVectorJędrzej Nowacki2012-06-011-9/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-4/+8
* Move implementation of QObject::senderSignalIndex() to QObjectPrivateKent Hansen2012-06-012-11/+20
* Fix To-Do in qstatemachine (use QObject::senderSignalIndex())Kent Hansen2012-06-011-8/+2
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-312-9/+4
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-313-6/+30
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-312-16/+37
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-1/+0
* Include qobject_p.h from qmetaobject_p.hKent Hansen2012-05-311-0/+3
* Don't call metaObject() redundantlyKent Hansen2012-05-311-1/+1
* Don't call metaObject()->method() redundantlyKent Hansen2012-05-311-1/+1
* remove QT_NO_SOUND and QT_NO_RASTERCALLBACKSTasuku Suzuki2012-05-312-20/+0
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-303-257/+272
* QTBF: fix the mandatory line breaks not being set in some casesKonstantin Ritt2012-05-301-4/+5
* Introduce QUnicodeToolsKonstantin Ritt2012-05-304-27/+49
* Remove unnecessary forward declaration in std namespaceBradley T. Hughes2012-05-291-6/+0
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-2921-60/+91
* QMutex: de-inline lock(), unlock(), and tryLock()Bradley T. Hughes2012-05-292-7/+23
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* Clarify QByteArray::size() documentation.Mitch Curtis2012-05-262-1/+25
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-1/+1