Vxrtrauter
214d9a0e23
feat: implement SVG icon handling and update button styles in settings dialog
2026-03-09 18:09:17 +01:00
noschXL
ef538fc83d
Merge pull request #7 from KeksPirates/main
...
merge upstream
2026-03-09 16:04:22 +00:00
nosch
39522a4068
download is in download.py, needs to move
2026-03-09 16:59:05 +01:00
Vxrtrauter
a9f229926b
feat: readd image path configuration in settings dialog and update paths tab
2026-03-09 15:16:06 +01:00
noschXL
ec950b751b
Merge pull request #6 from KeksPirates/main
...
Merge upstream
2026-03-09 05:52:35 +00:00
nosch
56735c4344
worked on downloads, magnets are next
2026-03-08 22:29:28 +01:00
Vxrtrauter
8db9f3d9e2
feat: improve hover row delegate rendering by adjusting focus and selection states
2026-03-08 19:49:38 +01:00
Vxrtrauter
80d3ad208d
feat: enhance table item focus styles by adding border properties
2026-03-08 19:20:18 +01:00
nosch
87886a5cf9
merged
2026-03-08 16:07:08 +01:00
nosch
7cdae312ce
preparing to merge
2026-03-08 15:54:57 +01:00
Vxrtrauter
66217ff9b6
feat: update settings dialog to handle image path as None; improve table item focus styles
2026-03-08 13:58:23 +01:00
Vxrtrauter
9ba11bfa78
feat: enhance error handling and logging in various modules; improve timeout settings for network requests / fix basic issues
2026-03-08 13:32:30 +01:00
Vxrtrauter
43cbfe056c
feat: remove ugly spinner label and related functionality from search process
2026-03-08 13:19:39 +01:00
Vxrtrauter
12df32f72a
feat: remove unused install path detection function and clean up update process
2026-03-08 13:15:51 +01:00
Vxrtrauter
5b9bdd2a2a
feat: update download process to use temporary installer path and improve silent installation
2026-03-08 02:16:16 +01:00
Vxrtrauter
891c5a86c1
feat: enhance update process with progress dialog and install path detection
2026-03-08 01:55:23 +01:00
nosch
ffdd656b9c
fixed a slight issue in the gui
2026-03-08 01:47:33 +01:00
nosch
d8fec74de1
every menu works, now the downloads need fixing
2026-03-08 01:42:59 +01:00
KeksNino
a5190f151c
fix: temporarily remove subprocess.Popen to stop opening softwaremanager.exe before update finished
2026-03-08 00:41:46 +01:00
Vxrtrauter
95f6640212
Merge branch 'main' of https://github.com/KeksPirates/SoftwareManager
2026-03-08 00:29:13 +01:00
Vxrtrauter
78a47e89d3
fix: remove broken image path handling from settings dialog and paths tab
2026-03-08 00:29:10 +01:00
KeksNino
e47efab901
fix: remove restartapplications flag in updater
2026-03-08 00:25:32 +01:00
nosch
75e4da33eb
merged upstream, fixed the double tables
2026-03-08 00:16:15 +01:00
KeksNino
925579b9e0
fix: switch updater to silent instead of verysilent and open new exe after installation
2026-03-07 23:57:23 +01:00
KeksNino
dbf396a187
fix: update updater to silently install new setup file
2026-03-07 23:28:00 +01:00
Vxrtrauter
3db9d9c8e4
fix: improve white / dark mode support and enhance table styling
2026-03-07 22:31:38 +01:00
Vxrtrauter
f030795f10
fix: implement forced exit on shutdown and enhance shutdown handling
2026-03-07 22:10:45 +01:00
KeksNino
eccdb2f068
fix file deletion when seeding
2026-03-07 21:56:07 +01:00
Vxrtrauter
bd5ccc7688
fix: improve download status handling and enhance thread safety in logging functions
2026-03-07 21:36:11 +01:00
Vxrtrauter
b2a30af5cd
fix: prevent processing of non-downloadable items in download_selected function
2026-03-07 20:46:41 +01:00
Vxrtrauter
fbc2225878
refactor: standardize version key in build_info.json and enhance download selection logic in download.py
...
feat: add SVG icons for play, pause, and folder actions in gui.py; implement status bar for download speed display
fix: remove unnecessary newline in libtorrent_misc.py and streamline update checker logic in update_checker.py
2026-03-07 20:41:03 +01:00
nosch
003dd0e3aa
a semiworking version, line 343 in gui.py is commented cuz it needs work, the table is also a bit screwed
2026-03-07 19:30:24 +01:00
KeksNino
4d1a639651
remove unused QProgressBar widget
2026-03-07 17:55:52 +01:00
Vxrtrauter
8d1b3ba68f
feat: implement seeding functionality and enhance download management with seeded magnets tracking
2026-03-08 12:00:00 +01:00
nosch
c76d179daa
shayaa needs to fix rutracker NOW
2026-03-07 16:52:27 +01:00
noschXL
eba4c01fca
Merge pull request #4 from KeksPirates/main
...
Update Repository with latest SoftwareManager commits
2026-03-07 15:43:03 +00:00
Vxrtrauter
dcc12c0b28
fix: LibTorrent not detecting that file has been deleted until LibTorrent Session is reinitialized / enhance download management with file existence checks and cleanup
2026-03-07 00:45:27 +01:00
Vxrtrauter
925fe21d03
Add logging and download tracking to direct downloads
2026-03-07 14:00:00 +01:00
nosch
577a1637e4
merged upstream
2026-03-06 22:42:42 +01:00
Vxrtrauter
ec462afde6
Simplify boolean checks in network interface detection
2026-03-06 12:00:00 +01:00
Vxrtrauter
e50ef32c66
refactor: clean up imports and remove unused code in scrapers and download modules
2026-03-05 23:19:08 +01:00
KeksNino
d6e418d045
fix: crash when there are no results in search tab
2026-03-04 21:24:56 +01:00
Vxrtrauter
a7c71b37f5
refactor: remove duplicate stripping
2026-03-04 21:00:37 +01:00
Vxrtrauter
8fb1bb9e8d
Merge branch 'main' of https://github.com/KeksPirates/SoftwareManager
2026-03-04 20:58:58 +01:00
Vxrtrauter
89fd8b4ebb
fix: fix scraping for uztracker posts to support displaying authors properly
2026-03-04 20:58:56 +01:00
KeksNino
3915e114a3
fix: logging in uztracker scraper and search for non-ascii letters and remove unused imports
2026-03-04 20:28:55 +01:00
Vxrtrauter
34a50e1a1b
refactor: rename scraping functions for consistency and improve data handling
2026-03-04 19:11:31 +01:00
KeksNino
90124fd9c8
fix: smaller author column in search tab
2026-03-04 14:07:43 +01:00
Vxrtrauter
4175f82967
feat: add windowCloseHelper function and integrate it into keyboard interrupt handling
2026-03-03 21:56:28 +01:00
Vxrtrauter
4bf2e9af81
feat: add download existence checks and improve log removal feedback
2026-03-01 23:14:10 +01:00