summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* editor: move the margins from the dialog widget to the inner onelr/window-marginsLubomir Rintel2019-07-231-4/+4
| | | | | | | If the outermost widget has margins, they end up as transparent or black shadow artifacts of the window. https://gitlab.gnome.org/GNOME/network-manager-applet/issues/41
* Update Polish translationPiotr Drąg2019-06-301-148/+157
|
* editor: merge branch 'bg/editor-mnemonics'Beniamino Galvani2019-06-265-55/+74
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/54
| * editor: team: add missing mnemonicBeniamino Galvani2019-06-261-0/+1
| |
| * wireless-security: add mnemonicsBeniamino Galvani2019-06-263-1/+4
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1712291
| * editor: macsec: add mnemonicsBeniamino Galvani2019-06-261-8/+23
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1709431
| * editor: team: reorder widgets according to positionBeniamino Galvani2019-06-261-51/+51
|/
* editor: merge branch 'bg/fix-editor-crash'Beniamino Galvani2019-06-261-1/+9
|\ | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1543958 https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/55
| * editor: register to the connection-removed signal only oncebg/fix-editor-crashBeniamino Galvani2019-06-241-1/+4
| | | | | | | | | | | | | | The callback was called multiple times for a single removal because it was registered multiple times. Fixes: 4d7546e7d0e56c3a102a12ba03695eac6f8109f8
| * editor: avoid crash when checking for visible childrenBeniamino Galvani2019-06-241-0/+5
|/ | | | | | | | | | | When a connection is added the editor adds a new empty item to the tree store with gtk_tree_store_append() and then populates it. Therefore, has_visible_children() must be prepared to deal with missing values. Fixes: 4645c9ae9dd6edd41f9cae48f2de26b39f884795 https://bugzilla.redhat.com/show_bug.cgi?id=1543958
* Update Croatian translationGoran Vidović2019-06-221-9/+7
|
* Updated Spanish translationDaniel Mustieles2019-06-191-11/+10
|
* Update Hungarian translationBalázs Úr2019-06-031-10/+8
|
* release: bump version to 1.8.23 (development)1.8.23-devLubomir Rintel2019-05-292-2/+2
|
* release: bump version to 1.8.221.8.22Lubomir Rintel2019-05-2983-111197/+134550
|
* release: update NEWSLubomir Rintel2019-05-291-0/+14
|
* gitlab: don't run make -jLubomir Rintel2019-05-291-14/+14
| | | | | | This was a misunderstanding of what it does on my part. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/51
* applet: prefer x11 backendLubomir Rintel2019-05-291-0/+2
| | | | | | The XEmbed backed GtkStatusIcon wouldn't work without X11. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/46
* build: don't require libnm-glib for make distcheckLubomir Rintel2019-05-281-1/+5
| | | | | | The library is no more. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/50
* merge: branch 'lr/external-ui-mode'Lubomir Rintel2019-05-271-25/+22
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/47
| * applet/vpn-request: add external UI modeLubomir Rintel2019-05-271-9/+208
| | | | | | | | | | | | This adds support for GNOME Shell style external UI mode of VPN auth dialog helpers. This makes it possible for the VPN plugins to ship auth dialog herlpers that are not linked with Gtk at all.
| * applet/vpn-request: rework the auth-dialog communicationLubomir Rintel2019-05-271-69/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the auth-dialog communication in two important ways: 1.) It reworks how is the end of input determined. Previously \n\n whould signal a successful end of input, now it checks for EOF instead. 2.) It now no longer reads and processes the input line by line, but accumulates the whole thing and only splits it into lines afterwards. Both changes are done so that external UI mode is easier to add, while sharing as input handling as possible. The external UI mode uses a GKeyFile formatted description of the connection secrets. It is parsed as a whole, not on a line-by-line basis and it is not terminated with a \n\n. It is functionally requivalent.
| * Updated Danish translationAsk Hjorth Larsen2019-05-271-25/+22
| |
* | merge: branch 'lr/external-ui-mode'Lubomir Rintel2019-05-271-64/+301
|\ \ | |/ |/| | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/47
| * applet/vpn-request: add external UI modeLubomir Rintel2019-05-271-9/+208
| | | | | | | | | | | | This adds support for GNOME Shell style external UI mode of VPN auth dialog helpers. This makes it possible for the VPN plugins to ship auth dialog herlpers that are not linked with Gtk at all.
| * applet/vpn-request: rework the auth-dialog communicationLubomir Rintel2019-05-271-69/+107
|/ | | | | | | | | | | | | | | | | This changes the auth-dialog communication in two important ways: 1.) It reworks how is the end of input determined. Previously \n\n whould signal a successful end of input, now it checks for EOF instead. 2.) It now no longer reads and processes the input line by line, but accumulates the whole thing and only splits it into lines afterwards. Both changes are done so that external UI mode is easier to add, while sharing as input handling as possible. The external UI mode uses a GKeyFile formatted description of the connection secrets. It is parsed as a whole, not on a line-by-line basis and it is not terminated with a \n\n. It is functionally requivalent.
* Update Polish translationPiotr Drąg2019-05-271-21/+25
|
* applet: display the wifi related items next to the APsSebastien Bacher2019-05-241-4/+2
| | | | | | It seems more logical than having the VPN section in between https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/49/
* merge: branch 'lr/mobile-wizard-fixes'Lubomir Rintel2019-05-242-7/+25
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/44
| * nma/mobile-wizard: proceed to next page on double-clicking the providerlr/mobile-wizard-fixesLubomir Rintel2019-05-242-0/+14
| | | | | | | | A slight usability improvement.
| * nma/mobile-wizard: fix the title on the country pageLubomir Rintel2019-05-242-2/+3
| | | | | | | | | | The label is confusing and the tree view header is redundant. Fix the label and remove the header.
| * nma/mobile-wizard: hide the dev combo if we're not choosing a deviceLubomir Rintel2019-05-242-5/+8
|/ | | | It's just not nice.
* Update Spanish translationRodrigo Lledó2019-05-161-1356/+1368
|
* Update Czech translationDaniel Rusek2019-05-141-1353/+1361
|
* Update Turkish translationEmin Tufan Çetin2019-05-071-1342/+1351
|
* Update Polish translationPiotr Drąg2019-05-061-68/+78
|
* Update POTFILES.inPiotr Drąg2019-05-061-0/+2
|
* merge: branch 'lr/qr-code'Lubomir Rintel2019-05-0615-7/+2479
|\ | | | | | | https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/45
| * applet/info-dialog: add QR code for hotspotslr/qr-codeLubomir Rintel2019-05-061-4/+91
| |
| * libnma/tests: add nma-bar-code-widget testLubomir Rintel2019-05-062-0/+194
| |
| * libnma/nma-bar-code-widget: add QR code widgetLubomir Rintel2019-05-067-1/+566
| | | | | | | | | | Draws a QR code exposing the connection details for a NMConnection. Can print a business-card with the code too.
| * libnma/nma-bar-code: add QR code rendererLubomir Rintel2019-05-068-2/+1621
| | | | | | | | | | | | | | A MIT-licensed library [1] wrapped in a simple GObject that is able to draw to a Cairo surface. Will be accompanied with a Gtk widget. [1] https://www.nayuki.io/page/qr-code-generator-library
| * libnma/version: add 1.8.22 macrosLubomir Rintel2019-05-061-1/+8
|/
* Disable nm-connection-editor launcher in GNOMEFrancesco Giudici2019-04-261-0/+1
| | | | | | | | | | | | | | | | | This partially reverts commit 24c5f40e729b0efc7c53f4b33ead006ab7e769a6. nm-connection-editor is used by gnome-control-center to configure mobile broadband connections. This means that nm-connection-editor is installed by default by GNOME based distributions. So, the nm-connection-editor icon will be there by default and may confuse the average user looking for the default/basic UI to configure networking (gnome-control-center). Moreover, nm-connection-editor icon does not follow the current GNOME icon design guidelines (yet). Let's disable the application visibility for now. https://gitlab.gnome.org/GNOME/network-manager-applet/issues/54 https://gitlab.gnome.org/GNOME/network-manager-applet/issues/55
* vpn-password-dialog: focus the first visible and empty fieldLubomir Rintel2019-04-022-8/+15
| | | | Convenient if we have a saved password and a non-saved OTP.
* Update Croatian translationGoran Vidović2019-03-271-1343/+1371
|
* Update Hungarian translationBalázs Meskó2019-03-181-1768/+2073
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-03-101-1349/+1352
|
* Updated Danish translationAlan Mortensen2019-03-091-1339/+1332
|
* gitlab: test on centos:7Lubomir Rintel2019-03-081-0/+51
| | | | | | We care about this one. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/42