thalieht
400eafce2b
Rename 2 methods to eliminate ambiguity
6 years ago
thalieht
4dcb0b922e
Add regex option in the search filter's context menu
...
In the search job widget.
6 years ago
sledgehammer999
6c9a4df515
Merge pull request #8538 from thalieht/searchFilter
...
Add a name filter for search results
6 years ago
sledgehammer999
366239ca7b
Merge pull request #9244 from Couchy/inhibit_sleep_options
...
Inhibit sleep for running downloads or uploads regardless of network activity
6 years ago
sledgehammer999
a3172590d0
Merge pull request #9255 from thalieht/filterRegex
...
Add option to use regexps in the transfer list's search filter's context menu
6 years ago
Mike Tzou
f44ff63361
Merge pull request #9278 from Couchy/torrent_file_error_handling
...
Improve error handling when loading torrent files
6 years ago
sledgehammer999
9dd1049f24
Merge pull request #9274 from sledgehammer999/tray_close_notification
...
Notify users on 1st time close/minimize to tray
6 years ago
Couchy
3808b5df16
Avoid allocating large memory when loading a .torrent file
...
`QIODevice::read(qint64 maxSize)` will allocate full `maxSize` of memory no matter
what the real file size was, this caused users to experience out-of-memory
exception on 32-bit qbt.
Also handle the OOM execption if it still fails.
Closes #9064 , #9075 , #9130 , #9239 , #9246 , #9279 .
6 years ago
Mike Tzou
5f61ffa184
Merge pull request #9303 from Chocobo1/fix
...
Fix I/O error after fetching magnet metadata
6 years ago
thalieht
2485525896
Add option for regexps in the transferlist search filter's context menu
6 years ago
Chocobo1
63991cb58e
Fix I/O error after fetching magnet metadata
...
It is caused by an extra path seperator, so removing it fixes it.
Fixup 9612a75faa
.
6 years ago
sledgehammer999
05d76e7282
Update AppVeyor config
6 years ago
sledgehammer999
fd30bf7423
Notify users on 1st time close/minimize to tray
6 years ago
sledgehammer999
2befd2927a
Revert "Set "close to tray" to false as default"
...
This reverts commit dc9ec0e408
.
6 years ago
Vladimir Golovnev
260b03de92
Merge pull request #9265 from glassez/dont-save-paused
...
Never save resume data for already paused torrents
6 years ago
Mike Tzou
879ba230af
Merge pull request #9280 from Chocobo1/upgrade
...
Make ProgramUpdater upgrade to 64-bit qbt when running on 64-bit Windows
6 years ago
Chocobo1
8e1f3ac016
Make ProgramUpdater upgrade to 64-bit qbt when running on 64-bit Windows
6 years ago
Mike Tzou
89081d5365
Merge pull request #9268 from Chocobo1/clean
...
Put temporary files in qbt own temp folder and cleanups
6 years ago
Lukas Greib
48cd993c92
Inhibit sleep regardless of activity
...
"Active torrents" is a somewhat unintuitive concept as a basis for
preventing sleep, as torrents can become active or inactive on the
network at any time. This brings some predictability to the inhibit
sleep option, and will inhibit sleep as long as there are unpaused
downloads or uploads, regardless of network activity.
Closes #1696 , #4592 , #4655 , #7019 , #7159 , #7452
6 years ago
Vladimir Golovnev
d106d908ef
Merge pull request #9273 from thalieht/closetotray
...
Set "close to tray" to false as default
6 years ago
thalieht
dc9ec0e408
Set "close to tray" to false as default
6 years ago
Chocobo1
1c7abfdf46
Avoid regenerating .qm files unnecessarily
...
Translations included at top level is to avoid regenerating the .qm files every
time when src.pro is processed.
Partially revert 5b7c089dd2
.
6 years ago
Chocobo1
9612a75faa
Put temporary files in qbt own temp folder
6 years ago
Chocobo1
e1727c9a6a
Refactor GuiIconProvider::generateDifferentSizes()
6 years ago
Vladimir Golovnev (Glassez)
2a6e38aa28
Never save resume data for already paused torrents
6 years ago
Vladimir Golovnev (Glassez)
7716a27d0d
Reorder resume data saving conditionals
...
Having conditionals which can break saving of torrent resume data
in order from more likely to less likely is more effective.
6 years ago
Chocobo1
9df67b52b8
Add const to function signature
6 years ago
Mike Tzou
fea7a96e68
Merge pull request #9257 from Chocobo1/prio
...
Avoid potentially setting the wrong piece priorities
6 years ago
Mike Tzou
8dae7f4a87
Merge pull request #9229 from Piccirello/forceReannounce
...
Add WebUI Force Reannounce option
6 years ago
Chocobo1
73b5efbb23
Avoid potentially setting the wrong piece priorities
...
Updating file priorities is an async operation in libtorrent, when we
just updated it and immediately query it, we might get the
old/wrong values, so we rely on `updatedFilePrio` in this case.
6 years ago
Chocobo1
a68cdc5225
Refactor code
...
Make the code slightly easier to read.
6 years ago
Chocobo1
9bd8587c68
Add const to function parameters
6 years ago
Mike Tzou
e59841d35c
Merge pull request #9218 from Chocobo1/new
...
Code cleanup
6 years ago
Chocobo1
650f585bf3
Remove static keyword overuse
6 years ago
Chocobo1
a70219eea0
Move member variable initialization
...
Move the initialization from constructor body to member initializer
list.
Remove superfluous initializer.
6 years ago
Chocobo1
517fc39950
Remove unnecessary dynamic allocation
...
Also remove unneeded `if ()` conditional.
6 years ago
Chocobo1
56766dc08b
Avoid binding constant reference to returned object
...
In such cases, it makes no sense doing so.
6 years ago
Mike Tzou
5d4da09093
Merge pull request #9217 from Chocobo1/char
...
Replace single-character string with character literal
6 years ago
Thomas Piccirello
13075e5099
Send all rechecks in one request
6 years ago
Thomas Piccirello
cdad0dc7d3
Add WebUI Force Reannounce option
6 years ago
Chocobo1
0217d5b4c0
Replace single-character string with character literal
...
Also remove unnecessary dynamic allocation.
6 years ago
sledgehammer999
17405dfc10
Merge pull request #9202 from sledgehammer999/toc_coding
...
Add a TOC in the coding guidelines
6 years ago
sledgehammer999
eb20b53af4
Remove trailing dot from headings
6 years ago
sledgehammer999
90dfdcc36d
Add a TOC in the coding guidelines
6 years ago
Mike Tzou
7e3cf99bb9
Merge pull request #9210 from Chocobo1/options
...
Add options in AddNewTorrentDialog
6 years ago
Chocobo1
cb687ba3bd
Add options in AddNewTorrentDialog
...
The new checkboxes are: "Download in sequential order", "Download first
and last pieces first".
6 years ago
Mike Tzou
aed971883d
Merge pull request #9192 from Chocobo1/msg
...
Revise dialog messages
6 years ago
Chocobo1
1b406c97da
Revise dialog messages
...
Using critical dialog is a bit too strong as qbt didn't actually run
into something that fails, so downgrade to warning dialog.
6 years ago
Mike Tzou
59d70c8a96
Merge pull request #9193 from Chocobo1/fix
...
Simplify code
6 years ago
Mike Tzou
837308deb6
Merge pull request #9185 from Chocobo1/cache
...
Cache more preference values in WebApplication
6 years ago