1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00
Commit Graph

12605 Commits

Author SHA1 Message Date
d47081
b7a2cd39f7 unify button paddings 2023-11-11 08:37:14 +02:00
d47081
74459ad3f7 remove Filters_pad overwrite 2023-11-11 08:32:34 +02:00
d47081
b59443fdea remove bold decoration from the filter clear button 2023-11-11 08:31:38 +02:00
d47081
1a4807a0c0 add global cursor pointer effect for the form buttons 2023-11-11 08:17:02 +02:00
d47081
52a8d25a05 fix login button position, add pointer cursor, remove input outline in FF 2023-11-11 08:14:22 +02:00
d47081
804e07490e define color by default for inputs in chrome 2023-11-11 08:13:18 +02:00
d47081
c6718b7f5f update blue saturation 2023-11-11 07:58:21 +02:00
d47081
79c5b864ef apply code format 2023-11-11 07:46:46 +02:00
d47081
00651f4871 add log features adaptation, add minor corrections 2023-11-11 07:43:45 +02:00
d47081
388a999d83 include common palette by css import 2023-11-11 05:05:40 +02:00
d47081
9f931c331a apply format 2023-11-11 05:02:08 +02:00
d47081
bfcf944a2e fix palette.css sort ordering, add missed public file 2023-11-11 04:53:41 +02:00
d47081
713b4fd782 remove deprecated construction 2023-11-11 04:34:46 +02:00
d47081
a47a71086c apply lint/auto-format 2023-11-11 04:33:48 +02:00
d47081
8f586b8fe5 remove issue number 2023-11-11 03:33:36 +02:00
d47081
c41a2cbad3 update table paddings 2023-11-11 03:32:30 +02:00
d47081
598c0f9a10 update paddings 2023-11-10 03:38:13 +02:00
d47081
4dacf6486c fix padding 2023-11-10 03:25:41 +02:00
d47081
fd1b63fca0 add common pallete for public side 2023-11-08 09:01:27 +02:00
d47081
72deeb58ff
Merge pull request #2 from d47081/adaptive-webui-private-19844
Adaptive webui private 19844
2023-11-08 08:16:13 +02:00
d47081
e2e0e3a544
Merge branch 'adaptive-webui' into adaptive-webui-private-19844 2023-11-08 08:16:00 +02:00
d47081
9cf9bb53a9
Merge pull request #1 from d47081/adaptive-webui-19844
Adaptive webui 19844
2023-11-08 08:14:14 +02:00
vik
28b5d7230c
WebUI: Remove extra ')' in QBT_TR macro
PR #19894.
2023-11-08 08:32:25 +03:00
d47081
8900c619b1 fix property sort order 2023-11-07 12:07:32 +02:00
d47081
fb6bda7fde fix color-function-notation 2023-11-07 11:56:34 +02:00
d47081
8ae1edbc54 fix empty lines 2023-11-07 11:54:17 +02:00
d47081
7b8d68c2f2 fix properties sort order 2023-11-07 11:53:27 +02:00
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.
2023-11-07 12:44:27 +03:00
thalieht
30d9978c97
Add copy comment functionality to the torrent list's context menu
PR #19846.
Closes #18890.
2023-11-07 12:42:31 +03:00
d47081
cf47f5bf96 fix lint check 2023-11-06 18:22:48 +02:00
d47081
e150689bfe cleanup deprecated graphics and comments 2023-11-06 15:50:02 +02:00
xavier2k6
f067ab1692
WebUI: Add "Moving" filter to side panel
PR #19870.
2023-11-06 16:23:59 +03:00
d47081
52d9c2243b remove comments with issue ID 2023-11-06 15:19:09 +02:00
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.
2023-11-06 14:10:51 +08:00
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.
2023-11-06 14:10:27 +08:00
Chocobo1
606c23d1a4 Use highest compression algorithm & level
https://doc.qt.io/qt-6/resources.html#compression
2023-11-06 14:10:27 +08:00
Chocobo1
7c0e3baf5f
Drop support for 32-bit Windows
PR #19865.
2023-11-06 14:10:01 +08:00
Chocobo1
6cfbc02d8f Expose Mark-of-the-Web setting in Options 2023-11-06 14:09:34 +08:00
Chocobo1
794cce38f3 Move some functions into Utils::OS namespace
Also remove `Utils::Misc::getUserIDString()` since there are no use of
it.
2023-11-06 14:09:34 +08:00
d47081
e54de75c27 init adaptive color scheme for private WebUI 2023-11-06 03:37:00 +02:00
sledgehammer999
f20f009b78
Sync translations from Transifex and run lupdate 2023-11-05 21:57:07 +02:00
Vladimir Golovnev
e216a9cf53
Keep unwanted files in separate folder
PR #19842.
Closes #13531.
2023-11-05 11:00:06 +03:00
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>
2023-11-05 13:31:06 +08:00
xavier2k6
0186f44bf4
Use appropriate icon for "moving" torrents in transfer list
PR #19821.
2023-11-04 12:09:47 +03:00
MartinKing01
6b53c57157
Fixed typo in the installer's hungarian translation
PR #19830.
2023-11-03 10:30:50 +03:00
Bartu Özen
5db2c2c2be
WebUI: Fix incorrect subcategory sorting
PR #19833.
Closes #19756.
2023-11-02 11:35:42 +03:00
Vladimir Golovnev
cecbb44a03
Allow to request torrents count via WebAPI
PR #19831.
Closes #19731.
2023-11-02 11:12:32 +03:00
d47081
bc4aa2208a make color scheme adaptive for login page #19844 2023-11-01 21:08:17 +02:00
Vladimir Golovnev
4a20a1660e
Correctly handle changing save path of torrent w/o metadata
PR #19829.
Closes #19824.
2023-11-01 09:22:32 +03:00
Vladimir Golovnev
eddfaedc4d
Update size of selected files when selection is changed
PR #19827.
Closes #19818.
2023-11-01 09:21:39 +03:00