Chocobo1
b9094ff8a5
Use proper log message when there are no error
5 years ago
Chocobo1
664cfe7d69
Fix torrent properties not saved for paused torrents
5 years ago
Chocobo1
c4dbe84832
Use newer libtorrent API
5 years ago
Chocobo1
ed2199b91c
Add "File pool size" option
5 years ago
Chocobo1
6286bc716c
Add "Socket backlog size" option
...
The default value in libtorrent is 5 which is too small nowadays.
The new default value 30 is chosen to be in line with
QTcpServer::maxPendingConnections().
5 years ago
Chocobo1
73cf3fb68f
Use LogMsg() helper
5 years ago
Chocobo1
e6c448aa4f
Replace obsoleted QProcess::finished(int)
...
It is replaced by QProcess::finished(int, QProcess::ExitStatus).
5 years ago
Chocobo1
4eff268095
Replace obsoleted QFontMetrics::width()
...
Qt 5.13 marked QFontMetrics::width() obsolete.
5 years ago
Vladimir Golovnev (Glassez)
c7f3693ad1
Implement "Application instances manager"
5 years ago
airium
b389650465
Avoid word wrap in webui footer
5 years ago
Chocobo1
2bc91fba3e
Use newer libtorrent API
5 years ago
Chocobo1
46ee193cd8
Restrict QLocalServer access
...
The default is world access which means even even unprivileged local
accounts can connect to it too.
5 years ago
Chocobo1
6119cb370f
Drop suspiciously large data
...
This is to avoid exhausting system memory.
5 years ago
Chocobo1
da2bfd2457
Replace QList by QVector
5 years ago
Chocobo1
5b9b5ce577
Remove buttons from search widget
...
These buttons are replaced by right-click menu actions.
5 years ago
Chocobo1
4f5302adf8
Add more copy field actions to search widget
...
Closes #10250 .
5 years ago
Chocobo1
d0bfe9a661
Adjust open file descriptor limit on startup
...
This raises qbt's open file descriptor limit to the available maximum
(within user privileges) and thus users don't need to adjust it
manually anymore.
5 years ago
Chocobo1
26ff9150a2
Rename label in search widget
5 years ago
Chocobo1
af5af0ad3f
Remove unused lambda capture
5 years ago
Chocobo1
32a861fd1b
Add right click menu to SearchJobWidget
5 years ago
Chocobo1
cf89c2f5bf
Properly deallocate actions when menu closed
...
Fixup 3748b995ff
.
5 years ago
Chocobo1
412e326cf2
Avoid allocating a new menu/action manually
5 years ago
Chocobo1
04e7b3f6d2
Move copy actions under a submenu
5 years ago
Chocobo1
0b1b3c1f84
Use numeric_limits instead of constants from C
...
In C++, using numeric_limits is more idiomatic compared to using constants.
5 years ago
Chocobo1
75c80c3716
Remove limits of "Disk cache expiry interval" setting
5 years ago
Chocobo1
042cd4267f
Remove upper limit of "Disk cache" setting
5 years ago
Prince Gupta
ece70daaa5
Fix CMake Windows compilation
5 years ago
Tom Piccirello
368fbd9e7d
Fix encoding of special characters
...
Special characters would get html encoded (& -> &). This has been tested against several payloads (e.g. <script>alert(0)</script>) to ensure it's not vulnerable to XSS.
5 years ago
Chocobo1
11fdf91196
Suppress compiler warning
...
The debug message is emitting a format mismatch warning.
Fixup 4880dc812c
.
And add curly brackets to if statement.
5 years ago
Chocobo1
88c3ffbef8
Avoid creating unnecessary event loops
...
This is part 2.
5 years ago
Chocobo1
e31c1ca780
Use functor based QMetaObject::invokeMethod
5 years ago
Chocobo1
4880dc812c
Use appropriate type
5 years ago
Chocobo1
516c968373
Support year unit in userFriendlyDuration()
5 years ago
Chocobo1
1de4c2497c
Fix wrong "Time Active" value displayed
...
Closes #9612 .
5 years ago
Chocobo1
19f50a363d
Fix crash when removing phantom tags
...
Normally a tag is stored in both session and torrent's fastresume.
A phantom tag is a tag that is stored in fastresume but not in
session.
This crash can occur when user resets his config file and choose
to remove tag from torrent.
Closes #10569 .
5 years ago
Chocobo1
e83019bdfa
Set wheel event to accepted only if we handle it
5 years ago
Chocobo1
a6c5a90630
Remove redundant variable
5 years ago
Chocobo1
3b015db77d
Add comparison operators for ProxyConfiguration
5 years ago
Chocobo1
623210df58
Improve handleFileErrorAlert error message
5 years ago
Vladimir Golovnev (Glassez)
8e65317d61
Rename "fromNativePath" to "toUniformPath"
...
Unlike "toNativePath" which name clearly reflects the function result
"fromNativePath" has no such clear meaning.
Since this function converts path into uniform format "toUniformPath"
is better name.
5 years ago
Chocobo1
3748b995ff
Avoid creating unnecessary event loops
...
The `exec()` method will create another event loop and transfer
control over there which might introduce unexpected bugs.
5 years ago
Chocobo1
a64f3bbc6a
Reorder if conditions slightly
5 years ago
Chocobo1
9893a415c0
Fix updated save path not saved for paused torrents
5 years ago
Chocobo1
7d860b6c24
Log save_resume_data_failed_alert
5 years ago
Chocobo1
4e87aebf55
Don't remove parent directories
...
QDir::rmpath removes *all* parent directories while QDir::rmdir removes
the specified directory.
5 years ago
Chocobo1
440860c4a9
Properly remove empty leftover folders after rename
...
TorrentInfo::origFilePath will return the very original path from
.torrent file, not the most recent file path before the rename operation
and thus the code would not be working as we expected.
5 years ago
Chocobo1
89124bdcc8
Add WebAPI session timeout settings
...
Raise default timeout to 1 hour.
5 years ago
silverqx
3e97793ef1
Focus behavior row in Options dialog
5 years ago
silverqx
4f4f435e76
Add zlib version to GUI & stackdump
5 years ago
Chocobo1
8191f1498a
Log file rename failed errors
6 years ago