Commit graph

293 commits

Author SHA1 Message Date
Dan Winship
8f1b6d6787 network: don't try to activate slave connections
https://bugzilla.gnome.org/show_bug.cgi?id=682469
2012-08-22 10:32:59 -04:00
Dan Winship
8df1069f7d network: fix wired/mobile activation
You have to pass the NMDevice to nm_client_activate_connection() for a
device-specific connection. This got broken at some point in the
rewrites since 3.4.

https://bugzilla.gnome.org/show_bug.cgi?id=682469
2012-08-22 10:32:59 -04:00
Dan Winship
ecdb1d8477 network: ignore unrecognized device types
rather than showing a blank line in the device-type list that doesn't
do anything.

https://bugzilla.gnome.org/show_bug.cgi?id=678210
2012-08-22 10:32:59 -04:00
Ray Strode
b0e7a5efa8 panels: add register macro
Bastien says he doesn't like the blank class_finalize
functions in every panel and he would like a wrapper
macro to hide them.

This commit does that.
2012-08-21 14:32:33 -04:00
Sebastian Keller
6b2557f1b3 network: Improve wifi layout
- Increase size of the window
- Remove killswitch and hotspot buttons from scrollview

Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-08-20 10:50:08 +01:00
Matthias Clasen
478c6af97d network: Make only the list background white 2012-08-08 01:14:58 -04:00
Matthias Clasen
96682e1368 network: Put the ssid in the detail page header 2012-08-08 00:32:34 -04:00
Matthias Clasen
901ad8c941 network: Cosmetic fixes
Mark a few strings as translatable, and rename 'Options' to
'Settings' to match the mockups.
2012-08-08 00:20:04 -04:00
Matthias Clasen
61a5c180ec network: Don't make the options button insensitive
We always want to be able to go there.
2012-08-08 00:18:15 -04:00
Matthias Clasen
0e70a56f9e Trivial: Add a missing space 2012-08-07 23:44:22 -04:00
Matthias Clasen
e76472c548 network: Improve the hotspot dialog
Change the hotspot dialog to match the mockups more closely.
2012-08-07 23:40:47 -04:00
Matthias Clasen
c3e71b4927 network: Don't show shared connections in the wifi list
A shared connection is the leftover of an inactive hotspot.
We don't want to show these in the list.
2012-08-07 10:19:18 -04:00
Richard Hughes
ed1c9becf7 network: If a hotspot is already connected at startup then don't show the AP list 2012-08-07 11:13:03 +01:00
Richard Hughes
d282d37e92 network: Fix a Gtk warning introduced recently due to a mnemonic widget name 2012-07-30 10:05:41 +01:00
Richard Hughes
c0d771c277 network: Don't show a blank name server label in the IP overview 2012-07-30 10:03:04 +01:00
Richard Hughes
763788894c network: Don't show the NULL address in the IP overview 2012-07-30 09:59:13 +01:00
Richard Hughes
ae5acbe421 network: Show hotspot details in a new sub-frame to match the mockup 2012-07-30 09:53:38 +01:00
Richard Hughes
14011dac11 network: Cleanup coding style to match the rest of the file 2012-07-30 09:49:40 +01:00
Richard Hughes
240e3b0598 network: Do not show the start hotspot button if the user has no permissions 2012-07-30 09:45:44 +01:00
Richard Hughes
5b35fb719c network: Re-enable the hidden network functionality 2012-07-30 08:57:55 +01:00
Richard Hughes
f7af831ff6 network: Make the hidden network UI match the new mockups 2012-07-30 08:53:43 +01:00
Matthias Clasen
051766d482 network: Remove nonexisting widget from size group
This was causing warnings.
2012-07-29 12:20:06 +02:00
Cosimo Cecchi
5b1491ba0c network: don't set 'dim-label' in the <packing> section
It should be set among the normal properties.

https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:57 +02:00
Cosimo Cecchi
2ad1d5461a network: add a shadow to the wireless scrolled window
https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:56 +02:00
Richard Hughes
5c5c538ebe network: Don't show the speed and security when the wifi device is deactivated 2012-07-27 16:19:18 +01:00
Richard Hughes
7cca78437d network: Forget the last selected network when the button is clicked
Before we were deleting the connection currently bound to the device...
2012-07-27 14:12:18 +01:00
Richard Hughes
1aa2ed9491 network: Show detailed information about saved wireless connections 2012-07-27 11:49:54 +01:00
Richard Hughes
9a10722da2 network: Show the wireless speed as a seporate line in the details
...to match the mockup.
2012-07-26 15:42:00 +01:00
Richard Hughes
a0f69c0809 network: Don't crash when showing active APs that are not valid UTF8
There doesn't appear to be any standard saying you have to have ASCII/UTF-8
access point names...
2012-07-26 14:47:06 +01:00
Richard Hughes
f14b550144 network: Only show the disconnect button when a device is fully activated 2012-07-26 14:43:54 +01:00
Richard Hughes
9441a74e8a network: Add another panel for future hotspot information 2012-07-26 14:43:17 +01:00
Richard Hughes
38ea1cdefd network: Add network strength to the details panel 2012-07-26 14:29:57 +01:00
Richard Hughes
6b526f1213 network: Add network strength to the details panel 2012-07-26 14:29:38 +01:00
Richard Hughes
e7319edc9b network: Add saved connections to the wireless network list 2012-07-26 14:23:31 +01:00
Richard Hughes
5c11b6f94b network: Only show the details arrow for active connections 2012-07-26 13:47:09 +01:00
Richard Hughes
391815c2c1 network: split the wireless panel into a network list and details panel 2012-07-26 13:38:55 +01:00
Richard Hughes
22323ad6c6 network: Start to split up the network panel into different views to match the new mockup 2012-07-26 10:00:47 +01:00
Richard Hughes
125da07889 network: Remove some dead code from the conversion 2012-07-23 10:43:02 +01:00
Richard Hughes
08532a3a86 network: Prevent a crash when a device is removed and then re-added 2012-07-23 10:14:31 +01:00
Richard Hughes
b06bb9e5f3 network: Split the wifi device from the .c and .ui file 2012-07-23 10:14:05 +01:00
Richard Hughes
aee6325cf2 network: Add a missing file for the mobile broadband UI 2012-07-20 11:43:05 +01:00
Richard Hughes
de8993eddb network: Allow NetObjects to get the main panel object so they can show modal dialogs 2012-07-20 09:31:12 +01:00
Richard Hughes
26b5169bee network: Split the mobile broadband device from the .c and .ui file 2012-07-20 09:31:12 +01:00
Richard Hughes
62b8a4c8bb network: Add a NetObject->edit vfunc for the different devices to use 2012-07-20 09:31:12 +01:00
Richard Hughes
a808633484 network: Split the wired device from the .c and .ui file 2012-07-20 09:31:11 +01:00
Richard Hughes
5644bd6e62 network: Add panel_set_device_widgets() to the widget common code
We can use this from the different NetDevice types, and once all the devices are
converted to actual NetDeviceFoo-style objects we can remove the legacy code in
cc-network-panel.c
2012-07-20 09:31:11 +01:00
Richard Hughes
00c51443ae network: Add some more widget setting common code 2012-07-17 16:56:59 +01:00
Richard Hughes
f4c13e835b network: Move setting the device header pairs to common panel code
This is yet another step to splitting out the other devices types.
2012-07-17 16:56:59 +01:00
Richard Hughes
7e5654bf48 network: Fix a trivial GTK warning at startup about a missing widget 2012-07-17 14:17:11 +01:00
Richard Hughes
6de161617a network: Fix the VPN information my setting the connection at object construction time 2012-07-17 14:17:11 +01:00