summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* editor: remove unused fields from wifi pagebg/wifi-powerBeniamino Galvani2022-07-141-117/+11
| | | | | | | | | Since 7b35df84175d ("editor: remove tx-power and rate properties from wifi page") the "rate" and "power" field are not used in the Wi-Fi page. Remove them also from the UI file. https://gitlab.gnome.org/GNOME/network-manager-applet/-/issues/154 https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/117
* Update Indonesian translationAndika Triwidada2022-07-081-27/+14
|
* Update Polish translationPiotr Drąg2022-06-191-16/+7
|
* Update Swedish translationAnders Jonsson2022-06-171-14/+11
|
* Update German translationIngo Brückl2022-06-161-10/+7
|
* Update Ukrainian translationYuri Chornoivan2022-06-161-10/+7
|
* Update po filesBeniamino Galvani2022-06-1581-2129/+2825
|
* wifi: change description for wpa-psk to include also WPA3Beniamino Galvani2022-06-152-3/+3
| | | | | | | | | | | | | | | | | Since NM 1.32, key-mgmt=wpa-psk also enables WPA3 transition mode. Update the description in the applet and editor to reflect that change. For WPA Enterprise, WPA3 is basically the same as WPA2 but with PMF required. Then we have a stronger WPA3 Enterprise mode enabled with key-mgmt=wpa-eap-suite-b-192. Don't change "WPA/WPA2 Enterprise" to mention "WPA3" as that could be confused with the stronger mode (currently not supported by the editor and applet). While at it, change descriptions to use "/" instead of "&" as I find it more clear. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/116
* Update Serbian translationМирослав Николић2022-06-131-9/+8
|
* release: bump version to 1.29.0 (development)1.29.0-devLubomir Rintel2022-06-072-2/+2
|
* release: bump version to 1.26.01.28.0Lubomir Rintel2022-06-072-2/+2
|
* release: update NEWSLubomir Rintel2022-06-071-0/+10
|
* Update Hungarian translationNyilas László2022-05-171-2/+1
| | | | https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/115
* Respect GTK font settings when rendering menu header textJohn Lindgren2022-05-171-1/+1
| | | | | | | | | | The Pango context used to render header text (e.g. "Wi-Fi Networks") is not currently aware of the GTK font settings and thus always renders at the default 96 DPI. The issue is extremely easy to fix by using gtk_widget_create_pango_layout(), which creates a GTK-aware Pango context. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/114
* Update French translationCharles Monzat2022-05-021-43/+42
|
* Update Basque translationAsier Sarasua Garmendia2022-04-181-374/+133
|
* Update Brazilian Portuguese translationMatheus Barbosa2022-04-151-12/+13
|
* Update Chinese (China) translationLuming Zh2022-04-141-15/+17
|
* Update German translationIngo Brückl2022-04-011-13/+14
|
* Update Polish translationPiotr Drąg2022-03-271-17/+18
|
* Update Danish translationAlan Mortensen2022-03-271-75/+80
|
* Update Danish translationAlan Mortensen2022-03-271-107/+99
|
* Update Dutch translationNathan Follens2022-03-261-34/+31
|
* Update Norwegian Bokmål translationKjell Cato Heskjestad2022-03-231-1916/+1943
|
* release: bump version to 1.27.0 (development)1.27.0-devAna Cabral2022-03-222-2/+2
|
* release: bump version to 1.26.01.26.0Ana Cabral2022-03-222-2/+2
|
* release: update NEWSAna Cabral2022-03-221-0/+25
|
* Update translationsAna Cabral2022-03-2181-8411/+9194
| | | | Files here are the files updated by running "make -C po update-po".
* Update Swedish translationAnders Jonsson2022-03-211-83/+88
|
* Update Ukrainian translationYuri Chornoivan2022-03-211-87/+92
|
* Updated Czech translationMarek Černocký2022-03-211-89/+96
|
* applet: replace lock icon for WEP networks with an exclaimation markLubomir Rintel2022-03-214-11/+29
| | | | | | | | | | This is supposed to indicate that the network is not secure, analogously to what web browsers do for bad certificates. It's not beautiful, but I guess it's not a huge problem. By now the applet is a probably a niche tool. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/112
* applet: tidy up the error dialogs a bitLubomir Rintel2022-03-212-20/+5
| | | | | | | | | | | | | | | | | Remove the numeric error code, it doens't belong in the GUI. Before: Failed to activate connection (7) wpa_supplicant doesn't support... After: Failed to activate connection wpa_supplicant doesn't support... While at that, don't spew useless warnings on the stderr. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/111
* merge: branch 'lr/editor-no-wep'Lubomir Rintel2022-03-211-43/+57
|\ | | | | | | | | | | | | | | | | | | | | WEP is being phased out, with wpa_supplicant 2.10 having disabled it by default. Don't offer it for new connections. They should either use open security or WPA. The users can still use nmcli or the applet to connect to WEP access points if their supplicant supports it. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/113
| * editor: do not provide WEP by defaultlr/editor-no-wepLubomir Rintel2022-03-211-12/+26
| | | | | | | | | | Allow editing existing WEP profiles, but don't offer it for new ones. Add a chicken bit for turning it back on, if necessary.
| * editor: improve Wi-Fi security combo error handlingLubomir Rintel2022-03-211-50/+50
|/ | | | | | | The nma_*_new() functions are wrappers around g_object_new() and generally don't return NULL. If they do, something seriously went wrong and freaking out is generally a more sensible reaction than just skipping a combo box item.
* Update Turkish translationEmin Tufan Çetin2022-03-201-67/+66
|
* nm-connection-editor: use the new owe implementation in libnmaac/libnma-oweAna Cabral2022-03-203-3/+20
| | | | | | https://gitlab.gnome.org/GNOME/libnma/-/issues/9 https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/110/commits
* Updated Czech translationMarek Černocký2022-03-181-730/+124
|
* Update Italian translationMilo Casagrande2022-03-151-61/+60
|
* Update German translationIngo Brückl2022-03-111-127/+155
|
* Update Basque translationAsier Sarasua Garmendia2022-03-101-399/+178
|
* meson.build: address meson 0.61 failuresAlexander Kanavin2022-03-081-2/+0
| | | | https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/107
* applet: make the tooltip of the status icon available for screen readersLukáš Tyrychtr2022-03-081-2/+4
| | | | https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/109
* Update Catalan translationJordi Mas2022-03-061-813/+189
|
* Merge branch 'ac/owe'Ana Cabral2022-02-221-4/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wi-Fi/OWE: Fix Enhanced Open (OWE) not being saved properly from nm-connection-editor When we create a Wi-Fi connection using Enhanced Open (OWE) Security from nm-connection-editor and save it, it was not being saved and the security was being set as "None", with Wireless Security Setting being discarded. This was fixed. This fix is temporary fix. It should (and will) be done from libnma, OWE should be implemented in libnma. Meanwhile this gets done, this solution handles this issue. https://bugzilla.redhat.com/show_bug.cgi?id=2023156 Fixes: b85ed300781ce9f26df9cf8e659d1bc0bc173201 https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/108
| * Wi-Fi/OWE: Fix Enhanced Open (OWE) not being saved properly from ↵Ana Cabral2022-02-211-4/+18
|/ | | | | | | | | | | | | | | | | | | nm-connection-editor When we create a Wi-Fi connection using Enhanced Open (OWE) Security from nm-connection-editor and save it, it was not being saved and the security was being set as "None", with Wireless Security Setting being discarded. This was fixed. This fix is temporary fix. It should (and will) be done from libnma, OWE should be implemented in libnma. Meanwhile this gets done, this solution handles this issue. https://bugzilla.redhat.com/show_bug.cgi?id=2023156 Fixes: b85ed300781ce9f26df9cf8e659d1bc0bc173201 https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/108
* Update Portuguese translationHugo Carvalho2022-02-211-72/+44
|
* Updated Spanish translationDaniel Mustieles2022-02-071-41/+42
|
* Update Portuguese translationHugo Carvalho2022-02-021-95/+49
|