nosignal-shell/plugin/src/Caelestia
八奈見 レイ ffe90bd077
dashboard: add synced lyrics to media tab (#1197)
* lyrics: rewrite model

* lyrics: cleanup code

* lyrics: some minor layouting

* lyrics: add fade shaders

* lyrics: use appearance values from config

* lyrics: formatting

* lyrics: update readme

* lyrics: fix jumping, redo netease backend (resused from another one of projects)

* lyrics: fix netease searches, remove credit lines

* lyrics: add RequestIds

* lyrics: formatting

* lyrics: lyricsDir path cleanup

* lyrics: make empty lines not take up much space

* lyrics: make empty lines not take up any space

* Lyrics: Use QNetworkAccessManager instead of XMLHttpRequest

also added ability to set request headers and ability to reset cookies for requests.cpp

* lyrics: cleanup old code

* lyrics: toggle lyrics by clicking the album art

* lyrics: sanitize non-breaking spaces

* lyrics: add a menu to select lyrics and manually search for them

* lyrics: remove LrcLib backend

* lyrics: change focus to when dashboard is opened instead of the lyricMenu

* lyrics: improve UI

* lyrics: improve UI more ig

* lyrics: extract LyricsView and LyricMenu into separate components

* lyrics: cleanup old files

* lyrics: refactor LyricsService

* lyrics: restore ComponentBehavior: Bound in lyrics components

* lyrics: change SongID to real to fix integer overflow

* lyrics: add animations to the lyricMenu

* lyrics: fix manual search fields not auto updating

* lyrics: fix jerks when switching tracks

* lyrics: create lyrics directory if it doesn't exist

* lyrics: silence logs, fix binding loops, fix index out of range errors

* lyrics: only request keyboard focus when lyric menu is open

* config: add option to enable/disable the lyrics

* format + silence fileview errors

* fix merge

* anim and lsp fixes + format

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-19 22:38:36 +11:00
..
Internal feat: replace canvas -> c++ component 2026-03-12 22:51:07 +11:00
Models filesystemmodel: use static QMimeDatabase instance 2026-03-12 22:23:04 +11:00
Services plugin: fix libcava update issues 2026-01-28 19:08:36 +11:00
appdb.cpp appdb: cache favourite status during sort and avoid double sort 2026-03-12 22:08:43 +11:00
appdb.hpp launcher: add favorite apps (#946) 2026-02-19 21:26:10 +11:00
CMakeLists.txt plugin: fix build on NixOS (#1128) 2026-01-30 11:31:18 +11:00
cutils.cpp plugin/cutils: fix copyfile when overwrite file doesn't exist 2026-01-12 22:48:55 +11:00
cutils.hpp plugin: add image analyser 2025-09-24 01:37:53 +10:00
imageanalyser.cpp plugin/ia: fix luminance 2025-09-24 12:34:24 +10:00
imageanalyser.hpp plugin: add image analyser 2025-09-24 01:37:53 +10:00
qalculator.cpp plugin: use lower case imports 2025-09-08 23:22:29 +10:00
qalculator.hpp plugin: use lower case imports 2025-09-08 23:22:29 +10:00
requests.cpp dashboard: add synced lyrics to media tab (#1197) 2026-03-19 22:38:36 +11:00
requests.hpp dashboard: add synced lyrics to media tab (#1197) 2026-03-19 22:38:36 +11:00
toaster.cpp internal: use QQmlListProperty 2025-10-14 16:00:17 +11:00
toaster.hpp internal: use QQmlListProperty 2025-10-14 16:00:17 +11:00