profile/ivi/qtbase.git
2011-06-22 Lars Knollremove the plugin support for QInputContext
2011-06-22 Lars Knolladd a platform interface for input method support
2011-06-22 Morten Johan... Add libxcb-xfixes0-dev to xcb deps
2011-06-22 Samuel RødalCompile fix (region is an accessor now, not a public...
2011-06-22 Morten SorvigAdd lighthouse event dispatcher API.
2011-06-22 Samuel RødalMade QExposeEvent public and added exposeEvent() in...
2011-06-21 Friedemann... Compile.
2011-06-21 Samuel RødalOpenGL API refactor.
2011-06-21 Richard Moe... Cocoa: fix compiler warning
2011-06-21 Richard Moe... Cocoa: add missing return statement
2011-06-21 Laszlo AgocsMake readback-glx working again in wayland.
2011-06-21 Laszlo AgocsCompile fix for readbackglx after surface->backingstore...
2011-06-21 Morten SorvigCompile.
2011-06-21 Morten SorvigCompile fix for platformsupport on Mac.
2011-06-21 Samuel RødalPort Cocoa plugin to new backing store interface.
2011-06-21 Samuel RødalRename QWindowSurface -> QBackingStore and split into...
2011-06-21 Samuel RødalCompile fixes.
2011-06-20 Richard Moe... Mac: buildfix for cocoa lighthouse plugin
2011-06-20 Richard Moe... Mac: buildfix for QtPlatformsupport
2011-06-20 Lars KnollDon't crash if Clipboard and Selection hold the same...
2011-06-20 Lars Knolluse selection changed events from XFixes
2011-06-20 Lars Knollremove postscript related files
2011-06-20 Lars KnollEnhance Xcb clipboard code
2011-06-20 Lars KnollAdd a platform API for QClipboard::ownsMode()
2011-06-20 Laszlo AgocsRestoring QT_WAYLAND_GL_SUPPORT ifdefs.
2011-06-20 Richard Moe... Mac: build fix. Make sure Platformsupport builds as...
2011-06-20 Laszlo AgocsMake glx wayland backends working.
2011-06-17 Laszlo AgocsRemove leftover xkb member variable in QXcbKeyboard.
2011-06-14 Friedemann... Compile.
2011-06-10 Jørgen LindAutodetect the xcb backend
2011-06-10 Samuel RødalUse XCB_GRAVITY_STATIC in XCB plugin for frame independ...
2011-06-10 Jørgen LindMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-06-10 Jørgen LindCompile fix, and remove warnings
2011-06-10 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-06-10 Samuel RødalAdded frameMargins() API and support in XCB plugin.
2011-06-10 Friedemann... Compile Windows.
2011-06-10 Jørgen LindFix QtPlatformSupport when compiling with glx and xcb
2011-06-10 Jørgen LindFix versionheader name for QtPlatformSupport
2011-06-10 Friedemann... idc: Do not link against QtGui.
2011-06-10 Jørgen LindRemove the platforms/install_rules directory
2011-06-10 Jørgen LindUpdate dependency list in xcb README
2011-06-10 Jørgen LindQtPlatformSupport: A helper library for platform plugins
2011-06-10 Tapani MikolaFontengine buildfix for xcb platform plugin.
2011-06-10 Morten SorvigActually add QEventDispatcherMac.
2011-06-10 Samuel RødalQWindowContext / QWindowFormat refactor.
2011-06-09 Shanetst_qnetworkreply: Fix divide by zero crash on MacOS X
2011-06-09 Laszlo AgocsUse XLookupString for translating key events.
2011-06-09 Jiang JiangAllow selecting fonts with irregular style names
2011-06-09 Gunnar SlettaDuplicate some harfbuzz symbols inside Qt.
2011-06-09 Eckhart KoppenUse homePath instead of homeDirPath
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 Pierre RossiAdd tilde (both ~ and ~<user>) expansion to QFileDialog...
2011-06-08 Marius Storm... Fix modules to load(qt_module) first
2011-06-08 Marius Storm... Complain if we don't load(qt_module) first
2011-06-08 Laszlo AgocsCursor support in xcb plug-in.
2011-06-08 Lars KnollAvoid out of bounds write
2011-06-08 Marius Storm... Fix typo from 1835afe6
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 Jiang JiangReorder member varibles in QGlyphRunPrivate to eliminat...
2011-06-08 Jiang JiangFix warning in qtextengine compilation
2011-06-08 Jiang JiangFix compile when configure with no fontconfig support
2011-06-08 Lars KnollFix behaviour after WM_TAKE_FOCUS
2011-06-08 Olli WerwolffUse Q_WIDGETS_EXPORT for widgets library
2011-06-07 Marius Storm... Fix usage of QT_SOURCE_TREE
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 Thiago MacieiraFix regression that caused waitForXXX(-1) to fail.
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 Eskil Abrahamsen... Add function QGlyphRun::setRawData()
2011-06-07 Richard Moe... Buildfix for Mac OS
2011-06-06 Eckhart KoppenAdded private header dependencies to MeeGo graphics...
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 Gunnar SlettaUse Raster pixmaps for the EglFS plugin
2011-06-06 Morten SorvigSet visibility state.
2011-06-06 Jørgen LindMake building of platform plugins indifferent if its...
2011-06-06 axisAdded module CONFIG to uitools.
2011-06-06 Samuel RødalMade tst_QWidget::repaintWhenChildDeleted() pass.
next