Fix enter/leave event generation between native widgets when grabbing.
[profile/ivi/qtbase.git] / src / plugins /
2012-10-26 Cyril OblikovNew-style Windows cursors when dragging object from...
2012-10-26 Kevin FunkMake compile on WCE after c3b9398
2012-10-25 Sérgio MartinsDon't crash if there's no m_image yet.
2012-10-25 Miikka HeikkinenFix crash when handling WM_PAINT during COM operations
2012-10-25 Sergio MartinsAdd DnD support for QNX.
2012-10-25 Miikka HeikkinenAdd ContextMenu event to QWindowSystemInterface
2012-10-24 Jason BarronAdd ANGLE as a 3rdparty library to Qt.
2012-10-23 Friedemann KleintFix warning about missing return value in XCB native...
2012-10-22 Julien Brianceauqpa: Fix drawPixmap rendering using CompositionMode_Sou...
2012-10-22 Samuel RødalMake QPen default to 1-width non-cosmetic.
2012-10-22 Jason BarronPass the correct handle to the Windows EGL context...
2012-10-22 Frederik GladhornBring back accessibility for plain text edit.
2012-10-19 Samuel RødalRemove DRI2/OpenGL code paths from xcb plugin.
2012-10-19 Samuel RødalSmall xcb startup performance optimization.
2012-10-19 Samuel RødalMade xcb plugin work when the GLX extension is not...
2012-10-19 Gatis PaeglisModularize drag and drop documentation
2012-10-19 Frederik GladhornAccessibility: itemviews check for valid model.
2012-10-18 Teemu KatajistoCocoa: fix memory leak
2012-10-18 Kevin KrammerQNX: Change base font sizes from pixels to points
2012-10-18 Richard Moe GustavsenCocoa: fix frameStrutMouseEvents
2012-10-18 Friedemann KleintWindows QPA plugin: Parse arguments from list passed...
2012-10-17 Jonathan LiuFix compilation with MinGW-w64
2012-10-17 Friedemann KleintWindows: Multisampling is disabled by default.
2012-10-17 Friedemann KleintWindows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.
2012-10-17 Teemu KatajistoCocoa: remove current contentView when clearing window
2012-10-17 Richard Moe GustavsenQPlatformWindow: change API for QPlatformWindow::setWin...
2012-10-16 Marc MutzQWindowsKeyMapper: use a more efficient data structure...
2012-10-16 Marc MutzQWindowsKeyMapper: remove dead code
2012-10-16 Marc MutzQWindowsKeyMapper: replace one magic constant with...
2012-10-16 Joerg Bornemannimplement QCocoaWindow::setWindowIcon
2012-10-16 Niels WeberDocument needed packages for XCB on Fedora.
2012-10-16 Miikka HeikkinenImplement setWindowIcon() for Windows.
2012-10-16 Andy ShawCheck if there is an old item before removing it
2012-10-16 Morten Johan SorvigCocoa: Set platform window geometry correctly.
2012-10-16 Teemu KatajistoCocoa: use defaultPixmap() if pixmap is not set for...
2012-10-16 Gabriel de DietrichQPA: Introducing QPlatformTheme standardPixmap(), fileI...
2012-10-16 Friedemann KleintWindows: Document WinAPI usage for the various compilers.
2012-10-16 Shawn RutledgeWindows QScreen: handle change in working area when...
2012-10-15 Zeno AlbisserAdd cglContextForContext to QCocoaNativeInterface.
2012-10-15 Richard Moe GustavsenQPlatformWindow: change API for QPlatformWindow::setWin...
2012-10-13 Rafael RoquettoQNX: code cleanup, use '0' instead of 'NULL'
2012-10-13 Oliver WolffAdded possibleKeys(QKeyEvent *) to QWindowsIntegration
2012-10-13 Gatis PaeglisSimplify transaction expiry mechanism
2012-10-13 Gatis PaeglisMake sure timestamp is initialized before using it...
2012-10-13 José Millán SotoCheck that row and column are not less than 0 in indexF...
2012-10-13 Sérgio MartinsQtPrintSupport: Fix build with QT_NO_PICTURE.
2012-10-13 Konstantin RittFix QTextBoundaryFinder usage cases in QAccessible2
2012-10-13 Konstantin RittUpdate/fix QTextBoundaryFinder simple usage cases in...
2012-10-10 Tor Arne VestbøModularize documenation build
2012-10-10 Morten Johan SorvigRemove handleSynchronous* functions.
2012-10-10 Gabriel de DietrichMac: Bring back "Text boxes and list only" tab navigation
2012-10-10 Morten Johan SorvigCocoa: Send keyboard modifiers with mouse events.
2012-10-10 Samuel RødalAdded missing keysym to handleExtendedKeyEvent in xcb...
2012-10-10 Friedemann KleintWindows: Filter out events sent during DestroyWindow().
2012-10-10 Samuel RødalCompile fix for when XCB_USE_GLX is not defined.
2012-10-10 Miikka HeikkinenFix wheel events in Windows
2012-10-09 James TurnerQNX: Add and remove screens dynamically.
2012-10-09 Sergio AhumadaQtPrinterSupport: Fix compilation with QT_NO_PRINTER
2012-10-08 Teemu KatajistoCocoa: add qWarnining when trying to create 0 width...
2012-10-08 Teemu KatajistoCocoa: don't animate window transitions for 0 width...
2012-10-08 Shawn Rutledgeosx: support for QScreen changes at runtime, and physic...
2012-10-05 Frederik GladhornExpose enabled state in mac accessibility.
2012-10-04 Miikka HeikkinenFix Windows mouse enter/leave event generation
2012-10-04 Friedemann KleintRun per-QWindow native event filter for all events.
2012-10-04 Teemu KatajistoCocoa: fix regressions in cocoa filedialog helper
2012-10-04 Friedemann KleintRemove unused placeholder from qErrnoWarning().
2012-10-04 Friedemann KleintWindows: Append file suffix in save-dialog.
2012-10-04 Andy ShawUpdate the window style when the modality changes on...
2012-10-04 Frederik GladhornReturn if header is 0.
2012-10-03 Frederik GladhornCheck for valid model and view in isValid for TableCells.
2012-10-03 Frederik GladhornMake accessibility debug output optional.
2012-10-03 Gabriel de DietrichMac: QComboBox wouldn't receive mouse events when shown...
2012-10-03 Sean HarmerOpenGL: Don't request a context version higher than...
2012-10-03 Sergio MartinsIntroducing the PlatformPanel event type.
2012-10-03 Andy ShawChange Q_ASSERT to warnings and returns for the menu...
2012-10-02 Richard Moe GustavsenCocoa: add missing auto release pools
2012-10-02 Richard Moe GustavsenCocoa: bugfix staysOnTopFlag in combination with transi...
2012-10-02 Jocelyn TurcotteFix a crash with xcb on 64bit systems when hitting...
2012-10-02 Gatis PaeglisStop delivering messages when drop has occurred.
2012-10-02 Gatis PaeglisRetrieve drop data with a proper timestamp
2012-10-02 Gatis PaeglisEnsure that QDrag is set correctly at all times.
2012-10-02 Gatis PaeglisFixed xdnd protocol-version detection code
2012-10-02 Gatis PaeglisDon't let mimeData return 0.
2012-10-02 Friedemann KleintFix filter regular expression for native Windows file...
2012-10-02 Joerg Bornemannfix QWidget::setWindowFilePath on Mac OS
2012-10-01 Thomas McGuireQNX: Also support input method hints from QtQuick elements
2012-10-01 Yoann LopesQXcbWindow: Don't recreate window when reparenting.
2012-10-01 Rafael RoquettoQNX: Only set parent window if it is not NULL
2012-09-29 Marc MutzQQnxWindow: use a proper cast
2012-09-28 Rafael RoquettoQNX: fix bug on window hierarchy list
2012-09-28 Rafael RoquettoQNX: fix assert condition on the destructor
2012-09-28 Gabriel de DietrichSome improvements to the system Mac palette
2012-09-28 Thomas McGuireBlackberry: Support input method hints
2012-09-28 Rafael RoquettoQNX: use assert on QQnxWindow destructor
2012-09-27 Pasi MatilainenSand box support, fix for the file dialogs.
2012-09-27 Miikka HeikkinenFix OpenGL context creation in Windows platform plugin
2012-09-27 Thomas McGuireBlackberry: Fix hardware button detection on the BB...
2012-09-27 Kai KoehneWindowsPlugin: Fix MinGW warnings
2012-09-27 José Millán SotoReturn correct accessible name when a label has rich...
2012-09-27 Andreas Holzammer(WINCE)Add failure for font outline function
next