sledgehammer999
8fa6e372a2
Option to show console when external program is run
...
Windows only.
Closes #9592
5 years ago
FranciscoPombal
30502de960
Change some settings defaults for better behaviour out of the box
...
- CheckingMemUsageSize (16 MiB -> 32 MiB): a 16 MiB increase in memory consumption seems worthwhile for a nice performance boost in most cases.
- DiskCacheSize (64 MiB -> Auto): auto yields the best performance without committing to a huge fixed value.
- UseRandomPort (false -> true): The initial port chosen by qBittorrent may clash with something else the user already has that is aways using that port (low probability, but still). Thus, qBittorrent will always fail listening on that port, causing unexpected problems for the user. Users who know they want a fixed port will go to the settings anyway.
5 years ago
sledgehammer999
18de63f743
Merge pull request #11433 from jagannatharjun/colors
...
Allow transfer list text color changes through QSS
5 years ago
sledgehammer999
52273ca18c
Merge pull request #11696 from Medvedishce/Update-free-disk-space
...
Update free disk space label on Category change in Auto Mode
5 years ago
sledgehammer999
4ae8e176dc
Use modern unique_ptr practices
5 years ago
Prince Gupta
d3aa45526a
Allow transfer list text color changes through QSS
5 years ago
Mike Tzou
fab250f1e0
Merge pull request #11694 from Chocobo1/nullptr
...
Replace hard-coded numbers in TrackerFiltersList class
5 years ago
Medvedishce
48fff37143
Update free disk space label on Category change in Auto Mode
...
Closes #8772 .
This will fix issue that "Free space on disk:" label in
Add New Torrent dialog not updated on Category change
when Torrent Management Mode is on Auto mode.
5 years ago
Chocobo1
723668ba46
Replace hard-coded numbers in TrackerFiltersList class
5 years ago
Chocobo1
bf264b983a
Simplify null pointer check
5 years ago
Chocobo1
bb73fa5dbe
Replace a series of `if()` by `switch()`
5 years ago
Mike Tzou
1e4c837d6c
Merge pull request #11678 from an0n666/patch-1
...
Disable Torrent Queue by default
5 years ago
sledgehammer999
a25ed5f639
Sync translations from Transifex and run lupdate
5 years ago
sledgehammer999
1376e051df
Bump Web API version
5 years ago
sledgehammer999
90308c2ae5
Merge pull request #11660 from sledgehammer999/fix_smart_delete
...
Don't unnecessarily delete folder customization
5 years ago
sledgehammer999
3d43f1c800
Merge pull request #11642 from sledgehammer999/fix_save_path
...
Use the incomplete folder where appropriate
5 years ago
Mike Tzou
99c002ae27
Merge pull request #11614 from Tester798/master
...
Enable portable mode if "profile" folder exists
5 years ago
Mike Tzou
5b7df3a6e7
Merge pull request #11675 from jagannatharjun/resize-align
...
Align Properties tab bar correctly on window resize
5 years ago
sledgehammer999
64e5d41a2c
Don't unnecessarily delete OS files in folders
5 years ago
an0n666
e0d7876990
Disable Torrent Queue by default
...
It should remain disabled by default. Anyone that needs to Queue torrents for seeding/downloading should go to settings and change it to their preference.
5 years ago
Prince Gupta
6258c1e65b
Align Properties tab bar correctly on window resize
5 years ago
Tester798
053ee48692
Enable portable mode if "profile" directory exists
...
Enable portable mode if "profile" directory exists in the app dir.
Remove "--portable" command line argument.
Add logging of current profile config directory.
Closes #9445 .
5 years ago
sledgehammer999
564d845d87
Use the incomplete folder where appropriate
...
Restored torrents already have the correct path saved in their fastresume. Don't override it.
Magnets and new torrents have to be set explicitly to the incomplete folder if it is enabled.
Closes #11552
5 years ago
sledgehammer999
d09c5e529c
Merge pull request #11592 from sledgehammer999/refactor_listeningAddr
...
Rework the listening IP/interface selection code
5 years ago
Mike Tzou
b6476f7585
Merge pull request #11633 from Chocobo1/lanlimit
...
Enable "Apply rate limit to peers on LAN" option by default
5 years ago
Chocobo1
796595ffb6
Enable "Apply rate limit to peers on LAN" option by default
...
Because some ISP will deploy Carrier Grade NAT (means assigning private
IP address to user) and thus accidentally circumvent the speed limiter.
https://www.a10networks.com/blog/carrier-grade-nat/
5 years ago
sledgehammer999
8200ef6bd5
Rework the listening IP/interface selection code
...
Closes #11561
5 years ago
Mike Tzou
53183f3ab3
Merge pull request #11627 from nl6720/webui-magnet-warning-fix
...
Fix quoting of alert() in client.js
5 years ago
nl6720
5f5385d4dd
Fix quoting of alert() in client.js
...
Fix alert() I broke in #11615 .
5 years ago
Mike Tzou
a652c39394
Merge pull request #11029 from Piccirello/webui-rename-file
...
Add ability to rename torrent files from the WebUI
5 years ago
Mike Tzou
5e83574de1
Merge pull request #11615 from nl6720/webui-magnet-warning
...
Mention HTTPS in WebUI magnet link warning
5 years ago
Thomas Piccirello
2bce9f6179
Add ability to rename torrent files from the WebUI
...
Renaming folders is not yet supported. Closes #8892 .
5 years ago
Thomas Piccirello
9fecd18293
Fix incorrect function being used
5 years ago
nl6720
c1ef846c3d
Mention lack of HTTPS in WebUI magnet link warning
...
According to Mozilla docs, registerProtocolHandler() is only
available when using secure contexts (i.e. HTTPS for everything
outside localhost).
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
The message "Your browser does not support this feature" does not
make this obvious and can lead to confusion if the user is using a
modern browser.
5 years ago
Mike Tzou
a7bd68a2c7
Merge pull request #11607 from luigino/ppc64
...
Remove -march=native optimisation
5 years ago
Luigi Baldoni
2f83587f2a
Remove -march=native optimisation
5 years ago
Mike Tzou
7a657eb5d9
Merge pull request #11566 from Chocobo1/webui
...
Fixes for WebUI
5 years ago
sledgehammer999
0b91c4d890
Merge pull request #11557 from adem4ik/patch-1
...
Update russian.nsi
5 years ago
Mike Tzou
d051519eff
Merge pull request #11568 from Chocobo1/icon
...
Fix inconsistent icon for deleting torrent
5 years ago
Chocobo1
c896982efb
Fix incorrect translation displayed after language change
...
It is expected in WebUI that the language change applies immediately
(without a program restart) and this static caching prevents that.
5 years ago
Chocobo1
5f165c4c00
Fix HTML elements size in search tab
...
Specifying a height/width value might cut the displayed text or
obstruct centering the text in the button, so let it auto decide
instead.
Closes #11553 .
5 years ago
Thomas Piccirello
33a3624652
Rename Country column to "Country / Region"
...
Not all flags displayed strictly belong to countries.
5 years ago
Chocobo1
a92826d316
Fix inconsistent icon for deleting torrent
...
Closes #11565 .
5 years ago
Chocobo1
04f270b9bc
Fix missing translations in search plugins dialog
...
Closes #11551 .
5 years ago
Andrei Stepanov
c89c51f871
Update russian.nsi
5 years ago
Mike Tzou
2e8b17e498
Merge pull request #11521 from Chocobo1/errorStatus
...
Fix stuck in wrong torrent state
5 years ago
Vladimir Golovnev
452b1d8ea2
Merge pull request #11543 from j1warren/content_tab_feature
...
Expand single-item folders in torrent content
5 years ago
sledgehammer999
ad0bc5d90d
Bump to 4.3.0alpha1
5 years ago
sledgehammer999
b7c2f74c19
Update Changelog
5 years ago
sledgehammer999
f46058bbd6
Sync translations from Transifex and run lupdate
5 years ago