Fix Qt 5 to-do's in QGraphicsProxyWidget
[profile/ivi/qtbase.git] / src / corelib /
2012-05-26 Mitch CurtisClarify QByteArray::size() documentation.
2012-05-25 Thiago MacieiraItemviews: compile with QT_STRICT_ITERATORS
2012-05-25 Konstantin RittDeclare typeinfo-s for QLatin1String, QStringRef, and...
2012-05-25 Konstantin RittReplace `const QCharRef &` with `QCharRef` where approp...
2012-05-25 Konstantin RittReplace `const QLatin1String &` with `QLatin1String...
2012-05-25 Konstantin RittMove QLatin1String up to QString
2012-05-25 Konstantin RittCentralize C-string and QByteArray string length calcul...
2012-05-25 Konstantin RittQString: get rid of public qStringComparisonHelper()
2012-05-25 Konstantin RittMove ScriptSentinel enum from header to .cpp
2012-05-25 Tasuku SuzukiFix QtCore compilation for -qconfig large
2012-05-25 Morten SorvigAdd Mac OS 10.8 QSysInfo enums
2012-05-24 Thiago MacieiraMake QLocale "unload" the ICU libraries upon exit
2012-05-24 Thiago MacieiraUse the QT_STRINGIFY macro
2012-05-24 Kent HansenPopulate MetaData:Keys for compat plugins
2012-05-23 aavitAllow QHash randomization to be disabled by environment...
2012-05-23 Mitch CurtisClarified code documentation for QFileInfo::operator==.
2012-05-23 Mitch CurtisRemoved size comparison in QFileInfo::operator==.
2012-05-23 David FaureFix handling of invalid urls in QDataStream << QUrl
2012-05-23 David FaureFix crash when using QCoreApplication::applicationName...
2012-05-22 Tasuku SuzukiRemove STL from qfeatures.txt
2012-05-22 Thiago MacieiraDeprecate {QString,QStringRef,QChar}::{to,from}Ascii
2012-05-22 Thiago MacieiraAdd the QUrl::FullyDecoded flag to the component formatting
2012-05-22 Thiago MacieiraAdd QUrl::ParsingMode to the component setters in QUrl
2012-05-22 Thiago MacieiraAdd the QUrl::DecodedMode parsing mode
2012-05-22 Thiago MacieiraPort away from QUrl::MostDecoded
2012-05-21 Thiago MacieiraMake QStringLiteral always choke on non-literals
2012-05-21 Friedemann KleintQRegularExpression: Fix warnings about deprecated tr...
2012-05-21 Friedemann KleintFix MSVC warnings about struct/class mismatch for dynam...
2012-05-21 Leonard LeeElaborate QUrl::toString() documentation.
2012-05-21 Jan-Arve SaetherGet rid of ambiguous overload for xgetbv.
2012-05-21 Martin JonesMove rarely used QObjectPrivate data to extraData
2012-05-18 Tasuku SuzukiFix QtNetwork compilation for -qconfig large
2012-05-18 Jan-Arve SaetherCompile fix: Do not rely on __cpuidex() for msvc2008
2012-05-18 Giuseppe D'AngeloQRegExp: fix usage of uninitialized values
2012-05-18 Olivier GoffartMove QIcon metatype handlers back to QtGui
2012-05-18 Lars KnollMake QCoreApp::translate and related methods use UTF-8
2012-05-18 Tasuku SuzukiMerge two simple version of translate() functions for...
2012-05-18 Aaron KennedyQMetaObject::activate() overload that doesn't require...
2012-05-18 Aaron KennedyEncapsulate the dynamic meta object pointer
2012-05-18 Thiago MacieiraClean up some QT_HAVE_xxx macros in qcompilerdetection.h
2012-05-17 Konstantin Rittadd some more widely-used QChar::SpecialCharacter enum...
2012-05-17 Lars Knollturn off exceptions by default where they aren't required
2012-05-16 Friedemann KleintQCoreApplication: No longer hardcode arguments to be...
2012-05-16 Thiago MacieiraCorrect a mistake about non-characters in the documenta...
2012-05-16 Stephen KellyProperly quote all variables which are paths.
2012-05-16 Thiago MacieiraAdd a non-implicit copy constructor to QEvent
2012-05-16 Lars KnollAvoid using iconv for text conversion where possible
2012-05-16 Lars KnollLimit the nesting depth of the Json parser
2012-05-16 Arvid E. PiccianiQElfParser: double check section size before using it.
2012-05-16 Konstantin RittQChar: add isSurrogate() and isNonCharacter() to the...
2012-05-16 Konstantin RittQChar: add missing UCS-4 overloads, get rid of UCS...
2012-05-16 Shane KearnsFix QFile::permissions for long filenames
2012-05-16 Andy ShawFix cases where functions are called with a drive and...
2012-05-15 Pino ToscanoQElfParser: fix type of sh_size
2012-05-15 David FaureRename QMimeDatabase method for consistency.
2012-05-15 Kent HansenRemove const char *-based connectNotify() API
2012-05-15 Thiago MacieiraDeprecate the ability to change the FS encoding separat...
2012-05-15 Thiago MacieiraUse org.qt-project for the QFactoryInterface's IID
2012-05-15 Bradley T. HughesSplit Q_COMPILER_DEFAULT_DELETE_MEMBERS
2012-05-15 Glenn WatsonAdd private API for finding symbols on Linux
2012-05-14 David FaureQUrl: using sectionIsPresent in operator== broke for...
2012-05-14 David FaureQUrl: a url with a fragment or query, and one without...
2012-05-14 Bradley T. Hughesclang: Use __has_feature() to detect C++11 features
2012-05-14 Stephen KellyFind Qt5 modules automatically in the qt5_use_modules...
2012-05-13 David FaureRestore QUrl::setEncodedQuery(QByteArray()) to the...
2012-05-11 Thiago MacieiraAdd a QStringBuilder::toUtf8() function
2012-05-11 Andreas HolzammerUse WChar method for reporting for Windows
2012-05-11 Casper van DonderenDoc: Add a default license footer.
2012-05-11 Kai KoehneLogging: Show pattern warning also on Windows GUI apps
2012-05-10 Marius Storm-OlsenDoc: Fix \sa usage
2012-05-10 Olivier GoffartImplement the move constructor for containers.
2012-05-10 Gunnar SlettaMake sure animation drivers knows about the temporal...
2012-05-10 Thiago MacieiraChange to/fromAscii to to/fromUtf8 in the QString conve...
2012-05-10 Konstantin Rittfix QString::isRightToLeft() for SMP code points
2012-05-10 Stephen KellyMake the qt5_use_modules public API.
2012-05-10 Andreas HolzammerChange Wince functions definition
2012-05-10 Lars KnollCorrectly parse json documents with a leading BOM
2012-05-10 Bradley T. HughesCompile with -qtnamespace on Windows
2012-05-10 Konstantin Rittmove the default text breaking algorithm impl from...
2012-05-10 Konstantin Rittadd some useful methods to QUnicodeTables::
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-10 Thiago MacieiraFix a crash when parsing a URL with username and port...
2012-05-09 Michael BrasserRemove QAbstractDeclarativeData::objectNameChanged.
2012-05-09 Casper van DonderenDoc: Move some remaining files over for modularization.
2012-05-09 Stephen KellyRemove garbage.
2012-05-09 Alexis MenardFix qDecodeDataUrl for already percentage encoded content.
2012-05-09 Stephen KellyUse bool for the template argument.
2012-05-09 David FaureFix QUrl::StripTrailingSlash for the case of no path...
2012-05-09 Marius Storm-OlsenProperly implement a 'make docs' target for subdirs...
2012-05-09 Lars KnollDivehi is written right to left
2012-05-09 Jędrzej NowackiBump moc revision after introducing QMetaType::SChar.
2012-05-08 Jędrzej NowackiIntroduce a new built-in type: signed char.
2012-05-08 Ali AkhtarzadaAdd assignment operator for QJsonValueRef
2012-05-08 Rohan McGovernRevert "QtPrintSupport: Remove remaining LPR specific...
2012-05-07 John LaytQtPrintSupport: Remove remaining LPR specific code
2012-05-07 David FaureQMimeType performance fix: don't reload from XML files...
2012-05-07 Friedemann KleintQFactoryLoader: Add API for supporting the metadata...
2012-05-07 Friedemann KleintFix MSVC warnings about inconsistent DLL linkage.
2012-05-07 Debao ZhangQArrayData: Suppress MSVC warnning.
next