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.
5 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.
5 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.
5 years ago
Vladimir Golovnev (Glassez)
b28436c871
Find complete files when moving torrent storage
5 years ago
Vladimir Golovnev (Glassez)
6a0a78f3f7
Drop ".unwanted folder" feature
5 years ago
arvidn
d2cc01f65c
Support changes to plugin API in libtorrent-2.0
...
libtorrent-2.0 introduced a type-safe alternative to void* (lt::client_data_t)
for passing user-data into plugins. qBT doesn't use any user data in its
plugins, but the signatures have changed nevertheless, and qBT need to update to
be compatible with libtorrent-2.0.
5 years ago
arvidn
af05990bc9
Fix libtorrent include to a more precise header
...
torrentcreatorthread.cpp does not need to include libtorrent/storage.hpp, but
just needs libtorrent/file_storage.hpp. The former header is for implementing a
custom storage. Change include to libtorrent/file_storage.hpp
5 years ago
Chocobo1
a1ea7a111e
Don't use deprecated QProcess::startDetached() overload
5 years ago
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
thalieht
7076fc29e0
Preselect "Default save path" in WebUI watched folders
5 years ago
jagannatharjun
8267898655
Fix large strings not visible in log widget
5 years ago
jagannatharjun
bcf11cf1e8
Cache flag icons
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
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
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
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
jagannatharjun
971a21f306
Add missing header stdexcept in fspathedit
...
Fixes compilation error with MSVC 16.6
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
jagannatharjun
ab91d546e5
Move all icon resources to icon folder root
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 (Glassez)
1b5dd0aa2d
Fix renaming RSS autodownload rule
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
Chocobo1
be152f45c9
Define and use Http::HeaderMap type
5 years ago
Vladimir Golovnev (Glassez)
53fd0e1607
Wait for storage to be moved when removing torrent
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