Chocobo1
ddb9dfe185
Disable copy construction of QObject subclasses
5 years ago
Chocobo1
6d167e9a28
Remove const from class variables
...
It prohibits copy construction, copy assignment and move semantics.
5 years ago
Chocobo1
21581141f6
Support range-based iteration in IndexRange class
5 years ago
an0n666
1d3bb705c8
Remove "requires restart" from network interface settings
...
Network interface changes are applied on the fly. A restart is not required.
5 years ago
Mike Tzou
35a4643824
Merge pull request #12637 from RockyTDR/master
...
NSIS: Updated Dutch translation
5 years ago
thalieht
1bdffe1729
Rename "Create subfolder" to "Keep top-level folder"
...
Closes #12673
5 years ago
Thomas De Rocker
e5be05584e
NSIS: Update Dutch translation
5 years ago
sledgehammer999
02434129f6
Use latest cmake on TravisCI
5 years ago
FranciscoPombal
d593d6baa1
CMake: Enforce minimum C++ mode support
5 years ago
FranciscoPombal
f63e70b449
Bump minimum required CMake version to 3.16
5 years ago
sledgehammer999
1db90e1fb6
Merge pull request #12680 from sledgehammer999/travis-bionic
...
Switch TravisCI to bionic
5 years ago
sledgehammer999
d7d60ab78d
Switch TravisCI to bionic
5 years ago
Mike Tzou
6dcb0665ca
Merge pull request #12655 from Chocobo1/delete
...
Improve behavior of deleting torrents in transfer list
5 years ago
Mike Tzou
725c836a26
Merge pull request #12659 from adem4ik/patch-1
...
Fix typo in optionsdialog.cpp
5 years ago
Chocobo1
7ce83599b4
Improve behavior of deleting torrents in transfer list
...
Avoids accessing invalid pointers.
Closes #12584 .
5 years ago
Andrei Stepanov
159f93e051
Fix typo in optionsdialog.cpp
...
qBittorent -> qBittorrent
5 years ago
Chocobo1
4e961845cf
Clean up variable initialization order
5 years ago
sledgehammer999
e786481655
TravisCI: Update libtorrent RC_1_2 brew bottle
...
Is is built with deprecated functions disabled.
5 years ago
sledgehammer999
480e732694
Bump Web API version
5 years ago
sledgehammer999
13a96407b3
Sync translations from Transifex and run lupdate
5 years ago
Mike Tzou
7bc572afb9
Merge pull request #12602 from Chocobo1/metatype
5 years ago
Vladimir Golovnev
c10318b576
Merge pull request #12549 from SeproDE/rss-api
...
Expand RSS related WebAPI
5 years ago
Vladimir Golovnev
4b897e7702
Merge pull request #12603 from glassez/fix-crash
...
Fix crash when torrent is deleted on limit reached
5 years ago
Mike Tzou
708b9b9c1b
Merge pull request #12579 from Chocobo1/headers
...
Add ability to send custom HTTP headers
5 years ago
Mike Tzou
78cc0752a8
Merge pull request #12598 from schnurlos/patch-7
...
NSIS: Update german translation
5 years ago
Vladimir Golovnev (Glassez)
22bda12d6c
Fix crash when torrent is deleted on limit reached
5 years ago
Chocobo1
9efd5eaed3
Register datatype properly
...
Qt 5.9.5 doesn't seem to recognize it, this patch fixes it.
Fix up: d8401c76f5
.
Related: #12601 .
5 years ago
Chocobo1
2729c0cb6d
Suppress misleading warning message
...
QString::split() was giving a non-empty QStringList, and
that caused Session::setBannedIPs() to emit misleading warning message.
5 years ago
schnurlos
a1766d25af
NSIS: Update german translation
5 years ago
Chocobo1
bb80b378c1
Add ability to send custom HTTP headers
5 years ago
NotTsunami
cc1ebbf379
Add HTTPS tracker certificate validation option
...
This commit adds a new libtorrent setting to validate HTTPS tracker
certificates. When enabled, libtorrent will validate the certificate
of HTTPS trackers against the system's certificate store. This option
is only enabled on libtorrent versions >= 1.2.6 and on non-Windows
systems, as OpenSSL does not use the system's certificate store on
Windows.
5 years ago
Sepro
98bb63b390
WebAPI: Change delimiter from string to char in preferences API
5 years ago
Sepro
a3b58e59da
WebAPI: Expand RSS related API
...
Added markAsRead API method with optional parameter for specifying single article.
Added the rss_smart_episode_filters and rss_download_repack_proper_episodes keys to preference api.
Added matchingArticles API method for retrieving articles that match specified rule.
5 years ago
sledgehammer999
f1d02c6aee
Sync translations from Transifex and run lupdate
5 years ago
sledgehammer999
f758b24486
Merge pull request #12487 from an0n666/no-localhost-on-invalid
...
Use configured net interface even when it is missing
5 years ago
Mike Tzou
5cfec83385
Merge pull request #12568 from NotTsunami/upnp-fix
...
WebUI: Fix UPnP lease duration get/set
5 years ago
Mike Tzou
188f82d3be
Merge pull request #12567 from Chocobo1/icon
...
Reduce ambiguity for selecting icons
5 years ago
an0n666
e3e5da7a71
Use configured net interface even when it is missing
5 years ago
NotTsunami
075633cc40
WebUI: Fix UPnP lease duration get/set
...
Add missing setProperty and getProperty calls for the new UPnP lease
duration setting.
Fixes 6b4925d222
.
Closes #12566 .
5 years ago
Chocobo1
f915241bcb
Reduce ambiguity for selecting icons
...
Related: #12554 .
5 years ago
Mike Tzou
8ed63d69de
Merge pull request #12528 from thalieht/proxycheckbox
...
Don't uncheck Authentication checkbox when changing proxy type
5 years ago
sledgehammer999
48c1ad8059
Merge pull request #12486 from MaddTheSane/patch-1
...
Update Info.plist
5 years ago
thalieht
5d16379941
Don't uncheck Authentication checkbox when changing proxy type
...
Closes #12525
5 years ago
Mike Tzou
e05ef12e68
Merge pull request #12544 from Chocobo1/final
...
Add final specifier to GUI classes
5 years ago
Mike Tzou
0d849339da
Merge pull request #12545 from Chocobo1/padding
...
Reduce padding in class
5 years ago
Chocobo1
1b80890696
Reduce padding in class
...
TorrentHandleImpl size is reduced from 768 bytes to 736 bytes.
CreateTorrentParams size didn't change.
Size numbers are from x64.
5 years ago
Chocobo1
ac2d063add
Move initialization default values to header
5 years ago
Chocobo1
16a76eee9f
Add final specifier to GUI classes
...
Follow up d3d3f7dbb3
.
5 years ago
Mike Tzou
30ce2dfdf3
Merge pull request #12530 from Chocobo1/logger
...
Reduce padding in structure
5 years ago
Mike Tzou
b06d44b242
Merge pull request #12526 from Chocobo1/pr_12162
...
Change default upload slot choking limits
5 years ago