summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* all: merge branch 'master' into nm-1-4th/nm-1-4-mergeThomas Haller2016-09-144-324/+819
|\ | | | | | | | | | | | | | | 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 to maintaining two separate versions of a applet that both target the same API.
| * 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
| |
| * c-e: Hide firewall zone combo when firewalld is not runningMichael Catanzaro2016-09-082-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if firewalld is not running, then the firewall zone combo is always insensitive. This would make sense if firewalld was great and we were to consider it a distro bug to not have firewalld running and enabled, then users would be able to see the option is disabled and think "maybe my distro has done something wrong." But in actuality, firewalld is not really great, only Fedora ships it and we're not really recommending it to other distros. So hide the combo if it's not running, else it's just broken on $NOTFEDORA. https://bugzilla.gnome.org/show_bug.cgi?id=769446
| * Update Catalan translationJordi Mas2016-09-071-262/+771
| |
| * applet: fix wrong status for wireless toggleKai-Heng Feng2016-08-301-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | When "state-changed" signal emits, there's a chance that wireless status has't update yet, so the "Enable Wi-Fi" toggle shows the wrong status. This can be solved by updating applet menu whenever "wireless-enabled" changes. https://mail.gnome.org/archives/networkmanager-list/2016-August/msg00112.html https://bugzilla.gnome.org/show_bug.cgi?id=770218 Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
| * Updated Serbian translationМирослав Николић2016-08-272-564/+1626
| |
| * connection-editor: Fix handling of wired 802-1x security settingMikhail Efremov2016-08-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Function nm_setting_duplicate() can't copy object's data. As a result a value of the "Ignore CA certificate" checkbox was always lost. So don't copy settings, just use g_object_ref() again and remove the 8021x setting from the temporary object to prevent the clearing of secrets. https://mail.gnome.org/archives/networkmanager-list/2016-August/msg00109.html Fixes: c21d56dd22057103c8125a49307b4ff47b5b644d
| * team: don't use jansson 2.5 functionalityLubomir Rintel2016-08-231-2/+2
| | | | | | | | We depend on 2.3. RHEL ships 2.4.
| * applet: fix handling of 802.1x secrets for ethernet connectionsBeniamino Galvani2016-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | When @tmp_connection is destroyed it clears all its secrets: remove the 802.1x setting before unreferencing the connection since the setting is used by another connection. Fixes: 3722a190468f5ce5898db8838611bc826d3153f1 https://bugzilla.gnome.org/show_bug.cgi?id=769661
| * Updated Polish translationPiotr Drąg2016-08-171-121/+117
| |
| * release: bump version to 1.5.0 (development)1.5.0-devLubomir Rintel2016-08-171-1/+1
| |
* | 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 (cherry picked from commit 309570724cd3c6e4de9593359e8bbfd1a0bf7323)
* | Updated Polish translationPiotr Drąg2016-09-101-21/+21
| |
* | applet: fix wrong status for wireless toggleKai-Heng Feng2016-08-301-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | When "state-changed" signal emits, there's a chance that wireless status has't update yet, so the "Enable Wi-Fi" toggle shows the wrong status. This can be solved by updating applet menu whenever "wireless-enabled" changes. https://mail.gnome.org/archives/networkmanager-list/2016-August/msg00112.html https://bugzilla.gnome.org/show_bug.cgi?id=770218 Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> (cherry picked from commit c7533cfcd9c761a152a66f608808187df3155521)
* | Updated Serbian translationМирослав Николић2016-08-272-564/+1626
| |
* | connection-editor: Fix handling of wired 802-1x security settingMikhail Efremov2016-08-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Function nm_setting_duplicate() can't copy object's data. As a result a value of the "Ignore CA certificate" checkbox was always lost. So don't copy settings, just use g_object_ref() again and remove the 8021x setting from the temporary object to prevent the clearing of secrets. https://mail.gnome.org/archives/networkmanager-list/2016-August/msg00109.html Fixes: c21d56dd22057103c8125a49307b4ff47b5b644d (cherry picked from commit 2c844acc8f00d9c1d3536b114208170c9cdbe7f2)
* | release: bump to 1.4.1 (development)1.4.1-devLubomir Rintel2016-08-241-1/+1
| |
* | release: bump version to 1.4.01.4.0Lubomir Rintel2016-08-241-1/+1
| |
* | team: don't use jansson 2.5 functionalityLubomir Rintel2016-08-231-2/+2
| | | | | | | | | | | | We depend on 2.3. RHEL ships 2.4. (cherry picked from commit 0e7b08b95f6671bd40cf2cf6d1f1da266491a135)
* | applet: fix handling of 802.1x secrets for ethernet connectionsBeniamino Galvani2016-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | When @tmp_connection is destroyed it clears all its secrets: remove the 802.1x setting before unreferencing the connection since the setting is used by another connection. Fixes: 3722a190468f5ce5898db8838611bc826d3153f1 https://bugzilla.gnome.org/show_bug.cgi?id=769661 (cherry picked from commit 4eecd6409730b0e03b7cca0e21d2f7f35302965b)
* | Updated Polish translationPiotr Drąg2016-08-171-121/+117
| |
* | release: bump version to 1.3.91 (1.4-rc1)1.4-rc1Lubomir Rintel2016-08-171-1/+1
|/
* Updated Hungarian translationBalázs Meskó2016-08-161-250/+736
|
* Updated German translationChristian Kirbach2016-08-151-228/+692
|
* Updated Lithuanian translationAurimas Černius2016-08-151-266/+806
|
* Updated Slovak translationDušan Kazik2016-08-041-24/+34
|
* release: bump version to 1.3.90 (1.4-beta1)1.4-beta1Beniamino Galvani2016-08-031-1/+1
|
* release: update NEWSBeniamino Galvani2016-08-031-0/+14
|
* Updated Slovak translationDušan Kazik2016-08-031-42/+51
|
* Updated Spanish translationDaniel Mustieles2016-08-021-11/+11
|
* Updated Polish translationPiotr Drąg2016-07-291-160/+641
|
* Updated Slovak translationDušan Kazik2016-07-281-4/+5
|
* Updated Slovak translationDušan Kazik2016-07-281-21/+21
|
* Updated Slovak translationDušan Kazik2016-07-281-4/+3
|
* Updated Slovak translationDušan Kazik2016-07-281-371/+827
|
* editor: spell 802.1X standard right with capital "X" (rh #1274505)Jiří Klimeš2016-07-2785-648/+648
| | | | | | and update po files accordingly https://bugzilla.redhat.com/show_bug.cgi?id=1274505
* po: Ternary -> Tertiary in po filesJiří Klimeš2016-07-2780-80/+80
| | | | Related: 57ea6851dfbfa332041fdece5567aac8066acc62
* Updated Spanish translationDaniel Mustieles2016-07-261-84/+544
|
* Replace 'Ternary' with 'Tertiary'Mathieu Trudel-Lapierre2016-07-263-3/+3
| | | | | | | | | | | | >From a suggestion by Dave Jury on https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1598803 Ternary tends to mean "having three parts", and has other significance in IT. Using "Tertiary" seems to be a better choice, even though they may both be used interchangeably (afaict from dictionary.com anyway). Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1598803
* merge: branch 'lr/team'Lubomir Rintel2016-07-2551-244/+3649
|\ | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1079465
| * editor/team-port: add UI controls for team port configurationlr/teamLubomir Rintel2016-07-252-49/+1370
| | | | | | | | Editing raw JSON is still supported and kept in sync.
| * editor/team: add UI controls for team master configurationLubomir Rintel2016-07-255-107/+2164
| | | | | | | | Editing raw JSON is still supported and kept in sync.
| * editor: set input and output default value handlers at the same timeLubomir Rintel2016-07-258-36/+36
| | | | | | | | | | They should always be used together (otherwise things break for a non-zero default values).
| * editor: spins with default value need an input handler tooLubomir Rintel2016-07-252-0/+39
| | | | | | | | | | Otherwise the default value gets converted to a string on output, but to a zero on input (which is not correct when the default value is not 0).
| * all: update glade files to Gtk 3.4Lubomir Rintel2016-07-2539-39/+39
| | | | | | | | | | That's what we require in configure. Older versions make Glade unnecessarily grumpy.
| * build: enable wwan by defaultLubomir Rintel2016-07-251-19/+7
|/ | | | | If someone doesn't explicitely disable it it's likely needed. Make sure it's not disabled in build by accidental ommision of the dependency.
* Add Language headers to po filesPiotr Drąg2016-07-2518-18/+17
| | | | Future versions of gettext will fail if this header is missing.