summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dcontent/bt: settings toggle between2 * r + 2 * t2025-08-041-1/+6
| | | | Make settings button go to first device if already on settings
* dcontent: add audio placeholder2 * r + 2 * t2025-08-033-1/+20
| | | | Also clip panes
* dcontent: impl rest of bt device settings2 * r + 2 * t2025-08-034-9/+328
|
* dcontent: better bt settings2 * r + 2 * t2025-08-033-24/+136
|
* dcontent: anim pane changes2 * r + 2 * t2025-08-032-1/+44
|
* dcontent: fix bt fab menu2 * r + 2 * t2025-08-031-29/+35
| | | | Fix changing state making animation fail
* internal: better shadow2 * r + 2 * t2025-08-036-33/+20
|
* dcontent: impl bt device details2 * r + 2 * t2025-08-034-6/+348
|
* dcontent: add info to bt settings2 * r + 2 * t2025-08-033-6/+88
| | | | Also flickable
* filedialog: fix null error2 * r + 2 * t2025-08-021-1/+1
|
* config: add apps config2 * r + 2 * t2025-08-027-5/+21
| | | | Closes #318 and #305
* dashboard: better no media2 * r + 2 * t2025-08-021-29/+26
| | | | Closes #323
* osd: animate scrolling (#316)PFiS2025-08-022-21/+44
| | | | | | | | | | | | | * refactor: make the animation smooth when scrolling the mouse wheel * fix: can't drag * format * fix cursor --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: add bluetooth connected icon state (#311)Laurens Duin2025-08-021-1/+7
| | | | | | | | | | | | | * feat: add bluetooth connected icon state * fix: improve connected check * chore: cleanup * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* dashboard: fix player selector icons2 * r + 2 * t2025-08-021-6/+7
|
* funding: add buymeacoffee2 * r + 2 * t2025-08-021-1/+1
|
* ci: update flake weekly2 * r + 2 * t2025-08-021-1/+1
|
* funding: add github sponsor2 * r + 2 * t2025-08-021-1/+1
|
* [CI] chore: update flakegithub-actions2025-08-021-3/+3
|
* dashboard: fix player selector2 * r + 2 * t2025-08-014-21/+56
| | | | Fixes #320
* dcontent: add more spacing to expanded navrail2 * r + 2 * t2025-08-011-1/+1
|
* internal: loader extra clock components2 * r + 2 * t2025-07-312-12/+26
|
* dashboard: fix time spacing2 * r + 2 * t2025-07-311-2/+3
|
* dashboard: fix media player selector2 * r + 2 * t2025-07-311-1/+3
| | | | Disable when only one player
* dashboard: better media player selector2 * r + 2 * t2025-07-311-103/+73
|
* dcontent: minor style fix2 * r + 2 * t2025-07-311-2/+2
|
* dashboard: better play button2 * r + 2 * t2025-07-311-27/+63
|
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-316-55/+69
| | | | | | | | | | | | | | | | | | | | | * bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
* config: allow configuring external audio programSoramane2025-07-303-1/+3
| | | | Closes #302
* [CI] chore: update flakegithub-actions2025-07-301-3/+3
|
* session: add optional vim-like keybinds (#291)Joel R.2025-07-293-0/+25
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* session: add custom session/lock menu button commands (#292)Joel R.2025-07-294-9/+23
| | | | | | | * session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
* bar: fix kb layout2 * r + 2 * t2025-07-291-4/+2
| | | | Closes #295
* [CI] chore: update flakegithub-actions2025-07-291-3/+3
|
* popouts: unload when hidden2 * r + 2 * t2025-07-283-3/+3
|
* dcontent: style tweaks2 * r + 2 * t2025-07-281-1/+3
| | | | Shrink bt adapter selector button height slightly
* media: display hh:mm:ss2 * r + 2 * t2025-07-281-1/+8
| | | | Closes #287
* readme: add new config options2 * r + 2 * t2025-07-281-0/+7
|
* launcher: add optional vim-like keybinds (#282)Joel R.2025-07-283-0/+23
|
* bar: fix kb layout2 * r + 2 * t2025-07-281-1/+3
|
* [CI] chore: update flakegithub-actions2025-07-281-4/+4
|
* bar: add kb layout status icon2 * r + 2 * t2025-07-273-1/+31
| | | | Closes #280
* internal: fix busyindicator & switch2 * r + 2 * t2025-07-272-0/+2
| | | | Fix not rendering the internal shapes sometimes
* dashboard: fix uptime2 * r + 2 * t2025-07-271-2/+2
|
* icons: use heuristicLookup2 * r + 2 * t2025-07-271-15/+2
|
* internal: use configDir -> shellDir2 * r + 2 * t2025-07-271-1/+1
| | | | configDir is deprecated
* internal: better colouriser2 * r + 2 * t2025-07-271-0/+1
| | | | Set brightness so colourisation looks better
* dcontent: add discovery toggle to bt2 * r + 2 * t2025-07-271-8/+52
| | | | Also show number of devices
* dcontent: add adapter name editing2 * r + 2 * t2025-07-273-5/+187
| | | | Does not work for now as QS does not provide a way to edit adapter names (will be added soon™)
* dcontent: fix discoverable timeout spinbox2 * r + 2 * t2025-07-272-3/+3
|