Commit Graph
1149 Commits
Author SHA1 Message Date
Roman Makarov 2727958ca8 feat: add fan speed value on OC page (#848)
* add fan speed on OC page

* oc-page: hide fan-speed when there is value

* thermals-page: hide fan-speed when there is value

* Revert "thermals-page: hide fan-speed when there is value"

This reverts commit 8a4d7ba2a6.

* switch from append to append_child and move visibility check
2026-01-08 20:31:23 +02:00
Ilya Zlobintsev fc2662f217 doc: update funding links 2026-01-08 15:39:51 +02:00
Roman Makarov 582ba12cd5 fix: replace removed checkmark icon in vulkan info (#849)
Hi,
I wanted to tinker a bit with UI and noticed that the icon looks weird. Apparently it was removed.
https://bugzilla.redhat.com/show_bug.cgi?id=2351354
2026-01-07 22:58:04 +02:00
Ilya Zlobintsev 804b24b471 feat: support unattended setup for flatpak (#835)
* feat: support unattended setup for flatpak

* fix: typo

* chore: add doc
2026-01-05 10:01:19 +02:00
Ilya Zlobintsev fc9203040a chore: add r7 240 (oland) test data 2026-01-04 14:58:22 +02:00
Ilya Zlobintsev 76b51786c9 chore: avoid re-fetching gpu metrics for target_gfxclk 2025-12-31 15:05:34 +02:00
Ilya Zlobintsev be4e4fa09b chore: don't show decimal places for power cap 2025-12-31 14:20:51 +02:00
Ilya Zlobintsev 68cde3fea6 feat: remember selected ui tab between restarts (#842) 2025-12-31 14:19:05 +02:00
Ilya Zlobintsev 0af938ce17 chore: don't show power cap in stats when it is not available 2025-12-31 11:19:12 +02:00
Ilya Zlobintsev 69c0ff4277 chore: hide fan control oc requirement message when there are no fans 2025-12-31 11:17:19 +02:00
Ilya Zlobintsev 6a68dfb8ff fix: properly clean up gamemode listener busctl processes (#840) 2025-12-30 23:14:56 +02:00
Ilya Zlobintsev 9e2d521f49 fix: set single-line mode on process name in process monitor (#839) 2025-12-28 18:14:48 +02:00
Ilya Zlobintsev ce030b6c9c chore: bump dependencies 2025-12-26 12:42:25 +02:00
Ilya Zlobintsev 54b9f20404 chore: remove old symlink 2025-12-25 17:06:37 +02:00
Ilya Zlobintsev 6c3bbdaccc feat: fetch OpenCL info through clinfo, show multiple OpenCL platforms (#836)
* feat: fetch OpenCL info through clinfo cli

* feat: support multiple OpenCL platforms in GUI

* chore: update OpenCL dependencies

* chore: update flatpak sources

* feat: add clinfo to debug snapshot

* fix: add epel repo to rhel builds

* chore: match all devices in fallback path

* feat: add clinfo to flatpak

* fix: flatpak clinfo build
2025-12-25 14:06:02 +02:00
Ilya Zlobintsev e4b747b3f0 fix: filter out bogus extra clockspeed values, add phoenix test data 2025-12-24 19:15:02 +02:00
Ilya Zlobintsev 54e35d61f4 chore: exclude hostname from service logs in debug snapshots 2025-12-24 19:05:22 +02:00
Ilya Zlobintsev dcb65b7c1a chore: make test output less spammy 2025-12-23 15:32:50 +02:00
Ilya Zlobintsev 3222deea56 feat: add readings for extra power sensors (#833)
* feat: add readings for extra power sensors

* chore: add strix point snapshot

* chore: drop buggy socket power measurement
2025-12-23 15:28:22 +02:00
Ilya Zlobintsev bcbd000d9c fix: show units in bar size 2025-12-21 21:48:24 +02:00
Ilya Zlobintsev d2e46ee01a chore: bump vulkan schema 2025-12-20 18:20:28 +02:00
Ilya Zlobintsev 37be487579 fix: re-update download-artifact action version, ignore invalid
artifacts

This reverts commit b81d67568f.
2025-12-20 15:36:48 +02:00
Ilya Zlobintsev b81d67568f fix: revert download-artifact action version 2025-12-20 15:18:58 +02:00
Ilya Zlobintsev 83d99761a4 chore: add documentation for docker image 2025-12-20 13:26:09 +02:00
Ilya Zlobintsev 2f3a2ab729 fix: use correct registry for docker 2025-12-20 13:00:27 +02:00
Ilya Zlobintsev ddb35d33a3 fix: workflow typo 2025-12-20 12:53:56 +02:00
Ilya Zlobintsev 30395aa7b0 pkg: docker action update 2025-12-20 12:52:32 +02:00
Ilya Zlobintsev 32b9d1665d feat: correctly handle fractional scaling in historical graphs (#829) 2025-12-20 12:25:40 +02:00
Ilya Zlobintsev c2c9ecc6aa feat: add docker image (#794)
* feat: add docker image

* fix: indentation

* fix: action version

* fix: tag format

* chore: unify layer

* feat: use metadata action

* fix: set path to dockerfile
2025-12-20 12:25:21 +02:00
Ilya Zlobintsev ccec3668a4 feat: allow moving fan curve ponts by dragging outside the curve area (#825) 2025-12-19 18:56:52 +02:00
Ilya Zlobintsev 7e786019f7 pkg: enable fedora 43 build, update RPM signing (#816)
* feat: revert to pkger signing, enable signing for all rpms

* feat: re-enable fedora 43

* chore: try fix

* fix: only sign rhel 9
2025-12-18 12:59:19 +02:00
Ilya Zlobintsev 72ad98033e pkg: update flatpak runtime to 49 (#820) 2025-12-17 21:54:22 +02:00
SWZ128 3ff49de0f3 perf: fix excessive cubic spline interpolation density (#818)
* fix: fix excessive cubic spline interpolation density

- Replace 1ms high-frequency interpolation with fixed 4 points per spline segment
- Addresses excessive rendering density (500 points per 500ms data segment)
- Maintains visual quality while significantly improving performance
- Subjectively improves line smoothness in visual tests

* chore: add comment for spline evaluation in render thread
2025-12-17 15:54:55 +02:00
Ilya Zlobintsev 5b381fce03 chore: disable fedora 43 build for now 2025-12-11 21:57:47 +02:00
Ilya Zlobintsev 54c1cb425b fix: add missing file 2025-12-11 19:47:43 +02:00
Ilya Zlobintsev df4cd43b65 feat: update fedora versions for builds 2025-12-11 19:46:18 +02:00
Ilya Zlobintsev 522826abcb fix: skin sensor scale 2025-12-11 19:44:12 +02:00
4738531893 chore: translated using Weblate (Hebrew)
Currently translated at 45.3% (83 of 183 strings)

chore: translated using Weblate (Hebrew)

Currently translated at 45.3% (83 of 183 strings)

chore: added translation using Weblate (Hebrew)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/he/
Translation: LACT/lact-gui
2025-12-06 10:41:12 +02:00
01380a6387 chore: translated using Weblate (Spanish)
Currently translated at 100.0% (183 of 183 strings)

chore: translated using Weblate (Spanish)

Currently translated at 97.2% (178 of 183 strings)

chore: translated using Weblate (Spanish)

Currently translated at 97.2% (178 of 183 strings)

chore: translated using Weblate (Spanish)

Currently translated at 54.6% (100 of 183 strings)

chore: added translation using Weblate (Spanish)

Co-authored-by: Fco. Javier F. Serrador <fserrador@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Luciano Garcia <xzargothrax@gmail.com>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/es/
Translation: LACT/lact-gui
2025-12-06 10:41:12 +02:00
Hosted WeblateandYaron Shahrabani c376081cd8 chore: translated using Weblate (Hebrew)
Currently translated at 91.3% (21 of 23 strings)

chore: added translation using Weblate (Hebrew)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-schema/he/
Translation: LACT/lact-schema
2025-12-06 10:40:43 +02:00
56e4c17d46 chore: translated using Weblate (Spanish)
Currently translated at 100.0% (23 of 23 strings)

chore: translated using Weblate (Spanish)

Currently translated at 100.0% (23 of 23 strings)

chore: translated using Weblate (Spanish)

Currently translated at 4.3% (1 of 23 strings)

chore: added translation using Weblate (Spanish)

Co-authored-by: Fco. Javier F. Serrador <fserrador@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Luciano Garcia <xzargothrax@gmail.com>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-schema/es/
Translation: LACT/lact-schema
2025-12-06 10:40:43 +02:00
Ilya Zlobintsev 67c781ed0f fix: avoid applying custom zero rpm setting when using static fan control (#810) 2025-12-06 10:13:25 +02:00
Ilya Zlobintsev c0b91108db chore: bump flatpak dependencies 2025-11-30 10:23:01 +02:00
github-actions[bot]github-actions[bot] <github-actions[bot]@users.noreply.github.com>Ilya Zlobintsev
639c77b8f2 chore: Update spec files for release v0.8.3 (#803)
* chore: Update spec files for release v0.8.3

* chore: fix opencl dep

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ilya Zlobintsev <ilya.zl@protonmail.com>
2025-11-20 22:50:26 +02:00
ec08d8e2ce chore: translated using Weblate (Russian)
Currently translated at 100.0% (183 of 183 strings)

chore: translated using Weblate (Russian)

Currently translated at 99.4% (182 of 183 strings)

chore: translated using Weblate (Russian)

Currently translated at 99.4% (182 of 183 strings)

chore: translated using Weblate (Russian)

Currently translated at 91.8% (168 of 183 strings)

Co-authored-by: First Last <epicbattleoff@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/ru/
Translation: LACT/lact-gui
v0.8.3
2025-11-20 22:17:15 +02:00
c72a2f71c0 chore: translated using Weblate (Italian)
Currently translated at 100.0% (183 of 183 strings)

chore: translated using Weblate (Italian)

Currently translated at 100.0% (183 of 183 strings)

Co-authored-by: Salvatore Cocuzza <info@salvatorecocuzza.it>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/it/
Translation: LACT/lact-gui
2025-11-20 22:17:15 +02:00
0fb108f80d chore: translated using Weblate (Finnish)
Currently translated at 100.0% (183 of 183 strings)

chore: translated using Weblate (Finnish)

Currently translated at 99.4% (182 of 183 strings)

Co-authored-by: Jan Kuparinen <copper_fin@hotmail.com>
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/fi/
Translation: LACT/lact-gui
2025-11-20 22:17:15 +02:00
7b21d28ae4 chore: translated using Weblate (German)
Currently translated at 83.0% (152 of 183 strings)

Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/de/
Translation: LACT/lact-gui
2025-11-20 22:17:15 +02:00
Ilya Zlobintsev 4a673a0621 chore: update metainfo 2025-11-20 22:13:58 +02:00
Ilya Zlobintsev 56d789e304 fix: set correct poll interval by default, enforce minimum value (#802) 2025-11-20 22:08:48 +02:00