Chocobo1
bad588a749
Move data keys into anonymous namespace and sort them
5 years ago
Chocobo1
25a94ee60a
Avoid redundant data conversions and lookups
5 years ago
Mike Tzou
c0fc4e6d90
Merge pull request #10993 from Piccirello/adjust-verbiage
...
Adjust wording to sound more natural
5 years ago
Mike Tzou
3811612f80
Merge pull request #10982 from Chocobo1/cleanup
...
Code base cleanup
5 years ago
Chocobo1
c1659a189b
Fix messed up symbols in log
5 years ago
Chocobo1
3ab2fe907f
Remove Windows XP remnants
5 years ago
Chocobo1
cdb0db02f9
Replace obsoleted QSysInfo functions
5 years ago
Chocobo1
25c56d3b66
Make use of Utils::Misc::loadWinAPI
5 years ago
Chocobo1
5c015d573b
Forward declare types as much as possible
5 years ago
Tom Piccirello
eaa700791b
Adjust wording to sound more natural
5 years ago
Mike Tzou
45690967a0
Merge pull request #10970 from Piccirello/webui-search-context-menu
...
Add context menu to Web UI search table
5 years ago
Mike Tzou
fd17b9bbf0
Merge pull request #10988 from Chocobo1/qbext
...
Fix incomplete file extension not applied for new torrents
5 years ago
Chocobo1
38fa6d2aee
Fix incomplete file extension not applied for new torrents
5 years ago
Mike Tzou
7da2d04898
Merge pull request #10941 from Piccirello/fix-webui-magnet-trackers
...
Fix WebUI removing parameters from magnet links
5 years ago
Chocobo1
7ab3479a34
Replace static_cast by qOverload
5 years ago
Chocobo1
ee0d2d2220
Move fspathedit_p to private folder
5 years ago
Chocobo1
ca44b40222
Move variables to the proper scope
5 years ago
Thomas Piccirello
c17d653544
Fix WebUI removing parameters from magnet links
...
Closes #10939
5 years ago
Thomas Piccirello
65dfec9acf
Minor refactor on WebUI download page
5 years ago
Thomas Piccirello
6ea6e52d99
Add context menu to Web UI search table
...
Web UI implementation of #10852 .
5 years ago
Thomas Piccirello
35ebd9a095
Default WebUI search tab to enabled
...
Search plugins and categories are now retrieved when the Search tab is first switched to. This prevents possible unnecessary instantiation of the SearchPluginManager.
5 years ago
Thomas Piccirello
e0037b819a
Always send paths with '/' as file separator
5 years ago
Thomas Piccirello
93c8be5b5d
Ignore npm installed packages
5 years ago
Mike Tzou
f121e67aba
Merge pull request #10954 from Chocobo1/column
...
Add availability column
5 years ago
Chocobo1
19b8a52e44
Add helper function to convert to fixed-point string
5 years ago
Chocobo1
60faba60ea
Add availability column
...
Closes #1632 .
5 years ago
Mike Tzou
cfedbf8e6b
Merge pull request #10973 from Chocobo1/peeraddr
...
Improve parsing in BitTorrent::PeerAddress::parse
5 years ago
Chocobo1
9d88dd2604
Rename class variables
5 years ago
Chocobo1
ccec50e18e
Improve parsing in BitTorrent::PeerAddress::parse
5 years ago
Mike Tzou
cf47342cec
Merge pull request #10527 from fusioneer-GitHub/webui_tags
...
Implement tag management for WebUI
5 years ago
Vladimir Golovnev
02ab77053e
Merge pull request #10961 from glassez/fastresume
...
Save updated resume data for completed torrents
5 years ago
Mike Tzou
ce81103398
Merge pull request #10839 from Piccirello/gui-files-table-file-size
...
Update remaining size of ignored files to 0
5 years ago
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