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
sledgehammer999
a87d1d43fc
Merge pull request #9199 from zeule/cmake
...
Use proper include files in the QtSingleApplication find module.
6 years ago
Eugene Shalygin
af7b40ecc2
Use proper include files in the QtSingleApplication find module.
...
Look for qtsinglecoreapplication.h when Qt5Widgets module was not found,
and qtsingleapplication.h otherwise. Fixes #9196 .
This also removes Qt4 support from the QtSingleApplication find module.
6 years ago
Chocobo1
42eac2ee3c
Simplify code
...
This avoids "deferencing null pointer" warning from static analyzers.
6 years ago
Chocobo1
ec7dfee887
Fix typo
6 years ago
Vladimir Golovnev
c7f1f1494e
Merge pull request #9187 from glassez/tracker-favicon
...
Download favicon using appropriate protocol
6 years ago
Vladimir Golovnev
11cd828e8a
Merge pull request #9186 from glassez/fix-dm
...
Apply proxy settings on DownloadManager creation
6 years ago
Vladimir Golovnev
5d931ef9ab
Merge pull request #9180 from glassez/resume-data
...
Save resume data on torrent change events. Closes #9174
6 years ago
Chocobo1
e04aae686f
Cache more preference values
...
These values from Preference class are frequently used.
Also group related variables together.
6 years ago
thalieht
ae03ecea21
Add hotkey for toggling focus between the search LineEdits
6 years ago
thalieht
2e9c61c452
Limit the scope of find torrents hotkey in MainWindow
...
To TransferListWidget because it will interfere with the SearchWidget's focus hotkey
6 years ago
thalieht
df9aa6dc36
Add a name filter for search results
...
Closes #8226
6 years ago
Vladimir Golovnev (Glassez)
f7c252886f
Apply proxy settings on DownloadManager creation
6 years ago
Vladimir Golovnev (Glassez)
088273a767
Download favicon using appropriate protocol
...
Some trackers use UDP protocol but we can't download its favicon
using UDP. Just try to download it using HTTP.
6 years ago