Vasiliy Halimonchuk
|
7fb1e07b39
|
Remove unused variables
|
5 years ago |
Vasiliy Halimonchuk
|
80d1c48f0d
|
Fix typos
|
5 years ago |
Vasiliy Halimonchuk
|
fe0fb3a251
|
Refactor `var` to `let`/`const` or `this`
|
5 years ago |
Vasiliy Halimonchuk
|
b530e19a44
|
Implement tag management for WebUI
|
5 years ago |
Vladimir Golovnev
|
cf2e7d77d6
|
Merge pull request #10950 from glassez/drop-deprecated
Don't use deprecated libtorrent features
|
5 years ago |
Vladimir Golovnev
|
431ab095e8
|
Merge pull request #10963 from glassez/peeraddress
Extract PeerAddress class into separate file
|
5 years ago |
Vladimir Golovnev (Glassez)
|
4021a0c7ce
|
Store libtorrent native file index in QHash
|
5 years ago |
Vladimir Golovnev (Glassez)
|
3d70ebfc46
|
Save updated resume data for completed torrents
If fastresume data was rejected we need to save updated
resume data after torrent finishes rechecking.
|
5 years ago |
Vladimir Golovnev (Glassez)
|
ad6a40d5f4
|
Extract PeerAddress class into separate file
|
5 years ago |
Vladimir Golovnev (Glassez)
|
b822d2c380
|
Fix requested torrent resume data handling
Session should increase an appropriate counter each time
the torrent resume data is requested to save.
|
5 years ago |
Thomas Piccirello
|
1b23a27acb
|
Update remaining size of ignored files to 0
Also fixes a bug where ignoring the last item within a folder wouldn't recalculate the folder's size
|
5 years ago |
Vladimir Golovnev
|
efae685c25
|
Merge pull request #10951 from glassez/cmake
Improve CMake configuration
|
5 years ago |
Vladimir Golovnev (Glassez)
|
60ffa3030e
|
Don't use deprecated libtorrent features
|
5 years ago |
Vladimir Golovnev (Glassez)
|
38cf1fb3ee
|
Improve CMake configuration
Don't search for QtSingleApplication library.
Fix building on Windows with MinGW.
|
5 years ago |
Mike Tzou
|
4f06c091c9
|
Merge pull request #10949 from Chocobo1/inject
Prevent command injection via "Run external program" function
|
5 years ago |
Chocobo1
|
a610c8567e
|
Prevent command injection via "Run external program" function
Closes #10925.
|
5 years ago |
Mike Tzou
|
e53d4e5ff7
|
Merge pull request #10946 from Chocobo1/override
Add override keyword to functions
|
5 years ago |
Chocobo1
|
4a90716843
|
Add override keyword to functions
|
5 years ago |
Mike Tzou
|
45eba9ec31
|
Merge pull request #10944 from Chocobo1/cmake
Improve CMake build system
|
5 years ago |
Chocobo1
|
752d4b85ea
|
Remove compiler warning flags
Apperently nobody care about those warnings so just remove them and let
other more important warnings stand out.
|
5 years ago |
Chocobo1
|
4153a2e2af
|
Use 2 cpus when compiling on coverity_scan branch
|
5 years ago |
Mike Tzou
|
7f3291c3de
|
Merge pull request #10942 from Chocobo1/cpp
Move implementation to its own file
|
5 years ago |
Mike Tzou
|
937c5be4a9
|
Merge pull request #10931 from Piccirello/webui-mobile-longpress
Add WebUI support for triggering context menus on mobile
|
5 years ago |
Chocobo1
|
07263d2d70
|
Move implementation to its own file
|
5 years ago |
Mike Tzou
|
1e70c52e7a
|
Merge pull request #10934 from Chocobo1/delete
Rely on Qt ownership to delete class members
|
5 years ago |
Vladimir Golovnev
|
620e1be5a7
|
Merge pull request #10914 from jagannatharjun/icon-provider
Incorporate GuiIconProvider inside UIThemeManager
|
5 years ago |
Chocobo1
|
7a5e883cd2
|
Revise inline keyword usage
And let compiler decide whether to inline functions.
|
5 years ago |
Chocobo1
|
f6f8aaf3db
|
Put internal function into anonymous namespace
|
5 years ago |
Chocobo1
|
f993230582
|
Use uniform initialization
|
5 years ago |
Chocobo1
|
e74b984a0a
|
Rely on Qt ownership to delete class members
|
5 years ago |
Thomas Piccirello
|
6af01cfcbe
|
Add WebUI support for triggering context menus on mobile
|
5 years ago |
Thomas Piccirello
|
f441d561a2
|
Refactor duplicate code
|
5 years ago |
Prince Gupta
|
8267a4fef9
|
Incorporate GuiIconProvider inside UIThemeManager
|
5 years ago |
Mike Tzou
|
7071c5bda0
|
Merge pull request #10927 from Piccirello/webui-right-click
Move WebUI copy actions under a submenu
|
5 years ago |
Mike Tzou
|
a887e1c295
|
Merge pull request #10926 from Piccirello/webui-protocol-handler
Move registering WebUI magnet handler behind toolbar option
|
5 years ago |
Vladimir Golovnev
|
17541b0d34
|
Merge pull request #10921 from glassez/ignore-actions
Ignore some actions on uninitialized torrents
|
5 years ago |
Thomas Piccirello
|
ba40719d76
|
Move WebUI copy actions under a submenu
|
5 years ago |
Mike Tzou
|
e1d073bc6d
|
Merge pull request #10877 from jerrymakesjelly/advanced-preferences
Add advanced options in WebUI
|
5 years ago |
Mike Tzou
|
94e2c44840
|
Merge pull request #10918 from Chocobo1/trackers
Various code clean up
|
5 years ago |
Thomas Piccirello
|
1c3c81db99
|
Fix missing parenthesis
Introduced in #9995.
|
5 years ago |
Thomas Piccirello
|
324d20d42c
|
Move registering WebUI magnet handler behind toolbar option
Alert the user if the operation fails due to lack of browser support
|
5 years ago |
Vladimir Golovnev (Glassez)
|
87d98403f4
|
Don't break torrent checking
|
5 years ago |
Vladimir Golovnev (Glassez)
|
9462685c78
|
Ignore some actions on uninitialized torrents
Some actions can lead to an inconsistent state if applied
to an uninitialized torrent, so we just ignore them.
|
5 years ago |
Vladimir Golovnev
|
b9da9ebfdf
|
Merge pull request #10910 from glassez/fix-add-torrent
Avoid race conditions when adding torrent
|
5 years ago |
Mike Tzou
|
75a2274b66
|
Merge pull request #9995 from thalieht/rename-queue
Rename priority to queue in the context of torrents
|
5 years ago |
Chocobo1
|
7b568b07e6
|
Clean up CMakeLists.txt
|
5 years ago |
Chocobo1
|
032883e278
|
Move LineEdit files out of subfolder
|
5 years ago |
Chocobo1
|
23ebb3134b
|
Move QLabels out of class
|
5 years ago |
Chocobo1
|
cc663746eb
|
Forward declare some classes
|
5 years ago |
thalieht
|
e917c371d9
|
Use camelCase for a few WebUI vars
|
5 years ago |