summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* editor: add support for IP tunnel connectionsbg/ip-tunnelBeniamino Galvani2016-11-096-0/+603
|
* editor: fix invalid memory access when displaying service detailsBeniamino Galvani2016-11-071-1/+1
| | | | | | | | | If the plugin returns an empty detail list, we would access past the array in: i_add_detail = (++add_details)[0]; Fixes: 9ab2f79b673b37b83b358eddad68bb442d7e16e4
* Update German translationChristian Kirbach2016-10-251-13/+54
|
* Fix Catalan translationJordi Mas2016-10-231-2/+2
|
* Update Slovak translationDušan Kazik2016-10-221-75/+62
|
* nm-c-e: let --create show the "Add" connection dialogThomas Haller2016-10-193-27/+26
| | | | | | | | | | Previously, `nm-connection-editor --create` without explicit --type argument would directly create an ethernet connection. Now, open instead the list of connection types, as if the user clicks "Add" in the main menu. It also changes behavior for `nm-connection-editor --show`, which previously behaved like `nm-connection-editor --show --type 802-3-ethernet`. Now it behaves like `nm-connection-editor` without arguments.
* Update Hungarian translationGábor Kelemen2016-10-191-16/+55
|
* Update Croatian translationgogo2016-10-151-1210/+1311
|
* Update Polish translationPiotr Drąg2016-10-141-13/+53
|
* Update POTFILES.inPiotr Drąg2016-10-141-0/+1
|
* merge: branch 'bg/editor-route-metric-default-bgo769015'Beniamino Galvani2016-10-149-201/+538
|\ | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=769015
| * editor: factor out common tree model helpersBeniamino Galvani2016-10-145-172/+190
| | | | | | | | | | Move some common functions for retrieving tree model values to utils/util.c
| * editor: consider -1 as missing route metricBeniamino Galvani2016-10-142-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | The route metric can assume a value between 0 and 2^32, or -1 to indicate that the default value for the device should be used. In the connection editor we previously saved a missing route metric as zero and incorrectly displayed the -1 (default) value as 4294967295. Instead, leave the field empty for default metric. This is similar to the nmcli convention. https://bugzilla.gnome.org/show_bug.cgi?id=769015
| * shared: import nm-shared-utils.[ch] filesBeniamino Galvani2016-10-143-0/+307
| |
| * build: drop 'subdir-objects' automake optionBeniamino Galvani2016-10-141-1/+1
|/ | | | | It breaks inclusion of cross-directory source files, which will be used in a following patch.
* Update German translationMario Blättermann2016-10-131-345/+368
|
* Update Slovak translationDušan Kazik2016-10-121-350/+474
|
* nm-c-e/trivial: whitespaceThomas Haller2016-10-121-2/+2
|
* nm-c-e: silence initial message about editor initializingThomas Haller2016-10-071-4/+4
| | | | | | | | | | | Previously, we would always see: ** Message: Cannot save connection due to error: Editor initializing... ** Message: Connection validates and can be saved when the editor starts. Hide these messages. https://bugzilla.gnome.org/show_bug.cgi?id=772548
* Updated Czech translationZdeněk Hataš2016-10-071-443/+928
|
* wireless-security: don't silently ignore files with invalid keys/certsBeniamino Galvani2016-10-061-50/+43
| | | | | | | | Instead, show all files with a supported extension. For invalid files we already prevent the save of the connection and show an error message in the button tooltip. https://bugzilla.redhat.com/show_bug.cgi?id=1318384
* build: cleanup build against libnm/libnm-glibThomas Haller2016-10-0419-133/+34
| | | | | | | | We already define NETWORKMANAGER_COMPILATION for "nm-default.h". Let "nm-default.h" set LIBNM_BUILD to 1 or 0 based on NETWORKMANAGER_COMPILATION define. Also, drop LIBNM_GLIB_BUILD as it really is just !LIBNM_BUILD.
* Updated Hungarian translationBalázs Meskó2016-10-041-243/+239
|
* shared: reimport shared filed from NetworkManagerThomas Haller2016-10-043-96/+263
|
* Updated Polish translationPiotr Drąg2016-10-031-231/+182
|
* all: merge branch 'unicode-strings-bgo695967'Thomas Haller2016-10-0348-306/+306
|\ | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695967
| * all: remove double spaces from translatable stringsPiotr Drąg2016-10-0315-19/+19
| |
| * all: unmark empty strings and numbers from translationPiotr Drąg2016-10-0310-173/+173
| |
| * all: use Unicode in translatable stringsPiotr Drąg2016-10-0335-121/+121
|/ | | | See https://developer.gnome.org/hig/stable/typography.html
* libnma: merge branch 'th/passwd-entry-i18n-bgo772069'Thomas Haller2016-10-032-10/+10
|\ | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=772069
| * libnma: properly translate icon_desc_table for passwd-entriesThomas Haller2016-10-032-10/+10
| | | | | | | | | | | | See https://developer.gnome.org/glib/stable/glib-I18N.html#N-:CAPS https://bugzilla.gnome.org/show_bug.cgi?id=772069
| * libnm-gtk: wrap gtk_label in $_() sentence to assure localisationPierre Amadio2016-10-031-4/+4
|/ | | | | | | Some string related to wifi password management are now wrapped within a _() sentence to assure they get localised properly. https://bugzilla.gnome.org/show_bug.cgi?id=772069
* all: merge branch 'master' into nm-1-4Thomas Haller2016-10-0320-1167/+2926
|\ | | | | | | | | | | | | We wrongly did a 1.4.2 release based on an old nm-1-4 branch. Merge master and 1.4 branch together again. See also commit 54a3d4181358231706296abfc53a203796ef8491.
| * Updated Polish translationPiotr Drąg2016-10-021-96/+119
| |
| * Updated Hungarian translationBalázs Meskó2016-10-021-110/+136
| |
| * Update POTFILES.inPiotr Drąg2016-09-301-0/+1
| |
| * editor: disable "Create" button when no connection type is availableBeniamino Galvani2016-09-231-13/+20
| | | | | | | | | | | | ... instead of brutally crashing. https://bugzilla.redhat.com/show_bug.cgi?id=1378451
| * editor/team: work around broken strict matching of optional keys in old janssonLubomir Rintel2016-09-222-2/+201
| | | | | | | | | | Make sure we never pass a json with (optionL) keys we don't match against when our jansson version is too old.
| * c-e: don't use GtkTextView.monospace propertyThomas Haller2016-09-212-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | GtkTextView.monospace is gtk3 >= 3.16, we still require only 3.4 for nm-applet. It might be simple to reimplement: https://git.gnome.org/browse/gtk+/commit/?id=0004e667abdab749b991d320ed4f735778385766 For now, just revert the use of the property. Fixes: 65c662d08b34d486d4d567424ccf623cda72389e
| * all: merge branch 'master' into nm-1-4Thomas Haller2016-09-199-346/+941
| |\ | | | | | | | | | | | | | | | | | | | | | Reset 'master' from 1.5.0 back to 1.4.1. For the moment, 'master' still works well with 1.3.0-or-newer API of NetworkManager/libnm. There is no need for upstream maintaining two separate versions of an applet which targets the same API.
| | * Updated German translationChristian Kirbach2016-09-181-34/+47
| | | | | | | | | | | | (cherry picked from commit 8fea566f6de4851515942a6637a3300423ce90ce)
| | * editor: merge branch 'bg/editor-ipv4-addresses-bgo763937'Beniamino Galvani2016-09-145-22/+122
| | |\ | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763937
| | | * editor: fix memory leak in possibly_wrong_gateway()Beniamino Galvani2016-09-141-1/+1
| | | |
| | | * editor: allow specifying IPv4 address for shared methodBeniamino Galvani2016-09-142-2/+52
| | | |
| | | * editor: allow specifying static IP addresses for automatic methodsBeniamino Galvani2016-09-145-11/+36
| | | | | | | | | | | | | | | | | | | | | | | | Allow users to add static IP addresses when the "Automatic" and "Automatic, addresses only" method are selected in the "IPv4 settings" and "IPv6 settings" pages.
| | | * editor: preserve old addresses when changing IP methodBeniamino Galvani2016-09-142-8/+33
| | |/ | | | | | | | | | | | | When the user switches from "Manual" to a method with disabled IP addressing and then back, the address list is lost. Restore it.
| | * build: use GIT_SHA_RECORD() macro from "m4/git-sha-record.m4"Thomas Haller2016-09-142-3/+16
| | | | | | | | | | | | See https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=b33aacbc91864f20f4733919af1a4cf8f725ca94
| | * Updated Spanish translationDaniel Mustieles2016-09-131-49/+38
| | |
| | * Update Catalan translationJordi Mas2016-09-111-2/+2
| | |
| | * Updated Polish translationPiotr Drąg2016-09-101-21/+21
| | |