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
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
830e540aad
network: Fix for GtkCombo text changes
2010-10-22 15:57:09 +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
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
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