Bug 288979 - MeeGo: No network information is shown in the network applet
Summary: MeeGo: No network information is shown in the network applet
Status: RESOLVED FIXED
Alias: None
Product: Active
Classification: Plasma
Component: Applications (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: unscheduled
Assignee: active
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 16:11 UTC by Javier Llorente
Modified: 2012-01-25 11:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
connman (51.79 KB, image/png)
2011-12-14 16:11 UTC, Javier Llorente
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Llorente 2011-12-14 16:11:59 UTC
Created attachment 66745 [details]
connman

Version:           unspecified
OS:                Linux

The network applet doesn't show network information. It seems to be a layout problem (see attachment). 
Tested on basyskom-plasma-active-two-meego-usb-live.iso

Reproducible: Always

Steps to Reproduce:
1. Connect to a network
2. Tap on the Wifi icon
3. Tap on the arrow to display details
4. Observe the display


Expected Results:  
Network information should be shown.
Comment 1 Lamarque V. Souza 2011-12-14 16:43:44 UTC
Removing all occurrences of "width: parent.width" inside the detailsArea component (file WifiExpandingBox.qml, package plasma-mobile) makes all details to appear. The two buttons at the bottom are still cut in half though.
Comment 2 Lamarque V. Souza 2011-12-14 19:28:44 UTC
Git commit 56ed591912ab3939bc0fbd327aa68c02ebb1c2bf by Lamarque V. Souza.
Committed on 14/12/2011 at 20:24.
Pushed by lvsouza into branch 'master'.

Connman plasmoid: fix elements' width in details area, remove unused
variable and update popup's height when expanding the details area.

CCBUG: 288979

M  +0    -25   applets/org.kde.active.connman/contents/ui/WifiExpandingBox.qml
M  +17   -1    applets/org.kde.active.connman/contents/ui/main.qml

http://commits.kde.org/plasma-mobile/56ed591912ab3939bc0fbd327aa68c02ebb1c2bf
Comment 3 Lamarque V. Souza 2011-12-14 19:30:01 UTC
Please test if the commit above fix the problem. I cannot test wifi connections in VirtuablBox, so I am not sure if the changes breake something for wifi connections.
Comment 4 Lamarque V. Souza 2011-12-16 12:20:35 UTC
Hmmm I also noticed that when one of the information (DNS, gateway, etc) is empty the layout gets completely messed up, probably because the way the Grid element works. I will see what I can do about that.
Comment 5 Lamarque V. Souza 2011-12-16 23:04:58 UTC
Git commit d986a1a5bacf5905c6de9dd407cfe969f1332f65 by Lamarque V. Souza.
Committed on 17/12/2011 at 00:01.
Pushed by lvsouza into branch 'master'.

connman plasmoid: fix grid layout when any of connection's info is empty.

CCBUG: 288979

M  +25   -0    applets/org.kde.active.connman/contents/ui/WifiExpandingBox.qml

http://commits.kde.org/plasma-mobile/d986a1a5bacf5905c6de9dd407cfe969f1332f65
Comment 6 Javier Llorente 2012-01-25 11:54:30 UTC
Verified. Already fixed in post PA2 devel images.