summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Logging: Show pattern warning also on Windows GUI appsKai Koehne2012-05-111-5/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-116-12/+12
* Implement the move constructor for containers.Olivier Goffart2012-05-117-1/+9
* Make sure animation drivers knows about the temporal offset after a pauseGunnar Sletta2012-05-113-1/+33
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-113-63/+63
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-1/+9
* Make the qt5_use_modules public API.Stephen Kelly2012-05-101-0/+32
* Change Wince functions definitionAndreas Holzammer2012-05-101-30/+84
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-2/+15
* Compile with -qtnamespace on WindowsBradley T. Hughes2012-05-101-11/+11
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-106-51/+484
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-105-45/+46
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1012-15/+374
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-0910-11/+371
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-4/+3
* | Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-1/+1
* | Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-102-4/+0
* | Remove garbage.Stephen Kelly2012-05-091-1/+1
* | Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-091-2/+2
* | Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* | Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-1/+1
* | Divehi is written right to leftLars Knoll2012-05-091-1/+2
* | Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1