- 24 Jun, 2019 1 commit
-
-
Beniamino Galvani authored
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: 4645c9ae https://bugzilla.redhat.com/show_bug.cgi?id=1543958
-
- 22 Jun, 2019 1 commit
-
-
Goran Vidović authored
-
- 19 Jun, 2019 1 commit
-
-
Daniel Mustieles García authored
-
- 03 Jun, 2019 1 commit
-
-
Balázs Úr authored
-
- 29 May, 2019 5 commits
-
-
Lubomir Rintel authored
-
Lubomir Rintel authored
-
Lubomir Rintel authored
-
Lubomir Rintel authored
This was a misunderstanding of what it does on my part. !51
-
Lubomir Rintel authored
The XEmbed backed GtkStatusIcon wouldn't work without X11. !46
-
- 28 May, 2019 1 commit
-
-
Lubomir Rintel authored
The library is no more. !50
-
- 27 May, 2019 8 commits
-
-
Lubomir Rintel authored
!47
-
Lubomir Rintel authored
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.
-
Lubomir Rintel authored
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.
-
Lubomir Rintel authored
!47
-
Lubomir Rintel authored
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.
-
Lubomir Rintel authored
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.
-
Ask Hjorth Larsen authored
-
Piotr Drąg authored
-
- 24 May, 2019 5 commits
-
-
Sébastien Bacher authored
It seems more logical than having the VPN section in between !49
-
Lubomir Rintel authored
!44
-
Lubomir Rintel authored
A slight usability improvement.
-
Lubomir Rintel authored
The label is confusing and the tree view header is redundant. Fix the label and remove the header.
-
Lubomir Rintel authored
It's just not nice.
-
- 16 May, 2019 1 commit
-
-
Rodrigo Lledó Milanca authored
-
- 14 May, 2019 1 commit
-
-
AsciiWolf authored
-
- 07 May, 2019 1 commit
-
-
emintufan authored
-
- 06 May, 2019 8 commits
-
-
Piotr Drąg authored
-
Piotr Drąg authored
-
Lubomir Rintel authored
!45
-
Lubomir Rintel authored
-
Lubomir Rintel authored
-
Lubomir Rintel authored
Draws a QR code exposing the connection details for a NMConnection. Can print a business-card with the code too.
-
Lubomir Rintel authored
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
-
Lubomir Rintel authored
-
- 26 Apr, 2019 1 commit
-
-
Francesco Giudici authored
This partially reverts commit 24c5f40e. 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. #54 #55
-
- 02 Apr, 2019 1 commit
-
-
Lubomir Rintel authored
Convenient if we have a saved password and a non-saved OTP.
-
- 27 Mar, 2019 1 commit
-
-
Goran Vidović authored
-
- 18 Mar, 2019 1 commit
-
-
Balázs Meskó authored
-
- 10 Mar, 2019 1 commit
-
-
Rafael Fontenelle authored
-
- 09 Mar, 2019 1 commit
-
-
Alan01 authored
-