Charles Kerr
f4438e6983
(trunk gtk) minor cleanup to last night's ComboBox utilities
2010-07-23 19:10:02 +00:00
Charles Kerr
59e8e02af2
(trunk gtk) add utility function for creating a combobox that shows the values of an enum list
2010-07-23 06:54:49 +00:00
Charles Kerr
71cadc02b6
(trunk web) #3413 "download speed bad format in web interface" -- fixed.
2010-07-10 02:05:25 +00:00
Charles Kerr
52c04a0d06
(trunk) some units formatter cleanup.
2010-07-09 20:53:38 +00:00
Charles Kerr
610061f79a
(trunk T) #3045 "units" -- modify the formatter functions based on feedback from BMW
2010-07-06 20:25:54 +00:00
Charles Kerr
6e5af03d78
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
2010-07-04 06:07:21 +00:00
Charles Kerr
cdcc4705aa
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
2010-07-03 00:25:22 +00:00
Charles Kerr
f097e05d7b
(trunk gtk) add portability wrapper for gtk_widget_get_realized() in gtk+ < 2.20
2010-06-26 16:07:15 +00:00
Charles Kerr
c927189fed
(trunk gtk) #3348 "Add URL doesn't warn upon corrupt torrents" -- fixed.
2010-06-25 17:40:55 +00:00
Charles Kerr
79ca1fb96a
(trunk gtk) #3336 "gtk client confuses magnet links as files and tries to trash them" -- fixed
2010-06-23 16:32:02 +00:00
Daniel Lee
bbe9e9843a
#3298:Prettier formating of percentages
2010-06-22 22:30:58 +00:00
Charles Kerr
1d63aa4cda
(trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel
2010-06-22 04:34:16 +00:00
Charles Kerr
2f56196206
(trunk) add "filename" arg to the dbus message when passing a .torrent from one instance of Transmission to another
2010-06-03 19:53:01 +00:00
Charles Kerr
56e614b66d
(trunk gtk) remove function gtr_localtime2()
2010-05-28 19:43:37 +00:00
Charles Kerr
ceb95424c4
(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- don't use g_format_size_for_display(), since we can't control what units it uses
2010-04-28 01:38:20 +00:00
Charles Kerr
06f044680a
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client
2010-04-28 01:26:46 +00:00
Charles Kerr
1aa2a856c8
(trunk gtk) #3166 "Add Tracker Favicons to Tracker Tab in Properties Window." -- implemented in trunk for 2.00
2010-04-23 01:46:02 +00:00
Charles Kerr
ceba9e6722
(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00
2010-04-21 04:38:54 +00:00
Charles Kerr
dcc7b0de56
(trunk gtk) tinker with compact mode a little bit
2010-03-20 14:53:08 +00:00
Charles Kerr
fe3d9ed95a
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
2010-03-17 17:07:40 +00:00
Charles Kerr
3b82968c31
(trunk gtk) #2864 "when adding a non-BitTorrent magnet link fails, explain why to the user" -- implemented for GTK+ client for 1.90
2010-02-05 13:59:44 +00:00
Charles Kerr
dca795f759
(trunk gtk) "Priority Selection in `Add' window" -- implemented for GTK+ client
2010-02-02 07:51:45 +00:00
Charles Kerr
a334b422c3
(trunk) remove unnecessary #includes
2010-01-28 13:33:40 +00:00
Charles Kerr
32be71309f
(trunk gtk) fix another small memory error in the gtk+ client found by valgrind
2010-01-20 17:43:00 +00:00
Charles Kerr
5e5d11bdb3
(trunk gtk) remove two more minor memory leaks in the GTK+ client found by valgrind
2010-01-12 14:16:19 +00:00
Charles Kerr
fa94830df1
(trunk gtk) remove a few very minor memory leaks in the GTK+ client
2010-01-11 21:54:54 +00:00
Charles Kerr
5c26afdb52
happy new year!
2010-01-04 21:00:47 +00:00
Charles Kerr
1457567880
(trunk gtk) make check_filenames() a private function
2009-12-18 05:56:41 +00:00
Charles Kerr
4e252aa106
(trunk) fix warnings found by the clang static analyzer, reported & patched by wereHamster
2009-12-07 04:06:14 +00:00
Charles Kerr
78ead8c3dd
(trunk) update the copyright notices
2009-12-05 02:19:24 +00:00
Charles Kerr
7d0cd82014
(trunk gtk) #2096 "magnet links" -- if a user (or, more likely, web browser) starts up a second copy of Transmission to add a magnet link via its command line, delegate that magnet link back to the already-running copy of Transmission via DBus.
2009-11-29 20:35:48 +00:00
Charles Kerr
66880acfc7
(trunk gtk) fix r9625 oops on adding torrents by their raw 40 character hex hashcode from the commandline in the GTK+ client
2009-11-29 08:29:57 +00:00
Charles Kerr
c841adaf56
(trunk gtk) support adding torrents by their raw 40 character hex hashcode
2009-11-29 07:42:39 +00:00
Charles Kerr
f69e335291
(trunk) #2096 : Magnet, BEP #9 support
2009-11-24 02:16:31 +00:00
Charles Kerr
0356a9f3d9
(trunk gtk) tweak the last commit a little.
2009-11-22 22:53:31 +00:00
Charles Kerr
c06d889269
(trunk gtk) #2556 : add a torrent from a URL. works from the menu and from URLs passed in the command line at startup
2009-11-22 16:20:22 +00:00
Charles Kerr
5b46b63b23
(trunk gtk) implement 'edit trackers' window in gtk client
2009-09-26 00:48:07 +00:00
Charles Kerr
149f8c90d8
(trunk gtk) add a Donate item to the Help menu
2009-09-10 17:39:44 +00:00
Charles Kerr
e2744cc376
(trunk gtk) #2337 : GTK+ Tree view columns in the files dialog should be resizable. Thanks to lethalman for the patch
2009-08-15 21:14:44 +00:00
Charles Kerr
61e95595b8
(trunk) move tr_lockfile from libtransmission/ to gtk/, since the gtk client is the only one who uses it anymore
2009-08-14 12:53:08 +00:00
Charles Kerr
cb79214854
(trunk) remove trailing spaces
2009-08-10 20:04:08 +00:00
Charles Kerr
1c3b53244d
(trunk) clean up the return value of tr_torrentParse()
2009-08-05 01:59:16 +00:00
Charles Kerr
450cfb74af
(trunk gtk) minor tweak: replace mkdir_p() with gtr_mkdir_with_parents() for symmetry with glib
2009-07-22 20:39:12 +00:00
Charles Kerr
d7e837c814
remove some unused utilities. better commenting on the utils that remain.
2009-07-22 15:55:48 +00:00
Charles Kerr
a59ab6b631
(trunk gtk) try to make hudson-t happy
2009-06-29 17:52:24 +00:00
Charles Kerr
bd5c9cf3a8
(trunk gtk) #2251 : gtk client should use GDK-safe versions of g_idle_add() and g_timeout_add*()
2009-06-29 17:22:35 +00:00
Charles Kerr
1ae47c697d
(trunk) silence some minor gcc warnings
2009-06-23 14:15:23 +00:00
Charles Kerr
a8a4259f3a
(trunk gtk) update some of the gtk+ calls s.t. we're not using deprecated API calls anymore
2009-06-20 23:55:36 +00:00
Charles Kerr
6e10ee3baa
(trunk gtk) #2197 : Adding a torrent from a browser sometimes doesn't work
2009-06-11 14:51:21 +00:00
Charles Kerr
8e6eee683f
(trunk) on non-mac platforms, try not building our own copy of libevent 1.4.x
2009-06-03 15:47:08 +00:00
Charles Kerr
12089cc883
(gtk) fix a couple of new gtk bugs reported by Rolcol
2009-04-25 14:08:40 +00:00
Charles Kerr
0a546f2e51
(trunk gtk) more cleanup from yesterday's property dialog rewrite
2009-04-24 15:24:43 +00:00
Charles Kerr
03a7251054
(trunk) make it possible to #include "version.h" without having to add -I${TOP}/libtransmission/ to your CFLAGS
2009-04-13 19:04:21 +00:00
Charles Kerr
d97a387e60
(trunk gtk) implement gtr_widget_set_tooltip_text() for gtk < 2.12
2009-03-30 16:16:38 +00:00
Charles Kerr
f1d92708e7
(trunk) more speedlimit work
2009-03-28 16:47:01 +00:00
Charles Kerr
63f023f71c
(gtk) huge multi-megabyte speeds weren't being generated correctly.
2009-03-23 00:15:29 +00:00
Charles Kerr
542526ce29
(trunk gtk) minor tweaks
2009-03-05 17:18:36 +00:00
Charles Kerr
41b0cc8cdd
(trunk) libT and gtk+ parts for #1889 : per-torrent vs. global speed limit confusion
2009-03-04 19:52:57 +00:00
Charles Kerr
93b3d1ad7e
(trunk) #1881 : promote tr_strratio() to libtransmission, so that its code doesn't have to be repeated in all the clients
2009-03-04 16:16:02 +00:00
Charles Kerr
c2fc713111
(trunk gtk) #1881 : Displayed ratio should be truncated, not rounded
2009-03-04 15:37:54 +00:00
Charles Kerr
33aab046f5
(trunk gtk) use g_remove() instead of g_unlink() so that folders can be deleted too
2009-01-22 20:46:21 +00:00
Charles Kerr
df81c6546c
(trunk gtk) #1690 : Torrent is completed without ever starting (because there's nothing to download)
2009-01-13 01:44:59 +00:00
Charles Kerr
303356d110
(trunk) #1029 : When removing local data only remove data from the torrent
2008-12-23 16:04:11 +00:00
Charles Kerr
e44239fc4e
(trunk gtk) #1585 : use g_timeout_add_seconds() where appropriate to group timers together for fewer scheduled wakeups
2008-12-22 05:39:03 +00:00
Charles Kerr
1415b72017
#1336 : fix some compiler warnings when building with -Wformat-security
2008-10-09 20:03:34 +00:00
Charles Kerr
4bf3577fba
(gtk) #1306 : clicking in a blank area in a list clears the selection.
2008-09-27 18:01:31 +00:00
Charles Kerr
cc89872dd4
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
2008-09-23 19:11:04 +00:00
Charles Kerr
ddac7c3404
(gtk) unclutter the prefs dialog a bit
2008-09-03 16:29:59 +00:00
Charles Kerr
c3c8006c85
(gtk) #989 : add a checkbox to auto-update the blocklist once a week
2008-09-02 20:59:00 +00:00
Mukund Sivaraman
03520624e6
Use ANSI declaration
2008-08-19 06:57:55 +00:00
Mukund Sivaraman
317281f87c
Don't show an error when transmission is run twice
...
Instead, present the main window. This commit also auto-generates
the dbus bindings.
2008-08-17 12:39:26 +00:00
Mukund Sivaraman
a8a57d0024
Fix leaks of dbus proxy and conn
2008-08-14 10:58:37 +00:00
Charles Kerr
9c0646553a
(gtk) #1108 : transmission includes several unlocalized strings
2008-07-25 14:56:28 +00:00
Charles Kerr
ab5fe51e00
(gtk) partial fix for #562 : No error message when opening broken torrent file
2008-07-08 21:08:20 +00:00
Charles Kerr
e6f5bb13c9
(gtk) #1070 : 1:60 ???
2008-07-01 22:35:32 +00:00
Charles Kerr
518f277e9f
(RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding)
2008-06-16 22:11:50 +00:00
Charles Kerr
ff5e97a6db
make the `new torrent' dialog a little prettier
2008-06-02 15:07:26 +00:00
Charles Kerr
f0e7c54160
(gtk) unclutter the "new torrent" dialog a bit.
2008-06-01 15:46:20 +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
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
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
2c79888a93
RPC/IPC redesign
2008-05-18 16:44:30 +00:00
Charles Kerr
3eaac2e16b
(gtk,daemon,cli) we don't need to statically link in all of libevnt, just libevent_core.
2008-05-01 14:05:17 +00:00
Charles Kerr
29b0b33663
(gtk) remember window size & location between sessions
2008-04-21 20:58:39 +00:00
Charles Kerr
19fbb3ef2c
string folding
2008-04-21 15:22:54 +00:00
Charles Kerr
f467beedb5
(gtk) #307 : inhibit/prevent hibernation when downloading
2008-04-13 02:56:26 +00:00
Charles Kerr
89c1fedcff
(gtk) #859 : No way of opening target folder of torrent
2008-04-11 02:21:33 +00:00
Charles Kerr
531dd851ad
more string work before the freeze. (1) use %'d to get thousands' grouping in end-user strings (2) follow HiG capitalization, quotation guidelines (3) fold a few more strings
2008-03-19 20:07:27 +00:00
Charles Kerr
7bb54cece8
(gtk) small string folding & i18n tweaks.
2008-03-19 17:14:47 +00:00
Charles Kerr
851bd7ec7b
typo fix when time estimation is "1 day"
2008-03-19 02:19:34 +00:00
Charles Kerr
0437c5f33e
(gtk) try to iron out the remaining "add torrent" issues reported by wereHamster and Lacrocivous
2008-03-18 01:22:11 +00:00
Charles Kerr
b6f2796e40
(gkt) #785 : gtk/utils.c does not compile with glib 2.16
2008-03-12 19:17:54 +00:00
Charles Kerr
e4562bcd7b
(gtk) #772 , #753 : added `watch dir' for automatically adding torrents. delete files to trashcan, rather than unlinking them. These features require 2.15.5 or higher.
2008-03-09 15:27:08 +00:00
Charles Kerr
ea7cca30d2
(gtk) plug a minor leak in the Statistics dialog.
2008-03-08 16:10:13 +00:00
Charles Kerr
7200b27a18
lots more i18n string work -- making strings more consistent, folding redundant strings together, etc.
2008-03-07 20:48:36 +00:00
Charles Kerr
8e319da186
(gtk) r5212 tr_strltime() cleanup
2008-03-07 19:27:46 +00:00
Charles Kerr
8594ca11d6
(gtk) fix the build for glib2 < 2.14, as reported by hudson
2008-03-07 16:09:21 +00:00
Charles Kerr
5a09edb045
(gtk) use g_format_size_for_display() for file size, and behave like nautilus for displaying ETA
2008-03-07 15:16:25 +00:00
Charles Kerr
cf598407e1
(gtk) make verrmsg_full() private
2008-02-28 20:23:02 +00:00
Charles Kerr
851e6ce008
(gtk) make the filename naming scheme a little more consistent.
2008-02-26 19:58:03 +00:00