~ken-vandine/libqofono/0.90_qml-module-ofono

« back to all changes in this revision

Viewing changes to debian/patches/connman-resetcontexts.patch

  • Committer: Ken VanDine
  • Date: 2016-03-23 19:32:26 UTC
  • Revision ID: ken.vandine@canonical.com-20160323193226-sfimuwjkilc9oi9f
refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: libqofono-0.79/src/dbus/ofono_connection_manager.xml
 
1
Index: libqofono-ubuntu/src/dbus/ofono_connection_manager.xml
2
2
===================================================================
3
 
--- libqofono-0.79.orig/src/dbus/ofono_connection_manager.xml
4
 
+++ libqofono-0.79/src/dbus/ofono_connection_manager.xml
 
3
--- libqofono-ubuntu.orig/src/dbus/ofono_connection_manager.xml
 
4
+++ libqofono-ubuntu/src/dbus/ofono_connection_manager.xml
5
5
@@ -18,6 +18,7 @@
6
6
                        <arg type="o" direction="in"/>
7
7
                </method>
10
10
                <method name="GetContexts">
11
11
                        <arg type="a(oa{sv})" direction="out"/>
12
12
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ObjectPathPropertiesList"/>
13
 
Index: libqofono-0.79/src/qofonoconnectionmanager.cpp
 
13
Index: libqofono-ubuntu/src/qofonoconnectionmanager.cpp
14
14
===================================================================
15
 
--- libqofono-0.79.orig/src/qofonoconnectionmanager.cpp
16
 
+++ libqofono-0.79/src/qofonoconnectionmanager.cpp
 
15
--- libqofono-ubuntu.orig/src/qofonoconnectionmanager.cpp
 
16
+++ libqofono-ubuntu/src/qofonoconnectionmanager.cpp
17
17
@@ -143,6 +143,21 @@ void QOfonoConnectionManager::removeCont
18
18
     }
19
19
 }
36
36
 bool QOfonoConnectionManager::attached() const
37
37
 {
38
38
     return getBool("Attached");
39
 
Index: libqofono-0.79/src/qofonoconnectionmanager.h
 
39
Index: libqofono-ubuntu/src/qofonoconnectionmanager.h
40
40
===================================================================
41
 
--- libqofono-0.79.orig/src/qofonoconnectionmanager.h
42
 
+++ libqofono-0.79/src/qofonoconnectionmanager.h
 
41
--- libqofono-ubuntu.orig/src/qofonoconnectionmanager.h
 
42
+++ libqofono-ubuntu/src/qofonoconnectionmanager.h
43
43
@@ -79,6 +79,7 @@ public slots:
44
44
     void deactivateAll();
45
45
     void addContext(const QString &type);
48
48
 
49
49
 private slots:
50
50
     void onAddContextFinished(QDBusPendingCallWatcher *watch);
51
 
Index: libqofono-0.79/test/auto/tests/tst_qofonoconnman.cpp
 
51
Index: libqofono-ubuntu/test/auto/tests/tst_qofonoconnman.cpp
52
52
===================================================================
53
 
--- libqofono-0.79.orig/test/auto/tests/tst_qofonoconnman.cpp
54
 
+++ libqofono-0.79/test/auto/tests/tst_qofonoconnman.cpp
 
53
--- libqofono-ubuntu.orig/test/auto/tests/tst_qofonoconnman.cpp
 
54
+++ libqofono-ubuntu/test/auto/tests/tst_qofonoconnman.cpp
55
55
@@ -107,8 +107,45 @@ private slots:
56
56
         QCOMPARE(rem.count(), 0);
57
57
     }