- 08 Feb, 2007 3 commits
-
-
Duarte Loreto authored
* pt.po: Added Portuguese translation. * LINGUAS: Added Portuguese (pt). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2292 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/NetworkManager.c: - Set up all the shiny new managers. * src/NetworkManagerPolicy.c: - Add the beginnings of new NMPolicy code. Instead of requireing all classes to call into policy code, make the policy code kind of like a supervisor that monitors what's going on and drives the whole NM. * src/nm-hal-manager.c: * src/nm-hal-manager.h: - Collect all libhal code scattered around NM to this one class. - Listen libhal and NMManager events and add/remove devices to NMManager. * src/nm-manager.c: * src/nm-manager.h: - Implment a replacement for NMData. NMData is now officially deprecated. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2291 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
joseppc authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2289 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 07 Feb, 2007 1 commit
-
-
Ignacio Casal authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2288 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 05 Feb, 2007 5 commits
-
-
Tambet Ingo authored
* src/nm-device-802-11-wireless.c (supplicant_iface_scan_result_cb): * src/supplicant-manager/nm-supplicant-interface.h * src/supplicant-manager/nm-supplicant-interface.c (nm_supplicant_interface_class_init): Change the "scan-result" signal's argument to boolean from enum. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2287 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/backends/NetworkManagerFrugalware.c: Oops, forgot to commit this. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2286 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
Make NMDevice abstract class, remove almost all references to it's subclasses (the last place gets removed with new policy manager). Add NMDeviceInterface (which NMDevice implements) so that when we have NMDevice exported over DBUS, there's a common NMDevice interface which all instances have, plus there's a device specific interface for each specific type. Remove functions (nm_device_is_802_3_ethernet) and (nm_device_is_802_11_wireless). There are already standard GObject macros for type safe checks. Use the updated supplican manager API. * src/nm-device-interface.h: * src/nm-device-interface.c: * src/nm-call-store.h: * src/nm-call-store.c: Implement. * src/supplicant-manager/nm-supplicant-interface.c: * src/supplicant-manager/nm-supplicant-interface.h: * src/supplicant-manager/nm-supplicant-manager.c: * src/supplicant-manager/nm-supplicant-manager.h: - Remove all private data type references from public header files. - Remove all references to other NM classes, this class is just a proxy between wpa_supplicant and NM so it doesn't have to know any internals. - Convert to dbus-glib bindings. - Type safe checks for public methods' arguments. - Store pending DBUS call ids to NMCallStore. * src/supplicant-manager/nm-supplicant-config.c: - Store config values in a GHashTable instead of GSList. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2285 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/NetworkManagerMain.h: Remove all references to DHCP manager. * src/NetworkManager.c: Don't initialize the DHCP manager, it's a singleton now. * src/nm-device.c: Use the new DHCP manager API. * src/nm-activation-request.c: * src/nm-activation-request.h: - Remove all dhcp related properties and methods. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2284 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/dhcp-manager/nm-dhcp-marshal-main.c: Add. * src/dhcp-manager/nm-dhcp-marshal.list: Add. * src/dhcp-manager/nm-dhcp-manager.c: * src/dhcp-manager/nm-dhcp-manager.h: - Convert it to GObject since we need to signal state changes. - Remove all references to other NM classes, this class is one of the lowest classes in our hierarchy. - One less class to use NMActRequest. - Make it singleton, one less user of NMData. - Remove a couple of sleep() calls. - Convert a bunch of low-level dbus API calls to dbus-glib calls. One less class to use the NM's custom tailored signal handlig. * Makefile.am: Generate marshallers, add them to build. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2283 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 04 Feb, 2007 5 commits
-
-
Stéphane Raimbault authored
* fr.po: Added French translation by Jonathan Ernst and Claude Paroz. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2282 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Amanpreet Singh Alam authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2281 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Amanpreet Singh Alam authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2280 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Amanpreet Singh Alam authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2279 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Amanpreet Singh Alam authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2278 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 03 Feb, 2007 7 commits
-
-
Changwoo Ryu authored
* ko.po: Added Korean translation by Young-Ho Cha. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2276 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Changwoo Ryu authored
* ko.po: Added Korean translation by Young-Ho Cha. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2275 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Changwoo Ryu authored
* ko.po: Updated Korean translation by Young-Ho Cha. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2273 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Ignacio Casal authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2271 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Antony Mee authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2270 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Antony Mee authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2269 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 02 Feb, 2007 9 commits
-
-
Dan Williams authored
* configure.in gnome/Makefile.am nm-applet.desktop Makefile.am - Remove last bits referencing gnome applet git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2268 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-ppp-starter.c - (nm_ppp_dbus_process_helper_ip4_config): use uint32 arrays instead of appending multiple entries with the same key git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2267 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-openvpn-service.c - (nm_openvpn_dbus_process_helper_ip4_config): convert to dict-based IP4Config interface git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2266 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/vpn-manager/nm-vpn-service.c - (nm_vpn_service_stage4_ip4_config_get): use uint32 arrays for DNS and NBNS server addresses git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2265 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2263 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Theppitak Karoonboonyanan authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2262 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Chao-Hsiung Liao authored
2007-02-02 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Added Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2261 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/nm-dbus-manager.c: * src/nm-dbus-manager.h: - Convert all internal DBUS code to use dbus-glib bindings. - Remove GObject properties, we don't need them here. - Don't explicitly set things to NULL after freeing, glib is happy to do it if asked nicely (G_DEBUG=gc-friendly). - Make public API argument checks type safe. - Remove unnecessary (and wrong) cast to GObject for the first argument to g_signal_* calls - The first argument is a gpointer. - Export DBusGConnection to other cool classes that (are going to) use dbus-glib. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2260 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* libnm-util/dbus-dict-helpers.c libnm-util/dbus-dict-helpers.h git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2259 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 01 Feb, 2007 1 commit
-
-
Chao-Hsiung Liao authored
2007-02-01 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Added Traditional Chinese translation(Hong Kong). * zh_TW.po: Added Traditional Chinese translation(Taiwan). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2258 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 31 Jan, 2007 1 commit
-
-
Ilkka Tuohela authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2257 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 30 Jan, 2007 5 commits
-
-
Dan Williams authored
* configure.in src/Makefile.am - Add configure bits to pick up libnm-util * src/nm-vpnc-service.c - Convert to new dict-based IP4Config signal format git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2256 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Ignacio Casal authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2255 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Theppitak Karoonboonyanan authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2254 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Theppitak Karoonboonyanan authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2253 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Theppitak Karoonboonyanan authored
* LINGUAS: Added 'th'. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2252 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 29 Jan, 2007 2 commits
-
-
Theppitak Karoonboonyanan authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2251 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Theppitak Karoonboonyanan authored
* LINGUAS: Added 'th' (Thai). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2250 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 27 Jan, 2007 1 commit
-
-
Dan Williams authored
* libnm-util/dbus-dict-helpers.c libnm-util/dbus-dict-helpers.h - Coordinate style with wpa_supplicant version to minimize diff - Add uint32 array support - (nmu_dbus_dict_append_uint32_array): new function - (nmu_dbus_dict_begin_string_array, nmu_dbus_dict_string_array_add_element, nmu_dbus_dict_end_string_array): bring over from wpa_supplicant version; allow adding string array elements individually * test/libnm-util/test-dbus-dict-helpers.c - Test uint32 arrays git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2249 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-