sledgehammer999
fa1149e1f2
Remove remnant of qt4 version checking.
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
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
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
ngosang
f0fe8808bd
[Search engine] Update Extratorrent plugin
8 years ago
sledgehammer999
b5f81a34cb
Use new create_torrent constructor were available.
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
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
c7d10dc091
Turn off port forwarding of WebUI by default for GUI users
8 years ago
thalieht
4f1c428d8f
Seperate seeds from peers for DHT, PeX and LSD
8 years ago
murlakatamenka
78438d7044
Update mainwindow.h (remove duplicate declaration)
8 years ago
Tim Delaney
a844ccb06a
Cache rule regular expressions for performance
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
f9abd254f4
Use Perl-compatible regexes for RSS rules. Closes #6367 .
...
--HG--
branch : magao-dev
8 years ago
falco
ee239ddd1e
fix queue overload for add torrent at session start
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
Chocobo1
cab10aa7b4
Use QString::toStdString()
...
Qt5 utilized the desired toUtf8() instead of toAscii().
8 years ago
sledgehammer999
01ddf23745
Remove unnecessary semicolon.
8 years ago
sledgehammer999
83009adbc0
Use same casting method and fix code style.
8 years ago
sledgehammer999
c8f955e302
Fix previous commit.
8 years ago
thalieht
0240c87095
TransferListWidget: Some coding style
8 years ago
thalieht
5675021895
enable RSS, Search and Execution Log widgets before switching to them via hotkeys
8 years ago
sledgehammer999
d880372b49
Fix unused variable warning by gcc.
8 years ago
sledgehammer999
5046c36458
Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072 .
8 years ago
Tim Delaney
c0339d4f6a
Fix regex RSS matching. Closes #6337 .
...
--HG--
branch : magao-dev
8 years ago
Chocobo1
976504498a
Use case-insensitive comparsion for torrent content window.
...
Closes #6327
8 years ago
dzmat
b167b4174e
reduce methods accessibility from public to private
8 years ago
Tim Delaney
0fb8810c52
Resize RSS icon to fit theme.
...
--HG--
branch : magao-dev
8 years ago
thalieht
2bb2d3fc89
change all existing shortcuts to use Qt::Keys
8 years ago
Tim Delaney
5d185f1fcd
Fix compilation error on Qt<5.4. Closes #6170 .
...
--HG--
branch : magao-dev
8 years ago
thalieht
c87cdaea23
add hotkeys for Trackerlist Peerlist etc.
8 years ago
thalieht
0fdd3e23ff
add hotkey for execution log tab
8 years ago
thalieht
beddee8dd4
Transferlist: add hotkeys for double click and recheck selected torrents
8 years ago
thalieht
ed900d3e86
change torrentDoubleClicked() so it can be used in a hotkey
8 years ago
ngosang
e6e0ecfaea
[Web UI] Fix category in torrent upload. Closes #6260
8 years ago