Vladimir Golovnev
31c7306bd2
Correctly load folder based UI theme
...
PR #18173 .
2 years ago
Chocobo1
4741aab7a3
Merge pull request #18094 from Chocobo1/color
...
Revise text color for completed status
2 years ago
Vladimir Golovnev
679e3b8bea
WebAPI: return paths using platform-independent separator format
...
PR #18118 .
Closes #18096 .
2 years ago
Vladimir Golovnev
25ea0d274b
Destroy desktop integration at correct place
...
Otherwise it is destructed in QObject destructor, i.e. after GUI application is already destructed.
This can be related to some problems with system tray icon.
PR #18108 .
Closes #18093 .
2 years ago
sledgehammer999
12b58be8c2
Merge pull request #18104 from sledgehammer999/remove_dead_code
...
Remove dead code
2 years ago
Chocobo1
e4f1485c82
Fix wrong color code
...
Must have been a copy-paste error...
2 years ago
Vladimir Golovnev
1b2ff0f6f8
Handle tracker status updates asynchronously
...
* Add a helper for performing jobs in Session context
* Handle tracker status updates asynchronously
PR #18010 .
2 years ago
Vladimir Golovnev
a31755bbc8
Switch SQLite to use WAL journaling mode
...
PR #18048 .
2 years ago
sledgehammer999
311e0f21eb
Remove dead code
...
Leftover from the system tray code refactoring.
2 years ago
sledgehammer999
b86366f243
Merge pull request #18083 from now-im/patch-1
...
Fix Speed limit icon size
2 years ago
sledgehammer999
58d1c80b12
Merge pull request #18076 from thalieht/iconqueued
...
WebUI: Fix missing "queued" icon
2 years ago
Chocobo1
182915f801
Revise color for completed status
...
Now it uses the purple color which matches the completed status icon color.
Related: #18078 .
2 years ago
sledgehammer999
50c08e55cd
Merge pull request #18086 from sledgehammer999/translation_fix
...
Remove trailing newline from translation file
2 years ago
sledgehammer999
4307a09621
Remove trailing newline from translation file
...
I also fixed it on Transifex.
2 years ago
Nowshed H. Imran
d531d6d221
Fix Speed limit icon size
...
Fixes #18067 .
2 years ago
thalieht
4cf94a6fa0
WebUI: Fix missing "queued" icon
2 years ago
sledgehammer999
4cb60f4870
Sync translations from Transifex and run lupdate
2 years ago
Vladimir Golovnev
d82edb2838
Bump to 4.6.0alpha1
2 years ago
sledgehammer999
c91eefe469
Update Changelog
2 years ago
sledgehammer999
327affa340
Merge pull request #18002 from sledgehammer999/v450_changelog
...
Update Changelog
2 years ago
sledgehammer999
4e7c2589e4
Update Changelog
2 years ago
sledgehammer999
17ce07230d
Merge pull request #18038 from glassez/tree-update
...
Revert "Use another workaround to update files tree view"
2 years ago
Vladimir Golovnev
fda6c9a3d9
Prevent object from being used after destruction
...
PR #18031 .
2 years ago
Vladimir Golovnev (glassez)
92af2922c7
Revert "Use another workaround to update files tree view"
...
This reverts commit 0f82c16936
.
2 years ago
Vladimir Golovnev
1cee69da6c
Don't miss to store metadata of new torrent
...
PR #18033 .
2 years ago
Vladimir Golovnev
f54b66eb75
Merge pull request #17996 from glassez/non-blocking
...
Perform some unavoidable blocking calls asynchronously
2 years ago
Vladimir Golovnev (Glassez)
3563bad5fc
Revamp implementation of port forwarder
2 years ago
Vladimir Golovnev (Glassez)
1f3f96f7aa
Set metadata asynchronously
2 years ago
Vladimir Golovnev (Glassez)
7022adb89b
Change current IP filter asynchronously
2 years ago
Vladimir Golovnev (Glassez)
bac57de5f5
Update listening status using native session extension
2 years ago
Vladimir Golovnev
bdd56a52d3
Destroy object within appropriate thread
...
PR #18008 .
2 years ago
Vladimir Golovnev
dcdbd02102
Delete database file only after it is released
...
PR #18005 .
2 years ago
Vladimir Golovnev
b68c4e2106
Save correct resume data when added new torrent
...
PR #18003 .
2 years ago
Vladimir Golovnev
67cb75e9d3
Merge pull request #18001 from glassez/update-tree
...
Use another workaround to update files tree view
This is alternative approach to #17786 . It uses the similar workaround as was used a long time with Qt5 and stoped working with Qt6 so it is adjusted in this PR.
Also this fixes content model resetting handling.
2 years ago
Vladimir Golovnev
f9eefe866c
Merge pull request #17992 from glassez/preloading-magnet
...
Improve handling of preloading metadata.
This also allows to avoid blocking calls when performing some actions.
2 years ago
Vladimir Golovnev (Glassez)
c636618cf3
Correctly handle model resetting
2 years ago
Vladimir Golovnev (Glassez)
0f82c16936
Use another workaround to update files tree view
2 years ago
Chocobo1
d328eeb5be
Merge pull request #17980 from Chocobo1/model
...
Reserve space before appending elements
2 years ago
Chocobo1
d90ea0d3be
Move increment out of loop
2 years ago
Chocobo1
e7ece66717
Clean up code
2 years ago
Vladimir Golovnev
6c9c40fd7c
Avoid blocking call when changing libtorrent session settings
...
We don't really need to get currently used settings pack in order to apply changes to session settings. It is enough to apply settings pack that contains only updated settings.
PR #17989 .
2 years ago
Chocobo1
529c1ec9f4
Reserve space before appending elements
2 years ago
Chocobo1
93429840c8
Fix typos
2 years ago
Vladimir Golovnev (Glassez)
6aee7f95b7
Add torrent for preloading magnet asynchronously
2 years ago
Vladimir Golovnev (Glassez)
0b70ccf9e9
Cache torrent handles of preloading magnets
2 years ago
Vladimir Golovnev (Glassez)
da586828be
Don't perform unnecessary actions with preloading magnets
2 years ago
Vladimir Golovnev
2e4431f0b8
Save torrents queue w/o blocking calls
...
PR #17988 .
2 years ago
BallsOfSpaghetti
162273da47
Add confirmation to resume/pause all
...
This adds a confirmation dialog to Pause All and Resume All. First I wanted to only add it in Tray, but honestly, clicking around in the menu, using hotkeys might trigger it just as easy.
Closes #17683 .
PR #17945 .
2 years ago
sledgehammer999
22fb9797c4
Merge pull request #17978 from sledgehammer999/fix_chinese_locale
...
Fine tune translations loading for Chinese locales
2 years ago
Chocobo1
f6735401f4
Add port forwarding option for embedded tracker
...
Closes #17781 .
PR #17981 .
2 years ago