Mike Gelfand
bf17a3baf1
Fix web client directory name on Windows ( #4099 )
2022-11-05 08:45:34 +00:00
Hakjoon Sim
d0ab112622
fix: some style edited for chrome ( #4095 )
...
Thanks!
2022-11-05 00:05:23 -05:00
Charles Kerr
7f1a8bafe3
build: bump fast_float from v3.5.0 to v3.6.0 ( #4098 )
2022-11-04 18:46:13 -05:00
Charles Kerr
831eb8d40f
refactor: make `tr_session_thread` a unique_ptr owned by tr_session ( #4069 )
2022-11-04 16:20:27 -05:00
Mike Gelfand
d5cc43355c
Bump deps versions used for Windows release builds ( #4092 )
2022-11-04 18:38:28 +00:00
Charles Kerr
e065565cd4
reafctor: use getaddrinfo() instead of evdns ( #4094 )
2022-11-04 13:29:56 -05:00
Hakjoon Sim
f116407941
fix: chrome needs vendor prefix(-webkit-) for mask ( #4056 )
2022-11-03 23:01:17 -05:00
Charles Kerr
09bb1a60f0
refactor: add more nodiscard, constexpr, and noexcept ( #4089 )
2022-11-03 18:08:02 -05:00
Charles Kerr
ee8a6bd130
refactor: simplify blocklist code ( #4086 )
2022-11-03 15:46:27 -05:00
A Cœur
8857e8c1a4
Declare TR_ETA_NOT_AVAIL as time_t ( #4065 )
2022-11-03 11:42:42 -05:00
A Cœur
84badfc66f
removing unreachable code ( #4083 )
2022-11-03 09:47:43 -05:00
Mike Gelfand
f9abbaca70
Adjust `Gio::File::query_info()` error handling (GTK client) ( #4079 )
...
The method never returns `nullptr`, but instead throws if an error
occurs. This regressed during the switch from GTK to GTKMM.
2022-11-02 17:17:29 +00:00
SweetPPro
94eeae203b
fix: 4.0.0-beta.1 crash when updating blocklist ( #4011 )
2022-11-02 09:41:05 -05:00
A Cœur
64b5fde8b2
fixup: silence "empty expression statement has no effect" warning ( #4074 )
2022-11-02 09:04:22 -05:00
Mike Gelfand
49a3813a23
Check for functions we use when looking for system libutp ( #4072 )
...
Since libutp provides no version information, and one readily noticeable
change between the old and the new API is the change in public function
names, check to see if the functions we use are available. Old version
won't have them, and so any old system libutp will be discarded in AUTO
mode and result in an error in ON mode for USE_SYSTEM_UTP option.
2022-11-02 11:03:57 +00:00
A Cœur
2ca095d4a8
Fix set_version "The left operand of '&' is a garbage value" ( #4064 )
2022-11-02 05:39:14 +00:00
Mike Gelfand
dd4dce36a4
Downgrade Fedora image used in GitHub Actions CI to 36 ( #4070 )
...
37 is still "rawhide" and it starts to pull in packages from 38 making
things weird.
2022-11-02 03:15:31 +00:00
A Cœur
fa7100bdef
Auto enlarge search field when editing ( #4067 )
2022-11-01 20:40:24 -05:00
Charles Kerr
611d36ac84
refactor: decouple session settings from the session class ( #4053 )
2022-11-01 19:32:26 -05:00
Hakjoon Sim
41422c357e
fix: open torrent dialog layout adjusted ( #4063 )
2022-11-01 09:14:15 -05:00
Hakjoon Sim
745c884774
chore: get rid of webpack error while creating source map ( #4058 )
2022-10-31 16:14:01 -05:00
Charles Kerr
72ab5a85be
build: update the web client build deps ( #4059 )
...
chore: rebuild transmission-app.js with new deps
2022-10-31 14:20:11 -05:00
A Cœur
46eab5f3f8
Fix "User-facing text should use localized string macro" ( #4030 )
2022-10-31 09:37:34 -05:00
Charles Kerr
d5ef1ea80a
fix: test for tr_peerIo.gotError function pointer before use ( #4051 )
2022-10-29 16:59:24 -05:00
Charles Kerr
cdf817f2e7
fix: FTBFS on Windows ( #4036 )
...
* refactor: getPiececLength() now returns size_t
* refactor: tr_torrentSetMetadataPiece() length arg is now size_t
* refactor: tr_peerIo::flushOutgoingProtocolMsgs() returns size_t, takes a tr_error** for reporting errors
* refactor: define tr_mode_t for convenience
* fix: suseconds_t portability fix
2022-10-28 19:12:37 -05:00
Charles Kerr
210bb03f2f
fix: recent signed-unsigned comparison warnings ( #4034 )
2022-10-26 11:20:10 -05:00
A Cœur
ab825a4cea
Fix tr-buffer.h has same ID as tr-utp.h ( #4032 )
2022-10-25 14:09:11 -05:00
A Cœur
12e564096b
fix: "Implicit conversion loses integer precision" warnings ( #3960 )
2022-10-25 11:14:42 -05:00
A Cœur
14f2698cdc
Remove tr_generateAllowedSet declaration ( #4029 )
2022-10-25 08:50:53 -05:00
Charles Kerr
798e873b87
fix: sonarcloud warnings ( #4023 )
2022-10-24 22:13:09 -05:00
Charles Kerr
088e146cee
fix: crash on large udp announce response ( #4022 )
...
Fixes #4006 .
2022-10-24 17:58:19 -05:00
Charles Kerr
e8079835d3
fix: crash when a torrent autopauses after encountering an error ( #4021 )
2022-10-24 16:57:07 -05:00
Charles Kerr
2262efdb7f
fix: ignore unrecognized torrent-get fields ( #4018 )
...
Fixes #2916 .
Not actually a Transmission bug, but restores undefined behavior to be
consistent with 3.00's undefined behavior in the RPC spec.
2022-10-24 15:02:48 -05:00
Charles Kerr
b32f3e0a24
refactor: add tr_address::toCompact() ( #4014 )
...
* refactor: add tr_address::toCompact()
* test: use the theory.org compact ipv4/6 examples in NetTest.compact4, NetTest.compact6
* refactor: add tr_address::toCompact()
* test: add toCompact, fromCompact tests
* refactor: add compact <--> sockaddr_storage conversion
2022-10-24 13:40:12 -05:00
Derek Reiff
be4a44292e
build: update CMakeLists to reflect recent assets/ changes ( #4013 )
2022-10-24 10:14:42 -05:00
SweetPPro
a8267395b2
macOS fix a potential hang when updating the blocklist ( #4010 )
...
fixes potential hang when unzipping a new blocklist on macOS (#3969 )
2022-10-24 10:12:33 -05:00
Mike Gelfand
70f623f32b
Add user data parameter for torrent removal callback ( #4009 )
2022-10-23 11:51:35 -05:00
Mike Gelfand
f0a0b855c6
Reload files list in details dialog, unless already loaded (GTK client) ( #4004 )
2022-10-22 10:42:38 +01:00
Charles Kerr
d191a04228
refactor: decouple tr_announcer_udp ( #4002 )
2022-10-21 13:15:14 -05:00
Derek Reiff
6187cfd67b
Refresh web interface across desktop and mobile ( #3985 )
...
* Add macOS section to Web-Interface docs
- Add minimal steps to enable web interface on macOS
- Clean up README.md with some markdown linting.
* Updating and modernizing web interface, colors, icons
In general:
- increase spacing and decrease font sizes in most inspectors (so far)
- replace icons with emoji. may not be the way to go in the end
* update toolbar icon sizes to adjust for differences
* Switch from icons to buttons, other minor color changes
1. Add 'warn' class to dangerous actions
2. Add 'table-row' helper to overflow menu
3. Use text instead of icons for this new tab style
* Update icons using feathericons.com
* Rename files, replace some SVG and optimize PNG
* Remove more unused variables
* Update index.html to reflect new icons
* More minor svg changes; delete old images
* Updated build output
* Remove icons, add new feather svg icons
Build is now sub-200 KB
2022-10-21 12:22:59 -05:00
Mike Gelfand
da27c3d18d
Prefer ayatana-appindicator over appindicator, if present ( #4001 )
2022-10-20 18:15:13 +01:00
Mike Gelfand
5564d9eb46
Catch dbus exceptions in async callbacks on completion (GTK client) ( #3997 )
...
GLIBMM will catch them for us, but in two cases print a warning instead
of suppressing, and in one other case still print a warning (as well as
we do) but without context.
2022-10-19 16:27:07 -05:00
Dmitry Serov
3a8dc9d203
Replace preprocessor defines with constants in objc code ( #3974 )
2022-10-19 14:28:21 -05:00
Yuze Jiang
8cad9675d8
Update to the message log window on macOS, fix #3627 ( #3962 )
...
- Set the minimum size of the Message column of the message log
window to 200 (previously was 10) to fix #3627
- Align the log level indicator to the top
2022-10-19 13:22:19 -05:00
Yaron Shahrabani
e97a98f10b
Swapped plural and singular positions ( #3996 )
2022-10-19 13:05:36 -05:00
Charles Kerr
450f1dcadc
refactor: extract `tr_buffer` class from `tr_peerIo` ( #3986 )
2022-10-19 11:42:08 -05:00
Mike Gelfand
f22ce40c72
Change progress bar color depending on torrent state (GTK client) ( #3976 )
...
* Rename `context` to `snapshot` in `TorrentCellRenderer`
* Change progress bar color depending on torrent state
2022-10-19 00:17:54 +01:00
Luukas Pörtfors
9313e42866
remote: improve and document the rename command ( #3973 )
2022-10-19 00:02:23 +01:00
A Cœur
ad77140035
doc: Building the GTK app on macOS ( #3982 )
2022-10-18 15:23:26 -05:00
Charles Kerr
4ed61a0a75
fixup! refactor: remove TR_PRIsv macros ( #3842 ) ( #3992 )
...
fix: invalid format string passed to fmt::print
2022-10-18 14:57:11 -05:00