summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-224-27/+37
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-223-43/+193
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-222-35/+186
* Add the QUrl::DecodedMode parsing modeThiago Macieira2012-05-222-6/+20
* Port away from QUrl::MostDecodedThiago Macieira2012-05-222-5/+5
* Make QStringLiteral always choke on non-literalsThiago Macieira2012-05-211-1/+1
* QRegularExpression: Fix warnings about deprecated tr()-function.Friedemann Kleint2012-05-211-2/+2
* Fix MSVC warnings about struct/class mismatch for dynamic metaobjects.Friedemann Kleint2012-05-211-1/+1
* Elaborate QUrl::toString() documentation.Leonard Lee2012-05-211-0/+2
* Get rid of ambiguous overload for xgetbv.Jan-Arve Saether2012-05-211-2/+2