Chocobo1
b092fc9abb
Disable edit action
4 years ago
Mike Tzou
a2a5c28c9f
Merge pull request #13188 from jagannatharjun/fix-speed
...
Fix impossible speed in graph
4 years ago
jagannatharjun
f1edda2c81
Only enqueue session refresh request once previous request is completed
...
Fixes impossible speed in graph
4 years ago
Vladimir Golovnev
3a0ec8b283
Merge pull request #13193 from glassez/notify-move-storage
...
Notify user when torrent moving finished
4 years ago
Mike Tzou
dcef3a68f8
Merge pull request #13156 from jagannatharjun/search-style
...
Use default delegate for SearchModel
4 years ago
Mike Tzou
30bf14c85f
Merge pull request #13157 from jagannatharjun/peer
...
Use default delegate for PeerListWidget
4 years ago
Vladimir Golovnev (Glassez)
bac7fbc68e
Notify user when torrent moving finished
4 years ago
jagannatharjun
00413b0dd1
Use default delegate for SearchModel
...
Introduce and use data role - SearchFilterModel::UnderlyingDataRole as a filter role in SearchFilterModel
Removes the usage of QItemDelegate
4 years ago
jagannatharjun
13aab6e04d
Use default delegate for PeerListWidget
...
Removes the usage of QItemDelegate
4 years ago
Vladimir Golovnev
2a638d16e0
Merge pull request #13175 from glassez/move-status
...
Update torrent status on move enqueued
4 years ago
Vladimir Golovnev (Glassez)
c3104e0210
Update torrent status on move enqueued
4 years ago
Vladimir Golovnev
dc7267b600
Merge pull request #13168 from glassez/save-checking
...
Always allow to save resume data in checking state
4 years ago
Mike Tzou
0defdacbfd
Merge pull request #13153 from jagannatharjun/styledelegate-content
...
Use QStyledItemDelegate for content views
4 years ago
Vladimir Golovnev (Glassez)
d77c6321d3
Always allow to save resume data in checking state
4 years ago
Vladimir Golovnev (Glassez)
f35dbdfb8b
Fix crash on exit when compiled using MinGW
4 years ago
Vladimir Golovnev
23eb117a05
Merge pull request #13151 from glassez/move-storage
...
Improve "move torrent storage" handling
4 years ago
Mike Tzou
9cf2321f02
Merge pull request #13158 from jagannatharjun/scanfolder
...
Use QStyledItemDelegate as base for ScanFoldersDelegate
4 years ago
Vladimir Golovnev (Glassez)
cdc2b8d79b
Improve "move torrent storage" handling
4 years ago
jagannatharjun
8dd92fe612
Use QStyledItemDelegate as base for ScanFoldersDelegate
4 years ago
jagannatharjun
4733cb59e4
Use QStyledItemDelegate for content views
4 years ago
Mike Tzou
8eecfb1bee
Merge pull request #13145 from jagannatharjun/cmake-speed
...
CMake improvements
4 years ago
jagannatharjun
d355491b85
Use default warning level with MSVC in CMake
...
Previously used warning level 4 creates a lot of noise that largely come from Qt headers
4 years ago
jagannatharjun
c7da78ff1d
Fix invalid comparison for Boost version in CMake
...
This reduces compile time more then half when compiled against Boost
version greater than 1.60
4 years ago
Vladimir Golovnev
3cf8626317
Merge pull request #13110 from FranciscoPombal/countries-resolution
...
Remove DISABLE_COUNTRIES_RESOLUTION define
4 years ago
Vladimir Golovnev
fd74e83dd1
Merge pull request #13109 from FranciscoPombal/fix-encoding
...
Change Windows resource file encoding to UTF-8
4 years ago
FranciscoPombal
8f8f7ebd15
Remove DISABLE_COUNTRIES_RESOLUTION define
4 years ago
FranciscoPombal
b7dc1ef48d
Change Windows resource file encoding to UTF-8
4 years ago
Mike Tzou
83f1028ff7
Merge pull request #13099 from jagannatharjun/fix-log
...
Use delegate provided rect for textRect in LogItemDelegate
4 years ago
Mike Tzou
291977a0e5
Merge pull request #13098 from jagannatharjun/fix-transfer-progress
...
Use global style options for drawing progress in TransferList
4 years ago
jagannatharjun
952dc26514
Use delegate provided rect for textRect in LogItemDelegate
...
Previously we get textRect from QStyle but on some OS this returns invalid rect
4 years ago
jagannatharjun
332dd027af
Use global style options for drawing progress in TransferList
4 years ago
Mike Tzou
778f1f4b6f
Merge pull request #13097 from brvphoenix/fix-webui-api
...
WebUI: fix the url for banPeers method
4 years ago
brvphoenix
4d9c6b9f02
WebUI: fix the url for banPeers method
4 years ago
Mike Tzou
ca8654d380
Merge pull request #13068 from Chocobo1/libt
...
Bump requirement to libtorrent 1.2
4 years ago
Chocobo1
8ebb6dc559
Initialize variable at better place
4 years ago
Chocobo1
40e432b127
Bump requirement to libtorrent 1.2
...
Closes #12258 .
4 years ago
Vladimir Golovnev
06e1b07274
Merge pull request #13042 from FranciscoPombal/fix_request_parser
...
Fix truncation when parsing HTTP request query
4 years ago
Mike Tzou
929dc2e2b3
Merge pull request #13055 from brvphoenix/fix-cross-compile
...
Improve qmake configuration file for cross compilation
4 years ago
FranciscoPombal
a1809a43f8
Add QT_NO_CAST_FROM_BYTEARRAY to compile definitions
...
Prevents bugs like #13029 , even if the ternary expression operands
have different types.
4 years ago
FranciscoPombal
0fa7fca31e
Fix truncation when parsing HTTP request query
...
Closes #13029 .
Fixes an issue with truncation of a QByteArray at the first '\0' byte
when parsing HTTP request query strings.
Previously, the operands of the ternary expression were of
different types. Most likely this was leading to a conversion
of the result to some kind of '\0'-terminated string type somewhere
along the way, in turn causing its truncation at the first '\0' byte
once converted back to QByteArray.
For some reason this bug was only present on Windows (MSVC).
4 years ago
brvphoenix
05bd0e5570
Improve qmake configuration file for cross compilation
4 years ago
Vladimir Golovnev
602e6b5263
Merge pull request #13040 from glassez/fix-rss
...
Fix RSS article is not marked as "read" when torrent is downloaded
4 years ago
Vladimir Golovnev (Glassez)
b4f65ca080
Don't modify source URL when wait for download status
4 years ago
Vladimir Golovnev (Glassez)
1e86c76e8a
Emit signal when redirected to Magnet
4 years ago
Vladimir Golovnev
9dfeeb9e81
Merge pull request #12994 from glassez/custom-storage
...
Find complete files when moving torrent storage
4 years ago
Mike Tzou
59f365b343
Merge pull request #13006 from SeproDE/webui-rss-fixes
...
Fix issues regarding WebUI RSS implementation
4 years ago
Sepro
d1c084e3b0
Remove redundant empty value tags on inputs in WebUI
4 years ago
Sepro
04c8c4e846
Add newRule and removeRule buttons to RSS downloader WebUI
...
New buttons for the basic actions instead of only relying on the context menu.
4 years ago
Sepro
23a2675665
Fix input overlap off RSS downloader WebUI
...
The text input's in the RSS downloader window where not correctly inside their bounding box.
4 years ago
Sepro
65636e644f
Remove maxlength limit from RSS feeds in WebUI
...
URL's and feed names including paths could be longer then 100 characters, so the limit was removed.
4 years ago