Commit Graph

1197 Commits

Author SHA1 Message Date
notiant c6ca3a663d fix problem with Airplane Mode toggle visibility & add some default values for the Color Scheme settings 2026-04-08 19:52:28 +02:00
loner 9d4fad0b28 refactor(settings): organize CustomButton settings into tabbed layout
Reorganize the CustomButton settings panel from a single scrollable form
into a tabbed interface with three tabs: Actions, Icon, and Text.
2026-04-06 10:36:06 +08:00
loner cfc96dd3e7 feat(bar): add context menu for CustomButton right-click
- Show context menu instead of directly opening settings when no command is set
- Context menu includes widget-settings option
- Matches behavior of other bar widgets
2026-04-06 10:36:03 +08:00
loner b8a7c2f77d fix(settings): resolve barIsVertical property assignment conflict
CustomButtonSettings now calculates barIsVertical from Settings directly
instead of receiving it from parent, avoiding Loader.setSource() conflict.
2026-04-06 10:35:59 +08:00
loner 5c3b3a2185 refactor(bar): remove enableColorization toggle from CustomButton
Colorization now activates automatically when icon or text color is set,
simplifying the UX by removing an extra toggle step.
2026-04-06 10:35:55 +08:00
loner f21e8fb82a feat(ui): add separate icon and text colorization for CustomButton
- Add colorizeSystemText setting for text color (icon only was already supported)
- JSON parse supports iconColor and textColor fields separately
- Legacy "color" field still works for both icon and text
- Enable colorization no longer depends on show icon setting
- Refactor resolveColor helper to eliminate duplicate code
2026-04-06 10:35:52 +08:00
loner 55c7f344b3 fix(ui): improve CustomButton settings visibility logic
- Show icon toggle depends on textCommand input
- Add fallback for valueShowIcon (default true) and valueEnableColorization (default false)
- Reorder settings: Show Icon, Icon, iconPosition, enableColorization, colorizeSystemIcon
2026-04-06 10:35:48 +08:00
loner b6a85d88e7 fix(ui): adapt icon position labels based on bar orientation
- Add barIsVertical property to BarWidgetSettingsDialog
- Pass barIsVertical from NSectionEditor to dialog
- Show Top/Bottom for vertical bar, Left/Right for horizontal bar
- Keep fallback to oppositeDirection when iconPosition not set
- Fix BarPillVertical iconPosition mapping (left=top, right=bottom)
2026-04-06 10:35:45 +08:00
loner 9cc8b36804 feat(bar): add explicit iconPosition control for CustomButton widget
Replace auto-calculated icon position (based on widget bar section) with
user-controlled iconPosition setting ("left" or "right", default "left").
2026-04-06 10:35:20 +08:00
Lysec 876ec4c34f Merge pull request #2380 from notiant/patch-6
MediaPlayerPanel: fix layout issues
2026-04-05 12:39:23 +02:00
notiant f777e539f5 GTK refresh fix 2026-04-05 01:14:51 +02:00
Beat Reichenbach 7aeda7a7f8 fix(settings): escape colorscheme downloadUrl 2026-04-04 11:59:32 -07:00
Lysec f301a57137 feat(location): add toggle to always show Talia weather emojis 2026-04-02 13:47:47 +02:00
Lemmy f4719e598e feat(location): removed the Tokyo default location, improved flow with the new auto-locate. 2026-04-01 18:00:46 -04:00
notiant 6a6844b3aa MediaPlayerPanel: fix layout issues 2026-04-01 22:28:45 +02:00
Lemmy 80cd76b82e feat(location): auto location/weather via IP 2026-03-31 21:08:58 -04:00
Corey Woodworth 900e1f1286 chore: run qmlfmt.sh 2026-03-31 03:36:26 -04:00
Corey Woodworth 0c9d3b83be chore: add modified files again because they were not staged (I don't get git sometimes) 2026-03-31 03:18:49 -04:00
Corey Woodworth 95dfb2ade2 chore(i18n): Add englisht strings for the text toggle 2026-03-31 03:12:22 -04:00
Lysec 90a5dd1cd8 fix(theming): keep system color-scheme in sync on every dark mode change
Issue: #2357
2026-03-31 02:10:12 +02:00
Lysec 00392ff8d2 Merge pull request #2312 from notiant/patch-2
Rework Airplane Mode handling & remove bluetoothctl fallback
2026-03-30 12:06:13 +02:00
Lemmy dfc3bd9535 fix(plugins): fixed desktopWidget settings vs plugin settings 2026-03-29 19:39:56 -04:00
Lysec 3dd46fbd6e Merge pull request #2340 from notiant/patch-4
Apply reduced light mode opacity also to dock, notifications & OSD
2026-03-29 10:34:33 +02:00
Lysec fd7a16d951 fix(settings): avoid unified notification sound handler clobbering per-urgency paths 2026-03-29 10:29:45 +02:00
notiant 39a6671151 apply reduced light mode opacity also to dock, notifications & OSD 2026-03-28 23:11:39 +01:00
Lemmy ba424526b5 feat(settings): in windowed mode, dont stretch to full width 2026-03-28 16:29:22 -04:00
Lemmy 1e068156ad feat(settings): when switching settings panel mode, close and reopen the settings to see the actual change 2026-03-28 16:01:32 -04:00
Spyridon Siarapis f15609b590 chore(TemplatesSubTab): format 2026-03-28 12:11:07 +01:00
Spyridon Siarapis 348ccbf0ed fix(TemplatesSubTab): Fixed a bug which prevented qml format to run correctly 2026-03-28 12:10:29 +01:00
notiant 477810b954 change Airplane Mode visibility conditions 2026-03-26 22:18:16 +01:00
tibssy 3798118461 feat(view): implement smooth wheel scrolling for NListView with global setting 2026-03-26 02:38:30 +00:00
Lemmy 7b35d3724e fix(launcher): fix iconMode default gui settings. fix #2296 2026-03-25 16:30:58 -04:00
Lemmy 8ecd351bfc fix(wallpaper-settings): added missing parameter 2026-03-25 15:56:37 -04:00
Lysec 59fedcac29 fix(ColorScheme): potential fix for GTK/gsettings light-dark getting out of sync 2026-03-25 13:25:31 +01:00
notiant dea0575efa rework Airplane Mode handling & remove bluetoothctl fallback 2026-03-24 21:22:12 +01:00
tibssy 7d4ee04461 feat(bar): add volume control support to bar scroll behavior 2026-03-24 00:37:45 +00:00
Lysec ac52e8e5f3 feat(settings): add toggle to disable system theme sync
Issue: #2279
2026-03-24 00:51:18 +01:00
Lysec b1e9efb3c4 fix(wallpaper): stop overwriting per-monitor folders when toggling multi-monitor dirs 2026-03-23 10:33:33 +01:00
Lemmy 05ef6849d8 feat(wallpaper): add toggle to skip image processing and use original files 2026-03-22 19:33:09 -04:00
notiant a624421047 prevent duplicate scan triggers 2026-03-22 23:10:01 +01:00
Turann_ 849bf16388 feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization
- Use Quickshell.Networking for wifiEnabled
- Improve state synchronization between processes
- Fix race conditions in Wi-Fi scanning
- Ensure proper startup initialization
- Another icon fix xD (4th one)
- Merge deviceStatus with wifiDetails

Co-Authored-By: notiant <notiant@users.noreply.github.com>
2026-03-23 00:48:56 +03:00
Sefa Eyeoglu 0261f73943 fix(btsubtab): fix alpha on ntexts
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-03-21 13:12:46 +01:00
Lemmy 6180d457f2 feat(audioviz): added a settings to control the frequency mirroring. Fix #2239 2026-03-20 21:59:15 -04:00
Lemmy 9966d695cc fix(settings): cleaning remnants of Settings.data.bar.floating 2026-03-20 19:47:14 -04:00
Lemmy 0065d9b53f chore(autofmt): lysec cloned again 2026-03-18 19:16:44 -04:00
Lemmy 7a65416170 fix(about): show noctalia-qs new version string 2026-03-18 19:16:12 -04:00
Lysec bc258254d8 fix(notification-rules): do not allow empty patterns 2026-03-18 21:31:49 +01:00
Lysec 381444bc2c feat(notifications): add notification display rules
- block: skips the notification completely
- mute: does not play sound (played by noctalia), shows popup, adds to
history
- hide: no sound, no popup, still adds to history
2026-03-18 21:24:14 +01:00
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
Lysec e6ca3889c0 fix(Settings): prevent keyboard search from clearing/navigating on second keystroke 2026-03-18 17:08:30 +01:00