63 Commits

Author SHA1 Message Date
Raymundo Cassani
628d16d6a5 system-monitor-graph@rcassani: Reduce UI stutter (#1570)
* Different way to initialize subprocess to remove UI freeze

* Update translations: `.pot` and Spanish translation

* Resolves #1546
2025-08-27 21:54:22 -04:00
Dragone2
d50c250a1d Adds/updates Italian translations (#1566) 2025-08-26 14:25:08 -04:00
qadzek
f2475d44fb system-monitor-graph@rcassani: Update Dutch translation (#1560) 2025-08-25 10:27:17 -04:00
Marcos Sánchez
de4c51f538 system-monitor-graph@rcassani: Update es.po (#1540)
* Update Spanish translation
2025-08-04 19:06:41 -04:00
bossbob88
9a5b48d103 Hungarian translation update for Cinnamon Desklets (#1539) 2025-08-04 08:56:20 -04:00
Georg Sieber
ca1ad64410 system-monitor-graph@rcassani: Add option to display network speed in bits and align labels (#1531) 2025-08-01 22:20:40 -04:00
Marcos Sánchez
edeac46bfb system-monitor-graph@rcassani: Update es.po (#1520)
* Update Spanish translation
2025-07-05 18:26:52 -04:00
Brett Fox
4ffb49f19f system-monitor-graph@rcassani: Add Network Monitoring Support (#1511) 2025-07-05 08:43:05 -04:00
Zola
e5c7547814 system-monitor-graph@rcassani: Add error handling for amdgpu (#1407)
* This commit adds error checking to prevent desklet or Cinnamon crashes
    when any of the used files are absent from the system, most often
    because the system doesn't have a gpu from AMD.

    It also switches amdgpu functions to use async function calls for
    file reading, like the rest of the desklet.

---------

Co-authored-by: rcassani <raymundo.cassani@gmail.com>
2025-02-20 16:30:27 -05:00
Raymundo Cassani
6bf74d5969 system-monitor-graph@rcassani: Bugfix: switch structures in JavaScript are fall-through (#1399)
* https://www.freecodecamp.org/news/fall-through-in-javascript-switch-statements/
2025-02-09 16:08:41 -05:00
Zola
1ca999d361 system-monitor-graph@rcassani: Add support for amdgpu and bump version (#1394)
* This commit adds support for showing GPU and VRAM usage on GPUs
  which make use of the amdgpu driver.

  It should be noted that GPU usage can be somewhat inaccurate
  because of the low sampling frequency.
2025-02-08 15:20:12 -05:00
MahtiAnkka
1e3bf67a13 Finnish language package (#1309)
* Finnish translation

* Finnish translation

* Finnish translation

* Finnish translation

* Finnish translation

* Finnish translation
2024-11-09 14:08:33 +01:00
Rick Calixte
ab49d244d3 Remove unnecessary permissions (#1216)
Ref: linuxmint/cinnamon#12174
2024-06-30 23:01:46 -04:00
Raymundo Cassani
794191e563 system-monitor-graph@rcassani: Reorder setting label's text, style and position (#1207)
* Fixes #1100
2024-06-24 16:21:56 -04:00
qadzek
a7c8704482 system-monitor-graph@rcassani: Add Dutch translation (#1132) 2024-04-19 08:39:16 -04:00
bossbob88
4ba45b2d34 Updated Hungarian translation for all Cinnamon Spices Desklets (#1020) 2023-12-13 07:27:08 -05:00
Dragone2
73553a8746 Adds/Updates Italian translations for various desklets (#1018) 2023-12-12 13:11:15 -05:00
Alan01
f8de849a13 system-monitor-graph@rcassani: Update Danish translation (#1011) 2023-12-08 06:10:06 -05:00
BLOGDRON
03dc40fdb3 system-monitor-graph@rcassani: Add Russian translation (#986) 2023-12-07 09:38:00 -05:00
Georg Sieber
ca6a10f55c system-monitor-graph@rcassani: add missing translations (#947) 2023-11-05 12:43:36 -05:00
Georg Sieber
ffa89bedca system-monitor-graph@rcassani: Fix Stuttering (#938)
* read files directly without using 'cat'/'head' to improve performance and use communicate_utf8_async for async command execution

* bump version
2023-10-26 13:59:04 -04:00
Rick Calixte
16defd7701 system-monitor-graph@rcassani: Remove unsafe calls and desklet warning (#914)
Attempts to resolve #913
2023-09-03 16:51:30 -04:00
Andrei Miculita
b2910cee12 Add Romanian translations (#906)
---------

Co-authored-by: Rick Calixte <10281587+rcalixte@users.noreply.github.com>
2023-08-07 22:35:12 -04:00
Dan
8edf6f934b system-monitor-graph@rcassani: ca.po and es.po translations (#892) 2023-08-04 17:07:17 -04:00
rcassani
5b624934b5 Remove GB from "GB free of" in all translations 2022-12-23 18:22:49 -05:00
rcassani
5697cf0434 Add option to select binary (IEC) or decimal prefixes for data size 2022-12-23 18:20:01 -05:00
Alan01
e85d6e2cab system-monitor-graph@rcassani: create da.po 2022-10-24 19:01:41 +02:00
rcassani
18ae88601b Bugfix: HDD: Update default location to **File System** in filechooser 2022-08-20 12:55:10 -04:00
rcassani
27bcd58c11 Bugfix: HDD: Force string for filesystem label 2022-08-20 12:53:53 -04:00
Simon Brown
c19f44b4a9 Merge pull request #776 from rcassani/wait-asynch
system-monitor-graph@rcassani - Use asynchronous wait when taking measurements
2022-08-20 09:42:53 +01:00
Simon Brown
96acdbfb5a Merge pull request #770 from Dragone2/master
[All supported desklets] Updates to Italian translation
2022-08-20 09:39:03 +01:00
rcassani
ae9d092953 Minor code cleanup 2022-06-11 17:02:18 -04:00
rcassani
e3cfd55602 Use wait_async for get_hdd_values 2022-06-11 16:47:13 -04:00
rcassani
8bca29b783 Use wait_async for get_swap_values 2022-06-11 16:21:55 -04:00
rcassani
ff0b99aff6 Use wait_async for get_ram_values 2022-06-11 16:21:46 -04:00
rcassani
e4e7eb9c81 Use wait_async for get_cpu_use 2022-06-11 16:19:45 -04:00
rcassani
d65250d7e6 Use wait_async for get_nvidia_gpu_mem 2022-06-11 16:19:35 -04:00
rcassani
36df869c64 Use wait_async for get_nvidia_gpu_use 2022-06-11 15:22:51 -04:00
Kálmán „KAMI” Szalai
ae6fabe152 Updated Hungarian translation of system-monitor-graph desklet 2022-06-04 15:33:58 +02:00
Dragone2
fd3db020f9 Updates Italian translations 2022-06-03 13:18:42 +02:00
Georg Sieber
059839525a fix graph if value is NaN (e.g. if GPU is selected but no NVIDIA card detected) 2022-04-19 14:47:13 +02:00
Georg Sieber
52f5c61f16 small fix for blurry text (occurs if the calculated position is not an integer) 2022-04-19 14:36:41 +02:00
rcassani
119004ba4c Solve: bottom alignment of the text elements 2022-04-18 15:34:19 -04:00
Georg Sieber
510bd3d98c change default color 2022-04-18 20:58:37 +02:00
Georg Sieber
bedc67944d bump version & update README 2022-04-18 19:42:40 +02:00
Georg Sieber
59f9bb04d9 fix text on HiDPI displays, closes #762 2022-04-18 11:27:45 +02:00
Georg Sieber
7425e551b7 fix typo 2022-04-17 23:34:50 +02:00
Georg Sieber
381e652959 add swap option 2022-04-17 23:29:23 +02:00
Georg Sieber
9f269c1cf6 add german translation 2022-04-17 18:17:29 +02:00
Kálmán „KAMI” Szalai
7088ab6a58 Add Hungarian translation of system-monitor-graph desklet 2021-12-06 10:45:56 +01:00