Chocobo1
db56a895b9
Move CSS out of lib directory
...
as we now customize it and not just following upstream.
12 months ago
Chocobo1
7539bd9f3d
Apply suggestions from code review
12 months ago
d47081
7d0dbf14dc
deactivate keepInlineStyles option
1 year ago
d47081
519eccfae4
restore lib file by request
1 year ago
d47081
21431af98e
correct hovering color for dark scheme
1 year ago
d47081
82e10ffffa
add accent colors
1 year ago
d47081
3c3695cd7c
apply auto-format changes
1 year ago
d47081
e1312d977d
return original orange hover (desaturated)
1 year ago
d47081
375c7fc8da
add orange color correction for dark scheme
1 year ago
d47081
cc06eff786
draft piecesbar colors
1 year ago
d47081
728d2f0b89
integrate palette colors with progress bar
1 year ago
d47081
6db880f3ea
restore color
1 year ago
d47081
57a6c9bd2d
reduce light for default background
1 year ago
d47081
5f7d13832c
fix progress bar outline
1 year ago
d47081
c3d587bb2b
add hover color, add tabs hover effect
1 year ago
d47081
b7a2cd39f7
unify button paddings
1 year ago
d47081
74459ad3f7
remove Filters_pad overwrite
1 year ago
d47081
b59443fdea
remove bold decoration from the filter clear button
1 year ago
d47081
1a4807a0c0
add global cursor pointer effect for the form buttons
1 year ago
d47081
52a8d25a05
fix login button position, add pointer cursor, remove input outline in FF
1 year ago
d47081
804e07490e
define color by default for inputs in chrome
1 year ago
d47081
c6718b7f5f
update blue saturation
1 year ago
d47081
79c5b864ef
apply code format
1 year ago
d47081
00651f4871
add log features adaptation, add minor corrections
1 year ago
d47081
388a999d83
include common palette by css import
1 year ago
d47081
9f931c331a
apply format
1 year ago
d47081
bfcf944a2e
fix palette.css sort ordering, add missed public file
1 year ago
d47081
713b4fd782
remove deprecated construction
1 year ago
d47081
a47a71086c
apply lint/auto-format
1 year ago
d47081
8f586b8fe5
remove issue number
1 year ago
d47081
c41a2cbad3
update table paddings
1 year ago
d47081
598c0f9a10
update paddings
1 year ago
d47081
4dacf6486c
fix padding
1 year ago
d47081
fd1b63fca0
add common pallete for public side
1 year ago
d47081
72deeb58ff
Merge pull request #2 from d47081/adaptive-webui-private-19844
...
Adaptive webui private 19844
1 year ago
d47081
e2e0e3a544
Merge branch 'adaptive-webui' into adaptive-webui-private-19844
1 year ago
d47081
9cf9bb53a9
Merge pull request #1 from d47081/adaptive-webui-19844
...
Adaptive webui 19844
1 year ago
vik
28b5d7230c
WebUI: Remove extra ')' in QBT_TR macro
...
PR #19894 .
1 year ago
d47081
8900c619b1
fix property sort order
1 year ago
d47081
fb6bda7fde
fix color-function-notation
1 year ago
d47081
8ae1edbc54
fix empty lines
1 year ago
d47081
7b8d68c2f2
fix properties sort order
1 year ago
Vladimir Golovnev
c88bd7cb3f
Improve free disk space checking for WebAPI
...
Use single free disk space checker instance for all the web sessions.
PR #19855 .
Closes #19732 .
1 year ago
thalieht
30d9978c97
Add copy comment functionality to the torrent list's context menu
...
PR #19846 .
Closes #18890 .
1 year ago
d47081
cf47f5bf96
fix lint check
1 year ago
d47081
e150689bfe
cleanup deprecated graphics and comments
1 year ago
xavier2k6
f067ab1692
WebUI: Add "Moving" filter to side panel
...
PR #19870 .
1 year ago
d47081
52d9c2243b
remove comments with issue ID
1 year ago
Chocobo1
bcfa251290
GHA CI: speed up boost installation
...
Here is some benchmark for various archive formats:
```
gz
0m11.384s
0m11.495s
0m11.193s
zip
0m14.159s
0m14.416s
0m13.917s
7z
0m17.569s
0m17.295s
0m18.496s
bz2
0m31.519s
0m28.885s
0m29.510s
```
Looking by compressed size, bz2 is the best. However its decompressing
speed is the slowest. bz2 and gz file size only differs by ~20MB
and this difference is neglectable given the network speed on
Github. So switch to gz format to speed up CI build time.
PR #19867 .
1 year ago
Chocobo1
f49507cb58
Exclude identical strings
...
This gives slightly smaller final binary.
https://doc.qt.io/qt-6/linguist-lrelease.html#lrelease-options
>If the translated text is the same as the source text, exclude the
>message.
1 year ago