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
Charles Kerr
70b395fb85
dead code removal.
2008-05-26 13:13:24 +00:00
Charles Kerr
f5400da1bb
(libT) shave a few bytes from tr_info and tr_torrent's memory footprints.
2008-05-26 12:52:38 +00:00
Charles Kerr
70fcc56beb
(libT) (1) shave a few bytes from tr_peer and tr_ratecontrol's footprints. (2) remove some dead code.
2008-05-26 12:14:35 +00:00
Mitchell Livingston
5f9ec561e6
a little work with rpc
2008-05-25 17:34:02 +00:00
Charles Kerr
59bcac8fe1
(gtk) #970 : The help dialog's link to transmissionbt.com should be clickable
2008-05-25 13:22:14 +00:00
Mitchell Livingston
9d2a738cfe
attempt to fix "0 times" stats bug
2008-05-24 23:51:51 +00:00
Charles Kerr
d39b7dced7
(gtk) #942 : Option to inhibit / allow hibernation
...
(gtk) #943 : Option to show / hide the tray icon
2008-05-24 23:23:20 +00:00
Charles Kerr
0ab37e45d5
(rpc)
...
1. fix #968 : 'transmission-remote -r' deletes all
2. fix error in escaping control characters when serializing tr_benc to JSON
3. fix small memory leak in rpc command parsing
2008-05-24 18:22:16 +00:00
Mitchell Livingston
913b88c8b6
potential fix for users that have "0 times" opened in stats window
2008-05-23 22:58:17 +00:00
Mitchell Livingston
e03444fe86
even more efficiency when drawing custom row colors
2008-05-23 20:36:19 +00:00
Charles Kerr
7bfe7cc471
remove unused functions tr_torrentSetActiveCallback() and tr_torrentClearActiveCallback()
2008-05-23 20:33:54 +00:00
Mitchell Livingston
793d5bc2b6
don't draw the white rows - this is already performed before hand
2008-05-23 20:18:14 +00:00
Charles Kerr
53d8574b11
* change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
...
* add a little more documentation to tr_stat and tr_ctor in transmission.h
2008-05-23 20:04:41 +00:00
Mitchell Livingston
03292f0bd8
missed these files in the last commit
2008-05-23 19:32:35 +00:00
Mitchell Livingston
0558f0b05f
manually draw the alternating row colors in the tracker table as well
2008-05-23 19:31:57 +00:00
Mitchell Livingston
527450b285
use the clipRect as the visible rect
2008-05-23 19:17:01 +00:00
Mitchell Livingston
5cd3dd1db7
manually draw the alternating row colors - this allows the rows below each group row to start as white
2008-05-23 19:04:19 +00:00
Charles Kerr
ba8a03024c
shave 16 bytes off sizeof(tr_peerIo)
2008-05-23 18:56:42 +00:00
Charles Kerr
e44f2b7829
possible fix for the stats error reported in http://forum.transmissionbt.com/viewtopic.php?t=4843 , but it's a strange bug.
2008-05-23 18:30:49 +00:00
Mitchell Livingston
6345b6ba11
keep strings consistent
2008-05-23 16:56:03 +00:00
Mitchell Livingston
ecb0dfc0f3
for users that have "times open" displayed as 0, display "n/a" instead
2008-05-23 16:54:01 +00:00
Charles Kerr
d18fb68fbc
sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort"
2008-05-23 16:18:58 +00:00
Charles Kerr
f9e8b56816
add `hashString' to torrent-stat's response
2008-05-23 13:18:17 +00:00
Charles Kerr
0621c67c41
more cleanup work:
...
(1) kill the pointless "tr_tracker_stat" struct.
(2) kill the unused "tr_torrentRemoveSaved()" function.
(3) kill the redundant "nextManualAnnounceTime" variable.
(4) make the TR_ERROR_IS_* macros private.
2008-05-22 23:11:21 +00:00
Mitchell Livingston
29729d35e7
streamline FileListNode.m, moving asserts to more appropriate locations
2008-05-22 21:06:56 +00:00
Charles Kerr
07763bac0b
set the $Id:$ properties for these files
2008-05-22 21:00:44 +00:00
Charles Kerr
26b5a16630
(libt) more janitorial work on cleaning up tr_session*() and tr_torrent*() functions: session stats, torrent count, and manual update.
2008-05-22 20:44:41 +00:00
Mitchell Livingston
b59be62bb5
fix errors with the new file structure code when displaying per-torrent action menu
2008-05-22 20:00:22 +00:00
Charles Kerr
9fdb8afdf0
(rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torrent-list"'s response in the rpc spec.
2008-05-22 19:24:11 +00:00
Mitchell Livingston
1279b6ffff
move new files into the macosx directory
2008-05-22 18:44:58 +00:00
Mitchell Livingston
b89071685f
use a custom class instead of a dictionary for holding a torrent's file structure
2008-05-22 18:39:49 +00:00
Charles Kerr
dd6fc41ef3
#963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of #963 : use branch numbers for help, such as 1.2x, instead of
...
#963 (gtk) for online help URLs, use branch names (1.2x) instead of specific version names (1.21) so that we don't have to add a URL for every release.
2008-05-22 17:39:20 +00:00
Charles Kerr
dceabc5661
make tr_stat identical in transmission.h and rpc-spec.txt.
2008-05-22 16:59:51 +00:00
Charles Kerr
90e151cd4d
(rpc) make our generated JSON more human-readable.
2008-05-22 16:41:16 +00:00
Charles Kerr
7b209acc1b
more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status.
2008-05-22 12:31:47 +00:00