summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: Make appdata and desktop file tests more reliablebarthalion/gnome-runtime-images-quayFelipe Borges2022-08-051-7/+4
|
* flatpak: Build the 1.8.40 tag for libnmaFelipe Borges2022-08-051-1/+1
| | | | "main" fails to build.
* flatpak: Update meson build options for network-manager-appletFelipe Borges2022-08-051-3/+0
| | | | See https://gitlab.gnome.org/GNOME/network-manager-applet/-/blob/main/meson_options.txt
* flatpak: Update development branch names to "main"Felipe Borges2022-08-051-0/+3
|
* flatpak: Adjust NetworkManager build optionsFelipe Borges2022-08-051-4/+1
|
* flatpak: gudev now builds with "meson" buildsystemFelipe Borges2022-08-051-2/+2
|
* flatpak: Use "https" for git repositoriesFelipe Borges2022-08-051-1/+1
|
* Update (or drop) the Docker image used by Flatpak jobBartłomiej Piotrowski2022-07-271-1/+0
| | | | | | The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
* Add Georgian translationZurab Kargareteli2022-07-212-0/+4100
|
* 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
|