Chocobo1
15b2811fa5
Don't use deprecated QUrl::topLevelDomain()
5 years ago
Chocobo1
547982c741
Don't use deprecated QButtonGroup::buttonClicked()
5 years ago
Chocobo1
2fd4381398
Don't use QWheelEvent deprecated functions
5 years ago
Chocobo1
4971cb9a27
Don't use deprecated QAbstractSocket::error()
5 years ago
Chocobo1
9c330812cc
Don't use deprecated QSet::iterator::operator+(int)
5 years ago
Chocobo1
c239568658
Don't use deprecated QTextStreamFunctions::flush()
...
Qt doc states: "If QTextStream operates on a string, this function does
nothing". So remove it.
5 years ago
Mike Tzou
4a98341038
Merge pull request #12964 from thalieht/webuiwatchdefault
...
Preselect "Default save path" in WebUI watched folders
5 years ago
Mike Tzou
820ffcd238
Merge pull request #12963 from shaneallgeier/patch-1
...
Fix typo in systemd service file
5 years ago
thalieht
7076fc29e0
Preselect "Default save path" in WebUI watched folders
5 years ago
Shane Allgeier
5ff1653c8c
Fix typo in systemd service file
5 years ago
Mike Tzou
9aad574e1a
Merge pull request #12949 from jagannatharjun/fix-big
...
Fix large strings not visible in log widget
5 years ago
jagannatharjun
8267898655
Fix large strings not visible in log widget
5 years ago
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