10 Commits

Author SHA1 Message Date
Curve
48132d86b9
refactor: audiobackend code, ui.hpp, iconfetcher, structure
- Changed Structure (Moved Settings, Data and Enums into own header files)
- Changed how AudioBackend is created to fix issues (fixes #208)
- Made AudioBackend switch to pipewire when pipewire-pulse was detected as server in pulseaudio
- Refactored Code for IconFetcher and moved getPpid from misc into IconFetcher
- Removed unused code in proccessingqueue, renamed processingqueue to queue.
2021-05-22 16:41:36 +02:00
Curve
264156458e
refactor(misc): rework helpers 2021-05-05 21:36:31 +02:00
Curve
b9e36f4c40 fix(windows): Microsofts bullshit
This commit fixes another unicode problem on windows, adding a folder was not possible when it contained non english characters, this commit fixes that.
2021-04-18 19:10:11 +02:00
Curve
2b26dd2ee1
feat: expose deleteFile to frontend 2021-04-13 21:34:26 +02:00
Curve
3c7e1681be
feat(linux): add delte/trash file function 2021-04-13 21:06:07 +02:00
Curve
4b2e6fa1df
refactor: remove superflous includes 2021-03-20 14:12:13 +01:00
Curve
d31cc8d752
feat: make use of tiny-process 2021-03-18 20:46:33 +01:00
Curve
ab8cf39f59
feat: fetch app icons from pulsestreams 2021-03-17 21:15:00 +01:00
Curve
55f4ff9b6b fix: windows compilation
Added a missing ifdef and included <Windows.h> before including <stringapiset.h> because that caused a fatal error.
2021-03-12 19:25:21 +01:00
Curve
eb43b0c9da
refactor: move some useful functions into misc header 2021-03-12 17:05:50 +01:00