lp:~blue-shell/blue-shell/plasma-nm

Created by Rohan Garg and last modified
Get this branch:
bzr branch lp:~blue-shell/blue-shell/plasma-nm

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Blue-Shell
Project:
blue-shell
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/plasma-nm.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on russkaya and finished taking 30 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

1159. By Jan Grulich <email address hidden>

Return secrets back otherwise they will be lost everytime we edit an openconnect connection

1158. By Jan Grulich <email address hidden>

Workaround: make sure we don't send completely empty map to NM back when asking for VPN secrets

When NM asks for secrets, which should be system-owned (stored in NM), it also asks our
secret agent from some reason if we have them, but if we send back an empty map, it won't ask
again with required flag which would invoke displaying an auth dialog. We have to send back a
map containing "secrets" key which should be without any value. It worked before that way
because in NetworkManagerQt we always returned this map with secrets even when it was empty.

BUG:339296
CCBUG:309931
CCBUG:334474

1157. By Jan Grulich <email address hidden>

Do not show Ok button for openconnect auth dialog

It is confusing and actually does nothing except closing the
dialog without any attempt to connect to a server.

1156. By Jonathan Riddell

Update version number for 5.1.95

1155. By Alex Richardson <email address hidden>

Fix CMake deprecation warning

1154. By Alex Richardson <email address hidden>

fix build if WITH_MODEMMANAGER_SUPPORT is 0

1153. By csslayer

port bluez connection support to bluez 5

REVIEW: 121606

1152. By csslayer

always use vpn state to set connecting state if possible

vpn might be activated but connection state property notification is not sent.
Revert to old logic to always use vpn state if possible, otherwise use
connection state.

1151. By Jan Grulich <email address hidden>

Move NMQT to the list of required frameworks

Add FindNetworkManager.cmake, this will be needed after we get rid of KDELibs4Support

1150. By csslayer

correctly maintain connecting state and connection icons

m_connecting is not always maintained correctly, thus it causes some
problem on plasmoid side. In the old code, if there are multiple
connections, activeConnectionDestroy might set connecting to wrong value
if there's another connection connecting.

This patch introduce ConnectionIcon::setStates() function, which always
scan through all active connections (number of active connections is
relatively small so it won't affect performance), and set connecting to
true if any connection is in "Activtating" state.

REVIEW: 121526

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers