summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-084-7/+40
* | Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-082-0/+11
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-087-2/+18
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-077-18/+2
* | QMimeType performance fix: don't reload from XML files over and over.David Faure2012-05-073-1/+8
* | QFactoryLoader: Add API for supporting the metadata containing keys.Friedemann Kleint2012-05-072-0/+65
* | Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-072-8/+8
|/
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-072-9/+34
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-072-16/+51
* Add default value for getters in QJsonValueLiang Qi2012-05-062-18/+44
* Fix typos in bcd477e0bc48bDavid Faure2012-05-062-2/+2