Commit graph

1013 commits

Author SHA1 Message Date
Matthias Clasen
c93c35aef9 Network: Adjust wording of VPN status messages too 2011-03-16 21:36:37 -04:00
William Jon McCann
e1b1be1f60 network: fix version compatibility warning dialog
Make it use the correct parent window, improve the text, and
not block startup.

https://bugzilla.gnome.org/show_bug.cgi?id=644973
2011-03-16 20:47:05 -04:00
Matthias Clasen
4f000889eb Network: Add padding above options buttons
https://bugzilla.gnome.org/show_bug.cgi?id=644957
2011-03-16 20:41:42 -04:00
Matthias Clasen
67241cc102 Network: adjust status strings
Make the strings match what the shell network menu shows
more closely.
https://bugzilla.gnome.org/show_bug.cgi?id=644962
2011-03-16 19:13:45 -04:00
Matthias Clasen
e22dbc495f Network: Use dim-label style class for labels
Also drop :s.
https://bugzilla.gnome.org/show_bug.cgi?id=644958
2011-03-16 18:52:45 -04:00
Matthias Clasen
9fd3059bb7 Network: Drop tooltips on the device list
https://bugzilla.gnome.org/show_bug.cgi?id=644964
2011-03-16 18:23:27 -04:00
Richard Hughes
01c6b793ed network: keep the device/connections model up to date with reality
Remove the ID parameter from the model, and move it to the NetDevice object.
Remove the devices GPtrArray and use the mode for everything.
Connect up the changed and deleted signals from NetObject and DTRT in the UI.
2011-03-16 17:31:09 +00:00
Richard Hughes
cb031cf06c network: watch for new VPN connections being added and add them to the panel 2011-03-16 17:31:09 +00:00
Luca Ferretti
8174d81b5d datetime: do not mark placeholder strings for translation 2011-03-16 18:21:24 +01:00
Luca Ferretti
31d4c39643 printer: avoid show a single space as translatable string 2011-03-16 17:58:18 +01:00
Luca Ferretti
541b0e5f66 printer: do not mark for translation placeholder labels 2011-03-16 17:43:12 +01:00
Bastien Nocera
5b259bfe56 mouse: Make touchpad tab appear when connected
On-the-fly!
2011-03-16 13:48:08 +00:00
Bastien Nocera
30fdeafef5 mouse: Remove unused "start_page" code 2011-03-16 13:41:00 +00:00
Bastien Nocera
e98b32d369 mouse: Use newly implemented dispose 2011-03-16 13:41:00 +00:00
Bastien Nocera
4c2fcca2f6 mouse: Implement dispose for the widget 2011-03-16 13:41:00 +00:00
Bastien Nocera
cf8465c250 mouse: Don't destroy the touchpad tab
We might actually need it when a touchpad appears.
2011-03-16 13:41:00 +00:00
Bastien Nocera
6c6c37609c keyboard: Fix crasher when num workspace changes
And the panel has already been closed.

https://bugzilla.gnome.org/show_bug.cgi?id=644784
https://bugzilla.redhat.com/show_bug.cgi?id=684368
2011-03-16 12:49:46 +00:00
Richard Hughes
976c9ce1c3 network: when the user selects a VPN connection, allow them to delete it 2011-03-16 12:32:09 +00:00
Matthias Clasen
ea13583edd network: adapt to yesterdays libnm-glib api changes
That's what you get for complaining about inconsistent api...more work :-)
2011-03-16 07:31:01 -04:00
Matthias Clasen
d4e155a277 Network: Add a + button and make it do something
In the short term, cheat by bringing up nm-connection-editor.
In the future, we will do something better here.
The newly created connections do net get picked up in the list
of devices/connections yet.
2011-03-15 22:05:31 -04:00
Matthias Clasen
cf8e083b9b Network: Add Option buttons to allow editing connections
In the short term, we cheat here by bringing up nm-connection-editor
for an individual connection. This will be replaced by something
better in the future.
2011-03-15 21:30:44 -04:00
Matthias Clasen
e2a2d4f00e network: Refresh UI when active connections change
This makes us pick up vpn connection state changes.
2011-03-15 21:11:04 -04:00
Matthias Clasen
ea5f76247d Network: fix a refcounting bug with vpn settings
nm_connection_get_setting_by_name() does not return a reference,
so we have to get one ourselves.
2011-03-15 21:11:04 -04:00
Matthias Clasen
eeb6193248 network: add an on/off switch for vpn connections
The switch does successfully bring vpn connections up and down.
Updating the rest of the panel does not work yet.
2011-03-15 21:11:04 -04:00
Sergey V. Udaltsov
0c4f98dd94 region: fixed regression: automatically add grp:* if necessary
If Nlayouts > 1, the layout switchit shortcut is defined automatically
2011-03-16 00:43:50 +00:00
Matthias Clasen
069c35d84e Network: fix an oversight in visibility handling
The last change made the VPN header invisible by accident.
2011-03-15 20:12:58 -04:00
Matthias Clasen
41af4a3e42 Network: Get the correct VPN state
The connection that gets passed to NetVPN is not a state-carrying
NMActiveConnection, but just a configuration-carrying NmRemoteConnection.
So asking it for the VPN connection state is never giving us anything
interesting. Instead, we need to fish out the active connection
corresponding to the VPN config (if any), and get the state from there.
Still todo: state change notification.
2011-03-15 20:12:58 -04:00
Bastien Nocera
211461007c region: Make drag'n'drop work
By making sure we only store the layouts in the list store, and keep
GSettings in sync with the list store, rather than constantly re-reading
from GSettings.

https://bugzilla.gnome.org/show_bug.cgi?id=644783
2011-03-15 22:41:07 +00:00
Bastien Nocera
ef11349667 region: Stop layout add dialogue from "jumping"
By making sure it's not shown before its parent is set.
2011-03-15 22:41:06 +00:00
Matthias Clasen
4081d83ca7 network: add a way to get the vpn connection object back
This will be needed to activate/deactivate vpn.
2011-03-15 17:20:54 -04:00
Matthias Clasen
3163675d85 network: fix a typo
Use an existing id for the proxy method model.
2011-03-15 16:34:30 -04:00
Matthias Clasen
6f916b00b9 network: Don't leak the remote settings
Instead, we keep it around; it will be useful later on.
2011-03-15 16:33:01 -04:00
Marek Kasik
c7179b6901 printers: Set longer timeout for installation of printer driver
Don't timeout when installing printer drivers.
2011-03-15 12:03:58 +01:00
Bastien Nocera
7ae3dffc8b datetime: Disable test-timezone for now 2011-03-15 02:02:29 +00:00
Bastien Nocera
56cd9069ee datetime: Don't crash when the timezone is unknown
Passing "posixrules" to cc_timezone_map_set_timezone() certainly
won't work that well.

https://bugzilla.redhat.com/show_bug.cgi?id=684593
2011-03-15 01:58:29 +00:00
Bastien Nocera
33fb810c84 datetime: Add test program for missing TZ support
We don't handle a number of timezones currently, including
things like "posixrules", or even "Etc/GMT".
2011-03-15 01:58:29 +00:00
Bastien Nocera
31be5be9c7 datetime: Add hacks to support more timezones
Such as posix/Europe/London, and the likes.
2011-03-15 01:58:29 +00:00
Bastien Nocera
cb3c0af71d datetime: Return FALSE when we fail to find a timezone 2011-03-15 01:58:29 +00:00
Bastien Nocera
9ab02da28b datetime: Rename test-timezone to test-timezone-gfx 2011-03-15 01:58:29 +00:00
Matthias Clasen
b160c1549b Network: Implement and show on/off switch for wireless/wimax
These map to nm_client_wireless/wimax_set/get_enabled.
2011-03-14 19:23:10 -04:00
Bastien Nocera
b7f42ae161 sound: Remove old support code for PA < 0.9.15 2011-03-14 22:23:22 +00:00
Matthias Clasen
a320dc9303 Network: Add a device off switch
As seen in the mockups. This is currently hidden, until
I figure out how to wire this up properly.
2011-03-14 17:05:05 -04:00
William Jon McCann
d892e1b6b8 printers: use dim-label to accentuate values 2011-03-14 14:56:03 -04:00
William Jon McCann
936175eddf user-accounts: use dim-label class instead of hardcoded color 2011-03-14 14:56:03 -04:00
William Jon McCann
242381cd85 info: use dim labels
Use a style class for labels that accentuates the value instead of
the label text.
2011-03-14 14:56:03 -04:00
Matthias Clasen
12591bbc2c Network: Fix label alignment
The DNS fields are wrapping, and need to be left-aligned to
look ok in that case.
2011-03-14 13:17:51 -04:00
Marek Kasik
080dabe3e4 printers: Call cupsGetDevices() asynchronously
This patch makes PpNewPrinterDialog to call DevicesGet method
asynchronously now.
It also adds spinner to the lower left corner with label showing
status of this operation (#644212).
2011-03-14 17:21:39 +01:00
Matthias Clasen
4109335861 Mouse: set up scroll method radios initially
The panel was always coming up with scrolling disabled.
https://bugzilla.gnome.org/show_bug.cgi?id=644223
2011-03-13 00:40:24 -05:00
Matthias Clasen
451b7edf37 Mouse: don't reuse the same adjustments
The acceleration and sensitivity sliders on the mouse and touchpad
tabs were sharing the same adjustment, which doesn't really work.

https://bugzilla.gnome.org/show_bug.cgi?id=644223
2011-03-13 00:40:24 -05:00
Sergey V. Udaltsov
d120490013 Using separate window group to avoid modal shadowing
The idea by mclasen. Non-modal preview for modal "add layout" popup
2011-03-13 01:05:51 +00:00