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
Chocobo1
be152f45c9
Define and use Http::HeaderMap type
5 years ago
Mike Tzou
e72fe83c36
Merge pull request #12750 from an0n666/nsis-install
...
NSIS: Change confusing un-installation question
5 years ago
Vladimir Golovnev (Glassez)
53fd0e1607
Wait for storage to be moved when removing torrent
5 years ago
an0n666
a87b72e0cb
NSIS: Change the installers uninstallation question to clear confusion
5 years ago
Vladimir Golovnev
f0967be79d
Merge pull request #12790 from FranciscoPombal/hotfix_include
...
Fix include
5 years ago
Chocobo1
d57b9be706
Rename function
5 years ago
Chocobo1
74a2168bc1
Define and use a proper HTTP header structure
5 years ago
Chocobo1
957d697aee
Prebuild HTTP headers as much as possible
...
This avoids some branching when building a HTTP response.
5 years ago
FranciscoPombal
2192de5233
Fix include
5 years ago
Vladimir Golovnev (Glassez)
378a863611
Remove unwanted files after torrent removed
5 years ago
Vladimir Golovnev (Glassez)
e49c554044
Improve "move torrent storage" queue
5 years ago
Vladimir Golovnev (Glassez)
b6bf09fc0f
Fix calculation of torrent current state
...
Some actions can be performed despite of other states
(e.g. "Errored" torrent can check its files currently)
so the states that relate to such actions should override
other (so-called "static") states.
5 years ago
Vladimir Golovnev
18b2511238
Merge pull request #12779 from glassez/cleanup
...
Clean up source files layout
5 years ago
Vladimir Golovnev (Glassez)
a8c333ff25
Drop "private" subfolders
...
"private" subfolders violate the structure of the project,
since the existence of all other subfolders is based on a
different principle.
In addition, there is no clear line between "private" and
"non private".
5 years ago
Thomas Piccirello
ad4d8d28ec
Add Trackers section to Web UI sidebar
...
Closes #7601 .
5 years ago
Mike Tzou
1917064bde
Merge pull request #12755 from jagannatharjun/transferlist-colors
...
Read Transfer list's custom colors from config.json
5 years ago
jagannatharjun
77658be9a7
Read Transfer list's custom colors from config.json
5 years ago