summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: Migrate from Intltool to Gettextwip/inigomartinez/mesonIñigo Martínez2017-09-255-72/+68
| | | | | | | | Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This patch migrates from Intltool to Gettext by using meson's i18n features. https://bugzilla.gnome.org/show_bug.cgi?id=788147
* build: Remove autotoolsIñigo Martínez2017-09-2511-2092/+0
| | | | | | | To avoid the burden of maintaining multiple build systems, this patch removes autotools support. https://bugzilla.gnome.org/show_bug.cgi?id=788146
* build: Port to meson build systemIñigo Martínez2017-09-2516-6/+1564
| | | | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=788146
* Add missing gtk_widget_show calls for menu itemsViktor Odintsev2017-09-132-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787462
* Update Polish translationPiotr Drąg2017-09-101-15/+50
|
* Update Italian translationMilo Casagrande2017-09-101-17/+53
|
* Fixes to Catalan translationJordi Mas2017-09-101-35/+119
|
* Update Croatian translationgogo2017-09-081-17/+52
|
* editor: pppoe: add tooltipsBeniamino Galvani2017-09-081-0/+5
|
* editor: pppoe: add support for new-style pppoe connectionsBeniamino Galvani2017-09-083-15/+193
| | | | | | | | | | | | | Add support for the new type of pppoe connections that have an arbitrary parent device type. When libnm does not support the new PPPoE 'parent' property, we keep the previous behavior. When libnm is new enough and we find an old-style connection, its 'interface-name' is used as parent interface and we pick an unused ppp interface name. In this way, old connections are converted to the new convention upon save. https://bugzilla.gnome.org/show_bug.cgi?id=559134
* Updated Czech translationZdeněk Hataš2017-09-081-16/+27
|
* Update Croatian translationgogo2017-09-071-128/+183
|
* shared: re-import shared/nm-utils files from NetworkManagerThomas Haller2017-09-075-147/+1313
| | | | | | | Import the shared files from NetworkManager, commit 19716df23ddfd3047b64620c389fa336e4427c69. No local modifications but import as-is.
* Updated Czech translationZdeněk Hataš2017-09-061-606/+717
|
* Update Polish translationPiotr Drąg2017-09-031-75/+129
|
* Update Indonesian translationAndika Triwidada2017-09-011-131/+132
|
* Update Italian translationMilo Casagrande2017-08-311-416/+631
|
* Update Catalan translationJordi Mas2017-08-301-1/+1
|
* editor: bridge: translatable string fixesPiotr Drąg2017-08-301-3/+3
|
* nm-c-e: rename "DSL" to "DSL/PPPoE"Thomas Haller2017-08-302-2/+2
| | | | | | | | | | | This is not strictly "DSL" only. It's just PPPoE. Also, soon we get support for PPPoE not only on top of ethernet devices (bgo#559134). Adjust the caption. https://mail.gnome.org/archives/networkmanager-list/2017-August/msg00014.html
* editor: bridge: add tooltipsBeniamino Galvani2017-08-301-0/+8
|
* editor: bridge: add support for group-forward-mask propertyBeniamino Galvani2017-08-302-3/+73
| | | | | | | Since the property is available from libnm 1.10 but we only require 1.8 at the moment, detect support at runtime. https://bugzilla.redhat.com/show_bug.cgi?id=1358615
* Update Kazakh translationBaurzhan Muftakhidinov2017-08-271-429/+576
|
* Update Catalan translationJordi Mas2017-08-251-12/+12
|
* libnma: don't return empty passwords from certificate chooserBeniamino Galvani2017-08-231-2/+8
| | | | | | | | | | Return NULL if the user did not specify any password. Setting an empty password in the connection when it's not needed (e.g. for CA and client certificate) makes the connection invalid. Fixes: cfb753f6c907aa443307e48fb21eae0b2755bf22 https://bugzilla.redhat.com/show_bug.cgi?id=1469852
* Revert "bridge: add support for group-forward-mask property"Thomas Haller2017-08-212-48/+2
| | | | | | | | | | | | | The patch makes use of libnm-1-10 API. At this moment, master of nm-applet is still supposed to build against 1.8 (current stable). This should be either resolved by making the use of 1.10 API condtional (either at compile time or at runtime), or by bumping the required libnm version. For the moment, revert the patch that breaks build. https://bugzilla.gnome.org/show_bug.cgi?id=786537 This reverts commit 4a780cc25d69d2dce983a218f5eb435b696a86df.
* appdata: remove a stray closing tagPiotr Drąg2017-08-191-1/+0
| | | | How did it even validate?
* Updated Serbian translationМирослав Николић2017-08-172-1023/+1361
|
* Update Catalan translationJordi Mas2017-08-151-488/+636
|
* Update Romanian translationDaniel Șerbănescu2017-08-131-1956/+1038
|
* applet: fix status icon when a VPN has the default routeBeniamino Galvani2017-08-101-3/+8
| | | | | | | | | | | | | | | | After commit 35736dd2dfe0 ("applet: use default active interface, even if it is of unsupported class") when a VPN with default route is active, applet_get_default_active_connection() returns the VPN connection, and no icon would be set because the tun device doesn't have a NMADeviceClass. Require a device class only when we need to determine the status icon, otherwise accept any connection. Fixes: 35736dd2dfe05534e5e45d9e3cdddf3cabec840c https://bugzilla.gnome.org/show_bug.cgi?id=785775 https://bugzilla.redhat.com/show_bug.cgi?id=1471510
* Update Spanish translationDaniel Mustieles2017-08-011-349/+395
|
* Update Polish translationPiotr Drąg2017-07-301-8/+12
|
* Update Galician translationFran Dieguez2017-07-291-1228/+1570
|
* Update Croatian translationgogo2017-07-291-6/+10
|
* bridge: unmark a string from translation that shouldn’t be translatablePiotr Drąg2017-07-281-1/+1
|
* bridge: add support for group-forward-mask propertyBeniamino Galvani2017-07-272-2/+48
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1358615
* Update Croatian translationgogo2017-07-251-405/+568
|
* updated Punjabi TranslationA S Alam2017-07-231-201/+202
|
* updated Punjabi TranslationA S Alam2017-07-231-929/+1000
|
* Update Polish translationPiotr Drąg2017-07-161-296/+348
|
* Update Indonesian translationKukuh Syafaat2017-07-131-413/+582
|
* Remove markup from strings in an ui filePiotr Drąg2017-07-111-4/+8
| | | | https://wiki.gnome.org/Initiatives/GnomeGoals/RemoveMarkupInMessages
* merge: branch 'lr/ui-improvements'Lubomir Rintel2017-07-1178-1962/+1651
|\ | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=784215
| * editor: filter the connection type headers toolr/ui-improvementsLubomir Rintel2017-07-111-2/+29
| |
| * editor: use custom search bar for filteringLubomir Rintel2017-07-112-57/+138
| | | | | | | | | | We need our own search bar, because we also want to do filtering an refilter on earch search entry change.
| * editor: allow the filter substring to be present anywhere in the conn idLubomir Rintel2017-07-111-0/+19
| | | | | | | | Also make the search case-insensitive.
| * editor: close the editor window on Escape keyLubomir Rintel2017-07-111-0/+13
| |
| * editor: close the connection list on Escape keyLubomir Rintel2017-07-112-0/+13
| |
| * editor: make the team port advanced dialog layout consistent with the restLubomir Rintel2017-07-111-154/+114
| |