vit9696
d25467d3e6
Various macOS UI improvements
7 years ago
Chocobo1
0532d546d7
Implement HTTP host header filtering
...
This filtering is required to defend against DNS rebinding attack.
7 years ago
Eugene Shalygin
74cecb1b6c
Replace C-style casts with C++ ones
8 years ago
Naikel Aparicio
9ba00d7035
Implemented share limit by seeding time
8 years ago
Eugene Shalygin
8ca730f0d8
Use new signal/slot syntax in options dialog
8 years ago
Eugene Shalygin
7320ac1bc0
Use file path edit widgets in options and add torrent dialog
8 years ago
Chocobo1
933f9f1451
Fix optionsdlg position
8 years ago
Vladimir Golovnev (Glassez)
989a70fe60
Redesign RSS subsystem
8 years ago
Vladimir Golovnev (Glassez)
22178f9997
Fix strip torrent root folder
8 years ago
sledgehammer999
4b2d8a7941
Setting for creating subfolder on multifile torrents. Closes #588 .
8 years ago
sledgehammer999
a7dcf20ed1
Fix state of IP filter widgets.
8 years ago
dzmat
59de1af31b
implemented UI for managment of locally banned IP list ( Closes #1837 )
8 years ago
Eugene Shalygin
e64bb1de8c
Drop Qt 4 support
8 years ago
Chocobo1
759bf4d73d
Allow to load/use ECDSA certificate in webUI.
...
Limit max read size
Improve messages in dialogs
Refactor
8 years ago
Chocobo1
511796f74e
Replace rand() by a true uniform distribution generator
8 years ago
Chocobo1
4ad541d066
Fix coverity issues
...
torrentcontentmodel: Use a variable to store filesCount
optionsdlg: add fallthrough comment to suppress warning
speedPlotview: initialize member
misc: fix wrong type used, add spaces
8 years ago
sledgehammer999
7d7f82ae46
Fix finding 'English' item in language dropdown menu when an unrecognized locale is requested. Closes #6109 .
8 years ago
Eugene Shalygin
9bab229108
Adjust icons names to better fit FDO scheme
...
An icon theme may use variously styled icons for various types of UI
elements. For example, Breeze theme uses monochrome icons for actions
(toolbars) and statuses, but colourful for view contents. qBittorrent
was using icon names without putting attention to categories, creating
mix of styles in UI elements (i.e. the main toolbar).
This commit fixes icon names (and move some of them to theme) to avoid
this style mixes where possible.
Unfortunately, options dialog page icons for network and speed limits
are remained monochrome because there are no Breeze or Adwaita icons to
match.
8 years ago
sledgehammer999
c384cc8c8c
Move new icons to their own theme folder.
8 years ago
sledgehammer999
435886bbf0
Fix GUI for proxy settings. Closes #6045 .
8 years ago
sledgehammer999
283511116e
New translations: Icelandic, Latvian, Malay, Occitan, Uzbek
...
Also re-run lupdate.
8 years ago
Chocobo1
ab187f06da
Fix unused variable warnings
8 years ago
sledgehammer999
e440fc3d17
Fix setting a speed limit.
8 years ago
sledgehammer999
db4b30ad48
Fix values for unsetting speed limits.
8 years ago
sledgehammer999
6053390bf5
Unify and simplify setting to use proxy for torrents only.
8 years ago
sledgehammer999
a5ae86512a
Rename IP filtering functions and settings names.
8 years ago
Brian Kendall
630871214f
Hiding SSL / SMTP option when building without SSL support
...
The SMTP server always uses unencrypted connections in this case so showing the check box is misleading
8 years ago
Vladimir Golovnev (Glassez)
b5fe749f0b
Use new libtorrent-1.1 settings API
9 years ago
Vladimir Golovnev (Glassez)
b2cb473b63
Don't use Preferences in BitTorrent::Session
9 years ago
Chocobo1
0ad33bf9ac
Let user able to specifiy a filter when choosing an IP filter file
9 years ago
Chocobo1
c85a0a41ba
Rename "options.ui" to "optionsdlg.ui"
...
Rename class name "options_imp" to "OptionsDialog"
Rename "options_imp.cpp" to "optionsdlg.h"
9 years ago
Chocobo1
97ee63fc78
Move options ui as a pointer member variable
9 years ago
Chocobo1
05cbb35814
Follow header inclusion rule
9 years ago
sledgehammer999
81ea07abee
Rename ASM to TMM and related stuff.
9 years ago
sledgehammer999
df22c5a914
Slim down 'Downloads' page of options window.
9 years ago
Chocobo1
83b58468d9
Improve error messages for "Auto download torrents"
9 years ago
Chocobo1
dbf744a179
Change "Auto download torrent" default save path to "default location".
9 years ago
Eugene Shalygin
47a3f1d93d
Fix a typo in TorrentFileGuard
9 years ago
Eugene Shalygin
6e73fa80b8
Add option to automatically remove .torrent files upon adding
...
Some browsers do not download files, intended for immediate opening,
into a temporary directory, and thus a regular download directories
accumulate those unneeded files.
The option allows qBittorrent to clean after itself and delete those
files whether they were succesfully added or not (user-selectable
policy).
9 years ago
Chocobo1
a81cf1ea16
Fix "IP Filtering - Apply to trackers" wasn't being applied. Closes #5217 .
9 years ago
Chocobo1
2c2638c1fe
Disable `comboHideZero` when `checkHideZero` is unchecked.
...
Disable `checkLimituTPConnections` when `checkuTP` is unchecked.
Minor code formatting
9 years ago
Chocobo1
71ec5c5c05
Fix long text clipping. Closes #5091 .
9 years ago
sledgehammer999
fa8bae8931
Fix commit about Esperanto. Closes #4999 again.
9 years ago
sledgehammer999
cef150eee6
Fix selection of Esperanto locale. Closes #4999 .
9 years ago
sledgehammer999
d721939d5f
Use SettingsStorage instead.
9 years ago
sledgehammer999
1058572c8a
Implement file logger.
9 years ago
sledgehammer999
46a355675e
Fix commit 83e931766f
(wrong conflict resolution).
9 years ago
Chocobo1
83e931766f
Add tip about adding quotation marks around parameter
9 years ago
Vladimir Golovnev (Glassez)
dd34663224
Implement Advanced Saving Management subsystem
...
Closes #4696
9 years ago
Chocobo1
1c25603686
Fix weird left panel icon layout
...
Remove Advanced page border
9 years ago