QWindowContext / QWindowFormat refactor.
[profile/ivi/qtbase.git] / src /
2011-06-10 Samuel RødalQWindowContext / QWindowFormat refactor.
2011-06-09 Laszlo AgocsUse XLookupString for translating key events.
2011-06-09 Morten SorvigAdd QEventDispatcherMac.
2011-06-09 Morten SorvigRemove QPlatformEventLoopIntegration.
2011-06-09 Laszlo AgocsBail out from cursor creation when malloc fails.
2011-06-09 Laszlo AgocsGet modifier mapping using standard X, no need for...
2011-06-09 Laszlo AgocsCreate custom cursors via XRender.
2011-06-08 Laszlo AgocsCursor support in xcb plug-in.
2011-06-08 Lars KnollAvoid out of bounds write
2011-06-08 Olli WerwolffUndefine DrawText in qlineedit.cpp
2011-06-08 Olli WerwolffMost checks for windows in widgets have to be ws specific
2011-06-08 Olli Werwolffuse correct includes in qaccessible_win.cpp/qwizard_win_p.h
2011-06-08 Olli WerwolffDo not compile _win files when -qpa is used
2011-06-08 Olli WerwolffQTextDocumentLayout has to be exported as it is used...
2011-06-08 Olli WerwolffFixed compilation with QT_NO_PRINTER
2011-06-08 Lars Knollcosmetic changes
2011-06-08 Lars KnollFix behaviour after WM_TAKE_FOCUS
2011-06-08 Olli WerwolffUse Q_WIDGETS_EXPORT for widgets library
2011-06-07 Lars Knollrevert accidental commit
2011-06-07 Lars Knollremove unused code
2011-06-07 Lars Knollcleanups code
2011-06-07 Lars KnollImplement QDropEvent::source() again
2011-06-07 Lars Knollreset certain global variables on deletion
2011-06-07 Lars KnollProtect against deleted windows
2011-06-07 Lars KnollInitialize variable
2011-06-07 Lars KnollFix some remaining issues with DnD
2011-06-07 Lars Knolladd WM support class
2011-06-07 Lars KnollImplement XDnD in the xcb plugin
2011-06-07 Lars KnollX11 DnD implementation
2011-06-07 Lars KnollAdd a startDrag to QPlatformDrag
2011-06-07 Morten SorvigCocoa: Implement raise() and lower().
2011-06-07 Morten SorvigCocoa: Implement setWindowTitle.
2011-06-07 Morten SorvigFix Cocoa mouse position handling.
2011-06-07 Richard Moe GustavsenBuildfix for Mac OS
2011-06-06 Samuel RødalMade tst_QWidget::updateWhileMinimized() pass.
2011-06-06 Samuel RødalFixed warning about missing return in qmessagebox.cpp
2011-06-06 Morten SorvigSet visibility state.
2011-06-06 Jørgen LindMake building of platform plugins indifferent if its...
2011-06-06 Samuel RødalMade tst_QWidget::repaintWhenChildDeleted() pass.
2011-06-06 Laszlo AgocsAvoid setting the active window to null when there...
2011-06-06 Samuel RødalImplemented QXcbScreen::topLevelAt(const QPoint &p).
2011-06-06 Samuel RødalMake XCB plugin work better in combination with auto...
2011-06-03 Samuel RødalBasic QDesktopWidget support.
2011-06-03 Laszlo AgocsRemove out-of-date TODOs.
2011-06-03 Samuel RødalPrevent crash in QXcbIntegration::grabWindow().
2011-06-03 Samuel RødalImplemented QXcbIntegration::grabWindow().
2011-06-03 Laszlo AgocsAdd support for mouse and keyboard grab.
2011-06-03 Samuel RødalPrevent crash in tst_QWidget::persistentWinId().
2011-06-03 Samuel RødalGet rid of superfluous debug output in the xcb plugin.
2011-06-03 Samuel RødalMade tst_QWidget::winIdChangeEvent() pass with Lighthouse.
2011-06-01 Jørgen LindMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-06-01 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-06-01 Laszlo AgocsHave tooltips shown properly with xcb.
2011-06-01 Samuel RødalMake tst_QWidget::ensureCreated() pass with -platform...
2011-06-01 Shane Kearnssockets: limit buffer size of the internal sockets...
2011-06-01 Samuel RødalPrevent XSetInputFocus BadMatch errors.
2011-06-01 Laszlo AgocsStart using libxkbcommon in the xcb plug-in.
2011-06-01 Laszlo AgocsDo not choke on zero-sized windows.
2011-06-01 Lars Knolladd a platform interface for DnD
2011-06-01 Lars KnollClean up DnD code
2011-06-01 Andrew den ExterMake TextEdit word selection more natural.
2011-06-01 Andrew den ExterEnsure the TextEdit cursor delegate is repositioned...
2011-06-01 Andrew den ExterDon't crash on an invalid replacementStart from an...
2011-05-31 Bernhard RosenkraenzerFix build in C++0x mode
2011-05-31 Jørgen LindFix the egl path for xcb and wayland plugins
2011-05-31 Laszlo AgocsHave a sensible default double click interval.
2011-05-31 Laszlo AgocsFix for excess creation of QWindow instances.
2011-05-31 axisMade qpluginbase.pri into a feature profile.
2011-05-31 Laszlo AgocsFix QWidget::windowHandle().
2011-05-31 Friedemann KleintWindows: Bring back the HDC to the raster engine, Q_OS_WIN.
2011-05-31 Laszlo AgocsFix isTopLevel() in QWindow.
2011-05-31 Laszlo AgocsSet xcb size hints properly avoid strange behaviour.
2011-05-30 Gunnar SlettaExport the qt_gl_read_framebuffer function for use...
2011-05-30 Laszlo AgocsMade QXcbConnection::atomName() more fail safe.
2011-05-30 Jiang JiangSupport placing cursor in ligature with mouse or touch
2011-05-30 Laszlo AgocsDo not scroll in QXcbWindowSurface when m_image is...
2011-05-30 Lars Knollcompile with QT_NO_CUPS
2011-05-30 Lars KnollCleanup code for copy/paste of text
2011-05-30 Lars Knollcorrectly decode pasted text
2011-05-30 Lars Knollpartially working paste
2011-05-30 Lars Knolladd an xcb based clipboard implementation
2011-05-30 Lars KnollDon't leak xcb events
2011-05-30 Lars KnollCorrectly define standard XA_FOO atoms
2011-05-30 Lars KnollAdd xcb based mime type handling
2011-05-30 Laszlo AgocsHave proper warnings shown when xcb window surface...
2011-05-30 Laszlo AgocsAvoid dialog and other widgets with non-adjusted window...
2011-05-30 Laszlo AgocsAdd focus and modal dialog support.
2011-05-30 Laszlo AgocsThe proper fix for subwindow parenting issues.
2011-05-30 Morten SorvigCompile on Mac.
2011-05-30 Friedemann KleintAdd QPlatformPrinterSupport.
2011-05-27 Jiang JiangFix ligature offset in multi-line text
2011-05-27 Laszlo AgocsRevert "Have subwindows parented properly."
2011-05-27 Jiang JiangFix compile for systems with old fontconfig
2011-05-27 Laszlo AgocsHave subwindows parented properly.
2011-05-27 Liang QiAdd QUuid::toRfc4122() and fromRfc4122()
2011-05-27 Liang QiAdd QUuid::toByteArray() and relevant
2011-05-27 Liang QiQDataStream: speedup steaming of QUuid.
2011-05-27 Liang QiOptimize QUuid::QUuid(const char *)
2011-05-27 Liang QiFix the build for QUuid
2011-05-27 Friedemann Kleintuic: #include <QLayout> for QToolBox on non-laid-out...
next