integrate ipatool fork and enhance download functionality

- Added support for downloading apps using the ipatool-go library.
- Updated AppDownloadBaseDialog to handle download progress and success notifications.
- Simplified startDownloadProcess method to accept bundleId directly.
- Introduced updateProgressBar slot for updating UI during downloads.
- Modified AppsWidget to utilize asynchronous search and download processes.
- Updated CMakeLists.txt to include new library and dependencies.
- Add gallerywidget.cpp and gallerywidget.h to be implemented later
This commit is contained in:
uncor3
2025-08-21 23:16:51 +00:00
parent 7d7b57ee43
commit 181a3365a2
13 changed files with 375 additions and 392 deletions
+1
View File
@@ -7,6 +7,7 @@
"/usr/include/qt/**",
"/usr/local/opt/qt/**",
"${workspaceFolder}/build/Desktop-Debug/iDescriptor_autogen/include",
"${workspaceFolder}/build/Desktop-Debug/src/lib/**",
"/usr/local/include/**",
"/usr/include/python3.13"
],