Mike Gelfand
b85f85d3f9
Fix blurry progress bars in main window (GTK client) ( #4756 )
...
* Fix blurry progress bars in main window (GTK client)
Create surfaces similar to those provided by GTK, which includes similar
scale factor.
* Minor simplification to avoid needless macro use
2023-02-09 11:02:39 +00:00
Charles Kerr
7a686a53f3
build: renamed ENABLE_WEB build option for clarity ( #4760 )
2023-02-08 17:47:07 -06:00
Charles Kerr
6576a2a1db
chore: bump version to 4.0.0-dev
2023-02-07 20:07:33 -06:00
Charles Kerr
280ace12f8
chore: bump version to 4.0.0 ( #4730 )
2023-02-07 17:37:08 -06:00
Charles Kerr
f0c13ecc94
docs: add 4.0.0 release notes ( #4706 )
2023-02-07 17:00:06 -06:00
Mike Gelfand
6a6ce4c7c0
Sync translations ( #4729 )
...
* Sync translations with code
* Sync translations with Transifex
2023-02-07 20:42:19 +00:00
Cœur
3fb1f8bcd7
fix: CoreAutoLayout hang during runCustomizationPalette on macOS 13.2 ( #4709 )
2023-02-06 12:54:38 -06:00
Charles Kerr
0c582c6d7e
fix: race condition in RPC ( #4725 )
2023-02-06 10:42:37 -06:00
Charles Kerr
6c99e95463
fix: ensure ipv4 for udp announces. ( #4723 )
...
This is an interim fix to unblock 4.0.0. See ticket 4719 for details.
2023-02-05 23:31:10 -06:00
Mike Gelfand
fbb98ada4a
Fix issues reported by `hicpp` clang-tidy checks (GTK client) ( #4711 )
...
* Fix `hicpp-vararg` clang-tidy issues
* Fix `hicpp-explicit-conversions` clang-tidy issues
* Fix `hicpp-signed-bitwise` clang-tidy issues
* Enable the rest of `hicpp` clang-tidy checks
2023-02-03 16:12:48 +00:00
github-actions[bot]
3c11b36bc3
chore: update generated transmission-web files ( #4707 )
...
Co-authored-by: ckerr <ckerr@users.noreply.github.com>
2023-02-02 09:19:13 -06:00
wsy2220
bcc1d868a1
fix: webui filter selection on mobile ( #4684 )
2023-02-02 01:34:10 -06:00
SweetPPro
1e988c9ce4
fix magnet link start logic ( #4528 )
2023-02-02 00:19:20 -06:00
Charles Kerr
0493542f62
fix: remove abort() call from tr_assert_message() ( #4696 )
2023-02-01 18:19:40 -06:00
Dzmitry Neviadomski
e0cc4f50e0
fix: Add precheck for tar archive test. ( #4705 )
...
Recently we discovered we do not properly handle broken tar archives.
The problem is running tar (in linting mode) on invalid archive and
piping stdout to NSPipe introduces a hang as NSPipe cannot process
such huge data amounts.
Fixing this problem by adding a precheck with tar (listing mode) with
piping stdout to /dev/null.
Fixes : #4702
2023-02-01 15:05:32 -06:00
Cœur
61fa6f6088
Fix WebUtilsTest.urlParse and psl_builtin for Xcode ( #4642 )
2023-01-31 23:51:04 -06:00
Charles Kerr
a650060f3b
docs: deprecate trackerAdd, trackerRemove, trackerReplace RPC ( #4699 )
2023-01-31 22:53:46 -06:00
Cœur
41b8044b88
fix ToolbarItemIdentifierPauseResumeAll (regression from #3974 ) ( #4692 )
2023-01-31 11:04:41 -06:00
Mike Gelfand
c4f4d3d45d
Fix torrents count label update ( #4694 )
2023-01-30 23:25:23 +00:00
Dmitry Antipov
52d49b84eb
perf: optimize the only block case in Cache::writeContiguous() ( #4679 )
2023-01-30 12:04:40 -06:00
Cœur
18277a6dd0
#warning in header file should start with capital letter ( #4689 )
2023-01-30 08:20:38 -06:00
Charles Kerr
e35d65bf4c
fix: call setHasPiece(piece, false) on checkPiece fail ( #4665 )
2023-01-29 19:46:26 -06:00
Mike Gelfand
e775de01bd
Simplify progress bars coloring (GTK client) ( #4688 )
...
I remember seeing better results when adding background during hue
adjustment, but can't clearly see the difference now. Since using
`DEST_OVER` Cairo operator results in crashes on some systems, don't
bother with the background, hopefully still getting acceptable results.
2023-01-29 23:20:28 +00:00
Charles Kerr
0e5f7f86d7
fix: coverity warnings ( #4687 )
...
* fix: minor tr_error leak warning in tests
* fix: socket leak in tr_globalIPv6()
2023-01-29 16:49:59 -06:00
Charles Kerr
724a0f48f0
fix: clang-tidy header warnings ( #4686 )
2023-01-28 17:58:20 -06:00
Charles Kerr
93db8f088a
fix: cppcoreguidelines-pro-type-cstyle-cast ( #4685 )
...
* fix: libtransmission cppcoreguidelines-pro-type-cstyle-cast
* fix: libtransmission cppcoreguidelines-avoid-do-while
* refactor: inline static class fields
* fix: libtransmission cppcoreguidelines-avoid-reference-coroutine-parameters
* fix: announcer.cc cppcoreguidelines-narrowing-conversions
2023-01-28 15:26:23 -06:00
Charles Kerr
948f597d15
refactor: buffer snake case ( #4682 )
2023-01-27 20:12:09 -06:00
Charles Kerr
c75f9a4a7a
refactor: tidy libtransmission symbol visibility ( #4680 )
2023-01-27 14:25:08 -06:00
Charles Kerr
568b23374c
chore: don't warn on ECONNREFUSED to peer sockets. ( #4678 )
...
Fixes #1031 .
2023-01-27 00:00:00 -06:00
Charles Kerr
b641906b13
fix: make torrent speed limit order consistent in prefs, details dialogs ( #4677 )
...
Fixes #988 .
2023-01-26 22:11:35 -06:00
Charles Kerr
5a8aab2c2d
fixup! fix: omit curlopt options if curl is old ( #4675 )
2023-01-26 16:03:11 -06:00
Nick
b5339273d0
quick fix: changed order of some session prefs ( #4676 )
2023-01-26 14:38:39 -06:00
Charles Kerr
b1744d513e
fix: omit curlopt options if curl is old ( #4675 )
2023-01-26 12:52:32 -06:00
Charles Kerr
aabf1b7e0a
fix: remove CURL_VERSION_BITS macro ( #4673 )
...
Fixes #4671 .
2023-01-26 11:25:53 -06:00
Charles Kerr
862abe909c
fix: bugprone-unchecked-optional-access warnings in tests ( #4672 )
2023-01-26 10:50:42 -06:00
anarcat
331e1699bc
add remote HTTPS support to Qt GUI ( #4622 )
2023-01-26 00:24:04 -06:00
Charles Kerr
23bb8fa32e
fix: detect NPM version for ENABLE_WEB in cmake ( #4669 )
2023-01-25 22:17:24 -06:00
github-actions[bot]
f2363fecdc
chore: update generated transmission-web files ( #4664 )
2023-01-25 16:00:51 -06:00
Charles Kerr
a6713dbcd3
chore: revert 5b14df51c
( #4663 )
...
no longer needed; a bot generates the webpacked files
2023-01-25 15:00:23 -06:00
Charles Kerr
f01191edbc
fix: ensure prefs window is centered the first time shown ( #4659 )
2023-01-25 14:30:06 -06:00
Charles Kerr
f24368efb7
build: add webapp github actions ( #4658 )
2023-01-25 13:22:11 -06:00
Charles Kerr
c81d0b130c
refactor: add tr_error_set_from_errno() ( #4662 )
2023-01-25 12:20:10 -06:00
Gary Elshaw
c7b9eaff12
Remove 'Message Log' item from sys tray ( #4656 )
...
Fixes : #3773
2023-01-24 18:52:52 -06:00
Charles Kerr
49b7478121
fixup! build: minor ci cleanup ( #4652 )
...
fix: github action oops in brew update
2023-01-24 15:52:59 -06:00
Charles Kerr
b055b98d0f
build: minor ci cleanup ( #4652 )
...
* chore: show js webpack stats when building
* chore: use npm ci for code_style to avoid overwriting package-lock.json
* chore: add brew-update to macos ci
* remove webpack-dev-server from deps
2023-01-24 01:02:48 -06:00
Charles Kerr
977a190646
fix: msvc warnings ( #4651 )
...
* fix: C4189 local variable is initialized but not referenced
* fix: C4706 assignment within conditional expression
* fix: C4018 signed/unsigned mismatch
* fix: warning C4996 High-DPI scaling is always enabled.
* fix: C4996: QApplication::fontMetrics() is deprecated
eed5514eaf
2023-01-23 19:24:52 -06:00
Charles Kerr
5fe95ad5b0
fix: out-of-tree build ( #4641 )
...
- in cmake, add transmission-web build target
- in cmake, test for `npm` if we're building transmission-web
- add npm to CI install deps; build transmission-web as needed
2023-01-23 15:59:41 -06:00
Charles Kerr
5b14df51cb
build: downgrade web deps ( #4644 )
...
revert to older transmission-web build dependencies
to make it easier to build on stock older systems, e.g.
Ubuntu 20.04 which ships with Node 10.
2023-01-23 14:50:21 -06:00
Charles Kerr
e3a577c2d8
chore: pin brew libpsl to 0.21.1 ( #4640 )
...
temporary workaround for Homebrew/homebrew-core/issues/121081
2023-01-23 10:38:18 -06:00
Cœur
c89edcd1f6
underscores in documentation comments should be code escaped ( #4639 )
2023-01-23 10:26:11 -06:00