Commit Graph

8762 Commits

Author SHA1 Message Date
Dan Williams
3a576089ec 2006-12-02 Dan Williams <dcbw@redhat.com>
Patch from Michael Biebl <biebl@teco.edu>
	* configure.in
	  man/NetworkManager.1.in
	  man/NetworkManagerDispatcher.1.in
	  man/NetworkManager.8.in
	  man/NetworkManagerDispatcher.8.in
		- Add .SH NAME stanzas
		- Move NM & NM Dispatcher manpages to section 8 (admin)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2140 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 03:39:39 +00:00
Dan Williams
60c85e9373 2006-12-02 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* configure.in
		- Check for GTK+ 2.10 in preparation for GtkStatusIcon patch


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2139 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 03:33:09 +00:00
Dan Williams
92405a6422 consolidate with_gnome sections
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2138 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 03:27:33 +00:00
Dan Williams
08d82adf5b Remove PANEL_APPLET flags since we don't use a panel applet anymore
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2137 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-01 22:32:32 +00:00
Dan Williams
a1c06824ca Don't break distcheck
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2136 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-01 22:30:34 +00:00
Dan Williams
e4caf17572 Fix intltool version
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2135 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-01 20:15:14 +00:00
Dan Williams
fe19971638 Small configure.in and applet makefile cleanups
- Consolidate Gnome/GTK deprecation defines
- Remove VERSION define from applet makefile, it's in config.h already


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2134 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-01 20:13:09 +00:00
Tambet Ingo
6edc3f81c8 2006-11-29 Tambet Ingo <tambet@ximian.com>
Patch by Timo Hoenig <thoenig@suse.de>:
	* src/nm-dbus-manager.c (nm_dbus_manager_start_service): Make it work with
	DBUS-1.0.

	* src/supplicant-manager/Makefile.am: Add nm-supplicant-marshal here, since
	we can't use the one from the main source directory.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2133 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-29 11:00:22 +00:00
Dan Williams
13ee37f480 2006-11-27 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* gnome/applet/applet-dbus-devices.c
		- (hal_info_product_cb): fix memleak; free duped string.
			Gnome.org #379908


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2131 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-27 21:48:33 +00:00
Dan Williams
17b61aa02f 2006-11-27 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* gnome/applet/menu-items.c
		- (network_menu_item_update): use gtk_progress_bar_set_fraction()
			as gtk_progress_set_percentage is deprecated.  Should
			work as far back as GTK+ 2.4.  Gnome.org #379780


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2130 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-27 21:38:14 +00:00
Dan Williams
791b7c7b3e Remove debug printout of scan list
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2129 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-27 18:43:20 +00:00
Dan Williams
56621e5f66 2006-11-26 Dan Williams <dcbw@redhat.com>
Scan using wpa_supplicant over DBus.

	* src/nm-device-802-11-wireless.c
		- remove wireless extensions netlink event handler bits
			(wireless_event_helper, nm_device_802_11_wireless_event)
		- remove wireless extensions scan event handler bits
			(process_scan_results, add_new_ap_to_device_list, hexstr2bin,
			hex2byte, hex2num, request_and_convert_scan_results,
			free_process_scan_cb_data, scan_results_timeout,
			schedule_scan_results_timeout, cancel_scan_results_timeout)
		- Rename nm_device_802_11_wireless_scan() -> request_wireless_scan()
			and request scans from the supplicant interface rather than directly
		- Move functionality of convert_scan_results() to cull_scan_list() and
			supplicant_iface_scanned_ap_cb()
		- (supplicant_iface_scan_result_cb): new function; schedule a new scan
			at the scan interval when the current scan has finished
		- (supplicant_iface_state_cb): start scanning when the supplicant
			interface enters the READY state, and stop scanning when it
			enters the DOWN state
		- (cull_scan_list): weed out old access points from the scan list
		- (supplicant_iface_scanned_ap_cb): convert a supplicant scanned access
			point into an NMAccessPoint and merge it into the device's scan list

	* src/supplicant-manager/nm-supplicant-interface.c
	  src/supplicant-manager/nm-supplicant-interface.h
		- Add a new signal "scan-result" which is issued when the supplicant
			notifies NM that a scan has completed
		- Add a new signal "scanned-ap" that notifies listeners of a new access
			point found in the scan.  Called once for each access point that
			the supplicant interface object receives from the supplicant as a
			result of the "scanResults" method call
		- (wpas_iface_query_scan_results): don't wait 4s before querying
			for the initial scan results
		- (scan_request_cb): new function; send listeners the result
			(success, error) of a wireless scan request
		- (nm_supplicant_interface_request_scan): new function; ask the
			supplicant to perform an immediate wireless scan


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2128 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-26 20:49:48 +00:00
Dan Williams
a600258e3b Cleanup output formatting and log level
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2127 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-26 19:47:29 +00:00
Dan Williams
8fd7082b66 2006-11-25 Dan Williams <dcbw@redhat.com>
* src/supplicant-manager/Makefile.am
		- Since we're including NetworkManagerMain.h in nm-supplicant-interface.c,
			add HAL cflags/includes and named-manager includes directory

	* src/supplicant-manager/nm-supplicant-interface.h
		- New state STARTING to handle transition from INIT to READY where
			the addInterface pending call is still outstanding

	* src/supplicant-manager/nm-supplicant-interface.c
		- track pending calls differently since we may have more than one
			going on at any given time
		- request scan results from wpa_supplicant; but don't do it more often
			than every 4 seconds.  Drivers that do background scanning
			(like the 'ipw' drivers) send a continuous stream of scan completion
			notifications, so we don't want to hammer the supplicant or dbus
			with requests for all scan results every time we get a completion
			notification.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2126 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 18:23:06 +00:00
Dan Williams
4bc25ba3bf 2006-11-25 Dan Williams <dcbw@redhat.com>
* src/supplicant-manager/nm-supplicant-types.h
		- new file; move all supplicant manager object typedefs here for
			#include sanity

	* src/supplicant-manager/nm-supplicant-interface.c
	  src/supplicant-manager/nm-supplicant-interface.h
		- new file; an object that interfaces an NMDevice object to the
			supplicant and handles signals from the supplicant.  This object
			does all necessary DBus communication with wpa_supplicant.

	* src/supplicant-manager/nm-supplicant-manager.c
	  src/supplicant-manager/nm-supplicant-manager.h
		- Actually do something.  Track the state of the wpa_supplicant service
			and deal with its comings & goings.  Handle life events of
			supplicant interfaces too.
		- Move NMSupplicantManager typedef to nm-supplicant-types.h

	* src/supplicant-manager/nm-supplicant-connection.h
		- Move NMSupplicantConnection typedef to nm-supplicant-types.h

	* src/supplicant-manager/Makefile.am
		- Add new files to build, and add libnm-util to includes

	* src/nm-marshal.list
		- New marshaler type: VOID:UINT,UINT

	* src/nm-device-802-3-ethernet.c
		- (real_init): grab a supplicant interface
		- (nm_device_802_3_ethernet_dispose): release the supplicant interface
		- (supplicant_iface_state_cb): new function, stub for handling
			supplicant interface state changes

	* src/nm-device-802-11-wireless.c
		- (real_init): grab a supplicant interface
		- (nm_device_802_11_wireless_dispose): release the supplicant interface
		- (supplicant_iface_state_cb): new function, stub for handling
			supplicant interface state changes

	* src/NetworkManager.c
		- (main): create and keep the supplicant manager around for the lifetime
			of NetworkManager

	* src/Makefile.am
		- Link to the supplicant manager sub-library and use the supplicant
			manager includes


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2125 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 15:41:04 +00:00
Dan Williams
81c31e820a 2006-11-25 Dan Williams <dcbw@redhat.com>
Rework DBus manager signal handling to be more flexible.  Previously,
	only one signal handler could be registered for a particular interface.
	The DBus manager now reference counts DBus bus matches and allows multiple
	clients to register signal handlers for the same interface and sender.

	* src/NetworkManager.c
		- (main): track NMI signal handler ID and remove it when we quit

	* src/NetworkManagerMain.h
		- Keep track of NMI signal handler ID

	* src/nm-dbus-manager.c
	  src/nm-dbus-manager.h
		- rework signal handling; each signal handler references one signal
			match, but a signal match may be referenced by one or more
			signal handlers.  Matches are refcounted and are destroyed when the
			last signal handler that references the match is removed.  This is
			necessary because two signal handlers may end up requiring the same
			dbus bus match, so the match must live until the last signal handler
			is destroyed (for example, with the wpa_supplicant network interface
			dbus interface).

	* src/dhcp-manager/nm-dhcp-manager.c
		- (nm_dhcp_manager_new): track DHCP signal handler id
		- (nm_dhcp_manager_dispose): remove DHCP signal handler

	* src/vpn-manager/nm-vpn-service.c
		- (nm_vpn_service_add_watch): track VPN service signal handler id
		- (nm_vpn_service_remove_watch): remove VPN service signal handler


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2124 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 07:09:11 +00:00
Dan Williams
2c8b331607 Credit Helmut for patch suggestion
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2122 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 06:07:46 +00:00
Dan Williams
8b1045257a 2006-11-25 Dan Williams <dcbw@redhat.com>
* src/vpn-daemons/nm-vpn-service.c
		- (supplicant_child_setup): new function
		- (supplicant_exec): make child process use a new process group id

	* src/nm-device-802-11-wireless.c
		- (nm_vpn_service_child_setup): new function
		- (nm_vpn_service_stage1_daemon_exec): make child process use a new
			process group id


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2121 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 05:54:42 +00:00
Dan Williams
edf848e10d Fix changelog entry; specify correct file
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 04:46:25 +00:00
Dan Williams
d7579cbba0 2006-11-24 Dan Williams <dcbw@redhat.com>
Patch from Helmut Schaa <hschaa@suse.de>
	* src/nm-openvpn-service.c
		- Redirect output to syslog


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2118 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-25 04:42:40 +00:00
Dan Williams
62e9be38a8 spacing fix
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2117 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 17:34:08 +00:00
Dan Williams
26edb7b749 Remove unneccesary debug printfs
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2115 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 04:07:05 +00:00
Dan Williams
1f69789fcd 2006-11-19 Dan Williams <dcbw@redhat.com>
Patch from Dan Berrange <dan@berrange.com>  Gnome.org #377262
	* gnome/vpn-properties/nm-vpn-properties.c
		- clean up after renamed VPN connection


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2114 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 04:03:46 +00:00
Dan Williams
9eb18fcedf Add bug # to commit message
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2113 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 03:58:02 +00:00
Dan Williams
413dd1dc1b Make sorting case-insensitive
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2112 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 03:55:35 +00:00
Dan Williams
206fdfe894 spacing fixes
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2111 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 03:49:49 +00:00
Dan Williams
cb0ede9685 2006-11-19 Dan Williams <dcbw@redhat.com>
Patch from Dan Berrange <dan@berrange.com>
	* gnome/applet/applet-dbus-vpn.c
		- (nma_dbus_vpn_properties_cb): sort VPN connections

	* gnome/vpn-properties/nm-vpn-properties.c
		- (init_app): sort VPN connections


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2110 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-20 03:09:15 +00:00
Djihed Afifi
5dd4e01de6 Updated Arabic Translation.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2107 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-18 20:06:31 +00:00
Gabor Kelemen
780c2e6148 2006-11-17 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2106 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-17 13:11:52 +00:00
Dan Williams
0013ae1178 2006-11-09 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerAPList.c
		- (nm_ap_list_copy_one_essid_by_address): fix bug due to previous
		code cleanup in revision 1.56; the split of the !nm_ap_get_essid()
		from the nm_ap_list_get_ap_by_address() call was incorrect and
		broke hidden SSID matching.  Found by Bill Moss.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2105 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-10 02:51:02 +00:00
Pema Geyleg
21a30437a0 *** empty log message ***
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2097 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-11-02 06:12:50 +00:00
Satoru SATOH
64474f771d 2006-11-01 Satoru SATOH <ss@gnome.gr.jp>
* ja.po: Fixed wrong plural forms.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2095 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-31 18:43:51 +00:00
Tambet Ingo
d5d84393ab 2006-10-30 Tambet Ingo <tambet@ximian.com>
vpnc/:

	* properties/Makefile.am: Include new files pcf-file.[ch] in build.
	Add NetworkManager to CFLAGS and LDADD.

	* properties/pcf-file.c: Implement.

	* properties/pcf-file.h: Ditto.

	* properties/nm-vpnc.c (import_from_file): Rewrite using new Cisco PCF
	file parser instead of using GKeyFile (which has slightly different
	semantics).

	* src/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* src/nm-vpnc-service.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* src/nm-vpnc-service-vpnc-helper.c: Ditto.


	openvpn/:

	* properties/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* src/Makefile.am: Ditto.

	* properties/nm-openvpn.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* src/nm-openvpn-service-openvpn-helper.c: Ditto.

	* src/nm-openvpn-service.c: Ditto.


	pptp/:

	* src/nm-pppd-plugin.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* properties/vpnui_impl.c: Ditto.

	* properties/vpnui_impl.h: Ditto.

	* src/nm-ppp-starter.c: Ditto.

	* src/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* properties/Makefile.am: Add NetworkManager to CFLAGS and LDADD.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2093 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-30 11:23:28 +00:00
Kjartan Maraas
2091dd21d5 2006-10-30 Kjartan Maraas <kmaraas@gnome.org>
* LINGUAS: Add «nb»
	* nb.po: And add the translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2092 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-30 09:15:27 +00:00
Kjartan Maraas
1939cead6f 2006-10-30 Kjartan Maraas <kmaraas@gnome.org>
* LINGUAS: Add «nb»
	* nb.po: Add this here.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2091 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-30 09:12:11 +00:00
Kjartan Maraas
05c7b54fbe 2006-10-30 Kjartan Maraas <kmaraas@gnome.org>
* LINGUAS: Add nb.
	* nb.po: Commit this.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2090 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-30 09:03:13 +00:00
Francisco Javier F. Serrador
4b2094cfac 2006-10-30 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translations.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2089 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-29 23:24:58 +00:00
Dan Williams
6595c2b058 2006-10-25 Dan Williams <dcbw@redhat.com>
* src/nm-dbus-nm.c
		- (nm_dbus_nm_set_active_device): return an empty success message on
			success, rather than falling through to the error case.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2088 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-25 12:15:07 +00:00
Dan Williams
f05b1fc87f 2006-10-25 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerUtils.c
		- (nm_utils_supplicant_request_with_check): suppress messages for the
			"SCAN" command


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2085 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-25 04:11:05 +00:00
Dan Williams
9fa4a67aa5 2006-10-24 Dan Williams <dcbw@redhat.com>
Reduce the number of times the Gnome applet wakes up, especially when
	it's doing absolutely nothing and is hidden.  Initial patch by
	Chris Aillon.

	* gnome/applet/applet-dbus.c
		- (nma_dbus_filter): when NM isn't around, or when it goes away,
			kill the redraw timeout.  When NM starts up, start the redraw
			timeout.  Also, if we get kicked off the bus for some reason,
			start the reconnection timeout if one's not already running.
		- (nma_dbus_init): better handling of error conditions, don't leak
			a half-initialized dbus connection
		- (nma_dbus_connection_watcher): consolidate places we reinitialize
			the applet's data, just call nm_dbus_init_helper()
		- (nma_start_dbus_connection_watch): new function, starts a periodic
			timeout that calls nma_dbus_connection_watcher()
		- (nma_dbus_init_helper): if we get a successful connection, kill the
			reconnection timeout, and don't start the reconnection timeout
			unconditionally anymore

	* gnome/applet/applet-dbus.h
		- Expose nma_start_dbus_connection_watch()

	* gnome/applet/applet.c
		- (nma_update_state): no longer static, called from applet-dbus.c for
			immediate UI updates on certain events
		- (nma_set_running): new function; take over setting applet->running,
			when not running (ie, NM is not active), don't activate the redraw
			timeout because we're not showing the applet anyway.  When we are
			running (ie, NM is active), and only when we're running, start the
			redraw timeout.
		- (nma_destroy): kill the redraw timeout by setting 'not running', and
			kill any reconnection timeout
		- (nma_get_instance): move one-off dbus initialization code here since
			nm_dbus_init_helper() gets called more than once, possibly by the
			reconnection timeout function too.  And, when we start up, if we
			can't get a connection to the bus, start the reconnection timeout.
			But don't start the redraw timeout yet, only do that when we get
			NM's state and find out if it's running or not.

	* gnome/applet/applet.h
		- Add the reconnection GSource ID
		- Add prototypes for nma_set_running() and the no-longer-static
			nma_update_state()


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2084 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-25 03:57:41 +00:00
Dan Williams
76a78cba54 2006-10-24 Dan Williams <dcbw@redhat.com>
* src/vpn-daemons/nm-dbus-vpnc.c
		- (nm_dbus_vpn_update_one_connection_cb): unregister pending call in
			pending call tracker
		- (nm_dbus_vpn_connections_update_cb): unregister pending call in
			pending call tracker; register one-vpn-connection update pending
			call in pending call tracker
		- (nm_dbus_vpn_update_one_vpn_connection): register one-vpn-connection
			update pending call in pending call tracker
		- (nm_dbus_vpn_connections_update_from_nmi): register vpn-connections
			update pending call in pending call tracker; don't block waiting
			for call to return


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2082 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-25 02:42:18 +00:00
Gabor Kelemen
f28d6ffcf1 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* po/LINGUAS: Added hu.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2079 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 17:51:12 +00:00
Gabor Kelemen
9083dac1b0 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2078 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 17:51:03 +00:00
Gabor Kelemen
3c910701df 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation added.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2077 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 17:41:56 +00:00
Gabor Kelemen
85ad456d17 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* po/LINGUAS: Added hu.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2076 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 17:40:41 +00:00
Gabor Kelemen
becce6288c 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2075 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 17:26:33 +00:00
Gabor Kelemen
cca6c3ef63 2006-10-21 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2074 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 12:46:15 +00:00
joseppc
144ae76662 Updated Catalan translation.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2073 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-21 08:55:30 +00:00
Robert Love
225461bbd3 2006-10-19 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: Don't ever restart nscd; just
	  refresh the cache.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2071 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-19 20:43:15 +00:00
Vincent van Adrighem
7ea61471f6 2006-10-17 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2069 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-17 20:14:03 +00:00