Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-07 | release to 1.26.0v1.26.0 | raveit65 | 2 | -33/+37 | |
2021-08-07 | tx: sync with transifex | raveit65 | 1443 | -67703/+76660 | |
2021-08-07 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-20 | tx: update resource | raveit65 | 1 | -164/+164 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-23 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-04 | build: underline package name and version in configure summary | rbuj | 1 | -1/+4 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -2/+3 | |
2021-01-28 | charpick: Fix memory leak | rbuj | 2 | -27/+20 | |
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-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 22 | -222/+278 | |
2021-01-21 | netspeed: Remove -Wunused-variable warning | rbuj | 1 | -1/+0 | |
2021-01-17 | cpufreq: fix cpufreq-selector-sysfs duplicate definitions | Harald van Dijk | 1 | -1/+0 | |
Commit 4cb6f915 added cpufreq-selector-sysfs.[ch] to mate_cpufreq_selector_SOURCES for the !HAVE_LIBCPUFREQ case, but left them unconditionally included as well. Including them twice leads to duplicate definitions for the symbols defined by them. | |||||
2021-01-17 | multiload: fix netspeed_add signature | Harald van Dijk | 1 | -1/+1 | |
Commit c85a5cf5 changed the definition to use guint64 rather than gulong, but did not update the declaration in netspeed.h to match. | |||||
2021-01-16 | update resource for transifex | rbuj | 12 | -126/+113 | |
2021-01-16 | Update copyright to 2021 | rbuj | 24 | -24/+24 | |
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 | trashapplet: boilerplate final class | rbuj | 1 | -6/+6 | |
2021-01-07 | Don't leave any round bracket at line end | rbuj | 7 | -38/+41 | |
2021-01-07 | release 1.25.3v1.25.3 | raveit65 | 2 | -2/+38 | |
2021-01-07 | tx: sync with transifex | raveit65 | 149 | -69363/+70992 | |
2021-01-07 | tx: update resource | raveit65 | 1 | -368/+426 | |
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 | multiload: fix typo reported by translator | rbuj | 1 | -1/+1 | |
2021-01-04 | netspeed: fix typo | rbuj | 1 | -2/+2 | |
2021-01-03 | netspeed: Add NetspeedPreferences class | rbuj | 6 | -221/+458 | |
2021-01-01 | mateweather: Remove conversion warnings | rbuj | 3 | -34/+44 | |
2020-12-31 | geyes: Remove conversion warnings | rbuj | 3 | -43/+40 | |
2020-12-31 | trashapplet: Upgrade trashapplet-empty-progress.ui | rbuj | 1 | -50/+77 | |
2020-12-27 | stickynotes: improve code-style | raveit65 | 10 | -2064/+2380 | |
- tabs to spaces - shortened lines - unnecessary casts on functions which accept a gpointer like g_signal_connect | |||||
2020-12-25 | multiload: Add properties.ui | rbuj | 6 | -613/+1952 | |
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 | 6 | -99/+146 | |
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-17 | mateweather: Do not update panel when upgrade process begins | rbuj | 1 | -44/+40 | |
2020-12-17 | mateweather: Avoid NULL pointer dereferences if there is no weather info | rbuj | 1 | -21/+22 | |
2020-12-17 | mateweather: set values before connecting signals on preferences dialog | rbuj | 1 | -72/+94 | |
To avoid calling th signals handlers on the initialization of the preferences dialog. It also includes some improvements in the code formatting. | |||||
2020-12-17 | multiload: use guint64 as data source for graphs | rbuj | 11 | -229/+240 | |
2020-12-17 | multiload: use bit rate in netload graph | rbuj | 1 | -3/+4 | |
to avoid continuity issue when changing the update interval |