sledgehammer999
f3cbb7f9da
Merge pull request #6384 from glassez/safe-macros
...
Remove exception suppressing from torrenthandle.cpp
8 years ago
sledgehammer999
b69b6d1f55
Revert "Set default locale". Closes #6436 and #6459 .
...
This reverts commit 75ef6356d3
.
8 years ago
Vladimir Golovnev (Glassez)
79e8f69fb6
Remove exception-suppress macros
...
Remove SAFE_* macros from TorrentHandle class.
These macros using seems to be unneeded.
8 years ago
Chocobo1
fa2128cbae
Replace Utils::String::fromStdString() by QString::fromStdString()
8 years ago
sledgehammer999
610922e3dc
Update stuff in appdata.xml and run 'appstream-utl upgrade' on it.
8 years ago
sledgehammer999
9839ef7292
Add keywords to the .desktop file.
8 years ago
Chocobo1
87384ca2a2
Replace Utils::String::toHtmlEscaped() by QString::.toHtmlEscaped()
8 years ago
Chocobo1
ffdcfe9686
Replace Utils::String::toStdString() by QString::toStdString()
8 years ago
Chocobo1
7539bee5c5
Remove remaining QBT_USES_QT5 defines.
...
Fixup of e64bb1de8c
.
8 years ago
dzmat
59de1af31b
implemented UI for managment of locally banned IP list ( Closes #1837 )
8 years ago
Chocobo1
70edf84d46
Add comment
8 years ago
Chocobo1
2091dfaa69
Follow http user-agent format
...
Add version variable without the starting "v"
8 years ago
Chocobo1
cb1646be32
Prepend QBT_ for preprocessor variables
8 years ago
FranciscoPombal
1ce71fc63e
Implement statistics window in web UI
8 years ago
sledgehammer999
fc49856857
Merge pull request #6391 from Chocobo1/cert
...
Allow QSsl::Ec as private key format
8 years ago
sledgehammer999
fa1149e1f2
Remove remnant of qt4 version checking.
8 years ago
sledgehammer999
8b6d7ab809
Merge pull request #6266 from evsh/drop-qt4
...
Drop qt4
8 years ago
Eugene Shalygin
008d7dbedc
Raise minimal Qt version to 5.5.1
8 years ago
Eugene Shalygin
e64bb1de8c
Drop Qt 4 support
8 years ago
sledgehammer999
60998a68eb
Merge pull request #6417 from Chocobo1/manifest
...
Embed manifest when compiling with MSVC
8 years ago
sledgehammer999
922fec44d2
Merge pull request #6447 from buinsky/master
...
WebUI: Improve performance of updating 'progress' column
8 years ago
sledgehammer999
22989a436e
Merge pull request #6461 from Chocobo1/rand_fix
...
Workaround thread_local on osx
8 years ago
sledgehammer999
bf3ef61a1d
Merge pull request #6455 from Chocobo1/qt4
...
Fix issues when compiling with Qt4
8 years ago
Chocobo1
cae2f3059c
Workaround thread_local not supported on OSX
...
Drop back to xcode7.3 on TravisCI
8 years ago
buinsky
b6c6b70915
Improve performance of updating 'progress' column
8 years ago
Chocobo1
3b5e7eb0ea
Fix compile error: ‘escape’ is not a member of ‘Qt’
8 years ago
Chocobo1
ea9d65f377
Fix incomplete type compile error with Qt4
8 years ago
Chocobo1
38063c388e
Capitalize title strings
...
Remove DISCARDABLE keyword which is ignored on 32-bit windows
8 years ago
Chocobo1
7da29f7654
Embed manifest when compiling with MSVC
...
Update manifest
8 years ago
sledgehammer999
76e1c3b10b
Install qbittorrent-tray.png files. Fixes commit ada75cbbe1
.
8 years ago
sledgehammer999
5c730f984d
Bump API_VERSION to 12.
8 years ago
Chocobo1
0fb3b18a8f
Utilize escapeHtml
8 years ago
Chocobo1
6ca3e4f094
Add Utils::String::toHtmlEscaped
8 years ago
Chocobo1
eba45a0b26
Cleanup
8 years ago
Chocobo1
7756dd80f3
[WebUI]: add X-XSS-Protection, X-Content-Type-Options, CSP header
8 years ago
ngosang
f5ad04766f
[WebUI] Avoid clickjacking attacks
8 years ago
Chocobo1
f9c39e3dac
[WebUI]: exclude insecure ciphers
8 years ago
Chocobo1
84bc011df5
Code formatting
...
Remove extra private keyword
8 years ago
sledgehammer999
31b69ae6f6
Update copyright year.
8 years ago
sledgehammer999
82edc5c495
Sync translations from Transifex and run lupdate.
8 years ago
sledgehammer999
884ca03624
Merge pull request #6443 from ngosang/extratorrent
...
[Search engine] Update Extratorrent plugin
8 years ago
ngosang
f0fe8808bd
[Search engine] Update Extratorrent plugin
8 years ago
sledgehammer999
b5f81a34cb
Use new create_torrent constructor were available.
8 years ago
sledgehammer999
ad4b691fa5
Merge pull request #6413 from evsh/no-proxy-in-webui-server
...
Disable proxy in WebUI HTTP server. Closes #6349 .
8 years ago
Eugene Shalygin
be8eab4e54
Disable proxy in WebUI HTTP server. Closes #6349 .
...
Due to a bug in Qt 5.8 (QTBUG-58706) QTcpServer tries to use HTTP proxy
when it is set as default app proxy (for instance via "http_proxy"
environment variable) and this breaks the server. So we disable any proxy
in it.
8 years ago
sledgehammer999
9e56f3d318
Merge pull request #6385 from thalieht/Trackerlist
...
Trackerlist: Seperate seeds from peers for DHT, PeX, LSD
8 years ago
sledgehammer999
4adcd03ec7
Merge pull request #6366 from Chocobo1/rand
...
Replace rand()
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
7d2a393532
Enable thread_local support in TravisCI
8 years ago
Chocobo1
511796f74e
Replace rand() by a true uniform distribution generator
8 years ago