Added static keyword to blend_transformed_tiled_argb/rgb565().
[profile/ivi/qtbase.git] / src / gui /
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.
2012-02-07 Kim Motoyoshi KallandFixed jagged lines when drawing scaled image with raste...
2012-02-07 Kim Motoyoshi KallandRemoved image format specific template functions in...
2012-02-06 Samuel RødalFixed typo in QOpenGLContext warning message.
2012-02-06 Laszlo AgocsDestroy the QWindow children in destroy() instead of...
2012-02-06 jian liangFix memory leak of QFontEngineBox object
2012-02-06 Jiang JiangAdd distance field generation functions from Scenegraph
2012-02-06 Jan-Arve SaetherRemove QAccessible::FocusChild, add focusChild()
2012-02-06 Frederik GladhornAdd accessible role Terminal.
2012-02-05 John LaytSIC: QLocale: Remove base argument from conversion...
2012-02-03 Jędrzej NowackiFix a typo TypeDefiniton -> TypeDefinition.
2012-02-03 Pekka VuorelaRemove QInputContext
2012-02-02 Stephen KellyBuild with -pedantic
2012-02-02 Gunnar SlettaImprove QSurface / QWindow API a bit and use that to...
2012-02-02 Laszlo AgocsUpdate wrong docs for TouchPoint::id().
2012-02-02 Friedemann KleintWindows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.
2012-02-02 Morten Johan SørvigFix qmlscene segfault on startup on Mac OS 10.6.
2012-02-02 Pekka VuorelaRenamed QInputPanel as QInputMethod
2012-02-02 Jian Liangfix memory leak of QAccessibleWidget
2012-02-02 Kurt Korbatitsqopenglcontext not checking for null and failing with...
2012-02-02 Holger Hans Peter... pixmap: Add QPlatformPixmap::fromData null check for...
2012-02-01 Friedemann KleintMove QPlatformDialogs from QtWidgets to QtGui.
2012-02-01 Olivier GoffartUse QBasicMutex instead of Q_GLOBAL_STATIC QMutex
2012-02-01 Friedemann KleintWindows: Fix inclusion of <windows.h>
2012-02-01 Bradley T. HughesRevert "Put the generated <module>version.h into build...
2012-02-01 Gunnar SlettaIntroduced BufferQueueingOpenGL capability in platofrm...
2012-01-31 Stephen KellyAdd the event loop quitlock feature to QtCore.
2012-01-31 jian liangadd virtual destructor to QWindowSystemInterfacePrivate...
2012-01-31 Simon HausmannAdd support for cleanup functions for data-constructed...
2012-01-31 Lars KnollRemove many deprecated methods
2012-01-31 Kai KoehneWindows: Fix compilation with -qtnamespace
2012-01-31 aavitMoving tiff image format support and libtiff out of...
2012-01-31 Frederik GladhornUse events for accessibility updates.
2012-01-31 Xizhi ZhuRemove Symbian specific code from QtGui.
2012-01-31 Anselmo L. S. MeloFix QGuiApplication::topLevelWindows(), introducing...
2012-01-31 John LaytQValidator: Don't fallback to C Locale when validating...
2012-01-31 jian liangfix memory leak in QGuiApplicationPrivate
2012-01-30 Friedemann KleintAdd native event filters to Windows, forward to Widgets.
2012-01-30 Gunnar SlettaDon't crash when source or target is null
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-28 Liang QiPut the generated <module>version.h into build tree
2012-01-27 Friedemann KleintDecouple QPlatformTheme from QDialog.
2012-01-27 Pekka VuorelaQGuiApplication::focusObject() to replace QInputPanel...
2012-01-27 Samuel RødalIntroduced QOpenGLContext::defaultFramebufferObject().
2012-01-27 Anselmo L. S. MeloImplement QWindow::close()
2012-01-26 Samuel RødalMade QWindow::currentOrientation() a property.
2012-01-25 Andrew den ExterRemove QTextControl and QLineControl.
2012-01-25 Pierre RossiDon't lose the fontDef when setting the size of a raw...
2012-01-25 Gunnar SlettaRemove use of QT_MODULE from library
2012-01-25 Lars KnollMake coordinates float based where it makes sense.
2012-01-25 aavitRemove support for the MNG file format and the bundled...
2012-01-24 Andrew den ExterAdd a changed() signal to QValidator.
2012-01-24 Jiang JiangMove glyphMargin() to QFontEngine
2012-01-24 Samuel RødalMade window orientation API more flexible.
2012-01-24 David FaureQKeySequence: add tests, fix handling of '+' as key...
2012-01-24 Kim Motoyoshi KallandAllocate mipmaps in FBOs with glTexImage2D, not glGener...
2012-01-24 Andreas HolzammerMake it possible to compile with -no-opengl.
2012-01-24 Xizhi ZhuRemove Symbian specific code from QtGui.
2012-01-23 Laszlo AgocsFix synthesizing mouse events when touches change ordering
2012-01-23 Alex WilsonMark QTriangulatingStroker as Q_GUI_EXPORT
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-20 Jiang JiangFix glyphsEnd range check
2012-01-20 Eskil Abrahamsen... Introducing QPlatformSharedGraphicsCache
2012-01-20 Anselmo L. S. MeloDocs: Fix typo in the QWindow class documentation
2012-01-20 Simon HausmannAllow generic plugins to set defaults for window system...
2012-01-20 Simon HausmannAdd support for platform plugin specific event filters.
2012-01-19 Lars KnollRename all our interfaces from com.trolltech to org...
2012-01-19 Jan-Arve SaetherCleanup: No need to have two code paths that both retur...
2012-01-19 Jan-Arve SaetherRemove all references to QAccessible::Self
2012-01-18 Jan-Arve SaetherRemove all references to QAccessible::(Covers|Covered)
2012-01-18 Jan-Arve SaetherRemove all references to Self in relation to navigate.
2012-01-17 C. BoemannFix that right aligned tabs can cause text overlapping
2012-01-17 Lars KnollFix ### Qt5 for QKeySequence
2012-01-17 Lars KnollMark obsolete methods in qregion as deprecated
2012-01-17 Pekka VuorelaMove keyboardInput data back to QApplication
2012-01-17 Leandro MeloJoin user state of removed text blocks
2012-01-16 Morten Johan SorvigRemove Qt4 Mac accessibility backend files.
2012-01-16 Lars KnollRemove a ###
2012-01-16 Samuel RødalUse QFunctionPointer in QOpenGLContext as well.
2012-01-16 Frederik GladhornClean up and extend QAccessible::State.
2012-01-16 Frederik GladhornAccessible docs - editable text interface.
next