summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* libnm: add libnm/libnm-core (part 2)Dan Winship2014-08-011-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes up the code from the previous "clean" import, and adds build infrastructure. [There are two slightly orthogonal sets of changes in this patch. First, the files added in the previous commit were modified as followed: # Replace internal references to "libnm-util" and "libnm-glib" with "libnm" perl -pi -e 's/libnm-(util|glib)/libnm/;' libnm-core/*.[ch] libnm-core/tests/*.[ch] libnm/*.[ch] libnm/tests/*.[ch] # Fix includes of the enum-types files perl -pi -e 's/nm-utils-enum-types/nm-core-enum-types/;' libnm-core/*.[ch] libnm-core/tests/*.[ch] libnm/*.[ch] libnm/tests/*.[ch] perl -pi -e 's/nm-glib-enum-types/nm-enum-types/;' libnm/*.[ch] libnm/tests/*.[ch] # Fix some python example code perl -pi -e 's/import NMClient/import NM/;' -e 's/NMClient.Client\(\)/NM.Client()/;' libnm/nm-client.c Then, the build infrastructure was added (without further modifying any existing files in libnm-core or libnm.) Note: to regenerate libnm.ver after rebase: (head -2 libnm-util/libnm-util.ver; (grep -h '\s'nm_ libnm-util/libnm-util.ver libnm-glib/libnm-glib.ver | env LANG=C sort); tail -3 libnm-util/libnm-util.ver) > libnm/libnm.ver ]
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-2/+2
| | | | | | | | | Some subdirectories of src/ encapsulate large chunks of functionality, but src/config/, src/logging/, and src/posix-signals/ are really only separated out because they used to be built into separate sub-libraries that were needed either for test programs, or to prevent circular dependencies. Since this is no longer relevant, simplify things by moving their files back into the main source directory.
* clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-301-39/+38
| | | | | | | | | | | | | Create a new clients/ subdirectory at the top level, and move cli/ and tui/ into it, as well as nm-online.c (which was previously in test/, which made no sense). cli/ was split into two subdirectories, src/ and completion/. While this does simplify things (given that the completion file and the binary both need to be named "nmcli"), it bloats the source tree, and we can work around it by just renaming the completion file at install time. Then we can combine the two directories into one and just have it all under clients/cli/.
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | Some type-specific NMSetting implementations (bond, bridge, team, vlan) have their own 'interface-name' property. This property will be deprecated in favour of 'interface-name' in NMSettingConnection. Change verify() and normalize() to check that the redundant values match and repair/normalize the properties. Force the virtual interface name of the type-specific setting to be equal to NMSettingConnection:interface_name. This way, the depreacted field stays valid and backward compatible. NMSettingInfiniband is special, because it does not have a backing property for the interface name, although it implements get_virtual_iface_name(). To account for this, some special handling is needed in order not to change the behaviour of get_virtual_iface_name(). Signed-off-by: Thomas Haller <thaller@redhat.com>
* po: remove obsolete reference to nm-modem-old.c fileThomas Haller2014-06-271-1/+0
| | | | | | | | This breaks `make check`. Regression introduced by commit 1a3a5c4526eaa0c51303ba783db08e2007792e80. Signed-off-by: Thomas Haller <thaller@redhat.com>
* team: make team support a pluginThomas Haller2014-06-271-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* wifi: make Wi-Fi support a pluginDan Williams2014-05-131-1/+1
| | | | | | | | | | | Make Wi-Fi support a plugin using the new device factory interface. Provides a 7% size reduction in the core NM binary. Before After NM: 1154104 1071992 (-7%) Wi-Fi: 0 110464 (all results from stripped files)
* devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"Dan Winship2014-03-191-1/+1
| | | | | | | | | The atm/adsl plugin really is a generic ATM plugin but (a) it needs a bit of work to do IPoATM rather than just PPPoATM and PPPoEoATM, and (b) most people currently using NM's ATM support are using DSL devices not actual ATM cards anyway, and have no idea what "ATM" even means. If we add the necessary IPoATM support later we can rename the plugin back to -atm
* mobile: make WWAN support a pluginDan Williams2014-03-031-2/+2
| | | | | | | | | | | Make WWAN support a plugin using the new device factory interface. Provides a 5% size reduction in the core NM binary. Before After NM: 1187224 1125208 (-5%) MM: 0 100576 (all results from stripped files)
* bluez: make Bluetooth support a pluginDan Williams2014-03-031-2/+2
| | | | | | | | | | | Make Bluetooth support a plugin using the new device factory interface. Provides a 5% size reduction in the core NM binary. Before After NM: 1253016 1187224 (-5%) BT: 0 85752 (all results from stripped files)
* atm: make ADSL support a pluginDan Williams2014-03-031-1/+1
| | | | | | | | | | | Make ADSL support a plugin using the new device factory interface. Provides a 1% size reduction in the core NM binary. Before After NM: 1265336 1253016 (-1%) ATM: 0 27360 (all results from stripped files)
* libnm-glib: take reference in NMRemoteConnection before calling DBUSThomas Haller2014-02-211-0/+1
| | | | | | | | | | We always have to take a reference to the NMRemoteConnection before calling to DBUS, because the connection might be deleted in the meantime. https://bugzilla.gnome.org/show_bug.cgi?id=723168 Signed-off-by: Thomas Haller <thaller@redhat.com>
* trivial: remove unused nm-netlink-monitorDan Williams2014-02-131-1/+0
| | | | Obsoleted by the platform, no longer used.
* tui/po: fix po/POTFILES.in referencing invalid fileThomas Haller2014-01-281-1/+0
| | | | | | Fix removing a file 36ed2e91bb5ac60b420e59f66a92c019ccbbbbd4. Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnm-util, libnm-glib: add device/connection describing functionsDan Winship2014-01-271-0/+2
| | | | | Add functions to describe and disambiguate devices and connections for display to the user. Originally from libnm-gtk.
* po: fix handling of not-yet-used tui/vpn-helpers.cDan Williams2013-12-171-1/+1
| | | | | | | tui/vpn-helpers.c is not yet used, so it shouldn't be translated yet. Having it in po/POTFILES fails distcheck because, since it is not yet used, it's not distributed, and thus can't be found in the distcheck build.
* po/tui: add missing file to POTFILES.inThomas Haller2013-12-131-0/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* nmtui: initial import of nmtuiDan Winship2013-12-131-1/+31
| | | | nmtui is a TUI (curses-based Text User Interface) for NetworkManager
* libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-311-0/+1
| | | | Includes various fixes & cleanups from Thomas Haller.
* bluez: create NMConnection for PAN devicesThomas Haller2013-09-251-0/+1
| | | | | | | | | | Create a new NMConnection for PAN devices if no compatible connection exists and export it via DBUS. This has the effect of always exposing any usable PAN-capable device. https://bugzilla.gnome.org/show_bug.cgi?id=701078 Signed-off-by: Thomas Haller <thaller@redhat.com>
* po: add src/nm-sleep-monitor-systemd.c into po/POTFILES.inJiří Klimeš2013-09-131-0/+1
|
* core: add support for team deviceJiri Pirko2013-08-151-0/+1
| | | | Signed-off-by: Jiri Pirko <jiri@resnulli.us>
* libnm-util: add team device settingJiri Pirko2013-08-151-0/+1
| | | | Signed-off-by: Jiri Pirko <jiri@resnulli.us>
* mobile: merge NMModemGsm into NMModemOldDan Williams2013-06-031-1/+0
|
* mobile: merge NMModemCdma into NMModemOldDan Williams2013-06-031-1/+1
| | | | GSM is next...
* core: move devices into a subdirectoryDan Winship2013-05-081-8/+8
| | | | | We have lots of device types and will soon have lots more, so let's put them in their own directory.
* config: move config-related command-line options into nm-config.cDan Winship2013-04-031-0/+1
| | | | | | Rather than having main.c parse them and then hand them all to nm_config_new(), just let nm-config provide its own GOptionEntry array to merge in with main's.
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-0/+21
| | | | | | - fix g_set_error()/g_set_error_literal() usage - make the error messages translatable - use g_prefix_error() to prepend property name
* bridge: add bridge device typeThomas Graf2012-11-301-0/+1
| | | | | This adds a new device type 'bridge'. Kernel devices are created on demand.
* po: add translatableMarius B. Kotsbak2012-11-211-0/+1
|
* build: "make check" fixesDan Winship2012-10-041-1/+1
|
* nm-online: internationalize nm-online toolJiří Klimeš2012-07-091-0/+1
|
* adsl: carrier handling and PPPoA supportPantelis Koukousoulas2012-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | This is the "juice" of the patch series. Initial cut at carrier handling (by polling /sys/class/atm/$iface/carrier) and also support for calling pppd with the proper command-line to achieve a connection. Also implement the necessary boilerplate for the NM state machine to be happy with our device. This is a "duct tape and gum" implementation, i.e., prefer copy&paste over proper refactoring, due to limited time, but the foundations are now there, so we can make it work right slowly-slowly :) With this patch, you can already test carrier management but not yet make a complete connection. Relevant extract from logs: <info> (ueagle-atm0): carrier now ON (device state 20) <info> (ueagle-atm0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>
* ifnet: remove system prefixMu Qiao2012-03-091-1/+0
| | | | | As all connections are system connection so the prefix is meaningless. Drop it now.
* core: convert VLAN interfaces to a device subclassDan Williams2012-03-011-0/+1
| | | | | | Many different interface types can support VLANs, including Infiniband, WiFi, etc. So we have to create a new device class for them instead of keeping the support in NMDeviceEthernet.
* bond: move bond master interfaces to NMDeviceBondDan Williams2012-02-161-0/+1
| | | | | This way clients know it's a bond master, and it allows us to more cleanly separate the code for bonding and non-bonding cases.
* po: add new translatableDan Williams2012-01-091-0/+1
|
* po: add translatableDan Williams2011-12-021-0/+1
|
* settings: fix getting default wired connection name with no connectionsDan Williams2011-03-301-1/+1
| | | | | | | Due to an error in the loop logic, if there were no connections yet (like a fresh install or a livecd or whatever) no default name would be returned and thus ethernet devices wouldn't come up automatically. Fix that loop error and add testcases for it.
* settings: name the default wired connection "Wired connection x"Dan Williams2011-03-271-1/+1
| | | | | | | | | | Where 'x' is a number that's not yet used by any existing connection. And clean up the default wired class initialization. This name is more friendly than "Auto eth0" which was confusing to quite a few people. This also checks to ensure there's no other connection with the same name, which the old method did not. Suggested by Jon McCann.
* settings: move system-settings/plugins => src/settings/pluginsDan Williams2011-02-151-2/+2
|
* core: allow minimal completion of VPN connections for AddAndActivateDan Williams2011-01-131-1/+2
| | | | | We can at least fill in the connection setting if we're just given the VPN setting.
* Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-121-1/+7
|\
| * dhclient: split out dhclient config merging and add testcasesDan Williams2010-12-171-0/+1
| |
* | settings: system-settings -> settingsDan Williams2010-10-271-1/+1
| |
* | Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-161-1/+1
|\ \ | |/
| * core: rename NMNamedManager -> NMDnsManagerDan Williams2010-09-071-1/+1
| |
* | Merge remote branch 'origin/master' into gsocDan Williams2010-08-261-0/+1
|\ \ | |/
| * ifnet: add Gentoo system settings pluginMu Qiao2010-08-241-0/+1
| |
* | NetworkMangerSettings -> NetworkManager.SettingsDaniel Gnoutcheff2010-08-071-1/+0
|/ | | | | | | Just for consistency, make settings related stuff live under the org.freedesktop.NetworkManager namespace, rather than its own org.freedesktop.NetworkManagerSettings namespace. Renames are done for DBus interface names, DBus object paths, and polkit actions.