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
Vladimir Golovnev
fb7774705d
Merge pull request #12756 from jagannatharjun/log-colors
...
Allow changing log colors from config.json
5 years ago
jagannatharjun
cce8f178e4
Allow changing log colors from config.json
5 years ago
Mike Tzou
2c100feb35
Merge pull request #11618 from jagannatharjun/align
...
Align Properties Tabbar in center
5 years ago
Mike Tzou
5b36706a71
Merge pull request #12719 from jagannatharjun/json-colors
...
Allow setting application palette from config.json
5 years ago
Mike Tzou
991a064002
Merge pull request #12705 from Piccirello/webui_search_categories
...
Fix Web UI search categories only working in English
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
Mike Tzou
ccb9cc632e
Merge pull request #12736 from Piccirello/webui_small_screen
...
Shrink Web UI search bar on small screens
5 years ago
Vladimir Golovnev
2d1d1ba26a
Merge pull request #12734 from glassez/project-cleanup
...
Cleanup project configuration
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
Mike Tzou
8999f1a8da
Merge pull request #12735 from Kolcha/include
...
Clean up header inclusion
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)
bc05f3f76b
CMake: Fix typo
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
4e7ff88cf4
Merge pull request #12718 from glassez/improve-cmake
...
Improve CMake project
5 years ago
Vladimir Golovnev
1cd76cd8ba
Merge pull request #12707 from FranciscoPombal/fix_travis
...
Use latest CMake on TravisCI
5 years ago
Mike Tzou
8110912e4e
Merge pull request #12706 from Piccirello/webui_search_small_screen
...
Hide additional Web UI search filters on small screens
5 years ago
Mike Tzou
02c6afd769
Merge pull request #12711 from Kolcha/tooltip
...
Show tooltip for torrent name in transfer list
5 years ago
FranciscoPombal
22f16881fe
Use latest CMake on TravisCI
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
Mike Tzou
2aa80fe9ba
Merge pull request #12689 from thalieht/subfolder
...
Rename "Create subfolder" option to "Keep subfolder"
5 years ago
Vladimir Golovnev
7ca0592694
Merge pull request #12684 from an0n666/requires-restart
...
Remove "requires restart" from network interface settings
5 years ago
Thomas Piccirello
d5b8399a01
Hide additional Web UI search filters on small screens
...
Closes #11386 .
5 years ago
Mike Tzou
93e1e063b2
Merge pull request #12692 from Chocobo1/cleanup
...
Handle empty piece range properly
5 years ago
Chocobo1
5ca26516eb
Handle empty piece range properly
...
Related: #12677 .
5 years ago