[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.7.0+16.04.20160212-0ubuntu1

---
indicator-network (0.7.0+16.04.20160212-0ubuntu1) xenial; urgency=medium

  [ Pete Woods ]
  * Fix Connectivity::status property. (LP: #1531380)
  * Add PPTP support to VPN editor.
  * Make ofono dependency optional. (LP: #1521142)
  * Only show the modem menu when there's actually a modem (LP:
#1541588)

  [ Rodney Dawes ]
  * Change the dependency on indicator-network to a Recommends. (LP:
#1472186)

 -- Pete Woods   Fri, 12 Feb 2016 14:27:33
+

** Changed in: indicator-network (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-01-14 Thread Pete Woods
** Branch linked: lp:~pete-woods/indicator-network/connectivity-api-
fixes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-01-14 Thread Pete Woods
** Changed in: indicator-network (Ubuntu)
   Status: New => In Progress

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided => High

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) => Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-01-07 Thread Lorn Potter
calling something like this:
QObject::connect(ns.data(),
 ::statusChanged,
 this, ::networkStatusChanged);
still does not work.


In networking-status.h, the signal should be declared as:

void statusChanged(NetworkingStatus::Status value);


I looked at the code, and I could not find any tests for the public
connectivity-api (network-status.h)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-01-06 Thread Lorn Potter
For at least the c++ example, it seems the example code connect call
should be at least:

QObject::connect(ns.data(),
 ::statusChanged,
 [=](NetworkingStatus::Status value)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531380] Re: cannot get network status changes with connectivity-api

2016-01-05 Thread Lorn Potter
Just tried the qml example found here:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Connectivity.NetworkingStatus/

Main.qml:27:5: QML Connections: Cannot assign to non-existent property
"onStatusChanged"

shows "Not online" when I am connected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531380

Title:
  cannot get network status changes with connectivity-api

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1531380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs