Commit Graph

19 Commits

Author SHA1 Message Date
uncor3 3e0b78149b move Windows SibebarTabButton into windows subfolder 2026-05-22 12:13:11 +00:00
uncor3 057a386e10 implement QueryMobileGestalt in qml 2026-05-22 12:11:40 +00:00
uncor3 a83eb51ea0 fix color in tab button 2026-05-22 12:09:53 +00:00
uncor3 d5d50a7db8 feat: enhance DeviceContext with device management functions and signals 2026-05-22 12:09:38 +00:00
uncor3 debd9f8dc6 feat: add StatusBar component 2026-05-22 11:57:53 +00:00
uncor3 5b33fe96f3 refactor: update HowToConnect dialog and integrate NetworkDevicesToConnect component in Welcome.qml 2026-05-22 11:57:15 +00:00
uncor3 13f15e69da refactor: implement AnimatedTab component for tab management in Tabs.qml 2026-05-22 11:56:13 +00:00
uncor3 f5a7274aaa implement ToolWindow 2026-05-22 11:55:20 +00:00
uncor3 6d3c602ab2 refactor: rewrite MapView logic in qml 2026-05-22 11:54:43 +00:00
uncor3 bda29efb58 implement StateView 2026-05-22 11:50:59 +00:00
uncor3 69e5b77f09 refactor: replace PNG icons with SVGs in FileExplorer, FilesSection, and Toolbox 2026-05-22 11:50:33 +00:00
uncor3 ab82b0a317 make layout responsive in AppsTab 2026-05-22 11:47:06 +00:00
uncor3 87a4937421 fix GridView appearing over other elements 2026-05-22 11:46:13 +00:00
uncor3 bbe8ffd0e5 fix iconloader bg color 2026-05-14 18:38:55 +00:00
uncor3 13b71fc80c fix windows build 2026-05-14 06:33:31 +03:00
uncor3 a51958b7a0 add device context management and use qml6glsink for airplay
- Introduced a new module `device_ctx` to manage device-related services and state.
- Replaced direct access to `APP_DEVICE_STATE` with functions from `device_ctx` for better encapsulation.
- Added constants for recent and favorites album queries in `constants.rs`.
- Updated SQL queries in `query_sqlite.rs` to use constants from `constants.rs`.
- Removed the `hause_arrest.rs` file and integrated its functionality into the new structure.
- Refactored `ServiceFactory` to create AFC clients using the new device context.
- Improved error handling and logging in various modules.
- Airplay now uses qml6glsink.
- Cleaned up unused imports and commented-out code across multiple files.
2026-05-12 21:59:47 +00:00
uncor3 9858bc14fd remove debug logs 2026-05-10 18:19:52 +00:00
uncor3 4c404012db comment out unimplemented logic 2026-05-10 18:19:23 +00:00
uncor3 0f1d40de95 refactor(core): move to qmetaobject-rs 2026-05-10 17:54:25 +00:00