summaryrefslogtreecommitdiff
path: root/netspeed
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29netspeed: remove warning about g_object_disconnect on remove it from panelrbuj1-133/+143
2020-07-29Netspeed kernel warning (#510)Robert Antoni Buj Gelonch2-7/+5
* netspeed: Fix attribute type 6 has an invalid length warning - and fix a typo
2020-07-29netspeed: Add netspeed-details.uirbuj6-608/+1256
2020-07-28netspeed: fix memory leaks on backendrbuj3-194/+182
2020-07-19netspeed: Use a macro for setting refresh time valuerbuj1-10/+8
2020-07-19netspeed: Use IEC units for transfer ratesrbuj3-91/+31
2020-07-19netspeed: add netlink supportrbuj6-103/+7317
2020-06-25sync with transifexraveit65114-126/+307
2020-06-17netspeed: Add netspeed-preferences.uirbuj4-131/+327
2020-05-21build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBSrbuj1-2/+1
2020-04-25Remove unused-function warningsrbuj1-10/+0
2020-04-16Remove unused-variable warningsrbuj1-2/+0
2020-04-08build: Use WARN_CFLAGS variablerbuj1-4/+9
2020-03-04netspeed: don't define MATELOCALEDIRmonsta1-1/+0
it's already defined in configure.ac for all applets
2020-03-02tx: pull with fixed translations of pt and pt_BRraveit651-7/+13
2020-02-10tx: sync with transifexraveit652-6/+6
2020-01-21tx: sync with transifexraveit65114-8596/+8753
2020-01-10Update copyright to 2020raveit652-5/+6
2020-01-09migrate from intltools to gettextWu Xiaotian2-11/+13
2019-09-13netspeed: remove -Wunused-but-set-variable warningrbuj1-7/+0
netspeed.c:477:15: warning: variable ‘state’ set but not used [-Wunused-but-set-variable] 477 | GtkStateType state; | ^~~~~ netspeed.c:476:15: warning: variable ‘ra’ set but not used [-Wunused-but-set-variable] 476 | GdkRectangle ra; | ^~
2019-06-16tx: sync with transifexraveit65114-17337/+16513
2019-04-14Use g_list_free_full() convenience functionrbuj1-2/+1
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
2019-03-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-2/+1
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-3/+4
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-03-17tx: sync with transifexrbuj9-22/+39
2019-02-25tx: sync with transifexraveit65113-390/+365
2019-02-11Issues reported by translatorsrbuj1-1/+1
2019-01-27tx: sync with transifexraveit6513-75/+254
2018-12-08Support git.mk to generate .gitignoreWu Xiaotian22-0/+44
2018-11-17sync with transifexraveit65113-1279/+71147
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-06Netspeed Manual: clean uprbuj6-1280/+3
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj1-6/+28
2018-10-02Add/Update Catalan screenshotsrbuj2-0/+0
2018-09-28Fix spelling and grammar mistakesrbuj1-2/+2
2018-09-28legal.xmlrbuj1-3/+3
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh16-108/+160
This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now.
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-38/+66
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-02-09avoid deprecated GtkStockPablo Barciela1-8/+8
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-42/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05netspeed: update copyright yearmonsta1-1/+1
2017-08-05netspeed: don't use deprecated gtk_show_uriraveit651-0/+9
2016-12-06netspeed: fix couple of typos in schemamonsta1-2/+2
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-164/+23
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-22fix some indent and a couple of typosmonsta1-28/+28
2016-08-31GTK+-3 netspeed: port GtkTable to GtkGridraveit651-0/+42
2016-08-01GTK+-3 netspeed: write valid rgb color values to gsettingsraveit651-13/+28
Previous commit writes garbage to gsettings, in result no graphs are displayed with a new start of the applet. Now we have rgb values in gsettings values.