summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Declare typeinfo-s for QLatin1String, QStringRef, and QCharRefKonstantin Ritt2012-05-251-0/+3
* Replace `const QCharRef &` with `QCharRef` where appropriateKonstantin Ritt2012-05-251-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-2515-104/+98
* Move QLatin1String up to QStringKonstantin Ritt2012-05-251-59/+82
* Centralize C-string and QByteArray string length calculationKonstantin Ritt2012-05-251-19/+19
* QString: get rid of public qStringComparisonHelper()Konstantin Ritt2012-05-252-84/+103
* Move ScriptSentinel enum from header to .cppKonstantin Ritt2012-05-252-1/+2
* Fix QtCore compilation for -qconfig largeTasuku Suzuki2012-05-251-8/+0
* Add Mac OS 10.8 QSysInfo enumsMorten Sorvig2012-05-252-1/+4
* Make QLocale "unload" the ICU libraries upon exitThiago Macieira2012-05-241-19/+53
* Use the QT_STRINGIFY macroThiago Macieira2012-05-241-7/+5
* Populate MetaData:Keys for compat pluginsKent Hansen2012-05-241-1/+5
* Allow QHash randomization to be disabled by environment variableaavit2012-05-231-0/+11
* Clarified code documentation for QFileInfo::operator==.Mitch Curtis2012-05-231-1/+2
* Removed size comparison in QFileInfo::operator==.Mitch Curtis2012-05-231-3/+0
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-1/+3
* Fix crash when using QCoreApplication::applicationName in a global staticDavid Faure2012-05-231-1/+1
* Remove STL from qfeatures.txtTasuku Suzuki2012-05-221-7/+0