Merge remote branch 'gerrit/master' into refactor
[profile/ivi/qtbase.git] / src / gui /
2011-08-29 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-08-29 Samuel RødalClean up legacy defines in gui/opengl.
2011-08-29 Samuel RødalCopy core GL functionality to QtGui with QGL -> QOpenGL...
2011-08-29 Samuel RødalMove GL resource handling enablers to QtGui.
2011-08-29 Gunnar SlettaQWindow::mapToGlobal/mapFromGlobal and move()
2011-08-26 Frederik GladhornFix typo for ifdef QT_NO_ACCESSIBILITY
2011-08-26 José Millán SotoCall QAccessible::updateAccessibility when a widget...
2011-08-26 José Millán SotoCall QAccessible::updateAccessibility when setText...
2011-08-26 Frederik GladhornCheck if bridge plugin vector is still valid.
2011-08-26 Eskil Abrahamsen... Fix crash when fallback font is not #0 in multi font...
2011-08-26 Friedemann KleintFix some compiler warnings, shut up QIbusPlatformInputC...
2011-08-26 Samuel RødalIntroduce new platform capability ThreadedOpenGL.
2011-08-25 Eskil Abrahamsen... Fix justification of RTL text
2011-08-25 Frederik GladhornAdd constants to QAccessible::Event enum.
2011-08-25 Friedemann KleintFix compilation/use correct data type for qt_lastx,y.
2011-08-25 Gunnar SlettaMerge "Merge branch 'master' into refactor" into refactor
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-25 David FaureAdd a QApplication::queryKeyboardModifiers() method.
2011-08-24 Gunnar Slettaresize convenince function
2011-08-24 Gunnar SlettaPreliminary change to get resizeEvents for QWindow...
2011-08-23 Friedemann KleintQFontEngine: Avoid nesting multi-fontengines.
2011-08-23 Friedemann KleintFix input context header.
2011-08-22 Frederik GladhornAdd IAccessible2 table2 implementation.
2011-08-22 Olli WerwolffFixed empty if statement in QWindow.cpp
2011-08-19 Friedemann KleintFix comparison.
2011-08-19 Friedemann KleintQSurfaceFormat: Add missing 'profile' accessors, fix...
2011-08-19 Lars KnollRemove qtessellator.* from QtGui
2011-08-19 Friedemann KleintFix build.
2011-08-19 Eskil Abrahamsen... Enablers for using QGlyphRun in SceneGraph
2011-08-19 Lars KnollQColormap is gone from QtGui
2011-08-19 Lars KnollRemove Type1 support
2011-08-19 Lars KnollRestore feature compatibility with QPrinter in QTextDoc...
2011-08-19 Lars KnollMove the printer support backend into it's own plugin
2011-08-19 Lars KnollMove printing into it's own library
2011-08-19 Lars KnollUse the paged paintdevice in the print() method of...
2011-08-19 Lars KnollIntroduce a paged paintdevice and use it
2011-08-19 Lars Knollmove printing related files into their own directory
2011-08-19 Lars KnollPDF doesn't require the alpha paintengine
2011-08-19 Lars KnollMove the remaining QPrinter dependencies out of qpf.*
2011-08-19 Lars KnollRename QPdf(Base)Engine
2011-08-19 Lars KnollMove the PDF related functionality into QPdf
2011-08-19 Lars Knollfirst version of a public API to generate PDFs
2011-08-19 Lars KnollMove QColorMap into QtWidgets
2011-08-18 Rohan McGovernFixed broken lookup of fallback fonts on qpa
2011-08-18 Frederik GladhornUse name for combobox on Unix.
2011-08-18 Frederik GladhornRename textBeforeOffsetFromString to start with q.
2011-08-18 Frederik GladhornImplement text interface for QLineEdit.
2011-08-18 Eskil Abrahamsen... Fix bidi reordering of RTL text with embedded images
2011-08-18 Ritt KonstantinMinor optimizations for QTextEngine
2011-08-18 Frederik GladhornFix typo in comment.
2011-08-18 Frederik GladhornAvoid bogus accessibility focus events from menus.
2011-08-17 Frederik GladhornWhen asking for relations, don't crash on children...
2011-08-16 Morten SorvigCocoa: Fix flicker on window resize.
2011-08-15 Alan AlpertFocusScope's focusItem must always be a descendent
2011-08-15 Alan AlpertDon't endless loop
2011-08-15 Alan AlpertDon't leak MouseEvents
2011-08-11 Gunnar SlettaImplement "quit on last window closed" logic for QWindow
2011-08-10 Peter HartmannQLabel documentation: add warning about sanitizing...
2011-08-10 Samuel RødalMade QWindow::setVisible() send show and hide events.
2011-08-09 Samuel RødalRemoved QPaintDevice dependency in blitFramebuffer().
2011-08-09 Harald FernengelRemove all non-const operator==
2011-08-08 Laszlo AgocsChange mouse and wheel QPA events to use QPointF.
2011-08-05 Samuel RødalGet wayland plugin working after latest QPA API changes.
2011-08-05 Alan AlpertUse more numerically robust algorithm to compute QBezie...
2011-08-05 Gunnar SlettaAdded some convenience to QWindow
2011-08-05 Friedemann KleintAdd WindowStateChanged event.
2011-08-04 Jørgen LindMerge "Merge remote branch 'gerrit/master' into refacto...
2011-08-03 Friedemann KleintQPlatformFontDatabase: Add default fonts.
2011-08-03 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-08-01 Friedemann KleintBring back QPixmap::grabWidget() (with a warning).
2011-07-29 Jiang JiangSwitch to use floating point pixelSize in QRawFont...
2011-07-29 Friedemann KleintFix compilation of Minimalplugin, add documentation.
2011-07-29 Jiang JiangFix off-by-one error in binary search
2011-07-29 Charles YinAdd notify signals for QIntvalidator, QDoubleValidator...
2011-07-28 Andrew den ExterEmit selectionChanged signals when input method alters...
2011-07-28 Jørgen LindMake QPlatformIntegration not have a factory for eventd...
2011-07-28 Jason McDonaldFix obsolete contact email
2011-07-27 Jørgen LindMake it possible to use QSocketNotifier in Lighthouse...
2011-07-27 Samuel RødalAdded Q_GUI_EXPORT for some internal symbols needed...
2011-07-27 Samuel RødalRemove nativeimagehandleprovider.
2011-07-26 Friedemann KleintQWindow: Do not call setters for window state, type...
2011-07-26 Samuel RødalGet the eglfs plugin compiling.
2011-07-26 David FaureMake QTabWidget::tabBar() public.
2011-07-26 Friedemann KleintFix MSVC compiler warning.
2011-07-26 Sarah SmithImprove doc to avoid row vs col major confusion.
2011-07-25 Andrew den ExterEmit selectionChanged signals when input method alters...
2011-07-25 Andrew den ExterUpdate cursor position when selection is reversed.
2011-07-25 Friedemann KleintLighthouse: Provide default plugin.
2011-07-25 Friedemann KleintCompile fix.
2011-07-25 Friedemann KleintCompile fix.
2011-07-25 Samuel RødalCompile fix.
2011-07-25 Laszlo AgocsAdd drag and drop events to QWindowSystemInterface.
2011-07-25 Ilya KonkovAdd initial support for bitmap version 4/5 headers.
2011-07-25 Laszlo AgocsSupport non-desktop platforms better with QDragManager.
2011-07-25 Laszlo AgocsFix for not calling QPlatformCursor's pointerEvent.
2011-07-25 Samuel RødalAdded workable QScreen API on top of QPlatformScreen.
2011-07-25 Kim Motoyoshi KallandChanged QLibrary::resolve() to return a function pointer.
2011-07-25 Jiang JiangMaking cached glyphs drawing check clearer
2011-07-25 Andrew den ExterDelay masking the last character in Password echo mode.
2011-07-22 liangqiUse QUuid::toByteArray() instead of QUuid::toString...
next