| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-22 | plugin/appdb: forward signals | 2 * r + 2 * t | 3 | -13/+30 | |
| 2025-09-21 | plugin/fsm: fix crash | 2 * r + 2 * t | 1 | -6/+5 | |
| Don't capture entries cause entries may be destroyed before async callback | |||||
| 2025-09-21 | utilities: add toasts | 2 * r + 2 * t | 3 | -0/+198 | |
| 2025-09-17 | plugin: delete -> deleteLater | 2 * r + 2 * t | 2 | -3/+3 | |
| 2025-09-16 | plugin: fix crashes | 2 * r + 2 * t | 11 | -288/+108 | |
| Fixes #629 | |||||
| 2025-09-14 | plugin/cutils: fix saveItem | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #615 | |||||
| 2025-09-14 | utilities: add recording control | 2 * r + 2 * t | 4 | -20/+80 | |
| 2025-09-13 | plugin: managers -> internal | 2 * r + 2 * t | 6 | -3/+3 | |
| 2025-09-13 | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 3 | -0/+284 | |
| Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | |||||
| 2025-09-13 | plugin: refactor into modules | 2 * r + 2 * t | 20 | -39/+69 | |
| 2025-09-13 | plugin/cmake: link qt quick | 2 * r + 2 * t | 1 | -1/+2 | |
| See #608 | |||||
| 2025-09-12 | plugin/service: fix invoke after destruction | 2 * r + 2 * t | 1 | -2/+19 | |
| 2025-09-12 | plugin: fix floating point comparison | 2 * r + 2 * t | 2 | -2/+2 | |
| Closes #602 | |||||
| 2025-09-11 | plugin: add requests | 2 * r + 2 * t | 3 | -0/+59 | |
| Replaces QML Requests singleton | |||||
| 2025-09-11 | plugin: format + refactor | 2 * r + 2 * t | 5 | -49/+84 | |
| 2025-09-11 | plugin/appdb: fix persistence | 2 * r + 2 * t | 1 | -3/+9 | |
| 2025-09-11 | plugin: use qt typedefs for fixed ints | 2 * r + 2 * t | 3 | -32/+30 | |
| 2025-09-11 | launcher: sort apps by usage | 2 * r + 2 * t | 3 | -1/+297 | |
| Closes #588 | |||||
| 2025-09-10 | plugin: remove multimedia dep | 2 * r + 2 * t | 1 | -3/+12 | |
| Also remove QML module version | |||||
| 2025-09-09 | plugin/service: remove zero ref warning | 2 * r + 2 * t | 1 | -1/+0 | |
| Reloads don't play nice with it + it doesn't matter anyways | |||||
| 2025-09-09 | plugin/ac: not singleton | 2 * r + 2 * t | 8 | -66/+212 | |
| Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service | |||||
| 2025-09-08 | plugin: use lower case imports | 2 * r + 2 * t | 20 | -66/+41 | |
| 2025-09-08 | plugin/ac: use double buffer | 2 * r + 2 * t | 4 | -72/+36 | |
| Double buffer instead of circular buffer | |||||
| 2025-09-08 | plugin/ac: fix idle state + reduce buffer size | 2 * r + 2 * t | 3 | -27/+55 | |
| 2025-09-08 | plugin/ac: rt process | 2 * r + 2 * t | 1 | -1/+3 | |
| 2025-09-08 | plugin/ap: fix collector | 2 * r + 2 * t | 11 | -246/+412 | |
| Actually read from speakers not mic | |||||
| 2025-09-07 | plugin/cmake: use pkgconfig targets | 2 * r + 2 * t | 1 | -7/+4 | |
| 2025-09-07 | plugin/ap: don't load empty chunks | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-09-07 | plugin/cp: update values when bars changed | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-09-07 | plugin/cim: fix uninitialised pointer | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-09-07 | plugin/ap: cleaner chunk loading/accessing | 2 * r + 2 * t | 2 | -27/+10 | |
| 2025-09-07 | plugin: add cava provider | 2 * r + 2 * t | 3 | -2/+210 | |
| 2025-09-07 | plugin/ap: properly buffer data | 2 * r + 2 * t | 4 | -76/+224 | |
| Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing | |||||
| 2025-09-06 | plugin: async audio processing | 2 * r + 2 * t | 4 | -42/+141 | |
| 2025-09-06 | plugin: fix cmake version | 2 * r + 2 * t | 1 | -3/+3 | |
| Also print message | |||||
| 2025-09-06 | plugin: abstract audioprovider | 2 * r + 2 * t | 5 | -76/+131 | |
| 2025-09-06 | plugin: abstract service + ref | 2 * r + 2 * t | 7 | -31/+150 | |
| 2025-09-06 | plugin: namespace everything | 2 * r + 2 * t | 10 | -1/+41 | |
| 2025-09-04 | plugin: add BeatTracker | 2 * r + 2 * t | 3 | -2/+160 | |
| Replaces beat-detector.cpp | |||||
| 2025-09-04 | plugin: add qalculator | 2 * r + 2 * t | 3 | -1/+70 | |
| For launcher >calc instead of qalc proc | |||||
| 2025-09-03 | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 3 | -47/+54 | |
| 2025-09-03 | plugin/fsm: nodiscard stuff | 2 * r + 2 * t | 1 | -15/+15 | |
| 2025-09-03 | plugin/fsm: emit entriesChanged | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-09-03 | internal: refactor Paths util | 2 * r + 2 * t | 2 | -0/+11 | |
| 2025-09-03 | plugin/fsm: incremental updates | 2 * r + 2 * t | 2 | -22/+87 | |
| 2025-09-02 | internal: use FileSystemModel for FileDialog | 2 * r + 2 * t | 1 | -2/+20 | |
| 2025-09-02 | plugin/fsm: add showHidden & dirs filter | 2 * r + 2 * t | 2 | -41/+88 | |
| 2025-09-02 | plugin/fsm: allow disabling watching | 2 * r + 2 * t | 2 | -2/+24 | |
| 2025-09-02 | plugin/fsm: async add watcher paths | 2 * r + 2 * t | 1 | -10/+22 | |
| Also remove debug messages and remove futures from hash on completion | |||||
| 2025-09-02 | plugin/fsm: async update | 2 * r + 2 * t | 3 | -52/+99 | |