Fix QNetworkReply ioGetFromHttpWithCache test case
[profile/ivi/qtbase.git] / src / gui /
2012-03-06 Eskil Abrahamsen... Make cache of opentype tables in Harfbuzz face lazy
2012-03-06 Morten Johan SorvigCocoa: Implement widget palettes.
2012-03-06 Holger Hans Peter... qpa: Document a requirement of the backing store implem...
2012-03-05 Frederik GladhornRemove AccessibilityPrepare event.
2012-03-05 Laszlo AgocsUpdate QTouchEvent docs with regards to raw positions
2012-03-05 Rohan McGovernMerge "Merge remote-tracking branch 'origin/api_changes...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-02 Frederik GladhornMark overload of QAccessible::updateAccessibility as...
2012-03-02 Jan-Arve SaetherImprove debugging in the windows accessibility bridge.
2012-03-02 Bradley T. HughesExport QPaintEnginePrivate from QtGui
2012-03-01 Marc MutzQtGlobal: remove qIsDetached()
2012-03-01 Marc MutzQInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPE
2012-03-01 Jiang JiangRevert "Don't render glyph with FT with fetchMetricsOnly"
2012-03-01 Pierre RossiAllow using multi fontengine in QTextLayout with QRawFont.
2012-03-01 Pierre RossiAdd support for QRawFont in QTextLayout.
2012-03-01 Gunnar SlettaSet texture parameters before allocating the texture.
2012-03-01 Marc MutzQEvent (and subclasses): make ctors explicit
2012-03-01 Jørgen LindAdded QPlatformScreenBuffer
2012-02-29 Morten Johan SorvigDon't use deprecated QWheelEvent::delta()
2012-02-29 Friedemann KleintRefactor the QPA dnd interface.
2012-02-29 Laszlo AgocsRemove internal class QVolatileImage.
2012-02-29 Morten Johan SorvigQPlatformTheme: Add virtual destructor.
2012-02-29 Stephen KellyMake qobject_p.h not need qvariant.h.
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-28 Pekka VuorelaRename remaining references to QInputPanel
2012-02-28 Jan-Arve SaetherMake accessible interfaces private for Qt 5.0
2012-02-28 Jiang JiangFix divide by zero when glyphWidth is 0
2012-02-28 Marc MutzQFontMetrics: make conversion from QFont to QFontMetric...
2012-02-27 Sean HarmerPrevent stack corruption when using OpenGL Core Profile
2012-02-27 Debao ZhangQClipboard: Fix autotest fails
2012-02-27 Friedemann KleintFix icon loading in style sheets.
2012-02-27 Olivier GoffartRemove deprecated usage of QKeySequence from qguivariant
2012-02-27 Jędrzej NowackiCleanup usage of QVariant::Type.
2012-02-27 Marc MutzQFontEngine: remove unused and buggy grayPalette()
2012-02-26 Marc MutzQFixed: make constexpr
2012-02-26 Marc MutzQFixed{,Size}: reformulate some functions in a constexp...
2012-02-26 Olivier GoffartInline and mark as deprecated images's serialNumber()
2012-02-24 Morten Johan SorvigQWheelEvent high-resolution delta support.
2012-02-24 Jan-Arve SaetherMinor fixes for RelationFlag.
2012-02-24 Samuel RødalUse "OpenGL" instead of just "GL" in documentation.
2012-02-23 Samuel RødalAdded documentation for QOpenGLContext and QOpenGLConte...
2012-02-23 John TapsellQTextEngine - treat a fullstop (0x2E) as the same scrip...
2012-02-23 Samuel RødalFleshed out the QWindow documentation to be less sparse.
2012-02-23 Samuel RødalAdded documentation for QSurfaceFormat.
2012-02-23 Friedemann KleintHandle theme change in QApplication/QGuiApplication.
2012-02-23 Andrew den ExterFix rounding error in QInputMethod::cursorRectangle().
2012-02-22 Stephen KellyRemove use of Q_BROKEN_DEBUG_STREAM.
2012-02-22 Friedemann KleintAdd further theme hints to QPlatformTheme.
2012-02-22 Samuel RødalUpdated QApplication / QGuiApplication to match Qt...
2012-02-22 Pekka VuorelaFix typos
2012-02-21 Simon HausmannAdd GL_BGR to the list of defined GL constants, right...
2012-02-21 Konstantin Rittreplace 'const QChar &' with 'QChar ' where appropriate
2012-02-21 Friedemann KleintStreamline QPalette initialization code.
2012-02-20 Friedemann KleintRemove QPlatformIntegration/QPlatformTheme from QGuiApp...
2012-02-20 Jan-Arve SaetherRemove QAccessibleInterface::relationTo().
2012-02-20 Samuel RødalAdded note in QPlatformWindow::setGeometry() docs about...
2012-02-20 Jan-Arve SaetherRemove QAccessibleInterface::navigate()
2012-02-20 Holger Hans Peter... qpa: Verify that the platform returns a WId that is...
2012-02-20 Richard MooreRemove dead method.
2012-02-20 Andrew den ExterRemove unnecessary image height adjustments from layout.
2012-02-18 Gunnar SlettaIntroduced QWindow::isExposed().
2012-02-17 David FaureEnsure that Qt public headers compile with strict flags
2012-02-17 Samuel RødalFixed API in QWindow: visible() -> isVisible().
2012-02-17 Friedemann KleintAdd palette() and further hints to QtGui/QPlatformTheme.
2012-02-17 Friedemann KleintFix naming of plugins for QPA plugins and use new plugi...
2012-02-17 Jiang JiangDon't render glyph with FT with fetchMetricsOnly
2012-02-17 Eskil Abrahamsen... Remove historical +1 from font height calculation
2012-02-17 Eskil Abrahamsen... Avoid loading and keeping unused fallback font engines
2012-02-16 Andrew den ExterAdd support for querying an elided sub-string from...
2012-02-16 jian liangUse english name to match font in windows platform
2012-02-16 Donald CarrRedirect libjpeg messages via qWarning
2012-02-16 Stephen KellyFix ref counted window close handling.
2012-02-16 Friedemann KleintAdd a ThemeChange event.
2012-02-15 Stephen KellyMove the removal of the Quit event to QWindow.
2012-02-15 Kim Motoyoshi KallandCorrected the size of mipmaps in framebuffer objects.
2012-02-15 Andy ShawRemove a couple of QtGui/QtGui header entries
2012-02-15 Samuel RødalAdded support for resetting QOpenGLFramebufferObject...
2012-02-15 Alex WilsonProduce unimplemented warning for QOpenGLBuffer::map...
2012-02-15 Friedemann KleintMove desktopSettingsAware to QGuiApplication.
2012-02-14 Kim Motoyoshi KallandAdded static keyword to blend_transformed_tiled_argb...
2012-02-14 Kim Motoyoshi KallandRemoved unused qStorePixel[] array.
2012-02-14 João AbecasisUse newly-added QFileInfo::isNativePath
2012-02-12 Samuel RødalCompile without OpenGL.
2012-02-10 Friedemann KleintAdd QPlatformServices class.
2012-02-10 Laszlo AgocsAvoid crash when windows with active mouse synthesizati...
2012-02-10 Jan-Arve SaetherMove all usages of Relation enum values to QAccessible...
2012-02-10 Laszlo AgocsHandle TouchCancel in gui and widgets
2012-02-10 Andreas HolzammerAdd qt_pixmapFromWinHICON again for Windows CE.
2012-02-09 Frederik GladhornUpdate docs for QAccessibleEvent.
2012-02-09 jian liangImprovement to font database cleanup
2012-02-09 Friedemann KleintIntroduce QScreen::grabWindow(), deprecate QPixmap...
2012-02-09 Laszlo AgocsAdd event type for TouchCancel.
2012-02-09 Jiang JiangPreserve weight and style request for multi font engines
2012-02-09 Jiang JiangEliminate a warning
2012-02-08 Andreas HolzammerFix compile with QT_NO_OPENGL.
2012-02-08 Samuel RødalFixed CustomDashLine drawing bug.
2012-02-08 Pasi MatilainenQTextEdit cursor position fix when moving left/right...
2012-02-08 Kim Motoyoshi KallandFixed source composition with opacity in the raster...
2012-02-07 Jonathan LiuChange WId to be a quintptr.
next