summaryrefslogtreecommitdiffstats
path: root/version.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-27[Core] Call wait_for_alert in a threadDjLegolas4-10/+85
2023-11-24[CI] Fix windows packaging buildCalum Lind1-5/+6
2023-11-20[UI][Common] Add daemon version checkDjLegolas2-3/+45
2023-11-20[Core] Support creating v2 torrentsRadu Carpa3-87/+328
2023-11-20[Core] Make create_torrent return a deferredRadu Carpa2-18/+42
2023-11-20[Core] Don't always write create_torrent metafile to diskRadu Carpa2-25/+74
2023-11-20[Lint] Fixup filesCalum Lind2-17/+17
2023-11-20[Tests] Fix console tests stalling by pinning pytest to 7.4.2Calum Lind4-7/+10
2023-11-19[UI] Further compress Deluge iconsCalum Lind51-0/+0
2023-11-19[Scripts] Replace icon bash script with python versionCalum Lind2-83/+202
2023-11-19[Stats] Fix creating test artifacts in tmp not pwdCalum Lind2-3/+5
2023-11-19[UI] Minor improvements to create_deluge_pngsCalum Lind2-11/+23
2023-11-19[UI] Losslessly compress PNG imagesAnthony Ryan332-0/+0
2023-11-13[i18n] Update translations from launchpadCalum Lind80-2403/+8876
2023-09-18Fix tweaking logging levelsSébastien Luttringer1-2/+0
2023-09-18i18n: Fix language wordMyrmecophaga tridactyla6-6/+6
2023-09-18[CI] Bump Pyinstaller version for Windows packagingCalum Lind1-2/+2
2023-09-18[CI/CD] Fix Pillow packaging build errorsCalum Lind1-0/+3
2023-09-18[GTKUI] Fix cairo crashes by not storing current contextCalum Lind2-118/+114
2023-09-18[Docs] Fix readthedocs buildsCalum Lind1-2/+9
2023-09-18[CI] Fix packaging errors with Python 3.7Calum Lind3-3/+4
2023-09-18[CI] Remove chardet version constraintCalum Lind1-2/+2
2023-08-27[UI][Common] Add support for BitTorrent V2 file treeDjLegolas4-23/+316
2023-05-30[Packaging] Fix NSIS Uninstaller Not Removing File\Folderdoadin1-1/+1
2023-05-30[CI] Bump image and action versionsCalum Lind3-27/+26
2023-05-30[Tests] Only pin libtorrent for testsCalum Lind3-2/+3
2023-05-29[Core] Fix bug when emiting event in EventManagerbendikro1-2/+2
2023-05-29[GTKUI] Add torrent dialog incorrectly removes dirbendikro3-1/+18
2023-05-29[Tests] Ignore pytest temp dirCalum Lind1-0/+1
2023-05-29[Tests] Pin libtorrent version to 2.0.7Calum Lind1-1/+1
2023-05-29[Tests] Fix waiting for lt alert state changeCalum Lind1-6/+17
2023-05-29[Common] Replace pkg_resources with importlib for resource path findingCalum Lind4-19/+31
2023-04-23[GTKUI] Enable appindicator support by defaultUnit 1931-1/+1
2023-04-23[GTK3] Fix missing AppIndicator option in PreferencesCalum Lind1-2/+6
2023-04-23[WebUI] use rational maxValueXuefer4-5/+5
2023-04-23[WebUI] Sidebar: fix error for lazy initXuefer H1-8/+10
2023-04-23[WebUI] FilesTab: undefined setColumnValueXuefer H1-1/+3
2023-04-23[WebUI] use setTimeout instead of setIntervalXuefer H2-10/+42
2023-03-07[Core] Fix getting libtorrent alert typeCalum Lind4-33/+39
2023-03-07[Core] Refactor alert handler for readabilityCalum Lind1-32/+39
2023-03-07[Tests] Autorun async tests with pytest_twisted.Chase Sterling14-66/+16
2023-03-06[Component] Add pause and resume events methodsDjLegolas2-7/+36
2023-03-06[Tests] Refactor component tests for readabilityCalum Lind1-195/+129
2023-03-06[Component] Refactor to remove hasattr usageDjLegolas1-23/+14
2023-03-03[Tests] Use tmp_path for test logfileCalum Lind4-18/+10
2023-03-03[Tests] Fix error in TestJSONRequestFailed testCalum Lind1-5/+6
2023-03-03Add metainfo.xml to gitignoreCalum Lind1-1/+1
2023-03-03[GtkUI] Enable remapping of keyboard shortcutsCalum Lind3-55/+55
2023-03-03[WebUI] Fix setting base pathCalum Lind3-12/+64
2023-03-03[WebUI] Minor refactoringCalum Lind5-40/+39