summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wireless-security: 'unknown' method requires non-empty secretsbg/wireless-hints-fixBeniamino Galvani2019-02-201-1/+1
| | | | | | | | | secrets_hints can be a empty array when there are no hints. See also similar commit [1] for nmcli secret agent. [1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/b32c03c879603ad6a8d53b083a932a9d525c0253 Fixes: 0173934c831fac41d1203affd1fdf3d7fffeb22e
* Update Spanish translationDaniel Mustieles2019-02-191-562/+496
|
* Update Czech translationZdeněk Hataš2019-02-181-60/+79
|
* merge: branch 'lr/cert-chooser-fixes'Lubomir Rintel2019-02-185-6/+119
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/32
| * nma/tests: add certificate chooser test programlr/cert-chooser-fixesLubomir Rintel2019-02-184-0/+100
| |
| * nma/pkcs11-cert-chooser: escape mnemonic in cert/key titleLubomir Rintel2019-02-181-4/+10
| | | | | | | | | | In an unlikely event someone picks a title with an underscore in it, like I've just done in a test case.
| * nma/pkcs11-cert-chooser: show the password entries when it makes senseLubomir Rintel2019-02-181-2/+9
|/ | | | | | | | | If the PKCS#11 cert chooser was created without the certificate or the key (a likely situation), with FLAG_PASSWORDS the password entries would be hidden. However, if the set_key/cert() was called subequently, they would erroneously remain hidden. Fixes: 36de028b33be187cc5007b49bf71446662a8fefd
* merge: branch 'lr/meson-fixes'Lubomir Rintel2019-02-189-39/+17
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/36
| * meson: template the version into manual pageslr/meson-fixesLubomir Rintel2019-02-183-4/+6
| | | | | | | | | | | | This essentially replaces the date with the version. That is more useful, consistent with NetworkManager, gets rid of a FIXME and a meson warnings.
| * meson: check for -Wl,--gc-sections linker flag properlyLubomir Rintel2019-02-181-4/+3
| | | | | | | | | | | | | | | | | | | | WARNING: -Wl,--gc-sections looks like a linker argument, but has_argument and other similar methods only support checking compiler arguments. Using them to check linker arguments are never supported, and results are likely to be wrong regardless of the compiler you are using. has_link_argument or other similar method can be used instead. Requires newer meson. Sigh...
| * meson: drop unuseful -Wl,--version-script checkLubomir Rintel2019-02-185-27/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Meson complains that it doesn't work: WARNING: -Wl,--version-script looks like a linker argument, but has_argument and other similar methods only support checking compiler arguments. Using them to check linker arguments are never supported, and results are likely to be wrong regardless of the compiler you are using. has_link_argument or other similar method can be used instead. The has_link_argument() function requires meson 0.46 (we depend on 0.43) and it can't check for options without argument. Let's drop the check instead. It complicates things for no good reason: we don't want to build on platforms that don't support symbol versioning anyways.
| * build: fix required GTK3 versionLubomir Rintel2019-02-182-4/+4
|/ | | | | | | | The GtkBuilder files and the autoconf script all depend on 3.10. However, a few places were left where 3.4 was forgotten. Also "GTK_VERSION" was used instead of "GDK_VERSION" in some spots -- fix that too.
* wifi-dialog: fix wrong freebg/wifi-dialog-freeBeniamino Galvani2019-02-181-1/+1
| | | | | | Fixes: 755cc5647f4ee1bb90db6fa884ff1e7105c2d321 https://gitlab.gnome.org/GNOME/network-manager-applet/issues/43
* Update Italian translationMilo Casagrande2019-02-151-124/+153
|
* Updated Danish translationAlan Mortensen2019-02-111-63/+83
|
* release: bump version to 1.8.21 (development)1.8.21-devBeniamino Galvani2019-02-072-2/+2
|
* release: bump version to 1.8.201.8.20Beniamino Galvani2019-02-072-2/+2
|
* release: update NEWSBeniamino Galvani2019-02-071-1/+9
|
* build: fix typo in configure.acBeniamino Galvani2019-02-061-1/+1
|
* wifi-dialog: merge branch 'bg/wifi-dialog-fixes-rh1665653'Beniamino Galvani2019-01-161-9/+17
|\ | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1665653 https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/34
| * wifi-dialog: fix connection combo signalsBeniamino Galvani2019-01-151-2/+5
| | | | | | | | | | | | | | We need to connect to "changed" signal only when the widget is displayed. Also, connection_combo_init() can be called multiple times and so we need to clear previous handlers registration or the function can be called multiple times.
| * wifi-dialog: remember the specific_connection construct parameterBeniamino Galvani2019-01-151-7/+12
|/ | | | | | | | | | | | | The specific_connection parameter is passed to connection_combo_init(), which stores the connection in priv->connection. When the user changes device, device_combo_changed() calls again connection_combo_init() passing a NULL argument and so the specific connection gets lost. Store the specific_connection in the dialog private data and use it when the connection combo is re-initialized. https://bugzilla.redhat.com/show_bug.cgi?id=1665653
* Update French translationClaude Paroz2019-01-151-908/+1053
|
* Update Brazilian Portuguese translationRafael Fontenelle2018-12-111-7/+9
|
* Updated Lithuanian translationAurimas Černius2018-12-081-78/+81
|
* Update Polish translationPiotr Drąg2018-12-061-5/+8
|
* connection-editor: re-enable launcher in GNOME and KDEfg/show_conneditor_gnome-rh1493508Francesco Giudici2018-12-061-2/+1
| | | | | | | | | | Gnome and KDE do not allow to start nm-connection-editor from the GUI, nor provide a graphical way to manage more specialized connections, like Bridge, Team and Bond ones: re-enable desktop launcher visibility. Change the displayed name to hint users that the tool should be used for specialized networking configurations. https://bugzilla.redhat.com/show_bug.cgi?id=1493508
* Update Brazilian Portuguese translationRafael Fontenelle2018-12-011-57/+74
|
* Update Polish translationPiotr Drąg2018-11-261-56/+72
|
* merge: support for secret agent hintsLubomir Rintel2018-11-2623-130/+616
|\ | | | | | | | | | | | | | | This is essentially "master" and "lr/test-programs" branches from https://github.com/balrog-kun/network-manager-applet.git with a couple of simple fixups and rebase on top of master. https://github.com/NetworkManager/network-manager-applet/pull/2
| * libnma: add nma_wifi_dialog_new_for_secrets use exampleAndrew Zaborowski2018-11-264-0/+136
| | | | | | | | [lkundrak@v3.sk: split this into a separate executable]
| * libnma: for AP mode use nm_utils_ap_mode_security_validAndrew Zaborowski2018-11-261-17/+45
| | | | | | | | | | | | | | | | For AP mode connections add options to the security combo box based on what nm_utils_ap_mode_security_valid thinks is valid instead of treating them same as AdHoc (i.e. using nm_utils_security_valid). This brings the set of allowed methods at least on par with what connection-editor allows. The function security_valid is copied from there.
| * wireless-security: show no settings for method "external" in editor modeAndrew Zaborowski2018-11-262-3/+18
| | | | | | | | | | | | | | | | | | | | | | The "external" EAP method string is used in connections automatically created by NM to mirror IWD-configured networks where we only know they use EAP authentication but not what method or other 802-1x setting values, and the values are not even needed by NM. So still don't allow manually setting a connection's EAP method to "external" but if that value is already set for the connection then reflect that in the security combo. We abuse the EAPMethodSimple class to produce an empty GtkGrid basically.
| * wireless-security: prepare text entries according to 'hints'Andrew Zaborowski2018-11-2610-83/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the hints passed down from the secret agent request, if any, to select the EAPMethodSimple UI and show or hide GtkEntry widgets according to which secrets are being requested. This unfortunately touches all the places that use EAPMethodSimple. I used this specific class because it is already kind of handling a bunch of different actual EAP methods but I could also have created a new UI separate EAPMethodSimple. Since I'm abusing EAPMethodSimple for this, I also needed to add a new eap method type "unknown", first because where this code is useful NM does not know what specific EAP method is used and secondly the UI doesn't really need to know that. Note that hints being non-NULL implies secrets_only. Since with secrets_only the password storage flags can't be changed, I didn't bother adding the storage flags to the GtkEntry for the private key passphrase so it doesn't get the secondary icon thing even though the plain password field does still have the icon. Only the three hint strings are supported which are actually in use in the NM tree in the IWD wifi backend. [lkundrak@v3.sk: fix up error handling in eap-method-simple.c:validate()]
| * libnma: use setting name from request to fill wifi dialog fieldsAndrew Zaborowski2018-11-261-1/+8
| | | | | | | | | | | | Use the setting name given by NM in the agent request to request current values of secrets we will be letting the user edit in the wifi dialogs, if provided.
| * all: pass 'hints' from secret agent to ws_wpa_eap_newAndrew Zaborowski2018-11-2610-28/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The secret agent requests contain two parameters that aren't currently used when handling Wifi network connections: the setting name and hints. Those parameters turned out useful with 802.1X / EAP authentication with NM's IWD backend where it passes a specific 802_1x setting key name that is being requested in the 'hints' array, one of: identity, password or private_key_password. nmcli already gained support for handling such agent requests in 1a6e53808db8bb8e75317fd5feacd74a9a98860f (which was obviously much easier) so this is an attempt to let the src/wireless-security/* classes in nm-applet also handle these requests as intended. A new libnma function nma_wifi_dialog_new_for_secrets is added to receive the values from setting name and hints without changing existing API.
| * libnma: free buffers returned by validate_dialog_ssidAndrew Zaborowski2018-11-261-1/+6
|/
* merge: branch 'lr/wifi-dialog-fixes'Lubomir Rintel2018-11-266-44/+56
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/30
| * wireless-security/eap: tolerate missing CA on secrets_onlylr/wifi-dialog-fixesLubomir Rintel2018-11-263-0/+9
| | | | | | | | | | The user chose not to use a CA certificate when creating the connection, when we ask for secrets there's no way for them to reconsider.
| * wireless-security/eap: (trivial) rename poorly named variablesLubomir Rintel2018-11-263-6/+6
| | | | | | | | It's not actually ignored.
| * libnma/wifi-dialog: present the validation error in tooltipLubomir Rintel2018-11-261-11/+11
| | | | | | | | | | ...similarly to what we do in the editor windows. It provides some clue about why is the "Connect" button greyed out.
| * libnma/wifi-dialog: don't wrap gtk_dialog_set_response_sensitive() uselesslyLubomir Rintel2018-11-261-28/+16
| | | | | | | | | | | | | | | | For the GTK_RESPONSE_CANCEL, just plain gtk_dialog_set_response_sensitive() is good enough. Let's keep the wrapper function for GTK_RESPONSE_OK because apart from changing sensitivity we do also change the tooltip.
| * nma/pkcs11-cert-chooser: hide useless inputsLubomir Rintel2018-11-262-7/+22
| | | | | | | | | | | | | | | | If we're asking for secrets only, hide the entry boxes that are greyed out because the key/cert doesn't actually need a password. If both password entries are hidden then also remove the "show passwords" checkbox.
| * libnma/wifi-dialog: don't focus a hidden widgetLubomir Rintel2018-11-261-1/+1
|/ | | | | | | It makes no sense and Gtk+ dislikes this: (lt-wifi-dialog:791007): Gtk-CRITICAL **: 17:16:55.127: gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
* Updated Lithuanian translationAurimas Černius2018-11-251-545/+503
|
* Update Brazilian Portuguese translationRafael Fontenelle2018-11-221-44/+51
|
* Updated Danish translationAlan Mortensen2018-11-021-44/+52
|
* libnma/vpn-password-dialog: drop use of GtkWidget.no-show-all propertylr/vpn-dialog-primaryLubomir Rintel2018-10-291-9/+5
| | | | | | | | | | | | It's going away in Gtk4. We don't do show_all() anyway -- just hide the widgets by default. This commit brings back parts of 07d900c0b ("libnma: drop use of GtkWidget.no-show-all property") that was unnecessarily reverted in f56334c307f ("Revert "libnma: drop use of GtkWidget.no-show-all property"") with another fix folded in. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/24
* libnma: add some test programslr/test-programsLubomir Rintel2018-10-298-2/+372
| | | | | | | These make it easy to quickly check the widgets provided by the libnma libary. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/21
* wifi-dialog: improve the layoutlr/wifi-dialogLubomir Rintel2018-10-292-154/+146
| | | | | | | The icon misaligns things too much to the right. Replace the HBox+VBox pair with a Grid that is more flexible. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/20