Mitchell Livingston
|
d4618ef74d
|
don't archive group images; update group images when colors change
|
2008-05-31 03:11:59 +00:00 |
|
Mitchell Livingston
|
1cb0451c05
|
in the groups menu, show the "blank group" image; resize the images in the groups menu appropriately
|
2008-05-31 02:52:49 +00:00 |
|
Mitchell Livingston
|
62f034cdbd
|
potential decrease in memory usage when showing the group dividers
|
2008-05-31 02:38:44 +00:00 |
|
Charles Kerr
|
c00a3a97b7
|
fix r5979 oops
|
2008-05-31 00:20:59 +00:00 |
|
Charles Kerr
|
5141a65d45
|
experimental message batcher as discussed in http://forum.transmissionbt.com/viewtopic.php?p=24251#24251
|
2008-05-31 00:16:26 +00:00 |
|
Charles Kerr
|
e391ef6e1a
|
on shutdown, close the most active torrents first. That way if we can't get everyting closed in a reasonable amount of time, at least we get the ones that affect stats first.
|
2008-05-30 17:22:26 +00:00 |
|
Charles Kerr
|
f3db37ab1b
|
add a couple of more ways to short-circuit the tr_stat.desiredAvailable test in tr_torrentStat(), as suggested by BentMyWookie
|
2008-05-30 16:49:03 +00:00 |
|
Charles Kerr
|
5ed97a1c04
|
refactor out some dead code in net.c, and probably give jhujhiti fits
|
2008-05-30 15:43:10 +00:00 |
|
Charles Kerr
|
0705eaa1c0
|
minor speedups in tr_torrentStat() and in bitfield manipulation
|
2008-05-30 15:40:46 +00:00 |
|
Charles Kerr
|
468a883f23
|
API cleanup: s/tr_torrentRates/tr_sessionGetSpeed/
|
2008-05-30 15:19:07 +00:00 |
|
Charles Kerr
|
e9c7e76c07
|
#980 optimistic unchoking is broken
|
2008-05-30 12:58:55 +00:00 |
|
Mitchell Livingston
|
8a876d755a
|
"isFolder" is a better method name than "folder"
|
2008-05-29 22:16:03 +00:00 |
|
Mitchell Livingston
|
84f922af92
|
pieces bar color adjustment; dead code removal
|
2008-05-29 21:50:16 +00:00 |
|
Charles Kerr
|
a85095ffe9
|
#979: cli doesn't document the -o command-line argument
|
2008-05-29 17:33:07 +00:00 |
|
Charles Kerr
|
93ee8b8c49
|
#972: Update to the 2008/05/29 snapshot of libnatpmp
|
2008-05-29 13:39:39 +00:00 |
|
Charles Kerr
|
eb02b3e494
|
#972: merge upstream version of Jean Gressmann's JSON_parser
|
2008-05-29 03:24:26 +00:00 |
|
Charles Kerr
|
66ca0e588e
|
oops, don't use C++-style comments or we'll break on old compilers
|
2008-05-29 03:15:33 +00:00 |
|
Charles Kerr
|
c007e68222
|
(gtk)
#978: Details window hangs when changing priority
#946: Allow to select several files in the file chooser
|
2008-05-29 02:59:22 +00:00 |
|
Mitchell Livingston
|
7e698d48b4
|
fix typo from the typo fix
|
2008-05-29 00:58:20 +00:00 |
|
Mitchell Livingston
|
1828cca645
|
fix 2 typos
|
2008-05-29 00:56:58 +00:00 |
|
Mitchell Livingston
|
b9baa6ba84
|
update localizable strings and NEWS
|
2008-05-29 00:51:28 +00:00 |
|
Charles Kerr
|
2c59589c6c
|
* When loading a torrent, warn if no announce URLs are found.
* When possible, use the torrent name in metainfo warning messages.
|
2008-05-29 00:38:31 +00:00 |
|
Mitchell Livingston
|
ce7e9f92b4
|
fix typo on Tiger
|
2008-05-29 00:19:28 +00:00 |
|
Mitchell Livingston
|
7dd1199620
|
show a warning when create a torrent file with a blank address
|
2008-05-29 00:18:10 +00:00 |
|
Mitchell Livingston
|
aed40c4318
|
allow creation of torrents with no announce address
|
2008-05-28 23:57:25 +00:00 |
|
Charles Kerr
|
e02449e421
|
svn propset
|
2008-05-28 17:20:11 +00:00 |
|
Charles Kerr
|
f61205e708
|
fix svn id property
|
2008-05-28 17:17:12 +00:00 |
|
Charles Kerr
|
e6070f04f2
|
remove more dead code
|
2008-05-28 16:56:38 +00:00 |
|
Charles Kerr
|
cd6ef35854
|
(libT) remove dead code
|
2008-05-28 16:52:31 +00:00 |
|
Charles Kerr
|
ae9415ebf8
|
(gtk) silence console warning when starting a second transmission session
|
2008-05-28 15:05:17 +00:00 |
|
Charles Kerr
|
ad2146cc24
|
#972 (partial) Transmission fails to compile with Sun Studio due to funky C code
|
2008-05-28 13:03:34 +00:00 |
|
Charles Kerr
|
36223c112e
|
#971: transmission can't create torrent with empty "Announce URL"
|
2008-05-27 21:55:57 +00:00 |
|
Charles Kerr
|
d29ad812f4
|
autogen.sh cleanups by Triskelios
|
2008-05-27 21:49:09 +00:00 |
|
Charles Kerr
|
9694ed9fe0
|
(rpc) better debugging messages in transmission-remote
|
2008-05-27 21:47:07 +00:00 |
|
Mitchell Livingston
|
63470e90cd
|
handle removing with rpc
|
2008-05-27 19:05:48 +00:00 |
|
Charles Kerr
|
dce2c25fb1
|
possible fix for r5932/r5933 error reported by John_Clay.
|
2008-05-27 18:37:42 +00:00 |
|
Charles Kerr
|
106a272be8
|
(gtk) dead code removal: MC_HASH
|
2008-05-27 17:54:02 +00:00 |
|
Charles Kerr
|
608fb5ddf9
|
remove dead code
|
2008-05-27 17:47:39 +00:00 |
|
Mitchell Livingston
|
3a1c463fee
|
simplify the drawing of group colors for transfers
|
2008-05-27 16:07:12 +00:00 |
|
Mitchell Livingston
|
131a79c702
|
allow transfers to be dragged when status fields are hit; trivial efficiency improvements when drawing torrent cells
|
2008-05-27 06:05:05 +00:00 |
|
Mitchell Livingston
|
9f3a13f1b4
|
improvement for showing the pieces bar for transfers with few pieces (less than 324)
|
2008-05-27 05:27:42 +00:00 |
|
Mitchell Livingston
|
510570091c
|
no need to have the bitmap as an instance variable since it is no longer saving colors between reload
|
2008-05-27 05:08:09 +00:00 |
|
Mitchell Livingston
|
cd886da2ac
|
trivial efficiency
|
2008-05-27 04:49:08 +00:00 |
|
Mitchell Livingston
|
88dd8ef23e
|
dead code removal
|
2008-05-27 04:26:09 +00:00 |
|
Mitchell Livingston
|
a24eabaa24
|
simplify the pieces bar by not drawing the gradient over it
|
2008-05-27 04:25:00 +00:00 |
|
Mitchell Livingston
|
3eb3d890ec
|
small potential speedup for the pieces bar
|
2008-05-27 04:20:25 +00:00 |
|
Mitchell Livingston
|
ff929b1f6a
|
support for adding a transfer through rpc
|
2008-05-27 00:52:18 +00:00 |
|
Mitchell Livingston
|
c939cc4b98
|
prepare Torrent.[mh] for rpc
|
2008-05-26 23:23:07 +00:00 |
|
Mitchell Livingston
|
8417a114a2
|
rearrange the "transfers" pref pane
|
2008-05-26 22:35:18 +00:00 |
|
Mitchell Livingston
|
99c5ce5dce
|
Option to only show the add window when manually adding transfers
|
2008-05-26 21:39:30 +00:00 |
|