Merge lp:~sil2100/network-manager-applet/merge_1.0.10 into lp:~network-manager/network-manager-applet/ubuntu

Proposed by Łukasz Zemczak
Status: Merged
Merge reported by: Mathieu Trudel-Lapierre
Merged at revision: not available
Proposed branch: lp:~sil2100/network-manager-applet/merge_1.0.10
Merge into: lp:~network-manager/network-manager-applet/ubuntu
Diff against target: 624 lines (+132/-96)
8 files modified
debian/changelog (+59/-0)
debian/patches/Allow-to-create-connections-without-admin-privileges.patch (+63/-63)
debian/patches/Don-t-hard-code-gnome-bluetooth-plugin-directory.patch (+1/-1)
debian/patches/Force-online-state-with-unmanaged-devices.patch (+1/-1)
debian/patches/applet_adhoc_use_wpa_rsn_part1.patch (+4/-4)
debian/patches/series (+1/-1)
debian/patches/ubuntu_dont_autostart_under_GNOME.patch (+0/-26)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~sil2100/network-manager-applet/merge_1.0.10
Reviewer Review Type Date Requested Status
Network-manager Pending
Review via email: mp+281844@code.launchpad.net

Commit message

Merge 1.0.10 from Debian, include mitya57's change for drop of an unused patch.

Description of the change

Merge 1.0.10 from Debian, include mitya57's change for drop of an unused patch.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-12-16 16:49:08 +0000
+++ debian/changelog 2016-01-07 14:38:54 +0000
@@ -1,3 +1,62 @@
1network-manager-applet (1.0.10-1ubuntu1) xenial; urgency=low
2
3 [ Łukasz 'sil2100' Zemczak ]
4 * Merge from Debian unstable. Remaining changes:
5 - lp341684_device_sensitive_disconnect_notify.patch: show correct
6 notification messages for disconnect events, to be in line with the other
7 *connect*text patches.
8 - lp460144_correctly_update_notification.patch: cleaner notification
9 messages, and allow for messages to be updated instead of cleared.
10 - applet-wifi-menu-before-vpn.patch: show Create New and Connect to Hidden
11 wifi menu items with the other Wifi items, rather than separated by
12 the VPN menus.
13 - nm-applet-use-indicator.patch: patch to support showing nm-applet as an
14 appindicator in Unity.
15 - position_dialogs_to_center_of_the_screen.patch: position dialogs to the
16 center of the screen.
17 - make_menu_items_insensitive_based_on_permissions.patch,
18 hide_policy_items_env_var.patch: provide a method to desensitize or hide
19 menu items which are useless given the current policykit policy level of
20 the user.
21 - applet_adhoc_use_wpa_rsn_part1.patch: enable Ad-Hoc using WPA RSN.
22 - lp1048516_dont_req_keyring_in_greeter.patch: don't try to load the
23 keyring if the user has no permissions to edit their own connections.
24 - lp1048520_delay_pin_dialog_in_greeter.patch: only ask for PIN entry when
25 a connection is being established rather than when a modem is detected.
26 - rebuild_menu_after_init.patch: force a rebuild of the menu to avoid it
27 staying empty on login.
28 - ubuntu_dont_autostart_under_GNOME.patch
29 - hide_virtual_devices.patch: updated to no longer show
30 - debian/rules: ship extra icons, use --enable-indicators, export
31 translations for Launchpad and fail if any files are missing from
32 .install files, or not being installed.
33 - debian/control: Build-Depend on dh-translations, libappindicator3-dev,
34 update package descriptions, add Breaks against gnome-bluetooth (<< 3.0),
35 switch gnome-icon-theme to adwaita-icon-theme, don't build the migration
36 helper
37
38 [ Dmitry Shachnev ]
39 * Drop ubuntu_dont_autostart_under_GNOME.patch. The latest release has
40 GNOME in NotShowIn list, so that patch does not make any sense.
41
42 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Thu, 07 Jan 2016 12:14:44 +0100
43
44network-manager-applet (1.0.10-1) unstable; urgency=medium
45
46 * New upstream release.
47 * Rebase patches.
48 * Use dh_autoreconf --as-needed to avoid unnecessary shlibs dependencies.
49
50 -- Michael Biebl <biebl@debian.org> Thu, 24 Dec 2015 01:18:49 +0100
51
52network-manager-applet (1.0.8-1) unstable; urgency=medium
53
54 * New upstream release.
55 * Refresh patches.
56 * Disable migration tool for NM <= 0.8 settings.
57
58 -- Michael Biebl <biebl@debian.org> Fri, 20 Nov 2015 18:35:54 +0100
59
1network-manager-applet (1.0.6-2ubuntu4) xenial; urgency=medium60network-manager-applet (1.0.6-2ubuntu4) xenial; urgency=medium
261
3 * debian/control, debian/n-m-g.install, debian/rules:62 * debian/control, debian/n-m-g.install, debian/rules:
463
=== modified file 'debian/patches/Allow-to-create-connections-without-admin-privileges.patch'
--- debian/patches/Allow-to-create-connections-without-admin-privileges.patch 2015-11-30 18:04:54 +0000
+++ debian/patches/Allow-to-create-connections-without-admin-privileges.patch 2016-01-07 14:38:54 +0000
@@ -103,10 +103,10 @@
103 * Dialog Of Doom.103 * Dialog Of Doom.
104 */104 */
105diff --git a/src/connection-editor/ce-page.h b/src/connection-editor/ce-page.h105diff --git a/src/connection-editor/ce-page.h b/src/connection-editor/ce-page.h
106index 41711d9..521dbc6 100644106index cda5978..8a3cae2 100644
107--- a/src/connection-editor/ce-page.h107--- a/src/connection-editor/ce-page.h
108+++ b/src/connection-editor/ce-page.h108+++ b/src/connection-editor/ce-page.h
109@@ -48,6 +48,7 @@ typedef void (*PageNewConnectionFunc) (GtkWindow *parent,109@@ -49,6 +49,7 @@ typedef void (*PageNewConnectionFunc) (GtkWindow *parent,
110 const char *detail,110 const char *detail,
111 NMRemoteSettings *settings,111 NMRemoteSettings *settings,
112 PageNewConnectionResultFunc result_func,112 PageNewConnectionResultFunc result_func,
@@ -135,10 +135,10 @@
135 }135 }
136 136
137diff --git a/src/connection-editor/page-bond.c b/src/connection-editor/page-bond.c137diff --git a/src/connection-editor/page-bond.c b/src/connection-editor/page-bond.c
138index 799ea94..966625c 100644138index 0dffd9d..45a86d0 100644
139--- a/src/connection-editor/page-bond.c139--- a/src/connection-editor/page-bond.c
140+++ b/src/connection-editor/page-bond.c140+++ b/src/connection-editor/page-bond.c
141@@ -610,6 +610,7 @@ bond_connection_new (GtkWindow *parent,141@@ -611,6 +611,7 @@ bond_connection_new (GtkWindow *parent,
142 const char *detail,142 const char *detail,
143 NMRemoteSettings *settings,143 NMRemoteSettings *settings,
144 PageNewConnectionResultFunc result_func,144 PageNewConnectionResultFunc result_func,
@@ -147,10 +147,10 @@
147 {147 {
148 NMConnection *connection;148 NMConnection *connection;
149diff --git a/src/connection-editor/page-bond.h b/src/connection-editor/page-bond.h149diff --git a/src/connection-editor/page-bond.h b/src/connection-editor/page-bond.h
150index dcc8e1f..3844869 100644150index fdaa97e..c77ad44 100644
151--- a/src/connection-editor/page-bond.h151--- a/src/connection-editor/page-bond.h
152+++ b/src/connection-editor/page-bond.h152+++ b/src/connection-editor/page-bond.h
153@@ -56,6 +56,7 @@ void bond_connection_new (GtkWindow *parent,153@@ -57,6 +57,7 @@ void bond_connection_new (GtkWindow *parent,
154 const char *detail,154 const char *detail,
155 NMRemoteSettings *settings,155 NMRemoteSettings *settings,
156 PageNewConnectionResultFunc result_func,156 PageNewConnectionResultFunc result_func,
@@ -159,10 +159,10 @@
159 159
160 #endif /* __PAGE_BOND_H__ */160 #endif /* __PAGE_BOND_H__ */
161diff --git a/src/connection-editor/page-bridge.c b/src/connection-editor/page-bridge.c161diff --git a/src/connection-editor/page-bridge.c b/src/connection-editor/page-bridge.c
162index 1ffcb1f..34ff9af 100644162index a159993..9ab6640 100644
163--- a/src/connection-editor/page-bridge.c163--- a/src/connection-editor/page-bridge.c
164+++ b/src/connection-editor/page-bridge.c164+++ b/src/connection-editor/page-bridge.c
165@@ -294,6 +294,7 @@ bridge_connection_new (GtkWindow *parent,165@@ -296,6 +296,7 @@ bridge_connection_new (GtkWindow *parent,
166 const char *detail,166 const char *detail,
167 NMRemoteSettings *settings,167 NMRemoteSettings *settings,
168 PageNewConnectionResultFunc result_func,168 PageNewConnectionResultFunc result_func,
@@ -171,10 +171,10 @@
171 {171 {
172 NMConnection *connection;172 NMConnection *connection;
173diff --git a/src/connection-editor/page-bridge.h b/src/connection-editor/page-bridge.h173diff --git a/src/connection-editor/page-bridge.h b/src/connection-editor/page-bridge.h
174index fa6d927..4bd0b95 100644174index 1fe4e5f..4ad1991 100644
175--- a/src/connection-editor/page-bridge.h175--- a/src/connection-editor/page-bridge.h
176+++ b/src/connection-editor/page-bridge.h176+++ b/src/connection-editor/page-bridge.h
177@@ -56,6 +56,7 @@ void bridge_connection_new (GtkWindow *parent,177@@ -57,6 +57,7 @@ void bridge_connection_new (GtkWindow *parent,
178 const char *detail,178 const char *detail,
179 NMRemoteSettings *settings,179 NMRemoteSettings *settings,
180 PageNewConnectionResultFunc result_func,180 PageNewConnectionResultFunc result_func,
@@ -183,10 +183,10 @@
183 183
184 #endif /* __PAGE_BRIDGE_H__ */184 #endif /* __PAGE_BRIDGE_H__ */
185diff --git a/src/connection-editor/page-dsl.c b/src/connection-editor/page-dsl.c185diff --git a/src/connection-editor/page-dsl.c b/src/connection-editor/page-dsl.c
186index c327979..a38f333 100644186index c06dfff..21e2897 100644
187--- a/src/connection-editor/page-dsl.c187--- a/src/connection-editor/page-dsl.c
188+++ b/src/connection-editor/page-dsl.c188+++ b/src/connection-editor/page-dsl.c
189@@ -221,6 +221,7 @@ dsl_connection_new (GtkWindow *parent,189@@ -223,6 +223,7 @@ dsl_connection_new (GtkWindow *parent,
190 const char *detail,190 const char *detail,
191 NMRemoteSettings *settings,191 NMRemoteSettings *settings,
192 PageNewConnectionResultFunc result_func,192 PageNewConnectionResultFunc result_func,
@@ -195,10 +195,10 @@
195 {195 {
196 NMConnection *connection;196 NMConnection *connection;
197diff --git a/src/connection-editor/page-dsl.h b/src/connection-editor/page-dsl.h197diff --git a/src/connection-editor/page-dsl.h b/src/connection-editor/page-dsl.h
198index 514699a..656e3c6 100644198index f3b0b30..74e3734 100644
199--- a/src/connection-editor/page-dsl.h199--- a/src/connection-editor/page-dsl.h
200+++ b/src/connection-editor/page-dsl.h200+++ b/src/connection-editor/page-dsl.h
201@@ -58,6 +58,7 @@ void dsl_connection_new (GtkWindow *parent,201@@ -59,6 +59,7 @@ void dsl_connection_new (GtkWindow *parent,
202 const char *detail,202 const char *detail,
203 NMRemoteSettings *settings,203 NMRemoteSettings *settings,
204 PageNewConnectionResultFunc callback,204 PageNewConnectionResultFunc callback,
@@ -207,10 +207,10 @@
207 207
208 #endif /* __PAGE_DSL_H__ */208 #endif /* __PAGE_DSL_H__ */
209diff --git a/src/connection-editor/page-ethernet.c b/src/connection-editor/page-ethernet.c209diff --git a/src/connection-editor/page-ethernet.c b/src/connection-editor/page-ethernet.c
210index 451ee22..9372c1e 100644210index d10e2ae..db50e19 100644
211--- a/src/connection-editor/page-ethernet.c211--- a/src/connection-editor/page-ethernet.c
212+++ b/src/connection-editor/page-ethernet.c212+++ b/src/connection-editor/page-ethernet.c
213@@ -377,6 +377,7 @@ ethernet_connection_new (GtkWindow *parent,213@@ -379,6 +379,7 @@ ethernet_connection_new (GtkWindow *parent,
214 const char *detail,214 const char *detail,
215 NMRemoteSettings *settings,215 NMRemoteSettings *settings,
216 PageNewConnectionResultFunc result_func,216 PageNewConnectionResultFunc result_func,
@@ -219,10 +219,10 @@
219 {219 {
220 NMConnection *connection;220 NMConnection *connection;
221diff --git a/src/connection-editor/page-ethernet.h b/src/connection-editor/page-ethernet.h221diff --git a/src/connection-editor/page-ethernet.h b/src/connection-editor/page-ethernet.h
222index 4dd4a5c..55ade9b 100644222index edc331d..1cf6ad1 100644
223--- a/src/connection-editor/page-ethernet.h223--- a/src/connection-editor/page-ethernet.h
224+++ b/src/connection-editor/page-ethernet.h224+++ b/src/connection-editor/page-ethernet.h
225@@ -58,6 +58,7 @@ void ethernet_connection_new (GtkWindow *parent,225@@ -59,6 +59,7 @@ void ethernet_connection_new (GtkWindow *parent,
226 const char *detail,226 const char *detail,
227 NMRemoteSettings *settings,227 NMRemoteSettings *settings,
228 PageNewConnectionResultFunc result_func,228 PageNewConnectionResultFunc result_func,
@@ -231,10 +231,10 @@
231 231
232 #endif /* __PAGE_ETHERNET_H__ */232 #endif /* __PAGE_ETHERNET_H__ */
233diff --git a/src/connection-editor/page-infiniband.c b/src/connection-editor/page-infiniband.c233diff --git a/src/connection-editor/page-infiniband.c b/src/connection-editor/page-infiniband.c
234index 19560a2..bb9335e 100644234index a3c8a32..5688556 100644
235--- a/src/connection-editor/page-infiniband.c235--- a/src/connection-editor/page-infiniband.c
236+++ b/src/connection-editor/page-infiniband.c236+++ b/src/connection-editor/page-infiniband.c
237@@ -253,6 +253,7 @@ infiniband_connection_new (GtkWindow *parent,237@@ -255,6 +255,7 @@ infiniband_connection_new (GtkWindow *parent,
238 const char *detail,238 const char *detail,
239 NMRemoteSettings *settings,239 NMRemoteSettings *settings,
240 PageNewConnectionResultFunc result_func,240 PageNewConnectionResultFunc result_func,
@@ -243,10 +243,10 @@
243 {243 {
244 NMConnection *connection;244 NMConnection *connection;
245diff --git a/src/connection-editor/page-infiniband.h b/src/connection-editor/page-infiniband.h245diff --git a/src/connection-editor/page-infiniband.h b/src/connection-editor/page-infiniband.h
246index e895a98..97bff3b 100644246index af6d7aa..9a90fcb 100644
247--- a/src/connection-editor/page-infiniband.h247--- a/src/connection-editor/page-infiniband.h
248+++ b/src/connection-editor/page-infiniband.h248+++ b/src/connection-editor/page-infiniband.h
249@@ -56,6 +56,7 @@ void infiniband_connection_new (GtkWindow *parent,249@@ -57,6 +57,7 @@ void infiniband_connection_new (GtkWindow *parent,
250 const char *detail,250 const char *detail,
251 NMRemoteSettings *settings,251 NMRemoteSettings *settings,
252 PageNewConnectionResultFunc result_func,252 PageNewConnectionResultFunc result_func,
@@ -255,10 +255,10 @@
255 255
256 #endif /* __PAGE_INFINIBAND_H__ */256 #endif /* __PAGE_INFINIBAND_H__ */
257diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c257diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c
258index ef24184..df3d316 100644258index 541a364..da0d404 100644
259--- a/src/connection-editor/page-mobile.c259--- a/src/connection-editor/page-mobile.c
260+++ b/src/connection-editor/page-mobile.c260+++ b/src/connection-editor/page-mobile.c
261@@ -452,6 +452,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,261@@ -454,6 +454,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,
262 NMConnection *connection = NULL;262 NMConnection *connection = NULL;
263 263
264 if (!canceled && method) {264 if (!canceled && method) {
@@ -266,7 +266,7 @@
266 NMSetting *type_setting;266 NMSetting *type_setting;
267 const char *ctype = NULL;267 const char *ctype = NULL;
268 char *detail = NULL;268 char *detail = NULL;
269@@ -465,6 +466,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,269@@ -467,6 +468,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,
270 NM_SETTING_GSM_NUMBER, "*99#",270 NM_SETTING_GSM_NUMBER, "*99#",
271 NM_SETTING_GSM_USERNAME, method->username,271 NM_SETTING_GSM_USERNAME, method->username,
272 NM_SETTING_GSM_PASSWORD, method->password,272 NM_SETTING_GSM_PASSWORD, method->password,
@@ -274,7 +274,7 @@
274 NM_SETTING_GSM_APN, method->gsm_apn,274 NM_SETTING_GSM_APN, method->gsm_apn,
275 NULL);275 NULL);
276 break;276 break;
277@@ -476,6 +478,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,277@@ -478,6 +480,7 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,
278 NM_SETTING_CDMA_NUMBER, "#777",278 NM_SETTING_CDMA_NUMBER, "#777",
279 NM_SETTING_GSM_USERNAME, method->username,279 NM_SETTING_GSM_USERNAME, method->username,
280 NM_SETTING_GSM_PASSWORD, method->password,280 NM_SETTING_GSM_PASSWORD, method->password,
@@ -282,7 +282,7 @@
282 NULL);282 NULL);
283 break;283 break;
284 default:284 default:
285@@ -490,6 +493,13 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,285@@ -492,6 +495,13 @@ new_connection_mobile_wizard_done (NMAMobileWizard *wizard,
286 connection = ce_page_new_connection (detail, ctype, FALSE, info->settings, info->user_data);286 connection = ce_page_new_connection (detail, ctype, FALSE, info->settings, info->user_data);
287 g_free (detail);287 g_free (detail);
288 288
@@ -296,7 +296,7 @@
296 nm_connection_add_setting (connection, type_setting);296 nm_connection_add_setting (connection, type_setting);
297 nm_connection_add_setting (connection, nm_setting_ppp_new ());297 nm_connection_add_setting (connection, nm_setting_ppp_new ());
298 }298 }
299@@ -514,6 +524,7 @@ mobile_connection_new (GtkWindow *parent,299@@ -516,6 +526,7 @@ mobile_connection_new (GtkWindow *parent,
300 const char *detail,300 const char *detail,
301 NMRemoteSettings *settings,301 NMRemoteSettings *settings,
302 PageNewConnectionResultFunc result_func,302 PageNewConnectionResultFunc result_func,
@@ -305,10 +305,10 @@
305 {305 {
306 NMAMobileWizard *wizard;306 NMAMobileWizard *wizard;
307diff --git a/src/connection-editor/page-mobile.h b/src/connection-editor/page-mobile.h307diff --git a/src/connection-editor/page-mobile.h b/src/connection-editor/page-mobile.h
308index ab2903c..bc5b479 100644308index d370ca4..3196d87 100644
309--- a/src/connection-editor/page-mobile.h309--- a/src/connection-editor/page-mobile.h
310+++ b/src/connection-editor/page-mobile.h310+++ b/src/connection-editor/page-mobile.h
311@@ -58,6 +58,7 @@ void mobile_connection_new (GtkWindow *parent,311@@ -59,6 +59,7 @@ void mobile_connection_new (GtkWindow *parent,
312 const char *detail,312 const char *detail,
313 NMRemoteSettings *settings,313 NMRemoteSettings *settings,
314 PageNewConnectionResultFunc result_func,314 PageNewConnectionResultFunc result_func,
@@ -317,10 +317,10 @@
317 317
318 #endif /* __PAGE_MOBILE_H__ */318 #endif /* __PAGE_MOBILE_H__ */
319diff --git a/src/connection-editor/page-team.c b/src/connection-editor/page-team.c319diff --git a/src/connection-editor/page-team.c b/src/connection-editor/page-team.c
320index 9efa43d..786c0fa 100644320index 700f87d..742f1e9 100644
321--- a/src/connection-editor/page-team.c321--- a/src/connection-editor/page-team.c
322+++ b/src/connection-editor/page-team.c322+++ b/src/connection-editor/page-team.c
323@@ -367,6 +367,7 @@ team_connection_new (GtkWindow *parent,323@@ -369,6 +369,7 @@ team_connection_new (GtkWindow *parent,
324 const char *detail,324 const char *detail,
325 NMRemoteSettings *settings,325 NMRemoteSettings *settings,
326 PageNewConnectionResultFunc result_func,326 PageNewConnectionResultFunc result_func,
@@ -329,10 +329,10 @@
329 {329 {
330 NMConnection *connection;330 NMConnection *connection;
331diff --git a/src/connection-editor/page-team.h b/src/connection-editor/page-team.h331diff --git a/src/connection-editor/page-team.h b/src/connection-editor/page-team.h
332index d1936b3..91d9df3 100644332index e3cb133..f637459 100644
333--- a/src/connection-editor/page-team.h333--- a/src/connection-editor/page-team.h
334+++ b/src/connection-editor/page-team.h334+++ b/src/connection-editor/page-team.h
335@@ -55,6 +55,7 @@ void team_connection_new (GtkWindow *parent,335@@ -56,6 +56,7 @@ void team_connection_new (GtkWindow *parent,
336 const char *detail,336 const char *detail,
337 NMRemoteSettings *settings,337 NMRemoteSettings *settings,
338 PageNewConnectionResultFunc result_func,338 PageNewConnectionResultFunc result_func,
@@ -341,10 +341,10 @@
341 341
342 #endif /* __PAGE_TEAM_H__ */342 #endif /* __PAGE_TEAM_H__ */
343diff --git a/src/connection-editor/page-vlan.c b/src/connection-editor/page-vlan.c343diff --git a/src/connection-editor/page-vlan.c b/src/connection-editor/page-vlan.c
344index 1a8c6b6..d41e38a 100644344index 3f24fc7..e733cd4 100644
345--- a/src/connection-editor/page-vlan.c345--- a/src/connection-editor/page-vlan.c
346+++ b/src/connection-editor/page-vlan.c346+++ b/src/connection-editor/page-vlan.c
347@@ -673,6 +673,7 @@ vlan_connection_new (GtkWindow *parent,347@@ -698,6 +698,7 @@ vlan_connection_new (GtkWindow *parent,
348 const char *detail,348 const char *detail,
349 NMRemoteSettings *settings,349 NMRemoteSettings *settings,
350 PageNewConnectionResultFunc result_func,350 PageNewConnectionResultFunc result_func,
@@ -353,10 +353,10 @@
353 {353 {
354 NMConnection *connection;354 NMConnection *connection;
355diff --git a/src/connection-editor/page-vlan.h b/src/connection-editor/page-vlan.h355diff --git a/src/connection-editor/page-vlan.h b/src/connection-editor/page-vlan.h
356index 0e66a06..c7969aa 100644356index 80c73c0..2e46230 100644
357--- a/src/connection-editor/page-vlan.h357--- a/src/connection-editor/page-vlan.h
358+++ b/src/connection-editor/page-vlan.h358+++ b/src/connection-editor/page-vlan.h
359@@ -56,6 +56,7 @@ void vlan_connection_new (GtkWindow *parent,359@@ -57,6 +57,7 @@ void vlan_connection_new (GtkWindow *parent,
360 const char *detail,360 const char *detail,
361 NMRemoteSettings *settings,361 NMRemoteSettings *settings,
362 PageNewConnectionResultFunc result_func,362 PageNewConnectionResultFunc result_func,
@@ -365,10 +365,10 @@
365 365
366 #endif /* __PAGE_VLAN_H__ */366 #endif /* __PAGE_VLAN_H__ */
367diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c367diff --git a/src/connection-editor/page-vpn.c b/src/connection-editor/page-vpn.c
368index 004a260..5c0c8b5 100644368index 6596c0e..faeb3d7 100644
369--- a/src/connection-editor/page-vpn.c369--- a/src/connection-editor/page-vpn.c
370+++ b/src/connection-editor/page-vpn.c370+++ b/src/connection-editor/page-vpn.c
371@@ -253,6 +253,7 @@ vpn_connection_import (GtkWindow *parent,371@@ -255,6 +255,7 @@ vpn_connection_import (GtkWindow *parent,
372 const char *detail,372 const char *detail,
373 NMRemoteSettings *settings,373 NMRemoteSettings *settings,
374 PageNewConnectionResultFunc result_func,374 PageNewConnectionResultFunc result_func,
@@ -376,7 +376,7 @@
376 gpointer user_data)376 gpointer user_data)
377 {377 {
378 NewVpnInfo *info;378 NewVpnInfo *info;
379@@ -287,9 +288,11 @@ vpn_connection_new (GtkWindow *parent,379@@ -289,9 +290,11 @@ vpn_connection_new (GtkWindow *parent,
380 const char *detail,380 const char *detail,
381 NMRemoteSettings *settings,381 NMRemoteSettings *settings,
382 PageNewConnectionResultFunc result_func,382 PageNewConnectionResultFunc result_func,
@@ -388,7 +388,7 @@
388 NMSetting *s_vpn;388 NMSetting *s_vpn;
389 389
390 if (!detail) {390 if (!detail) {
391@@ -315,6 +318,14 @@ vpn_connection_new (GtkWindow *parent,391@@ -317,6 +320,14 @@ vpn_connection_new (GtkWindow *parent,
392 FALSE,392 FALSE,
393 settings,393 settings,
394 user_data);394 user_data);
@@ -404,10 +404,10 @@
404 g_object_set (s_vpn, NM_SETTING_VPN_SERVICE_TYPE, detail, NULL);404 g_object_set (s_vpn, NM_SETTING_VPN_SERVICE_TYPE, detail, NULL);
405 nm_connection_add_setting (connection, s_vpn);405 nm_connection_add_setting (connection, s_vpn);
406diff --git a/src/connection-editor/page-vpn.h b/src/connection-editor/page-vpn.h406diff --git a/src/connection-editor/page-vpn.h b/src/connection-editor/page-vpn.h
407index 2339732..2164930 100644407index 7d74930..bc14dee 100644
408--- a/src/connection-editor/page-vpn.h408--- a/src/connection-editor/page-vpn.h
409+++ b/src/connection-editor/page-vpn.h409+++ b/src/connection-editor/page-vpn.h
410@@ -60,12 +60,14 @@ void vpn_connection_new (GtkWindow *parent,410@@ -61,12 +61,14 @@ void vpn_connection_new (GtkWindow *parent,
411 const char *detail,411 const char *detail,
412 NMRemoteSettings *settings,412 NMRemoteSettings *settings,
413 PageNewConnectionResultFunc result_func,413 PageNewConnectionResultFunc result_func,
@@ -423,19 +423,19 @@
423 423
424 #endif /* __PAGE_VPN_H__ */424 #endif /* __PAGE_VPN_H__ */
425diff --git a/src/connection-editor/page-wifi.c b/src/connection-editor/page-wifi.c425diff --git a/src/connection-editor/page-wifi.c b/src/connection-editor/page-wifi.c
426index 8a25c64..9c56e4b 100644426index ac7cad2..36da755 100644
427--- a/src/connection-editor/page-wifi.c427--- a/src/connection-editor/page-wifi.c
428+++ b/src/connection-editor/page-wifi.c428+++ b/src/connection-editor/page-wifi.c
429@@ -33,6 +33,8 @@429@@ -34,6 +34,8 @@
430 #include <nm-device-wifi.h>
431 #include <nm-utils.h>430 #include <nm-utils.h>
432 431
432 #include "nm-connection-editor.h"
433+#include "utils.h"433+#include "utils.h"
434+434+
435 #include "page-wifi.h"435 #include "page-wifi.h"
436 436
437 G_DEFINE_TYPE (CEPageWifi, ce_page_wifi, CE_TYPE_PAGE)437 G_DEFINE_TYPE (CEPageWifi, ce_page_wifi, CE_TYPE_PAGE)
438@@ -622,6 +624,7 @@ wifi_connection_new (GtkWindow *parent,438@@ -629,6 +631,7 @@ wifi_connection_new (GtkWindow *parent,
439 const char *detail,439 const char *detail,
440 NMRemoteSettings *settings,440 NMRemoteSettings *settings,
441 PageNewConnectionResultFunc result_func,441 PageNewConnectionResultFunc result_func,
@@ -443,7 +443,7 @@
443 gpointer user_data)443 gpointer user_data)
444 {444 {
445 NMConnection *connection;445 NMConnection *connection;
446@@ -632,6 +635,17 @@ wifi_connection_new (GtkWindow *parent,446@@ -639,6 +642,17 @@ wifi_connection_new (GtkWindow *parent,
447 TRUE,447 TRUE,
448 settings,448 settings,
449 user_data);449 user_data);
@@ -462,10 +462,10 @@
462 g_object_set (s_wifi, NM_SETTING_WIRELESS_MODE, "infrastructure", NULL);462 g_object_set (s_wifi, NM_SETTING_WIRELESS_MODE, "infrastructure", NULL);
463 nm_connection_add_setting (connection, s_wifi);463 nm_connection_add_setting (connection, s_wifi);
464diff --git a/src/connection-editor/page-wifi.h b/src/connection-editor/page-wifi.h464diff --git a/src/connection-editor/page-wifi.h b/src/connection-editor/page-wifi.h
465index c039b00..b89e589 100644465index eee167c..7a502a5 100644
466--- a/src/connection-editor/page-wifi.h466--- a/src/connection-editor/page-wifi.h
467+++ b/src/connection-editor/page-wifi.h467+++ b/src/connection-editor/page-wifi.h
468@@ -62,6 +62,7 @@ void wifi_connection_new (GtkWindow *parent,468@@ -63,6 +63,7 @@ void wifi_connection_new (GtkWindow *parent,
469 const char *detail,469 const char *detail,
470 NMRemoteSettings *settings,470 NMRemoteSettings *settings,
471 PageNewConnectionResultFunc result_func,471 PageNewConnectionResultFunc result_func,
@@ -474,10 +474,10 @@
474 474
475 #endif /* __PAGE_WIFI_H__ */475 #endif /* __PAGE_WIFI_H__ */
476diff --git a/src/connection-editor/page-wimax.c b/src/connection-editor/page-wimax.c476diff --git a/src/connection-editor/page-wimax.c b/src/connection-editor/page-wimax.c
477index 97c4d90..d8cf40c 100644477index ff88013..2be1c65 100644
478--- a/src/connection-editor/page-wimax.c478--- a/src/connection-editor/page-wimax.c
479+++ b/src/connection-editor/page-wimax.c479+++ b/src/connection-editor/page-wimax.c
480@@ -216,6 +216,7 @@ wimax_connection_new (GtkWindow *parent,480@@ -220,6 +220,7 @@ wimax_connection_new (GtkWindow *parent,
481 const char *detail,481 const char *detail,
482 NMRemoteSettings *settings,482 NMRemoteSettings *settings,
483 PageNewConnectionResultFunc result_func,483 PageNewConnectionResultFunc result_func,
@@ -486,10 +486,10 @@
486 {486 {
487 NMConnection *connection;487 NMConnection *connection;
488diff --git a/src/connection-editor/page-wimax.h b/src/connection-editor/page-wimax.h488diff --git a/src/connection-editor/page-wimax.h b/src/connection-editor/page-wimax.h
489index 6938284..91d937c 100644489index 4a40048..b2aa2a8 100644
490--- a/src/connection-editor/page-wimax.h490--- a/src/connection-editor/page-wimax.h
491+++ b/src/connection-editor/page-wimax.h491+++ b/src/connection-editor/page-wimax.h
492@@ -56,6 +56,7 @@ void wimax_connection_new (GtkWindow *parent,492@@ -57,6 +57,7 @@ void wimax_connection_new (GtkWindow *parent,
493 const char *detail,493 const char *detail,
494 NMRemoteSettings *settings,494 NMRemoteSettings *settings,
495 PageNewConnectionResultFunc result_func,495 PageNewConnectionResultFunc result_func,
@@ -542,7 +542,7 @@
542 542
543 /* The Bluetooth settings */543 /* The Bluetooth settings */
544diff --git a/src/libnm-gtk/nm-wifi-dialog.c b/src/libnm-gtk/nm-wifi-dialog.c544diff --git a/src/libnm-gtk/nm-wifi-dialog.c b/src/libnm-gtk/nm-wifi-dialog.c
545index ace323b..0916557 100644545index 396217b..36f3443 100644
546--- a/src/libnm-gtk/nm-wifi-dialog.c546--- a/src/libnm-gtk/nm-wifi-dialog.c
547+++ b/src/libnm-gtk/nm-wifi-dialog.c547+++ b/src/libnm-gtk/nm-wifi-dialog.c
548@@ -39,6 +39,7 @@548@@ -39,6 +39,7 @@
@@ -553,7 +553,7 @@
553 553
554 G_DEFINE_TYPE (NMAWifiDialog, nma_wifi_dialog, GTK_TYPE_DIALOG)554 G_DEFINE_TYPE (NMAWifiDialog, nma_wifi_dialog, GTK_TYPE_DIALOG)
555 555
556@@ -1203,6 +1204,9 @@ nma_wifi_dialog_get_connection (NMAWifiDialog *self,556@@ -1232,6 +1233,9 @@ nma_wifi_dialog_get_connection (NMAWifiDialog *self,
557 NM_SETTING_CONNECTION_UUID, uuid,557 NM_SETTING_CONNECTION_UUID, uuid,
558 NULL);558 NULL);
559 g_free (uuid);559 g_free (uuid);
@@ -628,10 +628,10 @@
628 628
629 typedef enum {629 typedef enum {
630diff --git a/src/wireless-security/ws-wep-key.c b/src/wireless-security/ws-wep-key.c630diff --git a/src/wireless-security/ws-wep-key.c b/src/wireless-security/ws-wep-key.c
631index 2399ace..147f848 100644631index 0309042..402915f 100644
632--- a/src/wireless-security/ws-wep-key.c632--- a/src/wireless-security/ws-wep-key.c
633+++ b/src/wireless-security/ws-wep-key.c633+++ b/src/wireless-security/ws-wep-key.c
634@@ -147,6 +147,7 @@ static void634@@ -160,6 +160,7 @@ static void
635 fill_connection (WirelessSecurity *parent, NMConnection *connection)635 fill_connection (WirelessSecurity *parent, NMConnection *connection)
636 {636 {
637 WirelessSecurityWEPKey *sec = (WirelessSecurityWEPKey *) parent;637 WirelessSecurityWEPKey *sec = (WirelessSecurityWEPKey *) parent;
@@ -639,7 +639,7 @@
639 NMSettingWirelessSecurity *s_wsec;639 NMSettingWirelessSecurity *s_wsec;
640 NMSettingSecretFlags secret_flags;640 NMSettingSecretFlags secret_flags;
641 GtkWidget *widget, *passwd_entry;641 GtkWidget *widget, *passwd_entry;
642@@ -173,6 +174,12 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)642@@ -186,6 +187,12 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)
643 NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE, sec->type,643 NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE, sec->type,
644 NULL);644 NULL);
645 645
@@ -653,10 +653,10 @@
653 if (strlen (sec->keys[i]))653 if (strlen (sec->keys[i]))
654 nm_setting_wireless_security_set_wep_key (s_wsec, i, sec->keys[i]);654 nm_setting_wireless_security_set_wep_key (s_wsec, i, sec->keys[i]);
655diff --git a/src/wireless-security/ws-wpa-psk.c b/src/wireless-security/ws-wpa-psk.c655diff --git a/src/wireless-security/ws-wpa-psk.c b/src/wireless-security/ws-wpa-psk.c
656index 5cd658a..f6eaa27 100644656index 1495707..f45ab1c 100644
657--- a/src/wireless-security/ws-wpa-psk.c657--- a/src/wireless-security/ws-wpa-psk.c
658+++ b/src/wireless-security/ws-wpa-psk.c658+++ b/src/wireless-security/ws-wpa-psk.c
659@@ -97,12 +97,14 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)659@@ -104,12 +104,14 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)
660 WirelessSecurityWPAPSK *wpa_psk = (WirelessSecurityWPAPSK *) parent;660 WirelessSecurityWPAPSK *wpa_psk = (WirelessSecurityWPAPSK *) parent;
661 GtkWidget *widget, *passwd_entry;661 GtkWidget *widget, *passwd_entry;
662 const char *key;662 const char *key;
@@ -671,7 +671,7 @@
671 s_wireless = nm_connection_get_setting_wireless (connection);671 s_wireless = nm_connection_get_setting_wireless (connection);
672 g_assert (s_wireless);672 g_assert (s_wireless);
673 673
674@@ -118,6 +120,9 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)674@@ -125,6 +127,9 @@ fill_connection (WirelessSecurity *parent, NMConnection *connection)
675 passwd_entry = widget;675 passwd_entry = widget;
676 key = gtk_entry_get_text (GTK_ENTRY (widget));676 key = gtk_entry_get_text (GTK_ENTRY (widget));
677 g_object_set (s_wireless_sec, NM_SETTING_WIRELESS_SECURITY_PSK, key, NULL);677 g_object_set (s_wireless_sec, NM_SETTING_WIRELESS_SECURITY_PSK, key, NULL);
678678
=== modified file 'debian/patches/Don-t-hard-code-gnome-bluetooth-plugin-directory.patch'
--- debian/patches/Don-t-hard-code-gnome-bluetooth-plugin-directory.patch 2015-11-30 18:04:54 +0000
+++ debian/patches/Don-t-hard-code-gnome-bluetooth-plugin-directory.patch 2016-01-07 14:38:54 +0000
@@ -8,7 +8,7 @@
8 2 files changed, 3 insertions(+), 1 deletion(-)8 2 files changed, 3 insertions(+), 1 deletion(-)
99
10diff --git a/configure.ac b/configure.ac10diff --git a/configure.ac b/configure.ac
11index 266bff6..9482a69 10064411index c25c41a..fa69621 100644
12--- a/configure.ac12--- a/configure.ac
13+++ b/configure.ac13+++ b/configure.ac
14@@ -146,6 +146,8 @@ case "${with_bluetooth}" in14@@ -146,6 +146,8 @@ case "${with_bluetooth}" in
1515
=== modified file 'debian/patches/Force-online-state-with-unmanaged-devices.patch'
--- debian/patches/Force-online-state-with-unmanaged-devices.patch 2015-11-30 18:04:54 +0000
+++ debian/patches/Force-online-state-with-unmanaged-devices.patch 2016-01-07 14:38:54 +0000
@@ -12,7 +12,7 @@
12 1 file changed, 4 insertions(+)12 1 file changed, 4 insertions(+)
1313
14diff --git a/src/applet.c b/src/applet.c14diff --git a/src/applet.c b/src/applet.c
15index 39ea8e4..0a1043b 10064415index 7a79622..69e9870 100644
16--- a/src/applet.c16--- a/src/applet.c
17+++ b/src/applet.c17+++ b/src/applet.c
18@@ -2952,6 +2952,10 @@ applet_update_icon (gpointer user_data)18@@ -2952,6 +2952,10 @@ applet_update_icon (gpointer user_data)
1919
=== modified file 'debian/patches/applet_adhoc_use_wpa_rsn_part1.patch'
--- debian/patches/applet_adhoc_use_wpa_rsn_part1.patch 2015-10-07 03:56:07 +0000
+++ debian/patches/applet_adhoc_use_wpa_rsn_part1.patch 2016-01-07 14:38:54 +0000
@@ -41,8 +41,8 @@
41 ws_wpa_psk = ws_wpa_psk_new (connection, FALSE);41 ws_wpa_psk = ws_wpa_psk_new (connection, FALSE);
42 if (ws_wpa_psk) {42 if (ws_wpa_psk) {
43 add_security_item (self, WIRELESS_SECURITY (ws_wpa_psk), sec_model,43 add_security_item (self, WIRELESS_SECURITY (ws_wpa_psk), sec_model,
44- &iter, _("WPA & WPA2 Personal"), FALSE);44- &iter, _("WPA & WPA2 Personal"), FALSE, TRUE);
45+ &iter, _("WPA & WPA2 Personal"), TRUE);45+ &iter, _("WPA & WPA2 Personal"), TRUE, TRUE);
46 if ((active < 0) && ((default_type == NMU_SEC_WPA_PSK) || (default_type == NMU_SEC_WPA2_PSK)))46 if ((active < 0) && ((default_type == NMU_SEC_WPA_PSK) || (default_type == NMU_SEC_WPA2_PSK)))
47 active = item;47 active = item;
48 item++;48 item++;
@@ -51,12 +51,12 @@
51 g_assert (s_wireless);51 g_assert (s_wireless);
52 52
53- /* Kernel Ad-Hoc WPA support is busted; it creates open networks. Disable53- /* Kernel Ad-Hoc WPA support is busted; it creates open networks. Disable
54- * WPA when Ad-Hoc is selected. set_sensitive() will pick up priv->adhoc54- * WPA when Ad-Hoc is selected. set_sensitive() will pick up priv->mode
55- * and do the right thing.55- * and do the right thing.
56- */56- */
57 mode = nm_setting_wireless_get_mode (s_wireless);57 mode = nm_setting_wireless_get_mode (s_wireless);
58 if (g_strcmp0 (mode, NM_SETTING_WIRELESS_MODE_ADHOC) == 0)58 if (g_strcmp0 (mode, NM_SETTING_WIRELESS_MODE_ADHOC) == 0)
59 priv->adhoc = TRUE;59 priv->mode = NM_802_11_MODE_ADHOC;
60Index: network-manager-applet-1.0.4/src/libnm-gtk/nm-wifi-dialog.c60Index: network-manager-applet-1.0.4/src/libnm-gtk/nm-wifi-dialog.c
61===================================================================61===================================================================
62--- network-manager-applet-1.0.4.orig/src/libnm-gtk/nm-wifi-dialog.c62--- network-manager-applet-1.0.4.orig/src/libnm-gtk/nm-wifi-dialog.c
6363
=== modified file 'debian/patches/series'
--- debian/patches/series 2015-11-30 18:04:54 +0000
+++ debian/patches/series 2016-01-07 14:38:54 +0000
@@ -1,6 +1,7 @@
1Allow-to-create-connections-without-admin-privileges.patch1Allow-to-create-connections-without-admin-privileges.patch
2Force-online-state-with-unmanaged-devices.patch2Force-online-state-with-unmanaged-devices.patch
3Don-t-hard-code-gnome-bluetooth-plugin-directory.patch3Don-t-hard-code-gnome-bluetooth-plugin-directory.patch
4# Ubuntu patches
4lp341684_device_sensitive_disconnect_notify.patch5lp341684_device_sensitive_disconnect_notify.patch
5lp460144_correctly_update_notification.patch6lp460144_correctly_update_notification.patch
6applet-wifi-menu-before-vpn.patch7applet-wifi-menu-before-vpn.patch
@@ -12,5 +13,4 @@
12lp1048516_dont_req_keyring_in_greeter.patch13lp1048516_dont_req_keyring_in_greeter.patch
13lp1048520_delay_pin_dialog_in_greeter.patch14lp1048520_delay_pin_dialog_in_greeter.patch
14rebuild_menu_after_init.patch15rebuild_menu_after_init.patch
15ubuntu_dont_autostart_under_GNOME.patch
16hide_virtual_devices.patch16hide_virtual_devices.patch
1717
=== removed file 'debian/patches/ubuntu_dont_autostart_under_GNOME.patch'
--- debian/patches/ubuntu_dont_autostart_under_GNOME.patch 2015-01-27 01:15:32 +0000
+++ debian/patches/ubuntu_dont_autostart_under_GNOME.patch 1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
1From d6ffe34dc092926fb949449c182e8f27722b6b8b Mon Sep 17 00:00:00 2001
2From: Dan Winship <danw@gnome.org>
3Date: Mon, 29 Jul 2013 13:24:15 +0000
4Subject: Update .desktop files
5
6Don't autostart nm-applet in GNOME any more.
7
8Update bugzilla info for new components
9
10https://bugzilla.gnome.org/show_bug.cgi?id=705074
11---
12(limited to 'nm-applet.desktop.in')
13
14---
15 nm-applet.desktop.in | 1 +
16 1 file changed, 1 insertion(+)
17
18Index: b/nm-applet.desktop.in
19===================================================================
20--- a/nm-applet.desktop.in
21+++ b/nm-applet.desktop.in
22@@ -11,3 +11,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
23 X-GNOME-Bugzilla-Product=NetworkManager
24 X-GNOME-Bugzilla-Component=nm-applet
25 X-GNOME-UsesNotifications=true
26+AutostartCondition=GNOME3 unless-session gnome
270
=== modified file 'debian/rules'
--- debian/rules 2015-12-16 16:48:50 +0000
+++ debian/rules 2016-01-07 14:38:54 +0000
@@ -7,6 +7,9 @@
7%:7%:
8 dh $@ --with autoreconf,translations,gir8 dh $@ --with autoreconf,translations,gir
99
10override_dh_autoreconf:
11 dh_autoreconf --as-needed
12
10override_dh_auto_configure:13override_dh_auto_configure:
11 dh_auto_configure -- \14 dh_auto_configure -- \
12 --libexecdir=/usr/lib/NetworkManager \15 --libexecdir=/usr/lib/NetworkManager \

Subscribers

People subscribed via source and target branches