Replace `const QLatin1String &` with `QLatin1String` where appropriate
[profile/ivi/qtbase.git] / src /
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 Thiago MacieiraGestures & events: compile with QT_STRICT_ITERATORS.
2012-05-25 Jiewen WangQStatusBar::showMessage will always take new timeout
2012-05-25 Friedemann KleintXCB/EGL: Free display.
2012-05-25 Friedemann KleintFix warnings about unused variables.
2012-05-25 Tarja SundqvistQTBUG-16850: QLineEdit::setSelection removes blank...
2012-05-25 Konstantin RittFix potential access beyond the array end
2012-05-25 Martin Smithqdoc: Fixed pure doc parser
2012-05-25 Tasuku SuzukiFix QtCore compilation for -qconfig large
2012-05-25 Girish Ramakrishnaneglfs: use GL API directly in QEglFSCursor
2012-05-25 Sean HarmerQNX: Rationalise the usage of qDebug() to remove lots...
2012-05-25 Morten SorvigAdd Mac OS 10.8 QSysInfo enums
2012-05-25 Stephen KellyFix comments to refer to the root, not the top level.
2012-05-25 Stephen KellyFix some spelling errors.
2012-05-24 Thiago MacieiraMake QLocale "unload" the ICU libraries upon exit
2012-05-24 Corentin JabotImplement QWindow::setWindowIcon
2012-05-24 Rafael RoquettoImplementation of the Blackberry bearer engine.
2012-05-24 Miikka HeikkinenWindows: Fix verbose debug output
2012-05-24 Friedemann KleintQtWidgets: Fix QT_FLUSH_UPDATE for Windows.
2012-05-24 Sean HarmerQPA: Refactor QFileDialogPrivate::qt_clean_filter_list...
2012-05-24 Kevin OttensQNX: Recreate EGL surface when the window geometry...
2012-05-24 Kevin OttensQNX: Make sure calls to (create/destroy)Surface are...
2012-05-24 Kevin OttensQNX: Advertise geometry changes to Qt event system
2012-05-24 Kevin OttensQNX: Force windows resizing when the screen orientation...
2012-05-24 Kevin OttensProvide convenience method to resize maximized windows
2012-05-24 Morten Johan SorvigAdd QMacPasteboardMime::count(QMimeData*).
2012-05-24 Samuel RødalCompile fix for kms platform plugin.
2012-05-24 Thiago MacieiraUse the QT_STRINGIFY macro
2012-05-24 Kent HansenPopulate MetaData:Keys for compat plugins
2012-05-24 John LaytQtPrintSupport - Modify Platform Plugin QPrinterInfo api
2012-05-24 Johannes Zellnerudev: UDevHelper becomes DeviceDiscovery
2012-05-24 Pekka VuorelaInitialize member variable in QXcbWindow
2012-05-24 Martin PeterssonQNetworkReplyHttpImpl: code cleanup
2012-05-23 Friedemann KleintFix compiler warnings in QtGui, QtWidgets.
2012-05-23 Friedemann KleintQEGLPlatformContext: Add accessors for display and...
2012-05-23 John LaytQtPrintSupport - Fix Mac printerName() use
2012-05-23 Kevin OttensQNX: Post orientation change events
2012-05-23 Girish Ramakrishnanremove exec-bit from qplatformmenu.h file
2012-05-23 Laszlo AgocsFix wrong local positions in mouse events when no tlw...
2012-05-23 aavitAllow QHash randomization to be disabled by environment...
2012-05-23 Shane KearnsFix deprecated API warning
2012-05-23 Mitch CurtisClarified code documentation for QFileInfo::operator==.
2012-05-23 Mitch CurtisRemoved size comparison in QFileInfo::operator==.
2012-05-23 Jiang JiangFix font rendering gamma correction on Mac
2012-05-23 David FaureFix handling of invalid urls in QDataStream << QUrl
2012-05-23 Jocelyn TurcotteAdd a missing pointer initializer.
2012-05-23 Bradley T. HughesCocoa: Handle keyboard dead keys correctly
2012-05-23 Bradley T. HughesCocoa: Avoid UTF-16 to UTF-8 to UTF-16 conversion in...
2012-05-23 Bradley T. HughesCocoa: don't send input method events for basic text...
2012-05-23 Jiang JiangFix surrogate pair handling in QCoreTextFontEngine
2012-05-23 Shane KearnsFix compile warnings with MSVC
2012-05-23 Sean HarmerQNX: Implementing QPlatformScreen::refreshRate() for...
2012-05-23 David FaureFix crash when using QCoreApplication::applicationName...
2012-05-23 Morten Johan SorvigMinor QPlatformMenu API cleanup.
2012-05-23 Debao ZhangDon't use deprecated QPixmap::grabWindow(),grabWidget().
2012-05-23 Sean HarmerQNX: Register for navigator events before any window...
2012-05-22 Tasuku SuzukiFix QtGui compilation for -qconfig large
2012-05-22 Tasuku Suzukimove inputMethodQuery() to public in subclasses of...
2012-05-22 Tasuku SuzukiFixed QLineEdit::inputMethodQuery() for Qt::ImHints
2012-05-22 Friedemann KleintQtNetwork: Fix mingw-warnings.
2012-05-22 Tasuku SuzukiFix QtWidgets compilation for -qconfig large
2012-05-22 Holger Hans Peter... bcm97425: Enable the egl mode directfb QPA platform...
2012-05-22 Girish Ramakrishnanqpa api: replace QPA headers with something more benign
2012-05-22 Thiago MacieiraRemove -Winline from the build of SSE2/AVX/etc. sources
2012-05-22 Thiago MacieiraMake sure we are using the proper -mXXX options
2012-05-22 Thiago MacieiraAdd AVX support for the painting and image code.
2012-05-22 Jan-Arve SaetherReplace (un)checkAction with toggleAction (3/3)
2012-05-22 Konstantin Rittreplace remaining "const QChar &" with "QChar"
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-22 Thiago MacieiraFix compilation on Linux: link to zlib in the bootstrap...
2012-05-22 Laszlo AgocsAdd mouse event internal members needed by declarative
2012-05-22 Jan-Arve SaetherReplace (un)checkAction with toggleAction (1/3)
2012-05-22 Konstantin RittQTextEngine: minor clean-up
2012-05-22 Bradley T. HughesQWidgetWindow: handle ShortcutOverride events
2012-05-22 Holger Hans Peter... directfb: Handle focus, close and geometry change events
2012-05-22 Holger Hans Peter... directfb: Expose the window when it becomes visible
2012-05-22 Donald CarrClean up Raspberry Pi spec
2012-05-21 Shane KearnsPrevent infinite loops by handling all ZLIB errors
2012-05-21 Friedemann KleintWindows/MinGW: Fix warnings about missing enumeration...
2012-05-21 Sean HarmerQNX: Take orientation into account when reporting physi...
2012-05-21 Sean HarmerQNX: Implement the QPlatformScreen::orientation() function
2012-05-21 Johannes Zellnerinput: Synchronize multiple mice handled through evdevm...
2012-05-21 Friedemann KleintQCssParser: Remove temporary structure storing QIcon...
2012-05-21 Friedemann KleintQWindowsBackingStore: Implement scroll.
2012-05-21 Thiago MacieiraMake QStringLiteral always choke on non-literals
2012-05-21 Tasuku SuzukiFix QtDBus compilation for -qconfig large
2012-05-21 Laszlo AgocsRemove a line of garbage
2012-05-21 Friedemann KleintQRegularExpression: Fix warnings about deprecated tr...
2012-05-21 Martin PeterssonQNetworkReplyHttpImplPrivate::migrateBackend
2012-05-21 Morten Johan SorvigCocoa: Fix memory leak in the accessibility code.
2012-05-21 Jonas M. GastalFallback to IPv4 when IPv6 is not present.
next