Merge lp:~thomas-moenicke/phablet-extras/maliit-framework-git into lp:~sergiusens/phablet-extras/maliit-framework-packaging

Proposed by Thomas Moenicke
Status: Merged
Merged at revision: 13
Proposed branch: lp:~thomas-moenicke/phablet-extras/maliit-framework-git
Merge into: lp:~sergiusens/phablet-extras/maliit-framework-packaging
Diff against target: 73 lines (+35/-4)
3 files modified
debian/patches/0001-rename_input_context.patch (+15/-4)
debian/patches/0004-fix_activationlostevent.patch (+19/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~thomas-moenicke/phablet-extras/maliit-framework-git
Reviewer Review Type Date Requested Status
Sergio Schvezov Pending
Review via email: mp+174967@code.launchpad.net

Commit message

  fixed string in json file, should be maliitphablet in order to pick the right plugin

Description of the change

  fixed string in json file, should be maliitphablet in order to pick the right plugin

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/patches/0001-rename_input_context.patch'
2--- debian/patches/0001-rename_input_context.patch 2013-07-12 19:19:12 +0000
3+++ debian/patches/0001-rename_input_context.patch 2013-07-16 10:40:31 +0000
4@@ -4,8 +4,8 @@
5
6 Index: maliit-framework-0.99+git20130702+97e8335/input-context/input-context.pro
7 ===================================================================
8---- maliit-framework-0.99+git20130702+97e8335.orig/input-context/input-context.pro 2013-07-04 15:28:02.656372642 -0300
9-+++ maliit-framework-0.99+git20130702+97e8335/input-context/input-context.pro 2013-07-04 15:35:43.648353255 -0300
10+--- maliit-framework-0.99+git20130702+97e8335.orig/input-context/input-context.pro 2013-07-16 09:57:37.000000000 +0000
11++++ maliit-framework-0.99+git20130702+97e8335/input-context/input-context.pro 2013-07-16 09:57:37.000000000 +0000
12 @@ -5,7 +5,7 @@
13 QT += dbus gui-private quick
14 TEMPLATE = lib
15@@ -17,8 +17,8 @@
16
17 Index: maliit-framework-0.99+git20130702+97e8335/input-context/main.cpp
18 ===================================================================
19---- maliit-framework-0.99+git20130702+97e8335.orig/input-context/main.cpp 2013-07-04 15:28:02.656372642 -0300
20-+++ maliit-framework-0.99+git20130702+97e8335/input-context/main.cpp 2013-07-04 15:35:17.344354362 -0300
21+--- maliit-framework-0.99+git20130702+97e8335.orig/input-context/main.cpp 2013-07-16 09:57:37.000000000 +0000
22++++ maliit-framework-0.99+git20130702+97e8335/input-context/main.cpp 2013-07-16 09:57:37.000000000 +0000
23 @@ -32,7 +32,7 @@
24 {
25 Q_UNUSED(paramList);
26@@ -28,3 +28,14 @@
27 return new MInputContext;
28 }
29 return 0;
30+
31+
32+Index: maliit-framework-0.99+git20130702+97e8335/input-context/maliit.json
33+===================================================================
34+--- maliit-framework-0.99+git20130702+97e8335.orig/input-context/maliit.json 2013-07-16 10:28:11.000000000 +0000
35++++ maliit-framework-0.99+git20130702+97e8335/input-context/maliit.json 2013-07-16 10:29:24.000000000 +0000
36+@@ -1,3 +1,3 @@
37+ {
38+- "Keys": [ "maliit" ]
39++ "Keys": [ "maliitphablet" ]
40+ }
41
42=== added file 'debian/patches/0004-fix_activationlostevent.patch'
43--- debian/patches/0004-fix_activationlostevent.patch 1970-01-01 00:00:00 +0000
44+++ debian/patches/0004-fix_activationlostevent.patch 2013-07-16 10:40:31 +0000
45@@ -0,0 +1,19 @@
46+Index: maliit-framework/input-context/minputcontext.cpp
47+===================================================================
48+--- maliit-framework.orig/input-context/minputcontext.cpp 2013-07-05 14:03:09.713553608 +0200
49++++ maliit-framework/input-context/minputcontext.cpp 2013-07-12 17:16:31.708912452 +0200
50+@@ -369,10 +369,14 @@
51+
52+ void MInputContext::activationLostEvent()
53+ {
54++ if (debug) qDebug() << InputContextName << "in" << __PRETTY_FUNCTION__;
55++
56+ // This method is called when activation was gracefully lost.
57+ // There is similar cleaning up done in onDBusDisconnection.
58+ active = false;
59+ inputPanelState = InputPanelHidden;
60++
61++ updateInputMethodArea(QRect());
62+ }
63+
64+
65
66=== modified file 'debian/patches/series'
67--- debian/patches/series 2013-07-05 12:26:51 +0000
68+++ debian/patches/series 2013-07-16 10:40:31 +0000
69@@ -1,3 +1,4 @@
70 0001-rename_input_context.patch
71 0002-ubuntu_session_type.patch
72 0003-prediction.patch
73+0004-fix_activationlostevent.patch

Subscribers

People subscribed via source and target branches