Vxrtrauter
a3ff23147f
Restore image settings on cancel; live sync
...
Save original image_width/image_offset when opening Settings and restore them if the dialog is cancelled. Add valueChanged handlers to immediately update state.image_width and state.image_offset, enforce an image width maximum of 2500, and refactor Save wiring to a dedicated handler that calls save_settings(dialog.accept, ...). Connect dialog.finished to restore temp values on rejection and clean up dialog layout/logic.
2026-04-04 05:36:16 +02:00
KeksNino
fda45efcb5
refactor: create a helper function to create widgets in settings dialog
2026-04-04 03:52:20 +02:00
KeksNino
3de2110a3e
fix: redraws pixmap after changing image settings so restart is no longer required
2026-04-04 02:51:45 +02:00
Vxrtrauter
cb7e74a224
Add configurable image overlay settings
...
Introduce configurable image overlay options and persist them. Added new state fields (image_width, image_offset, image_enabled) with defaults and wired them into the image overlay: the image display now respects the enabled flag, uses image_width for scaling and image_offset for placement. Extended the Settings dialog (resized, API field sizing) with a new Image tab containing enable checkbox, width and offset spinboxes, and included these values when saving. Updated config read/write to include an Image section so settings persist across runs and extended save_settings to accept image_width and image_offset. Minor import/order cleanup in image dialog.
2026-04-04 02:06:06 +02:00
KeksNino
b59768bcff
fix image resizing and general code of image class
2026-03-22 01:41:16 +01:00
shayaa
d4b7067484
Merge pull request #51 from KeksPirates/refactor/improve-code-quality
...
Refactor/improve code quality
d4b7067-dev
2026-03-21 02:50:07 +01:00
Vxrtrauter
77c2e9cd9e
fix: tab layout, clear search state, and cleanup
...
UI: remove trackertable from the Search tab and reorder widgets to correct layout. Tab helper: add QLayout directly instead of wrapping it in a temporary QWidget to avoid extra nesting. Search helper: clear the trackertable rows and reset state.posts when starting a new search to ensure fresh results. Minor: import check_space in main and simplify an unused loop variable in libtorrent_int for clarity/linting.
2026-03-21 02:48:48 +01:00
Vxrtrauter
290388a7dc
Merge branch 'main' into refactor/improve-code-quality
2026-03-21 02:48:04 +01:00
KeksNino
3b51552313
check for free disk space at startup
...
resolve merge
3b51552-dev
2026-03-21 02:08:23 +01:00
Vxrtrauter
9e7607dd36
refactor: get_magnet to get_download_link
...
Rename scraper method get_magnet -> get_download_link in monkrus, rutracker and uztracker. Update downloader code to call .get_download_link and use the .is_magnet flag on tracker objects (replace dict access). Switch direct_download package imports to absolute paths and perform a small import reorder in direct_download/utils.py. These changes unify the download API and adapt call sites to the new tracker interface.
2026-03-21 02:03:49 +01:00
KeksNino
616552063d
fix gui not starting, caused by tabhelper
2026-03-21 01:47:46 +01:00
KeksNino
9eb70af1a1
refactored tabhelper function
2026-03-21 01:14:25 +01:00
Vxrtrauter
4d4187ce63
fix: revert update.py changes
2026-03-21 01:09:31 +01:00
shayaa
cac2ad3ab1
Revise disclaimer in README.md
...
Updated disclaimer for legal and ethical use of SoftwareManager.
2026-03-21 00:58:17 +01:00
shayaa
cdbf9165d2
Update image path for logo in test workflow
2026-03-21 00:55:34 +01:00
KeksNino
23e44cb128
remove qt widget from updater.py and use class instead
2026-03-21 00:39:28 +01:00
Vxrtrauter
0a591e1cda
refactor: update progress dialog and tidy UI
2026-03-21 00:27:56 +01:00
Vxrtrauter
c0f5060451
fix: searchbar disabling itself when searching for nothing
2026-03-20 22:51:28 +01:00
Vxrtrauter
c6940f0178
fix: add self argument to function
2026-03-20 02:26:42 +01:00
Vxrtrauter
2afb3e7716
refactor: improve scraper handling by utilizing classes for registration
2026-03-20 02:22:40 +01:00
Vxrtrauter
325eda54fa
refactor: remove core/ folder
2026-03-19 20:42:28 +01:00
Vxrtrauter
53d4a240a0
refactor state.py and add comments to it, add another check to version getter.
2026-03-18 23:33:33 +01:00
shayaa
a56969f19d
Add GitHub Actions workflow for building testing executables
a56969f-dev
2026-03-17 23:43:47 +01:00
Vxrtrauter
2beabbb1ba
refactor: improve search functionality and code organization in GUI components
2026-03-16 14:24:23 +01:00
shayaa
5bb732072e
Merge pull request #48 from KeksPirates/fix/link-updater-to-gui
...
link updater to gui again
5bb7320-dev
2026-03-16 03:04:35 +01:00
Vxrtrauter
f50bfd0aa0
link updater to gui again
2026-03-16 03:04:14 +01:00
shayaa
71adbfcd96
Merge pull request #47 from KeksPirates/fix/invalid-version-detection
...
Fix invalid version detection
71adbfc-dev
2026-03-16 02:45:46 +01:00
Vxrtrauter
270ee027f7
feat: add semi-dynamic discovering of build info file
2026-03-16 02:31:03 +01:00
Vxrtrauter
a443f64501
refactor: move build_info.json to root folder, update workflow to support changes, rename function to more accurate name
2026-03-16 02:02:03 +01:00
Vxrtrauter
0e05f42741
Fix invalid version detection, refactor main.py and add comments for improved code understanding
2026-03-16 01:35:52 +01:00
shayaa
d33c01941e
Merge pull request #46 from KeksPirates/feat/improve-code-quality
...
feat: improve output statements on exception blocks
d33c019-dev
a443f64-dev
270ee02-dev
2026-03-15 23:20:19 +01:00
Vxrtrauter
053ea7694d
feat: improve output statements on exception blocks
2026-03-15 23:19:32 +01:00
shayaa
c25802cb95
Merge pull request #45 from KeksPirates/feat/improve-code-quality
...
feat: improve code quality
c25802c-dev
2026-03-15 23:08:30 +01:00
Vxrtrauter
62b24c7111
feat: improve code quality by fixing typos, adding print statements to exception blocks, remove unused imports etc
2026-03-15 23:01:02 +01:00
shayaa
b0e4368e25
Merge pull request #44 from KeksPirates/refactor/gui
...
Refactor GUI - Merge due to changes being stable.
2026-03-15 22:34:00 +01:00
KeksNino
79f9155d76
fix settings dialog being empty
2026-03-13 19:26:38 +01:00
KeksNino
7cc36fb3ed
refactor (almost) entire gui to split into multiple files
2026-03-13 18:57:25 +01:00
shayaa
7de83ae6d0
remove contributor image from README
2026-03-13 14:30:30 +01:00
shayaa
0374cbf511
Merge branch 'fix/gofile' into main
2026-03-11 22:26:10 +01:00
KeksNino
7df7d87928
fix gofile downloads by adding custom headers to both direct dl and api request
...
still needs work: 1. fix restart causing the download to instantly jump to 100%
2026-03-11 22:15:00 +01:00
Vxrtrauter
e97f9ffe8a
refactor imports
e97f9ff-dev
2026-03-11 15:40:25 +01:00
Vxrtrauter
c4685dc2de
fix: retry file deletion to allow libtorrent to release handles
c4685dc-dev
2026-03-11 00:57:48 +01:00
Vxrtrauter
f34d02d3d0
fix: minor inexistent variable in loghandler
f34d02d-dev
91b5c12-dev
2026-03-11 00:44:53 +01:00
Vxrtrauter
91b5c12afa
feat: multithreaded update downloads + refactor updater into utils/network
2026-03-11 00:43:00 +01:00
Vxrtrauter
b77867b111
feat: QoL features to Updater, workflow trigger.
b77867b-dev
2026-03-11 00:07:11 +01:00
Vxrtrauter
bf20625832
Fix Torrent Handle errors
bf20625-dev
2026-03-10 22:45:25 +01:00
Vxrtrauter
8d218443bf
fix: wrong download paths in libtorrent logic
8d21844-dev
2026-03-10 22:35:49 +01:00
Vxrtrauter
a55a049583
Merge branch 'main' of https://github.com/KeksPirates/SoftwareManager
a55a049-dev
2026-03-10 22:23:26 +01:00
Vxrtrauter
4e7e08c136
fix: download path errors, improve print statements, add exception blocks to prevent errors from crashing the program, removed ability to add custom path on add_download as its not used, removed, fixed config format & parsing issues
2026-03-10 22:21:59 +01:00
KeksNino
c3efa39b09
rename cancel download to remove from list in downloadlist context menu
c3efa39-dev
2026-03-10 21:58:21 +01:00