1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

2306 commits

Author SHA1 Message Date
Mitchell Livingston
b57211947f fix a naming issue with the action menu 2007-08-08 13:53:30 +00:00
Mitchell Livingston
5a8a4e7bb7 make the new action menu less crashy 2007-08-08 13:36:27 +00:00
Charles Kerr
059885cbbd (trunk) fix getopt error that made "transmissioncli -n" fail. (Reported w/patch by mtolman in ticket #284) 2007-08-08 06:21:47 +00:00
Charles Kerr
c23ec109bb (trunk) get gtk+ client building properly on older compilers. (reported by fixx in ticket #288) 2007-08-08 06:19:13 +00:00
Charles Kerr
51096225bd (trunk) rewrite peerCheck code based on comments from mtolman in http://transmission.m0k.org/forum/viewtopic.php?t=2106 2007-08-08 06:01:52 +00:00
Charles Kerr
3cb5ba7eed (trunk) fix assertion failure reported by kdrweez in http://transmission.m0k.org/forum/viewtopic.php?t=2096 2007-08-08 05:17:51 +00:00
Mitchell Livingston
0588684061 get the torrent action button to appear pressed in 2007-08-08 02:44:32 +00:00
Mitchell Livingston
4c7d5256fa when in minimal view the transfer icon will show the action menu, other cleanup 2007-08-08 01:26:11 +00:00
Mitchell Livingston
d2cbbe01fa begins of individual action menus 2007-08-08 01:03:34 +00:00
Charles Kerr
a4fe201b05 updated as per SoftwareElves' request 2007-08-07 20:43:40 +00:00
Charles Kerr
71e89afb2a update our libevent snapshot to 1.3c 2007-08-07 20:11:17 +00:00
Charles Kerr
82311abfbe (trunk) fix assertion bug in torrent.c::fileByteCompleted() 2007-08-07 14:17:37 +00:00
Mitchell Livingston
ffa077454e update version number to 0.80+ 2007-08-07 14:15:04 +00:00
Mitchell Livingston
30f260faa8 merge: update news date 2007-08-07 14:08:31 +00:00
Mitchell Livingston
b4d779057b update appcast to point to mirror 2007-08-07 03:08:28 +00:00
Mitchell Livingston
bc20b68dfe update appcast 2007-08-07 02:30:34 +00:00
Mitchell Livingston
87920bce96 update version info 2007-08-07 01:49:04 +00:00
Mitchell Livingston
0ec5461b50 add BitTorrent DNA to clients 2007-08-06 21:34:38 +00:00
Mitchell Livingston
d9edd4b84c update Korean strings 2007-08-06 21:26:38 +00:00
Mitchell Livingston
903b68b4d2 give a warning about upgrading in appcast 2007-08-06 21:23:11 +00:00
Mitchell Livingston
224a947803 add French translation by tiennou 2007-08-06 15:37:16 +00:00
Mitchell Livingston
328335363a update Greek string 2007-08-06 15:12:51 +00:00
Mitchell Livingston
46e6a69dc1 change nightly link to bogg's 2007-08-05 18:03:13 +00:00
Mitchell Livingston
9ef2fb4892 readd updated Korean nib files 2007-08-05 05:19:29 +00:00
Mitchell Livingston
b29bea089e remove some Korean nibs 2007-08-05 05:16:04 +00:00
Josh Elsasser
d0b41525bc Oops, remove extra paren. 2007-08-05 04:04:04 +00:00
Josh Elsasser
bb728f36af Wait a bit for torrents to stop on exit. 2007-08-05 03:52:45 +00:00
Josh Elsasser
b1572273e7 Count "stopping" state as running, not paused.
Display "stopping" state correctly in main window.
2007-08-05 03:31:15 +00:00
Josh Elsasser
2ccef1c3fd Revert r2628, it doesn't work. 2007-08-05 03:18:23 +00:00
Mitchell Livingston
571db0adae update Greek strings 2007-08-04 23:30:39 +00:00
Josh Elsasser
b0cc4f3ff0 Wait for thread to exit before exiting program. 2007-08-04 22:08:15 +00:00
Mitchell Livingston
4a6abe06e7 readd Russian Sparkle localization 2007-08-04 14:22:31 +00:00
Mitchell Livingston
37e3e41860 remove broken russian sparkle 2007-08-04 13:55:10 +00:00
Mitchell Livingston
26d5288e0f add new Greek translation 2007-08-04 12:22:01 +00:00
Mitchell Livingston
a89922fe90 remove old Greek translation 2007-08-04 12:21:24 +00:00
Mitchell Livingston
c03d09c6b7 how did this compile? 2007-08-04 12:12:00 +00:00
Josh Elsasser
d65c401b11 Catch beos gui up with libtransmission api changes. 2007-08-04 03:56:59 +00:00
Mitchell Livingston
e068d8b30d add updated Sparkle russian translation 2007-08-04 03:21:58 +00:00
Mitchell Livingston
c8be060f99 remove old russian translation 2007-08-04 03:21:33 +00:00
Charles Kerr
dbd016e503 sync joshe's changes with win32 2007-08-04 02:55:06 +00:00
Josh Elsasser
93dc3ec971 Fix timing functions (I think). 2007-08-04 02:44:09 +00:00
Mitchell Livingston
a5fb8ef040 trivial change to getting file size string 2007-08-04 01:48:34 +00:00
Charles Kerr
1ca0634856 quick fix for the 0.80 gtk+ showstopper. I'll make it prettier post-release 2007-08-04 01:38:50 +00:00
Charles Kerr
b79d325cd5 use inttypes.h instead of stdint.h 2007-08-04 01:34:00 +00:00
Josh Elsasser
2ead51f79d Use __BEOS__ to test for beos instead of relying on the build to set SYS_BEOS.
Add missing headers and other miscellaneous fixes for beos.
2007-08-04 01:17:39 +00:00
Mitchell Livingston
1b0b2222c6 safety 2007-08-04 01:14:26 +00:00
Mitchell Livingston
68d355b497 a little trivial cleanup 2007-08-04 01:12:04 +00:00
Josh Elsasser
b46052826c Include inttypes.h instead of stdint.h to unbreak beos.
Hopefully this won't break anything.
2007-08-04 00:43:47 +00:00
Mitchell Livingston
4986164148 add spanish to the makefile 2007-08-03 21:28:39 +00:00
Charles Kerr
8be21b668b reduce flicker in the torrent list 2007-08-03 20:46:02 +00:00