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
Chocobo1
606c23d1a4
Use highest compression algorithm & level
...
https://doc.qt.io/qt-6/resources.html#compression
1 year ago
Chocobo1
7c0e3baf5f
Drop support for 32-bit Windows
...
PR #19865 .
1 year ago
Chocobo1
6cfbc02d8f
Expose Mark-of-the-Web setting in Options
1 year ago
Chocobo1
794cce38f3
Move some functions into Utils::OS namespace
...
Also remove `Utils::Misc::getUserIDString()` since there are no use of
it.
1 year ago
d47081
e54de75c27
init adaptive color scheme for private WebUI
1 year ago
sledgehammer999
f20f009b78
Sync translations from Transifex and run lupdate
1 year ago
Vladimir Golovnev
e216a9cf53
Keep unwanted files in separate folder
...
PR #19842 .
Closes #13531 .
1 year ago
dependabot[bot]
7f57324655
GHA CI: Bump github actions versions
...
PR #19784
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
1 year ago
xavier2k6
0186f44bf4
Use appropriate icon for "moving" torrents in transfer list
...
PR #19821 .
1 year ago
MartinKing01
6b53c57157
Fixed typo in the installer's hungarian translation
...
PR #19830 .
1 year ago
Bartu Özen
5db2c2c2be
WebUI: Fix incorrect subcategory sorting
...
PR #19833 .
Closes #19756 .
1 year ago
Vladimir Golovnev
cecbb44a03
Allow to request torrents count via WebAPI
...
PR #19831 .
Closes #19731 .
1 year ago
d47081
bc4aa2208a
make color scheme adaptive for login page #19844
1 year ago
Vladimir Golovnev
4a20a1660e
Correctly handle changing save path of torrent w/o metadata
...
PR #19829 .
Closes #19824 .
1 year ago
Vladimir Golovnev
eddfaedc4d
Update size of selected files when selection is changed
...
PR #19827 .
Closes #19818 .
1 year ago
Vitaly Cheptsov
e42d3f38cc
Fix .torrent file upload on iPadOS
...
Mobile Safari on iOS does report `ios` platform, but iPadOS reports `mac`
instead. It is common sense to check for touch points when this happens
to differentiate Mac and iPad.
PR #19822 .
Closes #19057 .
---------
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
1 year ago
Vladimir Golovnev
e7f38ec6ce
Don't forget to delete TorrentContentAdaptor instance
...
PR #19825 .
Closes #19816 .
1 year ago
iomezk
a689ccf798
Add missing main window icon
...
PR #19815 .
---
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
1 year ago
Chocobo1
7bd8f262db
Disable "limit virtual memory" routine on macOS
...
This has no effect on macOS.
https://stackoverflow.com/questions/3274385/how-to-limit-memory-of-a-os-x-program-ulimit-v-neither-m-are-working
Closes #18656 .
PR #19805 .
1 year ago
Chocobo1
98576dacae
Add support for quarantine on macOS
1 year ago
Chocobo1
b4642ca9d3
Use proper fallback value for Mark-of-the-Web URL
...
References:
https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/components/services/quarantine/quarantine_win.cc#211
https://hg.mozilla.org/mozilla-central/file/bd568ad893882d37f094d43cba3f62c78982cd05/toolkit/components/downloads/DownloadIntegration.sys.mjs#l537
1 year ago
Chocobo1
9b924c1931
Drop support for Windows < 10
1 year ago
Chocobo1
de2ba53f08
GHA CI: don't override cmake default CXXFLAGS
1 year ago
Chocobo1
031be41491
Bump Windows macro versions
1 year ago
Chocobo1
c671b7059e
Drop unsupported keys
1 year ago