summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Romanian translationnma-1-0Daniel Șerbănescu2017-08-131-1647/+3433
|
* Update Russian translationStas Solovey2017-03-301-704/+1621
|
* Updated Indonesian translationAndika Triwidada2016-06-131-480/+949
|
* Updated Serbian translationМирослав Николић2016-03-262-1002/+1886
|
* Updated Italian translationMilo Casagrande2016-03-181-3/+3
|
* Updated Italian translationMilo Casagrande2016-03-181-46/+54
|
* build: add our own version of the introspection.m4 macroThomas Haller2016-03-111-0/+96
| | | | | | | | | | | | | | | When buiding with "CFLAGS=-O0 -Werror", introspection.m4 passes those flags to the compiler, which then get mixed with the system-provided flags "-D_FORTIFY_SOURCE=2". Which in turn causes a fatal warning. $ export CFLAGS=-O0; ./autogen.sh --enable-more-warnings=error && make Workaround that, by injecting "-Wno-error" to the CFLAGS, like we do for NetworkManager (commit f6272144e98c00db18cf6708aceab96e6e7b1705). Related: https://bugzilla.gnome.org/show_bug.cgi?id=757934 (cherry picked from commit 243f1686a3771fb8e3ec5247e53e41d90f29a1cd)
* Updated Occitan translationCédric Valmary2016-03-101-1224/+1637
|
* Updated Hungarian translationGábor Kelemen2016-03-051-50/+56
|
* Updated Swedish translationAnders Jonsson2016-03-031-46/+54
|
* configure.ac: fix macro name GLIB_GSETTINGS instead of GLIB_SETTINGSMikhail Efremov2016-01-231-1/+1
| | | | | | | | https://mail.gnome.org/archives/networkmanager-list/2016-January/msg00034.html Fixes: 21319f4e975228bc11ec6cfa07ca5e3df927f715 Fixes: a02f6c4aa5805cdab994761d176241f844e78651 (cherry picked from commit 768972491986e2f6970d284474e808b25c8f2285)
* c-e: XML escape connection id in GTK connection listThomas Haller2016-01-201-2/+5
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=760866 (cherry picked from commit 6f19339a098094920578425699c38e1ab7c1f90f)
* c-e: XML escape connection-types in GTK connection listThomas Haller2016-01-201-2/+6
| | | | | | | | This might not be a real issue, because usually the type names are a static set of string. However, they also get translated, so we better be safe. (cherry picked from commit 0d98aebd80b1ec8da4b55744c3b69932d1c8b97d)
* Updated German translationMario Blättermann2016-01-121-256/+267
|
* Updated Icelandic translationSveinn í Felli2016-01-081-40/+40
|
* Updated Icelandic translationSveinn í Felli2016-01-081-7/+7
|
* Updated Icelandic translationSveinn í Felli2016-01-081-5/+4
|
* Updated Icelandic translationSveinn í Felli2016-01-081-1089/+1057
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-01-041-4/+4
|
* release: bump version to 1.0.101.0.10Lubomir Rintel2015-12-231-1/+1
|
* release: update NEWSLubomir Rintel2015-12-231-0/+13
|
* Updated Czech translationMarek Černocký2015-12-221-43/+50
|
* Updated Brazilian Portuguese translationGustavo Marques2015-12-211-218/+240
|
* Updated Polish translationPiotr Drąg2015-12-211-34/+39
|
* applet: fix accessing freed memory (rh #1129818)Jiří Klimeš2015-12-211-2/+4
| | | | | | | | | | It was a problem of looping throught list and invalidating ->next pointer when removing an item. See this commit for a similar bug: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=b9da3d93207e46de895fd07cfe9de1edfa79efef (cherry picked from commit 10c78cb60818cb005e105fb71b74e47d93f53688)
* editor: populate available Bluetooth devices in Bluetooth page (rh #1271581)Jiří Klimeš2015-12-218-30/+80
| | | | (cherry picked from commit 7444686857e8829e3921857151594405df49405b)
* Updated Finnish translationJiri Grönroos2015-12-201-41/+19
|
* applet/broadband: remove g_warn_if_reached() from broadband_state_to_mb_state()Thomas Haller2015-12-181-1/+0
| | | | | | | I always hit this warning and it seems ModemManager can normally return MM_MODEM_STATE_FAILED. No need to warn. (cherry picked from commit 73ca9d8572a35167154e323c0fd8447bd054bff8)
* Updated Czech translationZdeněk Hataš2015-12-081-8/+8
|
* Updated Czech translationZdeněk Hataš2015-12-081-241/+585
|
* Updated Icelandic translationSveinn í Felli2015-12-021-132/+220
|
* Added Icelandic translationSveinn í Felli2015-12-022-0/+3929
|
* release: bump version to 1.0.9 (development)1.0.9-devLubomir Rintel2015-11-201-1/+1
|
* release: bump version to 1.0.81.0.8Lubomir Rintel2015-11-201-1/+1
|
* release: update NEWSLubomir Rintel2015-11-201-0/+15
|
* Updated Swedish translationAnders Jonsson2015-11-191-585/+1111
|
* wifi: fix spelling error in error-messageThomas Haller2015-11-188-8/+8
| | | | | | Reported-by: Anders Jonsson <anders.jonsson@norsjovallen.se> https://bugzilla.gnome.org/show_bug.cgi?id=758270
* wireless-security: fix a typo in error message (bgo #758249)Jiří Klimeš2015-11-188-8/+8
| | | | | | | | Found by Anders Jonsson <anders.jonsson@norsjovallen.se> https://bugzilla.gnome.org/show_bug.cgi?id=758249 (cherry picked from commit 40cfdb07bfb23d4c3485ee1cb99d18addaf8eeae)
* Updated Finnish translationJiri Grönroos2015-11-161-600/+1011
|
* Updated Hungarian translationGábor Kelemen2015-11-151-467/+777
|
* Updated Italian translationMilo Casagrande2015-10-301-538/+1022
|
* Updated Portuguese translationPedro Albuquerque2015-10-291-1128/+2080
|
* libnm-gtk: emit "changed" signal on password entry when icon changesJiří Klimeš2015-10-201-1/+5
| | | | | | | | | | That allows users to re-check widgets/connection with new secret flags, because they may be significant. Related to https://bugzilla.gnome.org/show_bug.cgi?id=756638 Related to https://bugzilla.redhat.com/show_bug.cgi?id=1272871 (cherry picked from commit 9635644f83393f559e67caa02b5908467938fc60)
* check-exports.sh: Use NM when available (bgo #756667)Marvin Schmidt2015-10-161-1/+1
| | | | | | | | This allows setting NM to a host-prefixed nm. https://bugzilla.gnome.org/show_bug.cgi?id=756667 (cherry picked from commit 8d3e0103bbd72a410c2e6672c8d21bb362fc19b6)
* Updated Polish translationPiotr Drąg2015-10-151-190/+194
|
* merge: hotspot mode support for the editor (bgo #755663)Jiří Klimeš2015-10-1452-153/+540
|\ | | | | | | | | | | | | It adds the AP (hotspot) mode to the editor and changes IPv4/IPv6 methods accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=755663
| * editor: change properties on IP4/IP6 pages if Wi-Fi mode changesJiří Klimeš2015-10-144-0/+191
| | | | | | | | | | | | For AP (hotspot) mode, the IPv4 page needs to change method to Shared, and the IPv6 mode should be disabled because we don't yet run IPv6 Prefix Delegation and router advertisements on the shared interface.
| * editor: allow toggling sensitivity of combo box IP methods on IPv4 pageJiří Klimeš2015-10-141-1/+12
| | | | | | | | It is done the same way as for IPv6 methods.
| * editor: (trivial) fix indenting in page-ip6.cJiří Klimeš2015-10-141-8/+8
| |
| * editor: allow changes on one page modify other pagesJiří Klimeš2015-10-1446-62/+205
| | | | | | | | | | | | | | | | | | Changes in properties on a page may require changes on other pages. Let's add an infrastructure for that. When a change should influence other page(s), the information is set using nm_connection_editor_inter_page_set_value(). And then that can be retrieved by nm_connection_editor_inter_page_get_value() in another page in method inter_page_change().