summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-20removed reference to sexual interactionAdam Endrodi
2010-10-20bumped lib versionAbdiel Janulgue
2010-10-20Fixes: NB#198346 - Not able to answer coming calls when device lock activatedAdam Endrodi
call-ui changed its _MEEGO_STACKING_LAYER which made its WM_STATE change to Normal, which confused Qt because it expected Withdrawn when the window was show()n. * src/mcompositemanager.cpp (MCompositeManagerPrivate::setWindowState): Don't touch WM_STATE if the window is not mapped, especially not to NormalState.
2010-10-19Merge commit 'refs/merge-requests/54' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-19Merge branch 'master' of git@gitorious.org:meegotouch/meegotouch-compositorAbdiel Janulgue
2010-10-19bumped versionAbdiel Janulgue
2010-10-19fix building without WINDOW_DEBUGKimmo Hämäläinen
2010-10-19Fixes: NB#181802 - Fn + Backspace shortcut doesn't work if text entry with ā†µAdam Endrodi
AC selected * src/mcompositemanager.cpp (setup_key_grabs): Grab Fn-Backspace even if Shift is locked or latched.
2010-10-19Fixes: NB#187502 - Fn+Backspace works simultaneously as a task switcher ā†µAdam Endrodi
shortcut and an application keypress * src/mcompositemanager.cpp (setup_key_grabs): Grab Backspace asynchronously, whatever it means.
2010-10-18bumped version0.7.5-1Abdiel Janulgue
2010-10-18Changes: Return an allocated but invalid property object for invald windows ā†µAbdiel Janulgue
in testing purposes RevBy: TrustMe
2010-10-18Changes: Fix crash on fake object testsAbdiel Janulgue
RevBy: TrustMe
2010-10-18Changes: Don't crash on a null property cache object in composite window ā†µAbdiel Janulgue
constructor. Return an allocated but invalid object instead. RevBy: TrustMe
2010-10-18Merge commit 'refs/merge-requests/53' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor Conflicts: src/mcompositemanager.cpp
2010-10-18Merge commit 'refs/merge-requests/52' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-18Changes: Fix ugly flicker caused by skipping desktop window painting when a ā†µAbdiel Janulgue
window above it is scaled or moved to an area that exposes the desktop window. RevBy: TrustMe
2010-10-15remote control interfaceAdam Endrodi
If built with TESTABILITY=on create a FIFO in /tmp/mrc and wait for commands: state, save, restart and exit.
2010-10-15Fixes: NB#189364 - Same properties are changed multiple times for all bg apps..Kimmo Hämäläinen
2010-10-15Add support for _MEEGOTOUCH_CANNOT_MINIMIZE propertyKimmo Hämäläinen
2010-10-14Fixes: NB#189519 - compositor calls eglSwapBuffers without rendering anythingKimmo Hämäläinen
- keep non-composited mode when we don't have mapped windows to paint - avoid updating the scene if we don't need to
2010-10-14Fixes: NB#196385 - Display is not updated correctly after screen blank ā†µKimmo Hämäläinen
on-off sequence, take two - also set followsCurrentApplicationWindowOrientation property for NB#179761
2010-10-13add stackingList API for effect pluginsKimmo Hämäläinen
2010-10-13emit currentAppChanged also when stacking order changes to allow the signalKimmo Hämäläinen
listener to track the transients
2010-10-13Changes: Add interface for custom window animation handlerAbdiel Janulgue
RevBy: TrustMe
2010-10-12bumped lib versionAbdiel Janulgue
2010-10-12bumped versionAbdiel Janulgue
2010-10-12new version for integration0.7.4-1Abdiel Janulgue
2010-10-07Changes:Abdiel Janulgue
- Ensure texture object states are always set on texture init - Don't create EGL image when pixmap is already freed. Happens when window is already closed RevBy: TrustMe
2010-10-07Merge commit 'refs/merge-requests/49' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-07Fixes: NB#196316 - Ugly flicker during startup-animationAdam Endrodi
The prestarted application's QGraphicsItem was below the desktop. * src/mcompositemanager.cpp (MCompositeManagerPrivate::mapEvent): Move it on the top of the scene when the transition begins. * src/mcompositewindow.cpp (MCompositeWindow::setWindowObscured): Send the VisibilityEvent unconditionally if it's a remapped window, so we needn't wait until the damage_timer expires.
2010-10-07remove unnecessary boolean parameter from saveBackingStore()Kimmo Hämäläinen
- do not restack if an unmapped window goes (un)fullscreen (see NB#196318)
2010-10-07bumped lib versionAbdiel Janulgue
2010-10-06Merge commit 'refs/merge-requests/47' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-06Merge commit 'refs/merge-requests/46' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-06Changes: Merge merge request 48 with additional improvements. Ensure that ā†µAbdiel Janulgue
the texture is updated on window update using glTexSubImage2D + make sure texture is inverted properly RevBy: TrustMe
2010-10-06[V2] Re-add fallback when Image extension is not availableRiku Voipio
Khronos image extensions are not univeral yet. The current fallback code is just leftover dead code. Re-surrect the custom TfP function V2: remove texture inversion and let hw do that Signed-off-by: Riku Voipio <riku.voipio@nokia.com> remove inversion
2010-10-06Changes: testing binaries into own packageJani Mikkonen
RevBy: TrustMe Details: windowstack, windowctl and focus-tracker moved into mcompositor-utils debian package because other people (namely me) might want to use those binaries but not to install the whole testsuite in the same go. Also contains a bugfix for packaging, aegis-dss-tools is not available for x86 the dependency without arch operator broke the installation for x86 target.
2010-10-06Keep compositing when there's a window between XMapWindow() and MapNotifyKimmo Hämäläinen
- merge enablePaintedCompositing() with enableRedirection()
2010-10-06Add support for _MEEGOTOUCH_DESKTOP_VIEW window property.Kimmo Hämäläinen
2010-10-06Changes: Initial documentation for MCompositeWindowShaderEffectAbdiel Janulgue
RevBy: TrustMe
2010-10-05bumped versionAbdiel Janulgue
2010-10-05new version for integration0.7.3-1Abdiel Janulgue
2010-10-05Fixes: NB#196194 - MCOMPOSITOR titlebar misalignment causes Toast to be unusableKimmo Hämäläinen
- disable unfinished/incomplete/untested/unmaintained decoratorless code
2010-10-05fix building, sorry guys..Kimmo Hämäläinen
2010-10-04Find out QGLWidget in MTexturePixmapPrivate::installPixelShader if it's not doneKimmo Hämäläinen
- installPixelShader depends on static variables glresource and glwidget, so make glwidget static too
2010-10-01add _MEEGOTOUCH_MSTATUSBAR_GEOMETRY setting option to windowctlKimmo Hämäläinen
2010-10-01Merge branch 'master' of git@gitorious.org:meegotouch/meegotouch-compositorKimmo Hämäläinen
2010-10-01Merge commit 'refs/merge-requests/43' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-01Merge commit 'refs/merge-requests/40' of ā†µAbdiel Janulgue
git@gitorious.org:meegotouch/meegotouch-compositor
2010-10-01add j1 and j2 options for windowctlKimmo Hämäläinen