~spvkgn/transmission/+git/transmission:4.0.x

Last commit made on 2024-05-29
Get this branch:
git clone -b 4.0.x https://git.launchpad.net/~spvkgn/transmission/+git/transmission

Branch merges

Branch information

Recent commits

38c1649... by Charles Kerr

chore: update transmission-app.js

1dd6f36... by Yat Ho <email address hidden>

webui: fixed width for speed info (#6866)

1c330d5... by Mike Gelfand <email address hidden>

Support CMake 3.28+ in CI jobs on Windows (#6854)

* Support building Qt using CMake 3.28+

CMake 3.28 dropped support for deriving installation prefix(es) based on
PATH environment variable on Windows. Since all the other built packages
already pass necessary prefix path(s) explicitly via CMAKE_PREFIX_PATH
and it works for them, do the same for Qt 6 as well. Building Qt 5 isn't
affected as it doesn't use CMake.

* Fix environment variable name in `windows` build job

Using wrong name resulted in empty `CMAKE_PREFIX_PATH` CMake setting
value, which showed the effects of CMake 3.28 changes yet again.

5b89728... by Charles Kerr

fixup! fix: store seconds downloading/seeding when stopping torrent

c558501... by Charles Kerr

chore: bump version to 4.0.6

cdc1037... by Charles Kerr

docs: add 4.0.6 release notes

0f257b0... by Charles Kerr

chore: fix linter css warning

09e68a0... by Rukario <email address hidden>

chore: improved filterbar for narrowed viewports in web client (#6761)

* Update transmission-app.scss

* Update index.html

---------

Co-authored-by: Charles Kerr <email address hidden>

bb19ef7... by Yat Ho <email address hidden>

fix: store seconds downloading/seeding when stopping torrent

manual backport of b6363fc

b461e35... by Will Thompson

chore: add Add <launchable> tag to GTK client metainfo (#6720) (#6779)

(cherry picked from commit de11cbdf8568c9fbf61a4c896844c2b475836118)