summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-214-38/+47
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-192-2/+2
* Compile fix: Do not rely on __cpuidex() for msvc2008Jan-Arve Saether2012-05-191-4/+5
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-1/+1
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-185-45/+36
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-185-67/+37
* Merge two simple version of translate() functions for QT_NO_TRANSLATIONTasuku Suzuki2012-05-181-13/+0
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-182-0/+8
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-184-12/+27
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-9/+0
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-172-0/+8
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-172-6/+5
* QCoreApplication: No longer hardcode arguments to be filtered out.Friedemann Kleint2012-05-162-29/+40
* Correct a mistake about non-characters in the documentation.Thiago Macieira2012-05-161-2/+2
* Properly quote all variables which are paths.Stephen Kelly2012-05-161-4/+4
* Add a non-implicit copy constructor to QEventThiago Macieira2012-05-162-0/+43