summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-164-43/+44
* Limit the nesting depth of the Json parserLars Knoll2012-05-163-4/+47
* QElfParser: double check section size before using it.Arvid E. Picciani2012-05-161-1/+1
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-168-71/+96
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-162-204/+219
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-1/+1
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-9/+9
* QElfParser: fix type of sh_sizePino Toscano2012-05-152-3/+3
* Rename QMimeDatabase method for consistency.David Faure2012-05-153-10/+19
* Remove const char *-based connectNotify() APIKent Hansen2012-05-152-40/+0
* Deprecate the ability to change the FS encoding separate from the localeThiago Macieira2012-05-153-72/+43
* Use org.qt-project for the QFactoryInterface's IIDThiago Macieira2012-05-151-1/+1
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-152-8/+25
* Add private API for finding symbols on LinuxGlenn Watson2012-05-151-0/+7
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-1/+5
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-1/+8
* clang: Use __has_feature() to detect C++11 featuresBradley T. Hughes2012-05-141-21/+74
* Find Qt5 modules automatically in the qt5_use_modules function.Stephen Kelly2012-05-141-1/+4
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+2
* Add a QStringBuilder::toUtf8() functionThiago Macieira2012-05-112-0/+5
* Use WChar method for reporting for WindowsAndreas Holzammer2012-05-111-3/+15
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1