Add per-tool settings and gesture customization

This commit is contained in:
ajp_anton
2026-09-05 05:02:34 +00:00
parent d6f30c5735
commit 38142b9499
26 changed files with 1383 additions and 83 deletions
@@ -1,6 +1,6 @@
Name: fedora-tools-settings
Version: 0.1.0
Release: 1%{?dist}
Release: 5%{?dist}
Summary: Plasma System Settings module for Fedora Tools
License: MIT
@@ -14,6 +14,7 @@ BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: kf6-kauth-devel
BuildRequires: kf6-kcmutils-devel
BuildRequires: kf6-kconfig-devel
BuildRequires: kf6-ki18n-devel
BuildRequires: kf6-kirigami-devel
BuildRequires: qt6-qtdeclarative-devel
@@ -58,5 +59,20 @@ install -Dpm 0644 %{SOURCE2} \
%{_datadir}/polkit-1/actions/se.ajpanton.fedoratools.policy
%changelog
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-5
- Fix button contrast and timing-value loading
- Separate touchpad anchor age from its stationary-time setting
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-4
- Improve tool descriptions and configuration help
- Add the minimum hold-tap duration setting
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-3
- Add compact deterministic tool rows and per-tool configuration
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-2
- Show installation progress beside the selected tool
- Add safe per-tool uninstall actions
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-1
- Initial package