1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
Commit graph

2907 commits

Author SHA1 Message Date
Mitchell Livingston
b464564992 updated icon from AR 2007-10-23 11:22:57 +00:00
Charles Kerr
216ee3f52b fix a nasty error with fallback unencrypted peer connections. 2007-10-22 23:31:03 +00:00
Charles Kerr
b704654275 dead code removal. 2007-10-22 23:27:47 +00:00
Charles Kerr
a5946e396c tweak the logging a bit. 2007-10-22 18:52:36 +00:00
Charles Kerr
e1fbd16941 fix some memory leaks reported by valgrind. 2007-10-22 14:15:16 +00:00
Mitchell Livingston
50e99456d1 add Korean localization part 4 2007-10-21 21:57:15 +00:00
Mitchell Livingston
cf728b5f61 add 0.9 Korean localization part 3 2007-10-21 21:56:38 +00:00
Mitchell Livingston
f11f48eb0e add 0.9 Korean localization part 2 2007-10-21 21:52:06 +00:00
Mitchell Livingston
fc7e49cae1 add 0.9 Korean localization 2007-10-21 21:50:12 +00:00
Mitchell Livingston
ea53194c66 small change to help and French localization 2007-10-21 21:11:45 +00:00
Charles Kerr
83f8f22957 Add gtk+ German translation by Michael Färber 2007-10-21 17:12:54 +00:00
Charles Kerr
814a56046d fix ul/dl speed wart reported by BentMyWookie 2007-10-21 15:47:26 +00:00
Mitchell Livingston
dc22db44a4 update to News 2007-10-21 15:12:30 +00:00
Mitchell Livingston
44e1f5aa96 make the long application support folder path a constant 2007-10-21 14:01:54 +00:00
Mitchell Livingston
6fc01cb59c set some menu titles without regard to what it is already set to (this should in theory be faster and looks cleaner) 2007-10-21 13:53:29 +00:00
Mitchell Livingston
4555f58451 update queue image to have orange continue button 2007-10-21 04:07:11 +00:00
Mitchell Livingston
7eac4758d4 updated help images from John_Clay 2007-10-21 03:34:13 +00:00
Charles Kerr
c50cadbcaa remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
Mitchell Livingston
a90c4a4b09 eliminate the redundant isPaused, instead using !isActive 2007-10-20 21:27:46 +00:00
Charles Kerr
264f7ab8b3 Dead code removal (TR_STATUS_STOPPING) 2007-10-20 21:17:37 +00:00
Mitchell Livingston
89cb2a53e9 remove "Stopping" status, and update all string files accordingly 2007-10-20 21:17:24 +00:00
Charles Kerr
b7258fbf33 try to better sync up the tr_stat fields, as requested by BentMyWookie 2007-10-20 21:07:11 +00:00
Charles Kerr
7bd54c66dd don't let po/Makefile.in stop configure when "./configure.sh --without-gtk" is being run. (#389, mezz) 2007-10-20 20:43:48 +00:00
Charles Kerr
42d007553d Tweak the first torrent's recheck state as requested by BentMyWookie 2007-10-20 20:36:01 +00:00
Charles Kerr
8d4ff5818c Add support for the MSE Tracker Extension (suggested by barry_u and persept) 2007-10-20 20:27:37 +00:00
Mitchell Livingston
197e94910f another switch 2007-10-20 19:38:10 +00:00
Mitchell Livingston
b85c64d635 use given control view 2007-10-20 19:29:50 +00:00
Mitchell Livingston
039eefb06e another if-to-switch 2007-10-20 19:25:14 +00:00
Mitchell Livingston
3aa131a3e9 simplify how the file outline accesses the torrent 2007-10-20 19:13:52 +00:00
Charles Kerr
af8ca0a2e6 updated gtk+ Spanish translation by Vicente Carro 2007-10-20 18:15:38 +00:00
Charles Kerr
6527f4e12a dead code removal. 2007-10-20 15:17:36 +00:00
Mitchell Livingston
ad2f1ecb10 remove reference to advanced progress bar from help 2007-10-20 11:58:10 +00:00
Mitchell Livingston
095472b288 update documentation with new nightlies url 2007-10-20 00:43:39 +00:00
Charles Kerr
4acfe5e1b5 have gtk+ use the batch form of setFilePriorities(). remove saveFastResumeSoon(). 2007-10-19 23:44:01 +00:00
Charles Kerr
25fa56d294 * don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
* cleaner setting of the DND flags in the gtk+ client.
* cpStatus cleanup.
2007-10-19 23:23:21 +00:00
Charles Kerr
e6c46122fb tyop fix 2007-10-19 23:21:32 +00:00
Charles Kerr
4240f7c60c sending SIGHUP in the cli will now ask the tracker for more peers. (#306, suggested by mtolman, patch by tiennou) 2007-10-19 21:53:35 +00:00
Charles Kerr
76da8c6c00 fix crash in the gtk client if the user hit create' in the create torrent' dialog without specifying a file. 2007-10-19 21:49:18 +00:00
Charles Kerr
de8b09005d make a trivial change for pea 2007-10-19 06:08:07 +00:00
Mitchell Livingston
b62fb6a7c1 trivial code cleanup 2007-10-19 01:24:42 +00:00
Charles Kerr
8b5f76c10e roll back the clients changes because of the 0.90 freeze 2007-10-19 00:19:16 +00:00
Charles Kerr
58ad607c01 merge the wiki.theory.org, T, and libtorrent client lists. T knows about dozens more clients now. 2007-10-19 00:02:37 +00:00
Charles Kerr
781c3e2efd (gtk) better sort-by-progress in the main window's torrent list 2007-10-18 21:32:37 +00:00
Charles Kerr
c53f69ef25 (gtk) Fix ticket #292 reported by mtolman 2007-10-18 21:28:19 +00:00
Charles Kerr
6a3a61716b when seeding, instead of giving the the ratio as N/A, give uploaded/torrent_size (Waldorf_) 2007-10-18 20:42:39 +00:00
Charles Kerr
78b5c81253 possibly fix r3457 crash reported by chrissturm 2007-10-18 19:33:29 +00:00
Charles Kerr
212470560e fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals. 2007-10-18 18:32:58 +00:00
Charles Kerr
6cef3fd9f9 remove fprintf that snuck in. (Reported by Gimp) 2007-10-18 03:57:19 +00:00
Charles Kerr
e723a5724c added debugging messages to the tracker cleanup. better error handling for esoteric http errors. 2007-10-18 03:55:55 +00:00
Mitchell Livingston
f3b856d1d9 fix small memory leak 2007-10-18 03:23:18 +00:00