Gary Elshaw
1c64bdd352
fix: in prefs, reduce tracker list height to fit on small displays
2023-04-09 22:08:35 -05:00
tearfur
931beba56f
fix: set log level before constructing tr_session ( #5345 )
2023-04-03 15:37:28 -05:00
tearfur
e68c72daa4
fix: tr_net_hasIPv6() ( #5312 )
2023-03-28 13:41:07 -05:00
tearfur
85a00625dc
fix: intermediate fix for HTTP announce behaviour affected by `bind-address-ipv*` ( #5296 )
2023-03-28 12:59:42 -05:00
Charles Kerr
47e141563a
fixup: address 5258 code review ( #5295 )
2023-03-27 11:04:10 -05:00
Charles Kerr
f4d74626c0
docs: update AUTHORS ( #5286 )
2023-03-24 13:51:32 -05:00
Charles Kerr
9fc0e4ff61
fix: disable-deprecated by default for end users ( #5289 )
...
deprecations can be turned on manually and are auto-enabled in CI
2023-03-24 13:34:30 -05:00
Cœur
1b81883e66
fix: crash on launch from tapping on a notification ( #5280 )
2023-03-24 08:04:30 -05:00
Mike Gelfand
a216bd7cec
Use locale-dependent decimal separators for user-visible numbers ( #5288 )
...
This includes percents, ratios, sizes, speeds, etc. coming from shared
formatting helpers. Previously based on sprintf-like functions using
locale, now using libfmt which doesn't use locale by default and needs
to be instructed to do it explicitly.
2023-03-23 19:48:45 -05:00
Geoffrey Bonneville
c2fb52f51d
docs: add units to immutable properties in RPC doc ( #5278 )
2023-03-23 15:34:16 -05:00
Cœur
3e97d0b9c2
fix: The right operand of '<' is a garbage value ( #5285 )
2023-03-23 12:05:11 -05:00
Charles Kerr
a2bece2682
fix: GTK client prefs window too large for small displays ( #5276 )
2023-03-22 10:51:05 -05:00
Charles Kerr
d63165e8a4
perf: fix wishlist cpu load regression, pt. 2 ( #5273 )
2023-03-22 10:24:10 -05:00
Charles Kerr
25f38d5ff3
fix: wrong tier value in torrent get tracker stat response ( #5274 )
2023-03-21 20:23:08 -05:00
github-actions[bot]
1b8a1ea64a
chore: update generated transmission-web files ( #5254 )
2023-03-21 17:36:07 -05:00
Charles Kerr
58ce7bd437
fix: 4.0.2 wishlist CPU perf regression pt. 1 ( #5266 )
2023-03-20 21:08:16 -05:00
hoimic
652c4666dc
fix: 'downloaded' field ( #5265 )
2023-03-20 16:42:32 -05:00
Cœur
c60bb5b834
fix: crash when magnet dn isn't utf-8 ( #5244 )
2023-03-19 10:36:16 -05:00
Derek Reiff
ca44c9143a
fix: Check for E2BIG or NaN strings and replace with placeholders ( #5249 )
2023-03-18 23:03:51 -05:00
Charles Kerr
f5a24862db
fix: FTBFS in Ubuntu 20.04 / Qt 5.13 ( #5238 )
2023-03-16 18:59:31 -05:00
Charles Kerr
8dccc290d7
chore: bump version to 4.0.2-dev
2023-03-16 02:51:22 -05:00
Charles Kerr
5cc3bf8a97
fix: generate peer-id on launch ( #5233 )
2023-03-15 20:53:48 -05:00
Charles Kerr
2a57b17031
chore: bump version to 4.0.2
2023-03-15 15:58:20 -05:00
Charles Kerr
daae9fd59a
docs: add 4.0.2 release notes ( #5230 )
2023-03-15 12:13:55 -05:00
github-actions[bot]
1ecbb78ac1
chore: update generated transmission-web files ( #5229 )
2023-03-15 11:45:23 -05:00
tearfur
e527cd4e9b
fix: remove extra checkbox from webui peers preferences ( #5223 )
2023-03-15 10:46:28 -05:00
dependabot[bot]
02fea61145
deps: bump webpack from 5.75.0 to 5.76.0 in /web ( #5228 )
2023-03-15 10:05:57 -05:00
Charles Kerr
3aeefec203
chore: remove unused header includes ( #5227 )
2023-03-14 18:36:15 -05:00
Ilkka Kallioniemi
231f653089
docs: remove empty line in manpage ( #5225 )
2023-03-14 15:45:13 -05:00
Cœur
d64ec27106
fix: "Unrecognized colorspace number -1" ( #5219 )
2023-03-13 23:41:38 -05:00
Charles Kerr
a87d39f3bd
fix: filter out peers with port 1 from DHT peer lists. ( #5218 )
2023-03-13 19:27:47 -05:00
Charles Kerr
6224b60728
fix: wrong error message when writing to incomplete dir ( #5217 )
2023-03-13 16:20:39 -05:00
Cœur
066d655493
fix: precision in stringForSpeedCompact ( #5213 )
2023-03-13 14:43:39 -05:00
Colin B
59a157ebde
feat: restore support for nonstandard `path.utf-8` ( #3454 )
2023-03-13 13:58:59 -05:00
tearfur
67f6dee04a
Correct minor formatting errors in rpc-spec.md ( #5214 )
2023-03-13 11:21:48 -05:00
Charles Kerr
dabd29f2b2
fix: std::clamp() assertion failure in maxAvailableReqs() ( #5203 )
2023-03-11 22:25:21 -06:00
Charles Kerr
900281eb1c
fix: check tr_ctorSetFoo() return values before adding torrent via RPC ( #5202 )
2023-03-11 19:44:54 -06:00
Mike Gelfand
3039ff1390
Don't discover tests when cross-compiling w/o an emulator ( #5197 )
2023-03-11 12:42:56 +00:00
Charles Kerr
fe92568e66
fix: update Torrent::ratio() to match #2770 ( #5193 )
2023-03-10 14:33:01 -06:00
Charles Kerr
9a80b01b27
fix: update Torrent::ratio() to match #2770 ( #5193 )
2023-03-10 14:32:39 -06:00
Charles Kerr
be77226d6b
fix: update Torrent::ratio() to match #2770 ( #5193 )
2023-03-10 14:32:12 -06:00
Charles Kerr
86fd89fff4
fix: remove interest strategy code that could contribute to oscillating download speeds. ( #5176 )
2023-03-10 13:21:51 -06:00
Cœur
b1f6fbc05d
fix: change badge font size, position and precision ( #5184 )
2023-03-10 01:05:21 -06:00
Charles Kerr
b354337720
ci: check for clang tidy errors in libtransmission ( #5188 )
2023-03-10 00:23:22 -06:00
Charles Kerr
bfa62f6116
fix: handle DELETE_EVENT in create-torrent GTK dialog code ( #5180 )
2023-03-09 15:01:22 -06:00
Mike Gelfand
8cdb6ec798
chore: sync translations ( #5182 )
2023-03-08 23:29:22 -06:00
Cœur
17920f1697
docs: for macOS CI testing, need do download the "from-tarball" artefact ( #5177 )
...
On macOS, downloading the other artefact may not work on all machines.
2023-03-08 00:28:19 -06:00
Charles Kerr
2789a8fe69
docs: fix missing method name in 9c436d87d
2023-03-07 21:19:50 -06:00
Cœur
60ef92ee99
fix: hardcode BadgeView font size ( #5168 )
2023-03-07 21:16:06 -06:00
Mike Gelfand
20071149c3
fix: split current and initially requested minimized state ( #5175 )
2023-03-07 21:07:23 -06:00