Chocobo1
4094a4c448
Simplify functions
2 years ago
Tyler Dunn
987e1b544a
Don't autofill background color on macOS
...
PR #17669 .
2 years ago
Vladimir Golovnev
5cf6b1cbde
Handle more torrent conflicts
...
PR #17668 .
This is a continuation of #17576 .
Handles the case when you add hybrid torrent by v1-only magnet link and this torrent is already known by its full hybrid info hash (i.e. by both v1 and v2 info hashes).
2 years ago
Vladimir Golovnev
4318de6dc5
Add ability to run external program on torrent added
...
PR #17646 .
2 years ago
summer
459d1cf82c
Allow to pause a checking torrent from context menu
...
PR #17611 .
2 years ago
Chocobo1
fb37b0c147
Suppress warning
...
Seems `lupdate` tool cannot correctly recognize the class/context of `tr()` here, so specify the
class/context manually.
2 years ago
Chocobo1
9877ff330e
Make strings translatable
2 years ago
Tyler Dunn
6f88609d60
Avoid string lookup when setting row color
...
PR #17665 .
2 years ago
Tyler Dunn
6263c4786b
Allow 'Export .torrent' tooltip to be translatable
...
Closes #17660 .
PR #17664 .
2 years ago
Vladimir Golovnev
ca897a8a35
Cache download/upload limit values
...
PR #17640 .
2 years ago
Vladimir Golovnev
77dd8bd27b
Parse torrent info separately from resume data
...
PR #17639 .
2 years ago
Vladimir Golovnev
fe34749cfe
Proactively append extension to incomplete files
...
PR #17631 .
2 years ago
Vladimir Golovnev
646322b2a2
Let Qt handle system tray icon availability
...
PR #17519 .
2 years ago
sledgehammer999
ddf4b94bc6
Sync translations from Transifex and run lupdate
2 years ago
Vladimir Golovnev
794a92f911
Make qBittorrent compatible with libtorrent master
...
PR #17604 .
2 years ago
Chocobo1
f6e2715f4a
Apply forward declaration
...
Follow up 525692759d
.
PR #17621 .
2 years ago
Chocobo1
082e6f8830
Apply i18n translation only to built-in WebUI
2 years ago
Chocobo1
ee38124db7
Optimize symbolic links checking
2 years ago
Chocobo1
e06e1d9911
Throw error exception properly
2 years ago
Chocobo1
3851e76179
Remove special handling of icons
2 years ago
Chocobo1
d693f97a46
Use natural sort in WebUI
2 years ago
Chocobo1
ca274635d5
Make WebUI images self-contained
2 years ago
Vladimir Golovnev
525692759d
Split Session class into interface/implementation parts
...
PR #17579 .
2 years ago
Chocobo1
9f511a47e8
Adjust Edit menu of WebUI to follow GUI
2 years ago
Chocobo1
7b0644cdcd
Use proper verb when referring to torrent removal
2 years ago
Vladimir Golovnev
7527343629
Handle some torrent conflicts
...
PR #17576 .
2 years ago
Chocobo1
d28b5f7834
Rephrase `confirm deletion` dialog
...
Closes #14309 .
PR #17586 .
Co-authored-by: xavier2k6 <42386382+xavier2k6@users.noreply.github.com>
2 years ago
Chocobo1
04f6ee79c3
Improve icon readability at small size
...
https://github.com/qbittorrent/qBittorrent/pull/17578#pullrequestreview-1079562121
Co-authored-by: Nowshed H. Imran <nowshed.imran@gmail.com>
2 years ago
Chocobo1
b046b40668
Fix icon in WebUI being trimmed
2 years ago
Chocobo1
72941b10bb
Use proper request method
2 years ago
Chocobo1
d6c92704a1
Restrict more WebAPI endpoints to POST method only
2 years ago
Jesse Smick
ba511e07b4
WebUI: Improve pieces bar drawing algorithm
...
PR #17336 .
2 years ago
Chocobo1
aa6b29fe7e
Set HTTP method restriction on WebAPI actions
...
PR #17548 .
2 years ago
Chocobo1
d7d1a90de6
Fix wrong parent path
2 years ago
Chocobo1
16482c507b
Fix drive letter validness check
2 years ago
Chocobo1
5abd72d42a
Add comments about "UNC path" support
2 years ago
Chocobo1
2fa5ad982d
Improve absolute/relative path detection
2 years ago
Chocobo1
43df7d0cd4
Improve path validness test
2 years ago
Chocobo1
06c704c740
Revise quote behavior
...
Now the behavior of double quotes aligns more as with issuing commands from shell/command line.
Related: https://github.com/qbittorrent/qBittorrent/pull/17453#issuecomment-1203372027
PR #17515 .
2 years ago
Vladimir Golovnev
916e53c260
Show progress dialog on second instance run
...
PR #17516 .
2 years ago
xavier2k6
3f94a68e62
Sync `nonstd/expected` with upstream
...
* Used commit: `95b9cb015fa17baa749c2b396b335906e1596a9e` (Release v0.6.2)
* Source: https://github.com/martinmoene/expected-lite/releases
PR #17508 .
2 years ago
Vladimir Golovnev (Glassez)
d27dd85dfd
Correctly replace desktop integration menu
2 years ago
Vladimir Golovnev (Glassez)
15515200ee
Avoid race conditions between dialogs on startup
2 years ago
Vladimir Golovnev
7f40602da9
Fill in initial data in add_torrent_alert handler
...
libtorrent < 2.0.7 has a bug that add_torrent_alert is posted too early
(before torrent is fully initialized and torrent extensions are created)
so we have to fill initial torrent data in add_torrent_alert handler.
PR #17491 .
2 years ago
Chocobo1
33e6ca6778
Redesign Version class
...
PR #17484 .
2 years ago
summer
54b50c3a8a
Do not inhibit system sleep/auto shutdown for torrents stuck at downloading metadata
...
PR #17481 .
2 years ago
Chocobo1
fa3d98aa37
Add keyboard shortcut to Download URL dialog
...
Closes #17436 .
PR #17490 .
2 years ago
Vladimir Golovnev
e24aaa4ce1
Show startup progress dialog
...
PR #17389 .
2 years ago
Chocobo1
a4c2363f43
Improve constructor of Version class
...
Now we can write `Version<int, 3, 1>(1)` and provide only 1 parameter
instead of all 3 parameters at once at the constructor. Note that for
this instance of `Version` 3 numbers were specified but only 1 is truly
mandatory.
The added code are required to specify conditions of the template
instantiation for the compiler.
2 years ago
Vladimir Golovnev
0056a61db3
Clear RSS parsing error after use
...
PR #17465 .
2 years ago