lp:~vcs-imports/network-manager-applet/+git/network-manager-applet

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/network-manager-applet/+git/network-manager-applet

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/network-manager-applet.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 11 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
lr/pkcs11 2017-03-19 20:06:17 UTC
cert-chooser: refactor to delegate file/pkcs11 operations from NMACertChooser

Author: Thomas Haller
Author Date: 2017-03-15 15:19:24 UTC

cert-chooser: refactor to delegate file/pkcs11 operations from NMACertChooser

Previously, NMACertChooser::constructor() would re-inject the actual
type based on the flags property, thus, instead of creating an instance
of type NMACertChooser, it would create an NMAFileCertChooser or
NMAPkcs11CertChooser.

Don't do that. Don't delegate using inheritence and NMACertChooserClass,
instead delegate using a vtable structure.

Also, hide the actual implementation of NMACertChooser and
NMACertChooserClass from public headers. This means, the classes
cannot be subclassed, but that is something that is not planned
to be supported (at least for the moment).

Co-authored-by: Lubomir Rintel <lkundrak@v3.sk>

bg/wifi-check-permissions 2017-03-14 14:32:25 UTC
applet-device-wifi: return FALSE on failure of new_auto_connection() method

Author: Beniamino Galvani
Author Date: 2017-03-14 13:37:19 UTC

applet-device-wifi: return FALSE on failure of new_auto_connection() method

If the permission check fails, we never run the callback: return FALSE
so that the caller can free resources.

lr/gtk-doc 2017-03-02 17:08:35 UTC
all: drop the "private API" comments

Author: Lubomir Rintel
Author Date: 2017-03-02 15:22:54 UTC

all: drop the "private API" comments

It's not like we could change or drop the API.

bg/unsupported-properties-bgo777225 2017-01-24 09:24:36 UTC
editor: wifi: warn user about unsupported properties

Author: Beniamino Galvani
Author Date: 2017-01-23 09:47:59 UTC

editor: wifi: warn user about unsupported properties

In the Wi-Fi page every time the user saves a connection we replace
the setting with a new one and fill in the properties according to the
UI. This is to ensure that not relevant properties get cleared.

The side effect is also that unsupported properties are not kept after
a save. Warn the user about the properties that will be cleared.

bg/device-empty-mac-rh1380424 2017-01-03 22:20:20 UTC
editor: hide device MAC from combo when NULL

Author: Beniamino Galvani
Author Date: 2017-01-03 22:18:28 UTC

editor: hide device MAC from combo when NULL

Hide the device MAC address from the device combo when the device
doesn't have a permanent MAC.

https://bugzilla.redhat.com/show_bug.cgi?id=1380424

bg/mm-device-race-bgo776384 2016-12-30 09:48:50 UTC
device-broadband: check that the ModemManager is actually running

Author: Beniamino Galvani
Author Date: 2016-12-30 09:20:28 UTC

device-broadband: check that the ModemManager is actually running

Previously we only checked the existence of the proxy; we should
instead verify that MM is actually running.

bg/wireless-security-leaks-bgo750261 2016-12-22 17:10:55 UTC
wireless-security: disconnect all handlers upon EAPMethodLEAP destroy

Author: Beniamino Galvani
Author Date: 2016-12-22 17:10:55 UTC

wireless-security: disconnect all handlers upon EAPMethodLEAP destroy

lr/ipv6-sharing 2016-12-20 14:51:27 UTC
editor/ip6: allow method=shared

Author: Lubomir Rintel
Author Date: 2016-11-09 17:02:13 UTC

editor/ip6: allow method=shared

NetworkManager supports it now.

bg/ip-tunnel-bgo774272 2016-12-01 09:20:51 UTC
editor: add support for IP tunnel connections

Author: Beniamino Galvani
Author Date: 2016-11-09 15:39:11 UTC

editor: add support for IP tunnel connections

fg/c-e-ethernet-link2 2016-11-30 15:12:05 UTC
c-e: enable the ethernet link negotiation section in the GUI

Author: Francesco Giudici
Author Date: 2016-11-30 15:10:43 UTC

c-e: enable the ethernet link negotiation section in the GUI

fg/c-e-ethernet-link 2016-11-25 12:17:53 UTC
c-e: show link negotiation settings in UI

Author: Francesco Giudici
Author Date: 2016-11-25 11:58:05 UTC

c-e: show link negotiation settings in UI

lr/import 2016-11-11 14:34:48 UTC
editor: add --import command line argument

Author: Lubomir Rintel
Author Date: 2016-10-30 15:06:30 UTC

editor: add --import command line argument

It currently can only import VPN connections.

bg/cloned-mac 2016-11-11 09:54:53 UTC
editor: improve the cloned MAC address selection

Author: Beniamino Galvani
Author Date: 2016-11-11 09:21:42 UTC

editor: improve the cloned MAC address selection

Add a combo box with text entry that accepts a MAC address and also
the selection of one of the predefined special values.

bg/editor-route-metric-default-bgo769015 2016-10-05 17:41:21 UTC
fixup! shared: import nm-shared-utils.[ch] files

Author: Thomas Haller
Author Date: 2016-10-05 17:41:21 UTC

fixup! shared: import nm-shared-utils.[ch] files

bg/editor-ipv4-addresses-bgo763937 2016-09-12 13:46:41 UTC
editor: fix memory leak in possibly_wrong_gateway()

Author: Beniamino Galvani
Author Date: 2016-09-12 12:36:52 UTC

editor: fix memory leak in possibly_wrong_gateway()

lr/team 2016-07-25 12:02:08 UTC
editor/team-port: add UI controls for team port configuration

Author: Lubomir Rintel
Author Date: 2016-07-04 12:15:44 UTC

editor/team-port: add UI controls for team port configuration

Editing raw JSON is still supported and kept in sync.

dcbw/indicator-cleanups 2016-03-17 21:26:56 UTC
applet: fix some visual ugliness and ensure available connections show in ind...

Author: Dan Williams
Author Date: 2016-03-17 21:26:56 UTC

applet: fix some visual ugliness and ensure available connections show in indicator mode

Remove the separator after the active connection, and put a new separator
between devices. Also ensure that connection items show themselves, otherwise
they don't get picked up by dbusmenu-gtk.

nma-0-9-10 2016-03-10 20:56:05 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-10 20:56:05 UTC

Updated Occitan translation

nma-0-9-6 2016-03-10 20:55:17 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-10 20:55:17 UTC

Updated Occitan translation

nma-0-9-8 2016-03-10 20:54:28 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-10 20:54:28 UTC

Updated Occitan translation

dcbw/die-die-die-dbus-glib-bgo760946 2016-02-19 17:27:39 UTC
editor: convert to GIO unix signal handling

Author: Dan Williams
Author Date: 2016-02-18 20:36:36 UTC

editor: convert to GIO unix signal handling

dcbw/nma10-editor-bluetooth-rh1271581 2015-12-18 21:09:30 UTC
editor: populate available Bluetooth devices in Bluetooth page (rh #1271581)

Author: =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
Author Date: 2015-12-17 12:13:51 UTC

editor: populate available Bluetooth devices in Bluetooth page (rh #1271581)

lr/symvers 2015-07-15 14:26:16 UTC
libnma: add symbol versions

Author: Lubomir Rintel
Author Date: 2015-07-15 14:26:16 UTC

libnma: add symbol versions

dcbw/wwan-ipv6-default 2015-06-30 14:27:47 UTC
applet: default to ipv6.method=auto for WWAN connections

Author: Dan Williams
Author Date: 2015-06-29 15:49:23 UTC

applet: default to ipv6.method=auto for WWAN connections

NM has fallback logic to ensure that even if IPv6 gets tried and fails,
that IPv4 gets used instead. So it should be safe to default to
automatic IPv6 support for new WWAN connections now, and bugs should
get fixed instead of papered over.

lr/vlan-connection-add 2015-06-08 14:07:26 UTC
vlan: make it possible to add parent connection from the editor

Author: Lubomir Rintel
Author Date: 2015-06-08 01:10:58 UTC

vlan: make it possible to add parent connection from the editor

lr/nma-1-0-2 2015-04-30 06:27:01 UTC
release: bump version to 1.0.2

Author: Lubomir Rintel
Author Date: 2015-04-30 06:27:01 UTC

release: bump version to 1.0.2

lr/bluetooth 2015-04-15 12:10:38 UTC
editor: Add support for creating Bluetooth connections

Author: Lubomir Rintel
Author Date: 2014-10-27 10:54:57 UTC

editor: Add support for creating Bluetooth connections

We need to know if the connection is going to be PAN or DUN.

lr/gtk-deprecations 2015-04-07 10:16:09 UTC
ui: drop rest of GtkAlignments

Author: Lubomir Rintel
Author Date: 2015-02-23 14:25:23 UTC

ui: drop rest of GtkAlignments

Use VBoxes and margin properties on the children.

Alignments are deprecated since 3.14.

dcbw/ap 2015-02-26 21:32:23 UTC
editor: initial hotspot mode support

Author: Dan Williams
Author Date: 2012-09-18 03:47:21 UTC

editor: initial hotspot mode support

dcbw/libnm-bgo736911 2015-02-18 22:51:42 UTC
applet: use nm_connection_get_id()

Author: Dan Williams
Author Date: 2015-02-18 22:26:54 UTC

applet: use nm_connection_get_id()

dcbw/indicator-icon-name 2015-02-17 17:25:06 UTC
asdfasdf

Author: Dan Williams
Author Date: 2015-02-17 17:25:06 UTC

asdfasdf

dcbw/indicator 2015-02-17 15:31:22 UTC
applet: add support for --with-appindicator

Author: =?utf-8?q?Pavel_=C5=A0imerda?=
Author Date: 2014-12-17 13:38:42 UTC

applet: add support for --with-appindicator

Add new configure option --with-appindicator which implies a optional
dependency on libappindicator. This is the way systray is done in the
current versions of Unity, KDE and Enlightenment and others. Some of the
systray implementations already dropped support for Xembed, others are
going to, mostly to gain independence on X11 as part of being ported to
Wayland.

Keep the previous functionality intact.

(many cleanups and consolidations by dcbw)

lr/icon-naming-fdo661044 2015-02-10 14:18:14 UTC
Add nm-stage* status icons originally missed

Author: orbisvicis
Author Date: 2011-10-09 16:59:18 UTC

Add nm-stage* status icons originally missed

lr/bond-mtu-rh1177582 2015-01-14 18:04:15 UTC
editor: allow setting MTU for a bond

Author: Lubomir Rintel
Author Date: 2015-01-06 18:14:27 UTC

editor: allow setting MTU for a bond

MTU is the 802-3-ethernet.mtu key, make sure wired setting exists.

https://bugzilla.redhat.com/show_bug.cgi?id=1177582

lr/connection-mtu-rh1177582 2015-01-13 21:51:13 UTC
editor: allow setting MTU for any connection

Author: Lubomir Rintel
Author Date: 2015-01-06 18:14:27 UTC

editor: allow setting MTU for any connection

https://bugzilla.redhat.com/show_bug.cgi?id=1177582

dcbw/editor-bt 2014-11-24 20:58:42 UTC
editor: show Bluetooth tab for PAN/DUN connections

Author: Dan Williams
Author Date: 2014-11-24 20:58:42 UTC

editor: show Bluetooth tab for PAN/DUN connections

dcbw/fixes 2014-10-10 15:38:02 UTC
editor: convert WiFi page private data to private data struct

Author: Dan Williams
Author Date: 2014-10-10 15:38:02 UTC

editor: convert WiFi page private data to private data struct

dcbw/applet-libnm 2014-09-11 20:03:38 UTC
start porting to libnm

Author: Dan Williams
Author Date: 2014-09-11 19:33:03 UTC

start porting to libnm

dcbw/hidden-ssid 2014-03-03 19:15:13 UTC
libnm-gtk: set HIDDEN flag when connecting to new hidden networks (rh #1069844)

Author: Dan Williams
Author Date: 2014-03-03 16:07:27 UTC

libnm-gtk: set HIDDEN flag when connecting to new hidden networks (rh #1069844)

dcbw/dcb 2014-02-21 16:39:15 UTC
editor: add page for DCB options

Author: Dan Williams
Author Date: 2013-10-09 15:35:44 UTC

editor: add page for DCB options

dcbw/dcb2 2014-01-16 00:46:51 UTC
editor: add page for DCB options

Author: Dan Williams
Author Date: 2013-10-09 15:35:44 UTC

editor: add page for DCB options

danw/ipv6disable 2013-10-11 17:09:09 UTC
connection-editor: Update for IPv6 ignore/disabled changes

Author: Dan Winship
Author Date: 2013-05-23 15:33:39 UTC

connection-editor: Update for IPv6 ignore/disabled changes

Change "Ignore" to "Disabled" in the menus, and recognize connections
with NM_SETTING_IP6_CONFIG_METHOD_DISABLED (even if compiled against a
version of NM that doesn't have it).

dcbw/ca-cert-ignore-save-load 2013-09-10 22:29:09 UTC
security: don't save CA cert ignore if editing is canceled

Author: Dan Williams
Author Date: 2013-09-10 22:27:38 UTC

security: don't save CA cert ignore if editing is canceled

Previously the code would update GSettings whenever the button was
toggled, which meant the value would be saved even if the user
canceled editing of the connection. Fix this.

Unfortunately, since only the upper-level code knows when the
editing has been canceled, the upper-level code has to handle
reading the initial values, and saving the new ones. But that's
easy to do.

dcbw/onex-hide-security-combo 2013-05-14 14:54:44 UTC
libnm-gtk: don't show 802.1x "Security" combo unless required

Author: Dan Williams
Author Date: 2013-05-03 23:04:20 UTC

libnm-gtk: don't show 802.1x "Security" combo unless required

We only need to show the combo when we can't determine the security
type of the network, which means we only need to show it when:

1) creating a hotspot
2) connecting to a hidden network
3) connecting to a WEP or Dynamic WEP network

In all other cases the security is already known, and we don't
need to show teh combo, because the user doesn't need to change it.

dcbw/editor-save-simplify 2013-04-11 18:30:32 UTC
editor: consolidate/simplify saving a connection

Author: Dan Williams
Author Date: 2013-04-11 18:30:32 UTC

editor: consolidate/simplify saving a connection

nm_connection_editor_update_connection() was only used in once place,
so consolidate that code into its caller (ok_button_clicked_save_connection).

Also, the bits about filling certificates have been out-of-date for
about 3 years, plus it makes no sense to replace a connection with
its own settings, since absolutely nothing would change. Make use of
the new nm_connection_replace_settings_from_connection() call in
libnm-util to skip the hash dance too.

Related: https://bugzilla.gnome.org/show_bug.cgi?id=696387

aleksander/mm1-applet 2013-01-15 10:23:00 UTC
applet: added missing header for function isdigit().

Author: Marius B. Kotsbak
Author Date: 2013-01-12 13:37:38 UTC

applet: added missing header for function isdigit().

aleksander/mobile-providers 2012-12-03 11:44:53 UTC
libnm-gtk: new javascript example on how to use the mobile provider database

Author: Aleksander Morgado
Author Date: 2012-12-03 11:44:53 UTC

libnm-gtk: new javascript example on how to use the mobile provider database

cc-bt 2012-08-08 16:47:05 UTC
mobile: consolidate creation of mobile broadband connection IDs

Author: Dan Williams
Author Date: 2012-08-08 16:47:05 UTC

mobile: consolidate creation of mobile broadband connection IDs

Instead of doing the same thing in three places, lets do it in one.

NMA_0_8 2012-05-28 12:40:03 UTC
editor: fix defaults for lcp-echo-failure and lcp-echo-interval (bgo #663970)

Author: =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
Author Date: 2012-05-28 11:45:40 UTC

editor: fix defaults for lcp-echo-failure and lcp-echo-interval (bgo #663970)

The default values have to be set in dsl_connection_new() so that the change
only applies for new connections. ce_page_ppp_new() is called every time a
connection is edited and thus we can't change the properties values in it. Else
"Send PPP echo packets" won't be initialized properly for connections that have
PPP settings all default and thus no PPP setting was present.

NETWORKMANAGER_APPLET_0_7 2011-09-07 15:54:29 UTC
Updated asturian translation

Author: Xandru
Author Date: 2011-09-07 15:54:29 UTC

Updated asturian translation

network-manager-applet-0-6 2009-04-14 04:44:11 UTC
crh Added Crimean Tatar (Crimean Turkish) translation.

Author: Reşat SABIQ
Author Date: 2009-04-14 04:44:11 UTC

crh Added Crimean Tatar (Crimean Turkish) translation.

2009-04-13 Reşat SABIQ <tilde.birlik@gmail.com>

 * LINGUAS: crh
 * crh.po: Added Crimean Tatar (Crimean Turkish) translation.

svn path=/branches/network-manager-applet-0-6/; revision=1275

101151 of 151 results
This repository contains Public information 
Everyone can see this information.

Subscribers