| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 5 days | netspeed: avoid glibtop warnings for non-existent network devicesnetspeed-missing-device-warnings | Victor Kareh | 1 | -0/+15 | |
| When a network interface is disabled at the kernel level, the applet tries to read from a device that no longer exist, generating continuous warning messages in syslog. Check if the device exists before calling glibtop_get_netload in both is_dummy_device and get_device_info. When the device doesn't exist, get_device_info returns a non-running device info, allowing the existing auto-change logic to find an active device. Fixes #688 | |||||
| 2024-02-21 | tx: sync with transifex | raveit65 | 8 | -9/+1224 | |
| 2023-08-23 | tx: pull with transifex | raveit65 | 115 | -157/+863 | |
| 2023-07-17 | Allow building all applets in or out of process | lukefromdc | 5 | -51/+94 | |
| *Use --enable-in-process selector for in-process builds *Accessx-status: mark as incompatable with wayland *Accessx-status: Fix in-process runtime warning *Stickynote, Geyes: style fixes | |||||
| 2023-07-17 | netspeed: port to in-process for wayland | lukefromdc | 5 | -58/+44 | |
| *Also switch to automatic signal handling/disconnection *Otherwise this applet when in-process will segfault on removal | |||||
| 2022-11-09 | tx: sync with transifex | mbkma | 114 | -335/+597 | |
| 2022-08-08 | Use dashes instead of underscores in signal names | rbuj | 1 | -5/+5 | |
| 2021-12-13 | netspeed/src/backend.c: Typo fix. | Mike Gabriel | 1 | -3/+3 | |
| 2021-11-21 | Use a blank line at most | rbuj | 2 | -3/+0 | |
| 2021-10-26 | Mate Netspeed applet: make dialog accessible. | Valentin Villenave | 1 | -1/+19 | |
| This enables better keyboard navigation and labelling, for screen readers such as Orca. | |||||
| 2021-10-26 | Mate Netspeed applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -0/+9 | |
| 2021-08-07 | tx: sync with transifex | raveit65 | 114 | -452/+858 | |
| 2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
| 2021-01-28 | netspeed: sort available devices | rbuj | 1 | -0/+1 | |
| 2021-01-28 | netspeed: drop free_devices_list | rbuj | 4 | -12/+3 | |
| 2021-01-28 | netspeed-preferences: move device list to class properties | rbuj | 1 | -22/+12 | |
| 2021-01-21 | netspeed: Remove -Wunused-variable warning | rbuj | 1 | -1/+0 | |
| 2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
| 2021-01-12 | netspeed: Show all IPv4 and IPv6 addresses in tooltip. | treysis | 3 | -55/+74 | |
| Fixes #557 | |||||
| 2021-01-09 | netspeed: g_settings_get_string always returns a newly-allocated string | rbuj | 1 | -28/+26 | |
| 2021-01-07 | tx: sync with transifex | raveit65 | 2 | -6/+13 | |
| 2021-01-06 | netspeed: avoid a NULL pointer dereference | rbuj | 1 | -1/+1 | |
| 2021-01-06 | netspeed: allow to select an interface which is down | rbuj | 1 | -4/+7 | |
| 2021-01-06 | netspeed-preferences: disconnect a signal handler on finalize | rbuj | 1 | -6/+10 | |
| 2021-01-04 | netspeed: fix typo | rbuj | 1 | -2/+2 | |
| 2021-01-03 | netspeed: Add NetspeedPreferences class | rbuj | 6 | -221/+458 | |
| 2020-12-25 | netspeed: connect the widget signal handlers on class_init | rbuj | 1 | -44/+41 | |
| 2020-12-25 | netspeed: refactor variable names | rbuj | 1 | -542/+525 | |
| 2020-12-25 | netspeed: NetspeedApplet subclass of MatePanelApplet | rbuj | 4 | -95/+134 | |
| 2020-12-22 | netspeed: fix line indent | rbuj | 1 | -5/+5 | |
| 2020-12-22 | netspeed: Fix display of IP if no IPv4 is configured | treysis | 1 | -1/+1 | |
| 2020-12-22 | netspeed: improve display of IPv6 addresses in device details. | treysis | 2 | -45/+45 | |
| 2020-12-19 | netspeed: show all ipv6 addrs in device details dialog | rbuj | 4 | -86/+203 | |
| 2020-12-18 | netspeed: show all IP addresses on tooltip if enabled | rbuj | 3 | -77/+142 | |
| 2020-12-16 | netspeed: code style | raveit65 | 5 | -4240/+4283 | |
| 2020-12-13 | tx:sync with transifex | raveit65 | 13 | -42/+169 | |
| 2020-12-13 | netspeed: show ipv6 address in tooltip if ipv4 address is not used | rbuj | 1 | -3/+9 | |
| 2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -4/+0 | |
| 2020-08-11 | tx: sync with transifex | raveit65 | 13 | -58/+200 | |
| 2020-08-11 | Remove -Wtype-limits warnings | rbuj | 1 | -1/+1 | |
| 2020-08-11 | netspeed: Simplify icons/Makefile.am | rbuj | 19 | -190/+26 | |
| 2020-08-11 | netspeed: Load netspeed-menu.xml from resources | rbuj | 4 | -12/+11 | |
| 2020-08-11 | netspeed: move ui files to data folder | rbuj | 5 | -15/+11 | |
| 2020-07-29 | netspeed: remove warning about g_object_disconnect on remove it from panel | rbuj | 1 | -133/+143 | |
| 2020-07-29 | Netspeed kernel warning (#510) | Robert Antoni Buj Gelonch | 2 | -7/+5 | |
| * netspeed: Fix attribute type 6 has an invalid length warning - and fix a typo | |||||
| 2020-07-29 | netspeed: Add netspeed-details.ui | rbuj | 6 | -608/+1256 | |
| 2020-07-28 | netspeed: fix memory leaks on backend | rbuj | 3 | -194/+182 | |
| 2020-07-19 | netspeed: Use a macro for setting refresh time value | rbuj | 1 | -10/+8 | |
| 2020-07-19 | netspeed: Use IEC units for transfer rates | rbuj | 3 | -91/+31 | |
| 2020-07-19 | netspeed: add netlink support | rbuj | 6 | -103/+7317 | |
