Commit Graph

20 Commits

Author SHA1 Message Date
Lysec 9f8bf988f0 fix(ntextinput): use onTextChanged for autosave, onEditingFinished instead of onAccepted
- Switch most settings from onEditingFinished to onTextChanged so
changes save on every keystroke
- Replace onAccepted with onEditingFinished (Enter + blur) for search,
pager, wifi, bluetooth
- Keep onEditingFinished for pager, wallhaven, path inputs, and
validation fields
2026-03-18 17:50:46 +01:00
Thibault Martin 4f106a7627 Populate default settings in widgets 2026-02-28 10:55:56 +01:00
Thibault Martin d92dad5819 Use Color.resolveColorKey when possible 2026-02-21 00:04:06 +01:00
Thibault Martin 188a537704 Use NColorChoice when possible 2026-02-14 15:01:50 +01:00
Lemmy c330b670d8 bar-widgets-settings: added screen property + simplified settings save 2026-02-12 23:04:07 -05:00
Lemmy 4ec02be171 bar: reworked most widgets to support custom icon and text color 2026-02-05 20:03:42 -05:00
Lemmy 3a1dbd4c28 i18n: common.color-select 2026-02-04 13:58:32 -05:00
notiant 15b4401c8a Update ClockSettings.qml 2026-02-04 19:28:27 +01:00
notiant 9ec34579c8 Update ClockSettings.qml 2026-02-04 19:25:29 +01:00
notiant 4f973261da add more colorization options to clock widget 2026-02-04 18:46:37 +01:00
Lysec 3d0ef93b8e Widgets: reactive settings saving 2026-01-27 22:38:55 +01:00
Lemmy c125741e0f clock-settings: dont double scroll 2026-01-25 01:11:22 -05:00
Lemmy 138e5a50af i18n: Large refactor of all translations keys to prepare the move to our new translation web platform. 2026-01-05 23:25:46 -05:00
Ly-sec d895ac4077 ClockSettings: fix warning 2025-12-27 17:18:36 +01:00
Ly-sec 3a98f926f9 Reapply "ClockSettings: add tooltip format option"
This reverts commit 1210f7903e.
2025-12-27 17:16:33 +01:00
Ly-sec 1210f7903e Revert "ClockSettings: add tooltip format option"
This reverts commit ea2954c5ed.
2025-12-27 17:08:51 +01:00
Ly-sec ea2954c5ed ClockSettings: add tooltip format option
Clock: use new tooltip logic
i18n: replace "Clock" with "Calendar" as default
2025-12-27 17:07:29 +01:00
ItsLemmy 3ff5b7639f Switched to qmlformat. 2025-11-16 17:07:03 -05:00
ItsLemmy ef4c773d13 ClockSettings: fix wrong import 2025-11-09 18:38:15 -05:00
ItsLemmy e29c6ee1a6 Refactor: Panels and Bar background are now drawn separately with Shapes. 2025-11-06 10:41:48 -05:00