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
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 (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
jagannatharjun
77658be9a7
Read Transfer list's custom colors from config.json
5 years ago
jagannatharjun
cce8f178e4
Allow changing log colors from config.json
5 years ago
jagannatharjun
afbe55d004
Allow setting application palette from config.json
5 years ago
Thomas Piccirello
84a40c1665
Include trackers in /sync/maindata API endpoint
5 years ago
jagannatharjun
6f38a86d9a
Align Properties Tabbar in center
5 years ago
Thomas Piccirello
92ed5c76f3
Bump Web API version
5 years ago
Thomas Piccirello
8e8cd59d90
Fix Web UI search categories only working in English
...
Closes #10239 .
5 years ago
Vladimir Golovnev (Glassez)
c40da7a5dd
CMake: Fix header inclusion in autogenerated files
5 years ago
Thomas Piccirello
cb8a9518d1
Shrink Web UI search bar on small screens
5 years ago
Vladimir Golovnev (Glassez)
a22f921941
CMake: Fix optional features handling
5 years ago
Nick Korotysh
c97e4f105f
Clean up header inclusion
5 years ago
Vladimir Golovnev (Glassez)
eeae308c29
CMake: Don't use subprojects in GUI subfolders
5 years ago
Vladimir Golovnev (Glassez)
ace8a093d2
QMake: Include all GUI sources in "gui.pri"
5 years ago
Vladimir Golovnev (Glassez)
ad0ee0cd36
CMake: Enable/disable GUI application via option
5 years ago
Vladimir Golovnev (Glassez)
fb42434946
CMake: Put executable into top-level directory
5 years ago
Vladimir Golovnev (Glassez)
642bf7b8a6
CMake: Don't split GUI code into several libraries
5 years ago
Vladimir Golovnev (Glassez)
4a2d25b03b
Clean up header inclusion
5 years ago
Nick Korotysh
1fd4ff5c2c
Show tooltip for some properties in transfer list
...
Tooltip is added for next columns:
- name
- status
- category
- tags
- tracker
- save path
closes #12696
5 years ago
Thomas Piccirello
d5b8399a01
Hide additional Web UI search filters on small screens
...
Closes #11386 .
5 years ago
Chocobo1
5ca26516eb
Handle empty piece range properly
...
Related: #12677 .
5 years ago
Chocobo1
f6eb341b32
Clean up code
5 years ago
Chocobo1
ddb9dfe185
Disable copy construction of QObject subclasses
5 years ago
Chocobo1
6d167e9a28
Remove const from class variables
...
It prohibits copy construction, copy assignment and move semantics.
5 years ago
Chocobo1
21581141f6
Support range-based iteration in IndexRange class
5 years ago
an0n666
1d3bb705c8
Remove "requires restart" from network interface settings
...
Network interface changes are applied on the fly. A restart is not required.
5 years ago
thalieht
1bdffe1729
Rename "Create subfolder" to "Keep top-level folder"
...
Closes #12673
5 years ago
FranciscoPombal
d593d6baa1
CMake: Enforce minimum C++ mode support
5 years ago