summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2010-12-15polish debian/controlAdam Endrodi
update Standards-Version and don't use deprecated substvars
2010-12-15move mcompositor-test-init.py to mcompositor-utilsAdam Endrodi
...and other packaging improvements: * correct dependencies for mcompositor-utils * renew tests/functional/functional.pro
2010-12-13Implement new UI for application not respondingKimmo Hämäläinen
- MCompositeScene::drawItems(): don't clear the screen if there is no animation - don't ping window that is beneath an app window that does not support pinging - don't queue up more and more ping messages for hung windows
2010-12-08rebuild mcompositor-dev for all architecturesarch_anyAdam Endrodi
Because it differs now on arm and i386.
2010-11-15add x11-utils to mcompositor-functional-tests dependenciesKimmo Hämäläinen
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-01Make test scripts work with the security frameworkKimmo Hämäläinen
- add an 'uptime' run before each test to get an idea of the system load
2010-09-27Fixes: NB#188373 Global alpha being reset when running omapxvsinkAdam Endrodi
Don't change the global alpha setting via sysfs anymore, but tell the desired values through XRandR and let the server decide the final values. * debian/control: Depend on libxrandr-dev. * src/src.pro: Link with -lXrandr. * src/mwindowpropertycache.cpp (MWindowPropertyCache::alphaValue): Simplified to not use floating-point arithmetic. * src/mcompatoms_p.h: Added RROUTPUT property atoms. * src/mcompositemanager.cpp: -- Removed dependency on GLES2_VERSION; we can't decide it in compile-time whether the feature is supported by the X server. -- find_primary_output(): added, removing the dependency on hardcoded overlay and manager IDs. -- set_global_alpha(): use XRRChangeOutputProperty() rather than sysfs. -- toggle_global_alpha_blend(): do it in set_global_alpha. -- reset_global_alpha(): added for clarity.
2010-09-22New mcompositor-dev package with public headersKimmo Hämäläinen
- headers still need refactoring to remove private API
2010-09-17Revert "bumped version"Abdiel Janulgue
Restored accidentally modified debian/control This reverts commit 9cdc0440e390eda3f12edf62081adf3e2c6bb892. Signed-off-by: Abdiel Janulgue <abdiel.janulgue@nokia.com>
2010-09-17bumped versionAbdiel Janulgue
2010-08-13Fix mapping order regression + add contextkit-utils to Python test dependencies.Kimmo Hämäläinen
2010-07-21Changes: merged merge req#9 with improvements and conflict resolutionAbdiel Janulgue
RevBy: TrustMe
2010-07-13Changes: Use XCB in MWindowPropertyCache for maximum speed.Kimmo Hämäläinen
- now call checkStacking() with a zero-timer to reduce unneeded calls. - fix a bug in iconifyOnLower() which could cause wrong state for the iconised window
2010-06-30New: test packaging and toolsJani Mikkonen
RevBy: TrustMe
2010-06-18Fixes: NB#171592 - setGlobalAlpha does not workAbdiel Janulgue
Details: Implmented manifest instructions as per comments from said bug
2010-05-04Fixes: NB#Kimmo Hämäläinen
New: Changes: Use a ContextKit property for the ongoing call information. RevBy: Details:
2010-04-15Changes: replaces and conflicts against previous versionJani Mikkonen
RevBy: TrustMe Details: debian/control now replaces and conflicts duicompositor and generates a link from usr/bin/mcompositor to usr/bin/duicompositor
2010-04-14debian control description changesAbdiel Janulgue
2010-04-14Changes: updated debian controlAbdiel Janulgue
2010-04-14Changes: Use "MeeGo Touch UI" brand instead of "Direct UI"Daniel d'Andrada
RevBy: TrustMe
2010-03-31have the MCE dependency in ARM onlyKimmo Hämäläinen
2010-03-30add mce-dev to build dependenciesKimmo Hämäläinen
2010-02-16Changes: cleaned up the non-existing test packagesJani Mikkonen
RevBy: TrustMe
2010-02-15Changes: First public releaseTomas Junnonen
RevBy: TrustMe