Eugene Shalygin
141af072b9
cmake: use C++14 when available
...
Libtorrent does the same and we have to follow since
its ABI depends on the C++ standard version.
Partially closes #9485 .
6 years ago
sledgehammer999
bdc788c824
Bump Web API version
6 years ago
Vladimir Golovnev
fe9fb03e38
Merge pull request #9482 from proninyaroslav/patch-1
...
Fix typo in variable name
6 years ago
Vladimir Golovnev
28a6ac3197
Merge pull request #9228 from Piccirello/addCategory
...
Add save path and category editing to WebUI
6 years ago
sledgehammer999
6660184091
Merge pull request #9483 from sledgehammer999/save_queued_state_change
...
Save state change from queued to paused
6 years ago
sledgehammer999
7d493f5367
Fix macOS builds in travis-ci
6 years ago
sledgehammer999
c520e657ce
Save state change from queued to paused
6 years ago
Yaroslav Pronin
4e28033c9c
Fix typo in variable name
6 years ago
sledgehammer999
bfb1210c43
Merge pull request #9406 from thalieht/preselecttext
...
Preselect name without extension when renaming files
6 years ago
Vladimir Golovnev
5e35335ad4
Merge pull request #9254 from thalieht/searchStuff
...
Add a shortcut to download selected torrents from search job
6 years ago
Vladimir Golovnev
d18de18128
Merge pull request #9461 from thalieht/tracker
...
Show "N/A" if there is no scrape response
6 years ago
sledgehammer999
01feae60ee
Merge pull request #9449 from sledgehammer999/favicon_key
...
Save option about tracker favicons under correct key
6 years ago
sledgehammer999
118545d0f4
Merge pull request #9383 from sledgehammer999/huge_alert_queue
...
Decrease probability of missing important alerts
6 years ago
Mike Tzou
5cb41c3c2d
Merge pull request #9387 from Piccirello/webui-pref-tweaks
...
Minor WebUI visual changes
6 years ago
thalieht
94613c2fa2
Fix some warnings
6 years ago
thalieht
e2b46f01bb
Show "N/A" if there is no scrape
...
Disambiguates whether the tracker send a response of 0 peers/seeds/downloaded or didn't send one at all.
6 years ago
Mike Tzou
487ea36782
Merge pull request #9444 from Chocobo1/dpi
...
Fix GUI scaling issue on Linux
6 years ago
sledgehammer999
eb9f07bcc6
Save option about tracker favicons under correct key
6 years ago
sledgehammer999
9ce619eac8
Decrease probability of missing important alerts
...
During startup we can get above 1000 alerts at each pop even with only
30 torrents in the queue. This is because libtorrent will post
piece_finished_alert and file_completed_alert for each torrent. These
alerts push out of the way the ones we care about.
The alert queue will be grown to max only if needed. So we don't use
more memory. It will greatly depend on how many torrents a user has in
their session.
When getting fastresume_rejected_alert we need to act as fast as
possible in pausing it, otherwise there's a chance it will begin
downloading and writing to disk before we pause it.
6 years ago
thalieht
ffc2193df9
Preselect name without extension when renaming files
...
And preselect the whole string for everything else.
6 years ago
Thomas Piccirello
fef1ad6083
Allow WebUI sidebar filters to be hidden
6 years ago
Chocobo1
79dae55a61
Fix GUI scaling issue on Linux
...
It seems `QT_AUTO_SCREEN_SCALE_FACTOR` doesn't work as expected.
Closes #6935 .
6 years ago
Mike Tzou
8544351754
Merge pull request #9436 from Piccirello/disable-dht
...
Don't disable DHT when using force proxy
6 years ago
Thomas Piccirello
c10d237f7a
Don't disable DHT when using force proxy
...
Closes #9292
6 years ago
Thomas Piccirello
adad883eb6
Increase WebUI Options initial height
6 years ago
Thomas Piccirello
b05a443cad
Adjust WebUI Options form alignment
6 years ago
Thomas Piccirello
63c53766b4
Add save path and editing to WebUI new category dialog
6 years ago
thalieht
ce3e68670d
Refactor in searchjob to always color visited entries
...
Now it colors multiple entries, when visited at once, via the hotkey or
the Download button.
6 years ago
Mike Tzou
846d8993a9
Merge pull request #9410 from Chocobo1/clazy
...
Minor fixes
6 years ago
Chocobo1
371c7008e1
Update INSTALL file
...
Closes #9385 .
6 years ago
sledgehammer999
6f04754a63
Merge pull request #9408 from FlingeR/patch-openbsd
...
Support the OpenBSD filesystem
6 years ago
Elias M. Mariani
33af699191
Support the OpenBSD filesystem
6 years ago
Chocobo1
718b3f0bf5
Reset button text to default
...
This is to avoid Qt auto-generating code like this:
`buttonAdd->setText(QStringLiteral(""));`
Which makes no sense and triggers clazy warning (Wclazy-empty-qstringliteral).
6 years ago
Chocobo1
254782def6
Avoid copy-construct QString in for loop
6 years ago
sledgehammer999
be419d5ecf
Fix TravisCI macOS builds
6 years ago
sledgehammer999
af6c5ae5bd
Merge pull request #9390 from thalieht/fixprioritysaving
...
Save fastresumes when changing torrent priorities
6 years ago
thalieht
ec9120adf0
Save torrents priorities on torrent finished
...
Save fastresumes for all torrents that shifted in the queue when a torrent finished.
6 years ago
thalieht
95b02bbb2e
Save fastresumes when changing torrent priorities
6 years ago
Vladimir Golovnev (Glassez)
386d0565fe
Always save actual queue position
6 years ago
Vladimir Golovnev
9fa78c7b50
Merge pull request #9331 from thalieht/seqfirstlast
...
Allow setting seq & first/last from context menu without metadata
6 years ago
Vladimir Golovnev
93f9b3de8b
Merge pull request #9314 from thalieht/searchregexfilter
...
Add option to use regexps in the search job's search filter's context menu
6 years ago
Mike Tzou
5f175e113a
Merge pull request #9365 from Chocobo1/qchar
...
Fix WebUI unreachable issue
6 years ago
sledgehammer999
c83d89385a
Merge pull request #9357 from Chocobo1/svg
...
Fix icon height/width ratio
6 years ago
Chocobo1
903a747dba
Add config file for SVGO
6 years ago
Chocobo1
e9a8ac0544
Fix icon height/width ratio
...
It was causing misalignment in TransferListFiltersWidget text label.
6 years ago
Thomas Piccirello
a0e6007fc1
Include category save path in web api sync data
6 years ago
Thomas Piccirello
d89ef22d85
Require torrent category creation to be explicit
6 years ago
Chocobo1
262c3a75bd
Fix WebUI unreachable issue
...
QVariant doesn't have constructor for plain char, by default it converts
a plain char into an integer, hence the WebUI issue.
Closes #9333 .
6 years ago
Mike Tzou
ee57b68901
Merge pull request #9346 from Chocobo1/lastact
...
Fix values sorted wrong in "Last Activity" column
6 years ago
Chocobo1
d7aa0819d9
Fix values sorted wrong in "Last Activity" column
...
I suspect there could be other negative values.
Closes #9012 .
Also apply the changes to TR_RATIO_LIMIT, avoiding similar problems.
6 years ago