sledgehammer999
|
40948ab652
|
Merge pull request #6519 from evsh/cmake
cmake: fix build and add build configurations for Travis
|
8 years ago |
sledgehammer999
|
b2528f7573
|
Merge pull request #6581 from Chocobo1/set_location
Fix cancel "Set location" causes files move to installation dir
|
8 years ago |
sledgehammer999
|
d4f30030a6
|
Merge pull request #6565 from Chocobo1/defines
Add NTDDI_VERSION define
|
8 years ago |
sledgehammer999
|
027607490a
|
Merge pull request #6584 from Chocobo1/nsis
NSIS: set exit code to 0 on install/uninstall success
|
8 years ago |
Chocobo1
|
b4d474b770
|
NSIS: set exit code to 0 on install/uninstall success
Closes #6129.
|
8 years ago |
Chocobo1
|
d2e02605e9
|
NSIS: trim whitespaces
|
8 years ago |
Chocobo1
|
5de505acfe
|
Cleanup headers
Remove unused headers
Sort header includes
|
8 years ago |
Chocobo1
|
faaafce35b
|
Fix cancel "Set location" causes files move to installation dir.
Closes #6568.
|
8 years ago |
Chocobo1
|
0d3c670728
|
Add log message
|
8 years ago |
Chocobo1
|
b779330163
|
code formatting
|
8 years ago |
Chocobo1
|
5958585e3a
|
Add NTDDI_VERSION define
|
8 years ago |
sledgehammer999
|
5fb3b4639c
|
Merge pull request #6517 from regs01/patch-1
NSIS ManifestDPIAware
|
8 years ago |
sledgehammer999
|
3dba24bfe0
|
Merge pull request #6527 from epicgirl1998/patch-1
Remove extra space between category names and torrent counts
|
8 years ago |
sledgehammer999
|
10f2fbdd17
|
Merge pull request #6554 from sheeit/patch-1
Fixed Markdown formatting for headers in CODING_GUIDELINES.md
|
8 years ago |
sheeit
|
ec0771448c
|
Fixed Markdown formatting for headers
|
8 years ago |
Eugene Shalygin
|
7d19ee2e59
|
travis: add cmake build
|
8 years ago |
Eugene Shalygin
|
8a106314ff
|
travis: remove Qt4 leftover
|
8 years ago |
Eugene Shalygin
|
17e6eba50a
|
travis: use apt addon for libtorrent and Qt packages
|
8 years ago |
Eugene Shalygin
|
b2ff058bc0
|
cmake: fix OSX bundle creation
|
8 years ago |
Eugene Shalygin
|
5c0bf86405
|
cmake: remove qt4 leftover
|
8 years ago |
epicgirl1998
|
f904cfa32d
|
Remove extra space
fixes https://github.com/qbittorrent/qBittorrent/issues/6523
|
8 years ago |
regs01
|
6fae4e6e5c
|
Update options.nsi
dpi-aware installer
|
8 years ago |
sledgehammer999
|
9eb01fbe4d
|
Merge pull request #6489 from evsh/fix-fileguard
Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488.
|
8 years ago |
sledgehammer999
|
61efc76b82
|
Merge pull request #6490 from evsh/cmake
Fix CMake build
|
8 years ago |
Eugene Shalygin
|
3091e03a95
|
Fix CMake build
|
8 years ago |
Eugene Shalygin
|
3752d112fb
|
Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488.
The problem was created during Qt 4 drop, when FileGuard was promoted
from a member to a base class. The function was blindly changed.
|
8 years ago |
sledgehammer999
|
bc910798da
|
Indicate bitness in stackstrace and about dialog. Closes #6172.
|
8 years ago |
sledgehammer999
|
c37ff51004
|
Some improvements in travis.yml for macOS. Closes #6089.
|
8 years ago |
sledgehammer999
|
a7dcf20ed1
|
Fix state of IP filter widgets.
|
8 years ago |
sledgehammer999
|
729fbb2e50
|
Change named of getter function.
|
8 years ago |
sledgehammer999
|
aa51907387
|
Merge pull request #6369 from magao/issue6367
Use Perl-compatible regexes for RSS rules. Closes #6367.
|
8 years ago |
sledgehammer999
|
be60b3e046
|
Change the user-agent format in the session.cpp too.
|
8 years ago |
sledgehammer999
|
147f4d76e2
|
Merge pull request #6445 from Chocobo1/fix
Follow http user-agent format
|
8 years ago |
sledgehammer999
|
7a6da3d3ce
|
Merge pull request #6479 from Chocobo1/qt4
Remove remainings of Qt4
|
8 years ago |
sledgehammer999
|
b90db12ba0
|
Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor().
|
8 years ago |
sledgehammer999
|
431658bee6
|
Fix race condition where there was a chance to allow all ips between reparsings of the ip filter.
|
8 years ago |
sledgehammer999
|
14513cd81f
|
Allow edit of manually banned IPs regardless if an IP filter has been set.
|
8 years ago |
sledgehammer999
|
5084c01c2b
|
Merge pull request #5877 from dzmat/to_pull_request
locally banned IP list managment (Closes #1837 )
|
8 years ago |
sledgehammer999
|
140187649d
|
Merge pull request #6473 from FranciscoPombal/stats_webui
Implement statistics window in web UI
|
8 years ago |
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 |