Commit Graph

259 Commits

Author SHA1 Message Date
uncor3 13a3455f3c refactor: clean up unused Windows widget code and improve UI handling 2026-04-08 16:38:00 +03:00
uncor3 4771ff4e8e style(devicesidebar): add border in non Windows builds 2026-04-08 10:26:30 +00:00
uncor3 0c50cf4982 implement interval to try connecting to wireless devices and add device sleep warning dialog 2026-04-08 10:23:28 +00:00
uncor3 fd508acfe2 refactor(diagnosewidget): update service availability checks, D-Bus integration 2026-04-07 18:26:59 +00:00
uncor3 601990a319 feat(ifuse): add device compatibility check for iFuse mounting 2026-04-07 18:25:09 +00:00
uncor3 71c3a865db clean up includes 2026-04-07 18:24:37 +00:00
uncor3 a26718d9f4 correct ServiceNotFoundErrorCode value 2026-04-07 18:24:09 +00:00
uncor3 da258aad0f feat(livescreen): enhance loading UI and error handling for screenshot capture 2026-04-07 18:23:39 +00:00
uncor3 427fe25a1d fix(dialog): correct iOS version requirement in connection instructions 2026-04-07 18:22:23 +00:00
uncor3 dbec7a2e49 feat(gallery): add refresh functionality 2026-04-07 18:21:19 +00:00
uncor3 c308d4926f fix(core): cleanup video streams properly 2026-04-07 18:19:02 +00:00
uncor3 3c5fe6787b Refactor and enhance service management
- Updated CMakeLists.txt to set CPACK_WIX_UPGRADE_GUID directly.
- Enhanced DependencyItem and DiagnoseWidget to manage service availability states.
- Implemented service management functions for Windows, including starting services and checking their status.
- Improved UI responsiveness in WelcomeWidget and NetworkDevicesToConnectWidget.
- Introduced SERVICE_AVAILABILITY enum to standardize service state representation.
- Cleaned up unnecessary code and comments across various files.
2026-04-07 11:30:27 +03:00
uncor3 d314110a04 Merge branch 'cxx-qt-idevice' of https://github.com/iDescriptor/iDescriptor into cxx-qt-idevice 2026-04-07 04:22:40 +00:00
uncor3 2ca8e6242e fix(gallery): implement dateTime 2026-04-07 04:22:38 +00:00
uncor3 97fc1e5a0b initialize media components to nullptr in MediaPreviewDialog 2026-04-06 19:58:21 +03:00
uncor3 68790e8a7b reenable --reset-settings in main.cpp 2026-04-06 14:48:04 +00:00
uncor3 67bd0af1ed make UDEV rules dep optional 2026-04-06 14:47:12 +00:00
uncor3 e653bda458 implement callbacks for export/import jobs and fix ui bugs
- Updated IOManagerClient to include optional completion callbacks for export and import methods.
- Fix a bug that happens on wayland in statusbaloon
2026-04-06 14:46:24 +00:00
uncor3 166fc8b2f5 add HowToConnectDialog for guiding wireless device connections 2026-04-06 14:42:41 +00:00
uncor3 0f85563dc5 remove unused imports, cleanup code 2026-04-05 23:33:06 +00:00
uncor3 216fbb7fe5 fix(iomanager): implement import for AFC2 and House Arrest 2026-04-05 10:10:10 +00:00
uncor3 d314650279 fix(mainwindow): cancel all jobs on close 2026-04-05 10:07:43 +00:00
uncor3 fc88af8e35 fix(screenshot): ignore error in service.take_screenshot() 2026-04-05 10:00:36 +00:00
uncor3 3b2fe2698f fix(lib): implement proper pairing logic and spawn heartbeat task after device is initialized 2026-04-05 09:59:35 +00:00
uncor3 ed8f958f6c fix(statusballoon): implement cancel job, debounce transfer rate 2026-04-05 09:56:24 +00:00
uncor3 2b345dfa2d fix(devdiskimageswidget): add item selection handling and iOS 17 warnings 2026-04-05 09:49:19 +00:00
uncor3 4edc2347a7 fix(installedapps): improve app icon loading and UI handling 2026-04-05 09:47:08 +00:00
uncor3 4c97ea79c8 fix(video): add rotation handling for video thumbnails 2026-04-05 09:43:30 +00:00
uncor3 c3787ccbff fix(ui): enable/disable toolbox frame based on state 2026-04-04 19:18:25 +03:00
uncor3 9d08f89dde fix Windows build 2026-04-04 19:18:06 +03:00
uncor3 fa1a383600 fix(ui): update thumbnail size to 256x256 2026-04-04 19:17:21 +03:00
uncor3 19b1cc56bd fix(export): cancel QFuture on exit 2026-04-04 18:52:41 +03:00
uncor3 09a483aefa fix(ui): update style handling in toolboxwidget 2026-04-04 18:50:23 +03:00
uncor3 ee730381e5 fix(ui): adjust item view sizes in gallerywidget 2026-04-04 18:49:25 +03:00
uncor3 eb96d0cffe fix(ui): start loading immediately in loadingwidget 2026-04-04 18:43:46 +03:00
uncor3 1153225467 feat(service_manager): expose diag commands 2026-04-04 10:54:51 +00:00
uncor3 5a84831e1d feat(ui): add currentFileLabel 2026-04-04 10:54:12 +00:00
uncor3 6c01ac735a fix(livescreen): handle initialization failure in LiveScreenWidget 2026-04-04 10:53:00 +00:00
uncor3 43e2772941 fix(main): device event logging 2026-04-04 10:52:47 +00:00
uncor3 fa1c99ebd0 fix(media): add option to use Afc2 backend for stream URL requests 2026-04-04 10:52:20 +00:00
uncor3 baaa2182d8 fix(ui): check for device compatibility before creating widgets 2026-04-04 10:51:55 +00:00
uncor3 10c1278a5a refactor(ui): use rust backend in appinstalldialog 2026-04-04 10:49:49 +00:00
uncor3 add4ab778c fix(core): xml parsing for bool value "Jailbroken" 2026-04-04 10:47:52 +00:00
uncor3 54f798e4ac feat(ui): implement DevModeWidget for iOS 17 and above 2026-04-04 10:46:42 +00:00
uncor3 f06c4487ed use afc2 or hause_arrest in mediapreviewdialog 2026-04-04 10:41:27 +00:00
uncor3 cc1d6be3e5 refactor dev disk mounting 2026-04-04 10:40:01 +00:00
uncor3 05d0445a10 feat(ui): introduce retryEnabled in ZLoadingWidget 2026-04-04 10:37:40 +00:00
uncor3 56fa9310a6 fix: use hause_arrest or afc2 client whenever possible 2026-04-04 10:32:55 +00:00
uncor3 491f1af88c respect env var "USBMUXD_PAIRING_FILES_LOCATION", fix get_pairing_files on macos, fix device cleanup bugs 2026-04-02 14:59:18 -07:00
uncor3 d38f1e7175 migrate to cxx-qt 2026-04-02 05:32:11 +00:00