Commit graph

236 commits

Author SHA1 Message Date
Tambet Ingo
40a69f986c 2008-05-15 Tambet Ingo <tambet@gmail.com>
Move crypto functions from nm-applet to libnm-util.

	* libnm-util/nm-setting-8021x.c (nm_setting_802_1x_set_ca_cert)
	(nm_setting_802_1x_set_client_cert)
	(nm_setting_802_1x_set_phase2_ca_cert)
	(nm_setting_802_1x_set_phase2_client_cert)
	(nm_setting_802_1x_set_private_key)
	(nm_setting_802_1x_set_phase2_private_key): Implement. Given a certificate
	file (or private key and it's password), read the certificate data.

	* libnm-util/crypto_nss.c:
	* libnm-util/crypto_gnutls.c:
	* libnm-util/crypto.[ch]: Move here from nm-applet.

	* configure.in: Check for NSS and gnutls here (moved here from nm-applet).

	* system-settings/plugins/ifcfg-suse/parser.c (read_wpa_eap_settings):
	Imlement WPA-EAP configuration reading from sysconfig.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3673 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-05-19 07:43:13 +00:00
Dan Williams
48ef109007 Correct path
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3547 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-04-08 18:28:19 +00:00
Dan Williams
0825542f26 2008-04-08 Dan Williams <dcbw@redhat.com>
The system settings service will now create a new default DHCP connection
	for wired devices that have no existing applicable connection.

	* system-settings/src/nm-system-config-hal-manager.c
	  system-settings/src/nm-system-config-hal-manager.h
		- (nm_system_config_hal_manager_get_type_for_udi): new function

	* system-settings/src/dbus-settings.c
	  system-settings/src/dbus-settings.h
		- (nm_sysconfig_settings_get_connections): new function
		- (nm_sysconfig_settings_is_device_managed): new function

	* system-settings/src/main.c
		- (load_stuff): check for wired devices that need a default connection
		- (get_details_for_udi): get interface and MAC address from HAL
		- (add_default_dhcp_connection): add a default connection for a wired
			device if needed
		- (device_added_cb, device_removed_cb): do the right thing with
			wired devices and their default connections on HAL device events



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3544 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-04-08 14:57:17 +00:00
Dan Williams
c112c5b041 2008-03-12 Dan Williams <dcbw@redhat.com>
* POTFILES.in: add missing translatables



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3437 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-03-12 18:36:18 +00:00
Dan Williams
3fec481414 2008-03-07 Dan Williams <dcbw@redhat.com>
First pass of multiple active device support.  Expect bugs.

	* src/nm-ip4-config.c
	  src/nm-ip4-config.h
		- (nm_ip4_config_get_secondary, nm_ip4_config_set_secondary): remove;
			there are better ways to do this in the named manager

	* src/nm-device.c
	  src/nm-device.h
		- (nm_device_can_activate): return whether the device can activate a
			connection right now; taking into account things like carrier state
			and rfkill state
		- (nm_device_get_best_auto_connection): renamed from
			nm_device_get_best_connection
		- (real_act_stage4_get_ip4_config): MTU stuff is now handled in the
			device subclasses themselves, so that each device can override the
			MTU from it's NMSetting subclass if needed
		- (nm_device_set_ip4_config): set MTU when setting up routes and stuff
			in NetworkManagerSystem.c, not here

	* src/named-manager/nm-named-manager.c
	  src/named-manager/nm-named-manager.h
		- (nm_named_manager_name_owner_changed,
		   nm_named_manager_dbus_connection_changed): fix for changes to
			rewrite_resolv_conf()
		- (compute_nameservers): don't need the NMNamedManager at all, remove
			from parameter list
		- (merge_one_ip4_config): new function; merge ip4 configs together
		- (rewrite_resolv_conf): write out resolv.conf from all the stored
			ip4 configs; the VPN config takes precedence, then the best
			device config, then the rest of the configs
		- (get_domain_for_config): take the NMNamedManager as an argument
			to check whether the config is the VPN config
		- (add_ip4_config_to_named): fixups for removal of the 'secondary'
			attribute from ip4 configs
		- (add_all_ip4_configs_to_named): add all the configs in priority order
		- (remove_ip4_config_from_named): fix for changes to
			get_domain_for_config()
		- (nm_named_manager_add_ip4_config): assign the config to the right slot
			based on its type; callers must pass in the type now
		- (get_last_default_domain): remove, unused
		- (nm_named_manager_remove_ip4_config): handle config slots correctly

	* src/nm-device-802-11-wireless.c
		- (real_can_activate): new function
		- (real_get_best_auto_connection): renamed from real_get_best_connection
		- (real_act_stage4_get_ip4_config): handle MTU override

	* src/nm-device-802-3-ethernet.c
		- (real_can_activate): new function
		- (real_get_best_auto_connection): renamed from real_get_best_connection
		- (real_act_stage4_get_ip4_config): new function; handle MTU override

	* src/vpn-manager/nm-vpn-connection.c
		- (nm_vpn_connection_ip4_config_get): don't need to set the 'secondary'
			attribute on the ip4 config

	* src/NetworkManagerPolicy.c
		- (nm_policy_auto_get_best_device): remove
		- (nm_policy_device_change_check): remove
		- (update_default_route): new function; set the default route via
			the specified device
		- (get_device_priority): new function; return the priority number of
			a device type WRT which one should have the default route.  Order is
			(highest to lowest)  wired, wireless, GSM, CDMA.
		- (update_routing_and_dns): new function; determine which device should
			have the default route, then update the routing table and DNS
		- (maybe_auto_activate_device): new function; if a device is now
			available for activation, find out what connection it would like to
			activate and do it
		- (schedule_activate_check): new function; if a device can be activated
			now, schedule the activation.  Each device may have only one
			pending activation at a given time.
		- (device_state_changed): if activation was canceled, try again,
			possibly with another connection; if the device was activated,
			update routing and DNS; if the device was deactivated, try again
			with another connection
		- (device_carrier_changed): if there is no carrier, deactivate the
			device; otherwise schedule an activation check for the device
		- (wireless_networks_changed): schedule an activation check for the
			device
		- (device_added): keep track of the signal handler IDs so they can
			be removed when the device goes away
		- (device_removed): remove any signal handlers that might be attached
			to the device; update routing and DNS
		- (schedule_activate_all): new function
		- (connections_added, connection_added, connection_updated): when
			connections change, schedule all devices for an activation check
		- (connection_removed): when a device is deactivated because its
			connection was removed, schedule another activation check for it
		- (nm_policy_destroy): destroy pending activations and disconnect
			all device signal handlers

	* src/nm-manager.c
		- (nm_manager_activate_device): if the device was already actived,
			deactivate it
		- (deactivate_old_device): remove
		- (connection_added_default_handler, impl_manager_activate_device):
			don't deactivate other devices when activating this one

	* src/backends/NetworkManagerGentoo.c
	  src/backends/NetworkManagerFrugalware.c
	  src/backends/NetworkManagerPaldo.c
	  src/backends/NetworkManagerRedHat.c
	  src/backends/NetworkManagerSlackware.c
	  src/backends/NetworkManagerArch.c
	  src/backends/NetworkManagerSuSE.c
	  src/backends/NetworkManagerDebian.c
		- (nm_system_get_mtu): remove; MTU should be provided through the
			distro's system settings service plugin instead
		- (nm_system_device_add_default_route_via_device): remove
		- (nm_system_device_add_default_route_via_device_with_iface): remove
		- (nm_system_device_replace_default_route): new function; call
			generic implementation

	* src/backends/NetworkManagerGeneric.c
	  src/backends/NetworkManagerGeneric.h
		- (nm_generic_device_add_default_route_via_device,
		   nm_generic_device_add_default_route_via_device_with_iface): remove
		- (nm_generic_device_replace_default_route): replace the default route
			with the given route via some gateway

	* src/NetworkManagerSystem.c
	  src/NetworkManagerSystem.h
		- (nm_system_device_set_from_ip4_config): let the policy handle updates
			to routing and DNS; but set the MTU here
		- (nm_system_vpn_device_set_from_ip4_config): set the route with the
			ip_iface of the active device; use the standard MTU setting function
		- (nm_system_set_mtu): remove
		- (nm_system_device_set_mtu): consolidate MTU setting code in one place



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3391 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-03-07 19:41:32 +00:00
Dan Williams
219c552de8 Add missing file to POTFILES.in
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3130 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-12-04 16:11:21 +00:00
Funda Wang
3835a92b7c Removed non-exist files from POTFILES.in
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2944 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-10-06 08:47:32 +00:00
Dan Williams
d02e8b4886 2007-08-13 Dan Williams <dcbw@redhat.com>
Patch from Michael Biebl <biebl@debian.org>

	* po/POTFILES.in
	  po/POTFILES.skip
		- Update for vpn-properties move



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2676 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-08-14 03:46:40 +00:00
Dan Williams
e87f8d5d92 Remove applet bits from POTFILES.in
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2273 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-02-03 18:18:16 +00:00
Dan Williams
23527a52f7 2006-12-03 Dan Williams <dcbw@redhat.com>
Patch from Gabor Kelemen <kelemeng@gnome.hu>  (Gnome.org #381890)

	* po/POTFILES.in
	  po/POTFILES.skip
		- Move VPN-related translatables to .skip

	* vpn-daemons/pptp/po/POTFILES.in
		- Update with new translatables


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2153 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 19:13:45 +00:00
Dan Williams
2fe273b862 2006-12-02 Dan Williams <dcbw@redhat.com>
* POTFILES.in: add missing translatables


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2148 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 04:33:30 +00:00
Kjartan Maraas
c7e1bd54f1 2006-03-02 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add two missing files.
	* nb.po: Updated Norwegian bokmål translation.
	* no.po: Same.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1535 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-02 11:59:30 +00:00
Dan Williams
01dd4fa65f Fix up pofiles for wireless-applet.glade -> applet.glade rename
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1502 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-02-27 06:53:33 +00:00
Adam Weinberger
cdb4eb1e20 2006-01-17 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing file.
	* en_CA.po: Updated Canadian English translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1354 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-18 00:57:25 +00:00
Robert Love
f8fa67c46e remove no-longer-existing files
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1350 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-17 15:46:07 +00:00
Adam Weinberger
2543be81b9 2006-01-09 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing file.
	* en_CA.po: Updated Canadian English translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1305 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-10 03:19:41 +00:00
Adam Weinberger
fef4d7791b 2005-12-23 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing files.
	* en_CA.po: Updated Canadian English translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1229 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-12-23 07:35:15 +00:00
Christopher Aillon
9c3d4f68f0 2005-10-27 Christopher Aillon <caillon@redhat.com>
* POTFILES.in: NetworkManager is now encoded in UTF-8


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1080 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-10-28 02:49:11 +00:00
Robert Love
1cf2aff679 2005-06-30 Robert Love <rml@novell.com>
* POTFILES.in: remove examples/ translatable files as they are not
	  part of the official dist and thus break "make distcheck".  Also
	  remove vpn-daemons/ translatable files as they are included in that
	  directories own po/POTFILES.in file (and it breaks "make distcheck").


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@770 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-30 16:33:42 +00:00
Robert Lov
892352996d 2005-06-30 Robert Lov <rml@novell.com>
* POTFILES.in: remove examples/ translatable files as they are not
          part of the official dist and thus break "make distcheck"


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@769 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-30 16:29:26 +00:00
Christian Rose
283d1b550f 2005-06-25 Christian Rose <menthos@menthos.com>
* POTFILES.in: Added missing file entries.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@751 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-25 14:25:50 +00:00
Robert Love
d6b8f80469 2005-06-20 Robert Love <rml@novell.com>
* Makefile.am: Add missing intltool-foo.in generated files to
	  EXTRA_DIST so that 'distcheck' works.  Also add DISTCLEANFILES
	  with the start of stuff to cleanup on 'distclea'.
	* configure.in: add AC_PROG_INTLTOOL macro so that we do the intltool
	  stuff right and 'distcheck' works.
	* po/POTFILES.in: Remove examples/python/systray/eggtrayicon.c.  If
	  we keep it, we need to add all of examples/* to EXTRA_DIST and do
	  Makefile.am for each.  And systray/Makefile needs to be redone.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@725 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-20 17:16:51 +00:00
Robert Love
ad5b6b3838 2005-06-16 Robert Love <rml@novell.com>
* po/POTFILES.in
                - remove gtkcell* files


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@692 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-16 21:48:51 +00:00
David Zeuthen
c357c61e35 2005-06-12 David Zeuthen <davidz@redhat.com>
* gnome/vpn-properties/nm-vpn-ui-interface.h: New file

	* gnome/vpn-properties/nm-vpn-properties.glade: New file

	* gnome/vpn-properties/nm-vpn-properties.c: New file

	* gnome/vpn-properties/Makefile.am: New file

	* src/vpn-manager/nm-vpn-manager.h: Rework prototypes to take an
	array of passwords

	* src/vpn-manager/nm-vpn-manager.c
	(nm_vpn_manager_activate_vpn_connection): Take an array of passwords
	instead of just a single one

	* src/vpn-manager/nm-dbus-vpn.c:
	(nm_dbus_vpn_get_vpn_connection_properties): Also append service_name
	here
	(nm_dbus_vpn_activate_connection): Rework to take an array of passwords

	* gnome/applet/vpn-password-dialog.h (nmwa_vpn_request_password):
	Change the interface here to give a list of passwords. Also, don't
	require username, but do require service

	* gnome/applet/vpn-password-dialog.c: Look up the VPN .name files for
	the binary for the auth-dialog and use that instead of putting up a
	dialog asking for a single password

	* gnome/applet/vpn-connection.[ch]: Don't remember the user_name,
	however do remember the service

	* gnome/applet/main.c (main): Setup i18n

	* gnome/applet/applet.c (nmwa_update_state): Add a line "VPN
	connection to '%s'" to the tooltip if we are connected using VPN
	(nmwa_menu_vpn_item_activate): Check last_attempt_success gconf
	key to determine whether we the auth-dialog needs to
	reprompt. Also cope with the fact that the auth-dialog now returns
	an array of passwords.
	(nmwa_menu_configure_vpn_item_activate): New handler for
	"Configure VPN..." menu item
	(nmwa_menu_add_vpn_menu): Add the "Configure VPN..." menu item
	(is_vpn_available): New function to determine if we got any
	NM-compatible VPN software installed
	(nmwa_menu_add_devices): Use is_vpn_available to add VPN menu
	items only if we have NM-compatible VPN software installed
	(nmwa_gconf_vpn_connections_notify_callback): Slightly rework the
	logic for detecting when VPN connections are removed

	* gnome/applet/applet-dbus.h: Removed the prototypes for
	nmwa_dbus_vpn_activate_connection, nmwa_dbus_vpn_deactivate_connection
	since these are defined elsewhere

	* gnome/applet/applet-dbus.c (set_vpn_last_attempt_status): New
	function used to keep track of whether the last attempt succeded
	(nmwa_dbus_filter): Update last_attempt according to whether the
	VPN connection could be established or not

	* gnome/applet/applet-dbus-vpn.h (nmwa_dbus_vpn_deactivate_connection):
	Change prototype to take an array of passwords, not just a single
	password

	* gnome/applet/applet-dbus-vpn.c (nmwa_dbus_vpn_properties_cb): Only
	update service, not user
	(nmwa_dbus_vpn_remove_one_vpn_connection): Check that applet->
	dbus_active_vpn_name is not NULL before using it
	(nmwa_dbus_vpn_activate_connection): Send the passwords as a
	string array instead of assuming a single password

	* gnome/applet/applet-dbus-info.c:
	(nmi_dbus_get_vpn_connection_properties): Use the logged in user for
	user name; don't read from gconf

	* gnome/applet/Makefile.am: Also export SYSCONFDIR and
	VPN_NAME_FILES_DIR

	* gnome/Makefile.am (SUBDIRS): Add vpn-properties

	* configure.in: Add checks for gmodule-2.0.
	Generate gnome/vpn-properties/Makefile. Don't generate any Makefile's
	in vpn-daemons nor vpn-daemons/vpnc. We have separate autotooled
	projects under vpn-daemons now.	 See vpn-daemons/vpnc/Changelog
	for details

	* vpn-daemons/Makefile.am: Removed

	* vpn-daemons/README: New file to describe extensions points for VPN
	software


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@664 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-12 14:35:59 +00:00
Christian Rose
f5bc3742ba 2005-04-30 Christian Rose <menthos@menthos.com>
* POTFILES.in: Removed nonexisting files and added
	missing ones.
	* sv.po: Updated Swedish translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@594 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-04-30 10:55:28 +00:00
Dan Williams
dc60de8f2c Add missing translatable
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@580 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-04-19 14:07:03 +00:00
Dan Williams
e49af5df36 2005-04-01 Dan Williams <dcbw@redhat.com>
* po/POTFILES.in
		- Update with new translatables


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@539 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-04-01 19:27:04 +00:00
Dan Williams
c7c88af80e 2005-02-10 Dan Williams <dcbw@redhat.com>
* POTFILES.in
		- Revert the Encoding change since it doesn't seem to work
			on FC4 or FC3 at the moment.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@431 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-02-10 21:15:48 +00:00
Kjartan Maraas
379bf3ef8f 2005-02-08 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add encoding foo
	* nb.po: Update
	* no.po: Update


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@420 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-02-08 20:02:15 +00:00
Kjartan Maraas
f811ec3c33 2004-12-04 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add missing file.
	* nb.po: Update


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@333 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-12-04 13:28:22 +00:00
Kjartan Maraas
ba3f782cf7 2004-11-09 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add panel-applet/NWManagerOtherNetworkDialog.c
	* nb.po: Update


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@301 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-11-08 23:01:32 +00:00
Jonathan Blandford
a34bbc734b Wed Oct 13 19:31:53 2004 Jonathan Blandford <jrb@redhat.com>
* panel-applet/NMWirelessApplet.c: Add an essid dialog.  It
        doesn't work yet, but it looks okay.

        * panel-applet/icons/*png: Resize to 22x22 and install in the
        right place.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@224 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-10-13 23:37:01 +00:00
Kjartan Maraas
8bf45bdd01 2004-10-08 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add missing file.
	* nb.po: Update
	* no.po: Update


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@197 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-10-08 10:44:30 +00:00
Jonathan Blandford
e892a17d43 Mon Sep 20 11:22:16 2004 Jonathan Blandford <jrb@redhat.com>
* POTFILES.in: add panel-applet/menu-info.c


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@161 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-09-20 15:23:05 +00:00
Christian Rose
09ea565f64 2004-08-27 Christian Rose <menthos@menthos.com>
* .cvsignore: Sorted and added entries.
	* POTFILES.in: Added missing entries.
	* NetworkManager.pot: Removed. This is a generated file.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@88 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-08-26 23:13:09 +00:00
Jonathan Blandford
d3aff52822 Thu Aug 26 15:12:36 2004 Jonathan Blandford <jrb@redhat.com>
* Makefile.am: add po as a supdir

        * autogen.sh: use gnome-autogen.sh

        * initscript/Gentoo/.cvsignore:
        * initscript/RedHat/.cvsignore: Shut up cvs

        * panel-applet/Makefile.am: Define GNOMELOCALEDIR for bonobo.

        * panel-applet/NMWirelessApplet.c: (nmwa_populate_menu),
        (nmwa_fill): Use gettext.

        * configure.in: add gettext support
        * po/.cvsignore:
        * po/NetworkManager.pot:
        * po/POTFILES.in:


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@80 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-08-26 19:14:26 +00:00