Richard Hughes
f9617f57d0
network: sort the wireless AP dropdown entries by name
2010-12-16 09:13:23 +00:00
Richard Hughes
be2a4ddca9
network: properly align the header with the labels below
2010-12-16 08:56:41 +00:00
Richard Hughes
67c97dc588
network: do not show a mode icon for infrastructure connections
2010-12-15 22:27:53 +00:00
Richard Hughes
e8fcdaa2ff
network: add a space between the amount and the quantity
2010-12-15 22:23:36 +00:00
Richard Hughes
816438b24e
network: align the device header with the section labels
2010-12-15 22:16:06 +00:00
Richard Hughes
ebedc3ac94
network: Use a GtkSwitch to control the flight mode
2010-12-15 21:37:31 +00:00
Richard Hughes
84192b4207
network: display the network name and the IMEI for mobile broadband connections
2010-12-15 20:58:33 +00:00
Richard Hughes
ed2353bf12
network: populate some of the data for mobile broadband connections
2010-12-15 19:59:26 +00:00
Richard Hughes
3e1053c502
network: list the devices in approximate connection speed order
2010-12-15 19:37:52 +00:00
Richard Hughes
ad8223c284
network: show the AP mode and signal strength in the wireless dropdown
2010-12-15 19:24:34 +00:00
Richard Hughes
a248ecc4d4
network: split out common non-object functionality into its own source file
2010-12-15 19:22:15 +00:00
Richard Hughes
6b49a20587
network: add a cell renderer for displaying the AP signal strength
2010-12-15 19:19:21 +00:00
Richard Hughes
3ba96656e4
network: add a cell renderer for displaying the AP mode
2010-12-15 19:18:32 +00:00
Richard Hughes
5b9efcc24d
network: List the available access points for each wireless device
...
Note: you can't actually assign a access point for a device yet. To come.
2010-12-14 14:04:40 +00:00
Richard Hughes
77e70598d9
network: add the manual proxy port spin buttons
2010-12-14 13:10:53 +00:00
Richard Hughes
a134e09848
network: Add the first version of a simple network panel that uses NetworkManager
...
This is very much a work in progress, and will be changed quite a bit before GNOME 3.
2010-12-14 10:24:32 +00:00
Richard Hughes
07aceaf538
Add a mockup of the future network panel, code to follow in the next few days
2010-12-02 16:03:53 +00:00
Richard Hughes
28746145ec
Rename the network panel to 'proxy' so we can work on a true network panel that uses NetworkManager
2010-12-02 16:02:50 +00:00
Bastien Nocera
9b1176aefc
network: Avoid run-time warnings
...
As the GPtrArray for the ignored_hosts is never actually created,
and a use-after-free as we didn't dup the strings into the array,
and freed the array.
2010-11-18 03:04:02 +00:00
Bastien Nocera
032d6326d5
panels: Add keywords to all the panels we ship
...
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Rodrigo Moya
047f48e850
Some build fixes
2010-11-15 10:35:49 +01:00
Rodrigo Moya
49bb521742
network: Spin buttons are not GtkRange's
2010-11-03 14:12:41 +01:00
Rodrigo Moya
d5dffc50db
network: Don't try to populate the model before it is created
2010-11-03 14:10:55 +01:00
Rodrigo Moya
527043d960
network: Spin buttons are not GtkRange's
2010-11-03 14:04:26 +01:00
Rodrigo Moya
1066bae583
network: Comment out locations-code until we have support for 'subsections' in GSettings
2010-11-02 12:45:56 +01:00
Rodrigo Moya
31de119ab3
network: Port everything to GSettings but the locations stuff
2010-11-02 12:45:56 +01:00
Rodrigo Moya
d8b9c42623
network: Use GSettings for proxies' host/port
2010-11-02 12:45:56 +01:00
Rodrigo Moya
2a5eca505d
network: Use proxy settings in GSettings
2010-11-02 12:45:55 +01:00
Bastien Nocera
4361892d30
network: has-separator is gone from GTK+ 3.x
2010-10-22 15:57:57 +01:00
Bastien Nocera
830e540aad
network: Fix for GtkCombo text changes
2010-10-22 15:57:09 +01:00
Bastien Nocera
4ec7801cbb
shell: Show settings without a panel in Other
...
Add the X-GNOME-Settings-Panel category. You need a control-center
panel to add this to your desktop file. Desktop entries with this
category but that aren't actually panels will be ignored (no cheating).
If the desktop file for your settings isn't a panel, it will show in the
"Other" section of the control-center shell
https://bugzilla.gnome.org/show_bug.cgi?id=630998
2010-09-30 13:48:29 +01:00
Bastien Nocera
892e513996
network: Fix compile-time warning
...
gnome-network-properties.c:667:22: warning: pointer of type ‘void *’ used in arithmetic
gnome-network-properties.c:667:46: warning: pointer of type ‘void *’ used in arithmetic
2010-09-20 18:12:09 +01:00
Thomas Wood
f5c0b73214
panels: Use gi18n-lib.h in the panel libraries
2010-07-22 16:56:27 +01:00
Thomas Wood
9089857a89
Completely remove dependency on capplets/common directory
...
The capplets directory is no longer built or distributed, so the panels
cannot depend on files in it.
2010-07-12 10:39:09 +01:00
Thomas Wood
6f7d9d9364
shell: don't call gtk_widget_show_all on the new panel
...
Don't call gtk_widget_show_all when loading a panel as there may be widgets
that the panel does not want to be visible initially.
2010-06-04 16:34:52 +01:00
Thomas Wood
130843187f
panels: make sure the Exec line is valid
...
Allow the panel desktop files to launch the control center shell started
with the relevant panel.
2010-06-02 17:57:03 +01:00
Thomas Wood
847bbba2b8
panels: make .desktop file naming more consistent
...
Give the .desktop files for settings panels a more consistent naming
scheme.
2010-06-02 16:54:26 +01:00
Thomas Wood
d91e466f93
shell: Use the X-GNOME-Settings-Panel value to identify panels
...
Use the custom .desktop file field to identify panels and make sure the
panel implementations use the name to identify themselves.
2010-06-02 16:20:45 +01:00
Thomas Wood
8aa419dabc
Add X-GNOME-Settings-Panel key to panel desktop files
...
Add a key to identify the name of the extension that implements the panel.
This can then be used in the shell to launch the appropriate panel.
2010-06-02 16:18:27 +01:00
Thomas Wood
5e24f0464d
network: convert network capplet to a settings panel
...
Add a module and CcPanel implementation for network proxy settings
2010-05-22 14:52:24 +01:00