summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * utils: drop unneeded "nm-glib-compat.h"Thomas Haller2016-02-247-162/+0
| | | | | | | | | | | | | | "src/utils/nm-glib-compat.h" contains mostly un-deprechated versions of g_value_array related functions. These are no longer needed. Other then that, it contains a few macros that are already provided via the shared macros.
| * shared: update shared macrosThomas Haller2016-02-241-4/+7
|/ | | | Resync shared macros with latest from NetworkManager.
* applet: use icons for broadband device based on signal strengthThomas Haller2016-02-231-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=686357
* applet: indicate true signal strength in wifi connected notificationMatias Wilkman2016-02-231-1/+8
| | | | | | | | Instead of showing always full bars. [thaller@redhat.com: modified original patch] https://bugzilla.gnome.org/show_bug.cgi?id=686357
* Updated Swedish translationJosef Andersson2016-02-221-549/+563
|
* merge: branch 'dcbw/die-die-die-dbus-glib-bgo760946'Dan Williams2016-02-199-507/+211
|\
| * editor: convert to GIO unix signal handlingdcbw/die-die-die-dbus-glib-bgo760946Dan Williams2016-02-191-18/+11
| |
| * applet: remove usage of dbus-glib and private session D-Bus APIDan Williams2016-02-196-252/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | Since 0.8.9xx-something the applet has exported a private D-Bus API for GNOME Shell (bgo #642503). GNOME Shell stopped using that API back in 2011 (bgo #650244, d896248ff8e6b9858932ca54ecfdfc2b30fbd5ae) so we can definitely remove the private API. That means we no longer need dbus-glib, but the D-Bus API also guaranteed that only one instance of nm-applet ran at any given time. To keep that behavior, port the applet to GApplication (but not to GtkApplication since that assumes things like the Application menu, a main window, and other stuff the applet doesn't have).
| * editor: convert single-instance service to GDBus (bgo #760946)Dan Williams2016-02-193-237/+162
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=760946
* build: add 'shared' directory to configure.ac and Makefile.amBeniamino Galvani2016-02-192-1/+2
| | | | Fixes: e327c68976145297b0924aae3f995afe580bca46
* all: merge branch 'th/shared-nm-default'Thomas Haller2016-02-1691-68/+3320
|\
| * tests: use "nm-test-utils.h" in testsThomas Haller2016-02-164-10/+12
| |
| * all: include "nm-default.h" in every source fileThomas Haller2016-02-1680-5/+159
| |
| * build: add --with-more-asserts configure option for nm_assert() macroThomas Haller2016-02-161-0/+14
| |
| * shared: add shared directory from NetworkManager's repositoryThomas Haller2016-02-167-0/+3085
| | | | | | | | | | | | The "shared" directory from NetworkManager's repostitory contians a minimal set of common utilities. Copy them over as-is to reuse the functions in nm-applet.
| * include: cleanup include of "config.h"Thomas Haller2016-02-1636-53/+50
|/ | | | | | | Don't check for #ifdef HAVE_CONFIG_H" and include the file with single quotes. Also, don't include "config.h" in a header file.
* gitignore: ignore cscope filesThomas Haller2016-02-161-0/+4
|
* Updated Spanish translationDaniel Mustieles2016-02-071-77/+92
|
* configure.ac: fix LIBNM_GLIB_CFLAGS in configure.acThomas Haller2016-01-251-3/+3
| | | | | | | | | | | | | We want to specify the min/max version requirements for all users of libnm-glib. Note that there is no LIBNMA_CFLAGS/LIBNM_GTK_CFLAGS. There is only LIBNM_CFLAGS/LIBNM_GLIB_CFLAGS. As such, these variables determine the libnm/libnm-glib flags project-wide, not per user of the library. Fixes: a0d4d15ed22fff2ed856ca6291812e96374afc94 https://mail.gnome.org/archives/networkmanager-list/2016-January/msg00021.html
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Updated Lithuanian translationAurimas Černius2016-01-241-235/+248
|
* libnm-gtk/tests: fix test failure in test-mobile-providers.c for non C localeThomas Haller2016-01-242-1/+6
| | | | | | | | Test failed with different locale: LANG=de_DE.UTF-8 make check https://bugzilla.gnome.org/show_bug.cgi?id=760966
* 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
* c-e: fix vlan page to disallow reserved vlan-id 4095Thomas Haller2016-01-221-1/+1
| | | | Valid vlan ids range from 0 to 4094. 4095 is reserved.
* Updated German translationMario Blättermann2016-01-211-1126/+1169
|
* c-e: XML escape connection id in GTK connection listThomas Haller2016-01-201-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760866
* 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.
* release: NEWS style fixesLubomir Rintel2016-01-191-12/+14
|
* release: bump version to 1.1.90 (1.2-beta1)1.2-beta1Lubomir Rintel2016-01-191-1/+1
|
* release: update NEWSLubomir Rintel2016-01-191-0/+39
|
* Updated Turkish translationMuhammet Kara2016-01-091-123/+115
|
* Updated Turkish translationNecdet Yücel2016-01-091-1628/+1802
|
* Updated Icelandic translationSveinn í Felli2016-01-081-44/+44
|
* Updated Icelandic translationSveinn í Felli2016-01-081-5/+4
| | | | (cherry picked from commit 9718f7b3c0024dc238f29e733bd0d72f4663656d)
* Updated Icelandic translationSveinn í Felli2016-01-081-1089/+1057
| | | | (cherry picked from commit b2254cced000ea618382c3bf578198c5b123f3a8)
* Updated Serbian translationМирослав Николић2016-01-052-2174/+3870
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-01-041-210/+231
|
* Updated Czech translationMarek Černocký2015-12-221-482/+705
|
* Updated Polish translationPiotr Drąg2015-12-211-17/+22
|
* 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
* editor: populate available Bluetooth devices in Bluetooth page (rh #1271581)Jiří Klimeš2015-12-217-28/+67
|
* Updated Portuguese translationPedro Albuquerque2015-12-191-18/+24
|
* Updated Polish translationPiotr Drąg2015-12-181-35/+39
|
* Updated Italian translationMilo Casagrande2015-12-171-36/+40
|
* editor: do not try to set MAC into the entry if it is NULLJiří Klimeš2015-12-151-2/+5
| | | | (nm-connection-editor:27026): Gtk-CRITICAL **: gtk_entry_set_text: assertion 'text != NULL' failed
* editor: fix mnemonic key clashes on VLAN pageJiří Klimeš2015-12-151-2/+2
|
* editor: add MVRP flag to VLAN editor pageJiří Klimeš2015-12-152-1/+21
| | | | | It has been added to daemon by http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=689de5c94ad64a6461fbc24823a9bf31aa9e8442
* Updated Czech translationZdeněk Hataš2015-12-081-8/+8
|
* Updated Czech translationZdeněk Hataš2015-12-081-1004/+850
|
* Updated Spanish translationDaniel Mustieles2015-12-071-4067/+4437
|