D27392: [Applet]Add info messages.

2020-02-17 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes.
Closed by commit R116:387609d10ac7: [Applet]Add info messages. (authored by 
gvgeo, committed by ngraham).

REPOSITORY
  R116 Plasma Network Management Applet

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27392?vs=75721=75875

REVISION DETAIL
  https://phabricator.kde.org/D27392

AFFECTED FILES
  applet/contents/ui/PopupDialog.qml
  applet/contents/ui/Toolbar.qml

To: gvgeo, #plasma, #vdg, jgrulich, ngraham
Cc: ngraham, broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart


D27392: [Applet]Add info messages.

2020-02-14 Thread George Vogiatzis
gvgeo updated this revision to Diff 75721.
gvgeo added a comment.


  Set first label enabled false, and the second specified opacity to 0.6 
instead (it is used as a delay).

REPOSITORY
  R116 Plasma Network Management Applet

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27392?vs=75669=75721

BRANCH
  warings (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27392

AFFECTED FILES
  applet/contents/ui/PopupDialog.qml
  applet/contents/ui/Toolbar.qml

To: gvgeo, #plasma, #vdg, jgrulich
Cc: ngraham, broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart


D27392: [Applet]Add info messages.

2020-02-14 Thread Nathaniel Graham
ngraham added a comment.


  Both labels should have `enabled: false` set to lighten the text in a 
consistent way.

REPOSITORY
  R116 Plasma Network Management Applet

REVISION DETAIL
  https://phabricator.kde.org/D27392

To: gvgeo, #plasma, #vdg, jgrulich
Cc: ngraham, broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart


D27392: [Applet]Add info messages.

2020-02-14 Thread George Vogiatzis
gvgeo updated this revision to Diff 75669.
gvgeo added a comment.


  Made properties readonly.

REPOSITORY
  R116 Plasma Network Management Applet

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27392?vs=75657=75669

BRANCH
  warings (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27392

AFFECTED FILES
  applet/contents/ui/PopupDialog.qml
  applet/contents/ui/Toolbar.qml

To: gvgeo, #plasma, #vdg, jgrulich
Cc: broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, 
ahiemstra, mart


D27392: [Applet]Add info messages.

2020-02-14 Thread Kai Uwe Broulik
broulik added inline comments.

INLINE COMMENTS

> Toolbar.qml:32
>  
> +property var displayWifiMessage: !wifiSwitchButton.checked && 
> wifiSwitchButton.visible
> +property var displayWwanMessage: !wwanSwitchButton.checked && 
> wwanSwitchButton.visible

Make it `readonly property bool`

REPOSITORY
  R116 Plasma Network Management Applet

REVISION DETAIL
  https://phabricator.kde.org/D27392

To: gvgeo, #plasma, #vdg, jgrulich
Cc: broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, 
ahiemstra, mart


D27392: [Applet]Add info messages.

2020-02-13 Thread George Vogiatzis
gvgeo created this revision.
gvgeo added reviewers: Plasma, VDG, jgrulich.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
gvgeo requested review of this revision.

REVISION SUMMARY
  Add info messages, when there are no available connections.
  "Airplane mode is enabled"
  "Wireless and mobile networks are deactivated"
  "Wireless is deactivated"
  "Mobile network is deactivated"
  And "No available connections" with 5 seconds delay.

REPOSITORY
  R116 Plasma Network Management Applet

BRANCH
  warings (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27392

AFFECTED FILES
  applet/contents/ui/PopupDialog.qml
  applet/contents/ui/Toolbar.qml

To: gvgeo, #plasma, #vdg, jgrulich
Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, 
fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart