lp:~dandrader/unity/lp969554
- Get this branch:
- bzr branch lp:~dandrader/unity/lp969554
Branch merges
- Thomi Richards (community): Approve on 2012-04-04
-
Diff: 157 lines (+72/-9)4 files modifiedplugins/unityshell/src/GestureEngine.cpp (+2/-6)
plugins/unityshell/src/GestureEngine.h (+0/-1)
tests/test-gesture-engine/compiz_mock/core/window.h (+5/-2)
tests/test-gesture-engine/test_gesture_engine.cpp (+65/-0)
Related bugs
| Bug #969554: Performing a pinch gesture over a window has no effect | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 2206. By Daniel d'Andrada on 2012-04-04
-
Unit test for maximizing a window with a pinch gesture
Tests fix for bug lp:969554
- 2205. By Daniel d'Andrada on 2012-03-30
-
unityshell: Fix pinch gesture radius usage
There was a change in the maning of a pinch radius.
Before it was expressed in device units, whose resolution
can vary wildly among different device types.Pinch radius is now expressed as a ratio between the initial radius
and the current radius. - 2204. By Daniel d'Andrada on 2012-04-04
-
Unit test for moving a window with a 3-finger's drag gesture.
Tests fix for bug lp:940612
- 2203. By Daniel d'Andrada on 2012-04-04
-
Adding infrastructure for testing plugins/
unityshell/ GestureEngine class Creates test-gesture-engine test along with necessary mocks
- 2201. By Daniel d'Andrada on 2012-04-03
-
test/CmakeLists - link libraries against targets individually
There may be targets that want to link against a different set of libraries
than the one offered by link_libraries().
Besides link_libraries() has been deprecated in favor of targe_link_libraries( ) - 2199. By Daniel d'Andrada on 2012-03-30
-
unityshell gestures: Use hit-test to find window affected by 3-touch drag
Instead of climbing up the window hierarchy with XQueryTree. That will improve
performance.The root cause of lp:940612 is that after the re-architecture of the UTouch stack
the child_window_id event attribute is no longer being filled. Even though
UTouch stack should have it fixed, the change made by this patch is still
an improvement on its own right. Besides, in the new architecture, UTouch might
have trouble filling this attribute in the same way as before. - 2198. By Marco Trevisan (Treviño) on 2012-03-30
-
LauncherRemoteE
ntry: code rewritten to be more C++ friendly, and moved into unity namespace. Fixes: . Approved by Thomi Richards. - 2197. By Andrea Azzarone on 2012-03-30
-
Inserting items into launcher makes unnecessary animations on other monitors. Fixes: https:/
/bugs.launchpad .net/bugs/ 925021. Approved by Marco Trevisan (Treviño).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity

