summaryrefslogtreecommitdiff
path: root/netspeed/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-12netspeed: Show all IPv4 and IPv6 addresses in tooltip.treysis3-55/+74
2021-01-09netspeed: g_settings_get_string always returns a newly-allocated stringrbuj1-28/+26
2021-01-06netspeed: avoid a NULL pointer dereferencerbuj1-1/+1
2021-01-06netspeed: allow to select an interface which is downrbuj1-4/+7
2021-01-06netspeed-preferences: disconnect a signal handler on finalizerbuj1-6/+10
2021-01-04netspeed: fix typorbuj1-2/+2
2021-01-03netspeed: Add NetspeedPreferences classrbuj5-212/+455
2020-12-25netspeed: connect the widget signal handlers on class_initrbuj1-44/+41
2020-12-25netspeed: refactor variable namesrbuj1-542/+525
2020-12-25netspeed: NetspeedApplet subclass of MatePanelAppletrbuj3-91/+130
2020-12-22netspeed: fix line indentrbuj1-5/+5
2020-12-22netspeed: Fix display of IP if no IPv4 is configuredtreysis1-1/+1
2020-12-22netspeed: improve display of IPv6 addresses in device details.treysis1-2/+2
2020-12-19netspeed: show all ipv6 addrs in device details dialogrbuj3-5/+123
2020-12-18netspeed: show all IP addresses on tooltip if enabledrbuj1-19/+65
2020-12-16netspeed: code styleraveit655-4240/+4283
2020-12-13netspeed: show ipv6 address in tooltip if ipv4 address is not usedrbuj1-3/+9
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-4/+0
2020-08-11Remove -Wtype-limits warningsrbuj1-1/+1
2020-08-11netspeed: Load netspeed-menu.xml from resourcesrbuj2-8/+9
2020-08-11netspeed: move ui files to data folderrbuj4-953/+4
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
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 ratesrbuj2-86/+31
2020-07-19netspeed: add netlink supportrbuj6-103/+7317
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
2020-01-10Update copyright to 2020raveit651-1/+1
2019-09-13netspeed: remove -Wunused-but-set-variable warningrbuj1-7/+0
2019-04-14Use g_list_free_full() convenience functionrbuj1-2/+1
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-3/+4
2018-12-08Support git.mk to generate .gitignoreWu Xiaotian1-0/+2
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh1-101/+111
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-38/+66
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-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-164/+23
2016-11-22fix some indent and a couple of typosmonsta1-28/+28
2016-08-31GTK+-3 netspeed: port GtkTable to GtkGridraveit651-0/+42