Mike Tzou
788d2729db
Merge pull request #12877 from an0n666/private-torrents
...
Address some issues regarding private torrents
5 years ago
Mike Tzou
6b6d2cab5b
Merge pull request #12891 from jagannatharjun/cache-icons
...
Cache flag icons
5 years ago
Mike Tzou
f52fe121f8
Merge pull request #12941 from Chocobo1/flags
...
Sync flag icons with upstream
5 years ago
Mike Tzou
9d135441db
Merge pull request #12942 from Chocobo1/cacheCountry
...
Cache country lookup result in PeerInfo class
5 years ago
jagannatharjun
bcf11cf1e8
Cache flag icons
5 years ago
Vladimir Golovnev
68d4dc34db
Merge pull request #12944 from glassez/hotfix
...
Fix invalid assertion
5 years ago
Vladimir Golovnev (Glassez)
a6ad95278c
Fix invalid assertion
...
Closes #12938 .
5 years ago
Chocobo1
472dd96716
Cache country lookup result in PeerInfo class
...
The country lookup happens quite often when "Resolve peer countries"
option is enabled.
5 years ago
Chocobo1
5248a95055
Sync flag icons with upstream
...
Upstream commit: 5cf339a36cf64f65882702e1d40359d38485126c.
5 years ago
Vladimir Golovnev
c003a12f1f
Merge pull request #12884 from glassez/custom-storage
...
Find complete files when checking torrent
5 years ago
Mike Tzou
446d308bf0
Merge pull request #12916 from mr-cn/master
...
WebUI: Fix wrong file renaming selection range
5 years ago
MR
af6cae0e09
WebUI: Fix wrong file renaming selection range
5 years ago
an0n666
6d85ae8f62
Address some issues regarding private torrents
5 years ago
Vladimir Golovnev (Glassez)
f4efa530dc
Create header for common BitTorrent declarations
5 years ago
Vladimir Golovnev (Glassez)
4a1e3de06d
Find complete files when checking torrent
5 years ago
Vladimir Golovnev
b44816305f
Merge pull request #12418 from FranciscoPombal/improve_win_conf_pri
...
Improve Windows qmake build configuration files
5 years ago
Mike Tzou
9aba0cbcf3
Merge pull request #12894 from Chocobo1/thememanager
...
Improvements to UIThemeManager
5 years ago
Mike Tzou
1c1c82ce4f
Merge pull request #12893 from Chocobo1/icon
...
Move qbittorrent32.png to WebUI images folder
5 years ago
Chocobo1
ba2db3f139
Avoid overuse of QStringLiteral
...
This code path doesn't look like frequently used.
5 years ago
Chocobo1
99a1802dbb
Make class variable const
5 years ago
Chocobo1
00eb61543d
Make the icon cache a class variable
5 years ago
Chocobo1
f98d2cb01b
Ditch svgo config file
...
svgcleaner is a better tool for this job.
5 years ago
Chocobo1
2319bdd23b
Move qbittorrent32.png to WebUI images folder
5 years ago
Mike Tzou
35a3265657
Merge pull request #12861 from jagannatharjun/style-icons
...
Allow changing GUI icons from theme bundles
5 years ago
Sepro
2b3c92a4a8
WebUI: Add RSS functionality
...
Implemented RSS Reader and AutoDownloader in reference WebUI.
5 years ago
jagannatharjun
3c733ddf0c
Allow changing GUI icons from theme bundles
5 years ago
jagannatharjun
43319f2213
Always use UIThemeManager for obtaining icons in GUI
5 years ago
Vladimir Golovnev
a1faef0a3c
Merge pull request #12874 from jagannatharjun/fix-compile
...
Fix compilation error with MSVC 16.6
5 years ago
Mike Tzou
de85b8b552
Merge pull request #12859 from Chocobo1/gif
...
Move WebUI icons to its own folder
5 years ago
jagannatharjun
971a21f306
Add missing header stdexcept in fspathedit
...
Fixes compilation error with MSVC 16.6
5 years ago
Mike Tzou
c85d2e547b
Merge pull request #12835 from Piccirello/web-content-type
...
Specify Content-Type in Web API error responses
5 years ago
Thomas Piccirello
6e4f49fc57
Always specify Content-Type in Web API error responses
5 years ago
Chocobo1
e6f0c81355
Remove unused WebUI images
5 years ago
Chocobo1
02c25dbe2a
Move WebUI icons to its own folder
...
After this change: "http://<server>/icons" will point to "src/icons"
folder and "http://<server>/images" points to the real "images" folder
in the relative path.
5 years ago
Vladimir Golovnev
dde7421f59
Merge pull request #12848 from jagannatharjun/move-icons
...
Move all icon resources in icons folder root
5 years ago
FranciscoPombal
c77f3ef8d3
Improve Windows qmake build configuration files
5 years ago
jagannatharjun
ab91d546e5
Move all icon resources to icon folder root
5 years ago
Mike Tzou
774c0276f0
Merge pull request #12847 from Chocobo1/deprecated
...
Don't use deprecated Qt function options
5 years ago
Chocobo1
328eb5b5cc
Provide a proper default return statement for the function
5 years ago
Chocobo1
21e1c33d15
Don't use deprecated QPainter option
...
Warning from compiler:
speedplotview.cpp:342:63: warning: ‘QPainter::HighQualityAntialiasing’ is deprecated: Use Antialiasing instead [-Wdeprecated-declarations]
5 years ago
Chocobo1
7c8846fc53
Don't use deprecated QRegularExpression option
...
The following is the warning from compiler:
rss_item.cpp:70:79: warning: ‘QRegularExpression::OptimizeOnFirstUsageOption’ is deprecated: This option does not have any effect since Qt 5.12 [-Wdeprecated-declarations]
5 years ago
Vladimir Golovnev
306499f7a8
Merge pull request #12843 from glassez/fix-rename-rule
...
Fix renaming RSS autodownload rule
5 years ago
Vladimir Golovnev (Glassez)
1b5dd0aa2d
Fix renaming RSS autodownload rule
5 years ago
Mike Tzou
5470ae8c1a
Merge pull request #12837 from Piccirello/webui-textarea-enter
...
Fix Enter button behavior in web UI textarea
5 years ago
Mike Tzou
7f6279819d
Merge pull request #12828 from thalieht/rootfolder
...
Disable "Keep top-level folder" checkbox if torrent doesn't have root folder
5 years ago
Tom Piccirello
ecc17018b7
Fix Enter button behavior in web UI textarea
...
Hitting the enter button inside the textarea would submit the form, rather than advancing to the next line.
5 years ago
thalieht
e2a8fe0dce
Disable checkbox if torrent doesn't have root folder
5 years ago
Vladimir Golovnev
841536c9c5
Merge pull request #12805 from glassez/move-storage
...
Wait for storage to be moved when removing torrent
5 years ago
Mike Tzou
e015710ffd
Merge pull request #12793 from Chocobo1/prebuilt_headers
...
Prebuild HTTP headers
5 years ago
Mike Tzou
1839e3d96a
Merge pull request #12748 from Piccirello/webui_sidebar_trackers
...
Add Trackers section to Web UI sidebar
5 years ago