I have made the following changes intended for :
  CE:MW:Shared / connman-qt

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7499

Thank You,
rojkov

[This message was auto-generated]

---

Request # 7499:

Messages from BOSS:

State: review at 2012-12-04T14:47:15 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:rojkov:branches:CE:MW:Shared / connman-qt -> CE:MW:Shared / 
connman-qt
  
changes files:
--------------
--- connman-qt.changes
+++ connman-qt.changes
@@ -0,0 +1,4 @@
+* Tue Dec 04 2012 Dmitry Rozhkov <[email protected]> - 0.3.2
+- Emit autoConnectChanged signal upon updates of autoConnect property.
+- Add NetworkService::remove() method
+

old:
----
  connman-qt-0.3.1.tar.bz2

new:
----
  connman-qt-0.3.2.tar.bz2

spec files:
-----------
--- connman-qt.spec
+++ connman-qt.spec
@@ -9,7 +9,7 @@
 # << macros
 
 Summary:    qt bindings for connman
-Version:    0.3.1
+Version:    0.3.2
 Release:    1
 Group:      System/GUI/Other
 License:    Apache License

other changes:
--------------

++++++ connman-qt-0.3.1.tar.bz2 -> connman-qt-0.3.2.tar.bz2
--- libconnman-qt/networkservice.cpp
+++ libconnman-qt/networkservice.cpp
@@ -155,6 +155,11 @@
     m_service->Disconnect();
 }
 
+void NetworkService::remove()
+{
+    m_service->Remove();
+}
+
 void NetworkService::setAutoConnect(const bool autoconnect)
 {
     // QDBusPendingReply<void> reply =
@@ -225,6 +230,8 @@
         emit strengthChanged(tmp.toUInt());
     } else if (name == Favorite) {
         emit favoriteChanged(tmp.toBool());
+    } else if (name == AutoConnect) {
+        emit autoConnectChanged(tmp.toBool());
     } else if (name == IPv4) {
         emit 
ipv4Changed(qdbus_cast<QVariantMap>(m_propertiesCache.value(IPv4)));
     } else if (name == IPv4Config) {
--- libconnman-qt/networkservice.h
+++ libconnman-qt/networkservice.h
@@ -90,6 +90,7 @@
 public slots:
     void requestConnect();
     void requestDisconnect();
+    void remove();
 
     void setAutoConnect(const bool autoconnect);
     void setIpv4Config(const QVariantMap &ipv4);

++++++ connman-qt.yaml
--- connman-qt.yaml
+++ connman-qt.yaml
@@ -1,6 +1,6 @@
 Name: connman-qt
 Summary: qt bindings for connman
-Version: 0.3.1
+Version: 0.3.2
 Release: 1
 Group: System/GUI/Other
 License: Apache License



Reply via email to