[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

[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

[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

[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

[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,

[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