Jordan Lee
|
177f2398a5
|
(trunk libT) #4396 "Scrape requests not showing in logfile" -- when the announce response contains scrape information, add a log message saying that the next scrape has been rescheduled.
|
2011-08-14 14:45:54 +00:00 |
Jordan Lee
|
a7a9c2b12e
|
(trunk gtk) #4399 "Add option to disable 'trash can' feature" -- done.
|
2011-08-13 22:58:49 +00:00 |
Jordan Lee
|
6315db10f2
|
(trunk libT) when building unordered lists, use g_slist_prepend() instead of g_slist_append() for efficiency's sake.
|
2011-08-13 22:37:25 +00:00 |
Jordan Lee
|
bb41777ac7
|
(trunk gtk) sync the gtk+ client's watchdir behavior with the daemon's wrt r12668
|
2011-08-13 22:24:31 +00:00 |
Jordan Lee
|
b5de483362
|
(trunk gtk) the row and col arguments passed to gtk_table_attach() should be guint. we were using "int" in several places.
|
2011-08-13 21:08:53 +00:00 |
Jordan Lee
|
c00b97169c
|
use a gulong when remembering the return value of g_signal_connect(). we were using a guint in some places.
|
2011-08-13 21:03:38 +00:00 |
Jordan Lee
|
2487f455ef
|
silence a warning on 64-bit machines introduced in r12669
|
2011-08-13 20:18:10 +00:00 |
Jordan Lee
|
38a1df9344
|
(trunk gtk) remove some unnecessary #includes
|
2011-08-13 14:19:40 +00:00 |
Jordan Lee
|
b3eb4be9b3
|
rename 'torrent_idle_data' as 'rpc_idle_data'
|
2011-08-13 14:00:33 +00:00 |
Jordan Lee
|
5adcf5d32d
|
(trunk gtk) minor tweak to signal_handler()
|
2011-08-13 13:59:50 +00:00 |
Jordan Lee
|
6f850a3d87
|
(trunk gtk) simplify the gtk+ client's watchdir code
|
2011-08-13 13:58:35 +00:00 |
Jordan Lee
|
b795aae049
|
(trunk gtk) move function declarations to where they're needed
|
2011-08-13 05:52:36 +00:00 |
Jordan Lee
|
1564405655
|
(trunk gtk) simplify the details dialog manager
|
2011-08-13 05:47:32 +00:00 |
Jordan Lee
|
825c8bf083
|
(trunk gtk) remove unnecessary #includes
|
2011-08-13 05:04:06 +00:00 |
Jordan Lee
|
0e8b5612ed
|
(trunk gtk) simplify the implementation of get_details_dialog_key()
|
2011-08-13 05:03:18 +00:00 |
Jordan Lee
|
35e6858c4b
|
#671 "torrent queuing" -- fix status string for queued torrents in transmission-remote
|
2011-08-13 01:15:35 +00:00 |
Jordan Lee
|
ecb2054493
|
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- another revision to r12665
|
2011-08-12 01:56:35 +00:00 |
Jordan Lee
|
6d36b3d763
|
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- minor revision to r12665 to fix a minor memory leak with the 'subpath' string.
|
2011-08-11 21:02:15 +00:00 |
Jordan Lee
|
d9541de52d
|
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- possible fix.
|
2011-08-11 14:16:29 +00:00 |
Mitchell Livingston
|
154f2f96af
|
fix starting transfers when adding
|
2011-08-11 01:54:14 +00:00 |
Jordan Lee
|
5df3c77cf2
|
#4260 "µTP not working on embedded device" -- apply the changes from https://github.com/ghazel/libutp rather than http://github.com/bittorrent/libutp
|
2011-08-10 14:51:59 +00:00 |
Jordan Lee
|
028cfcca5a
|
(trunk, gtk) remove the file "marshal.list"; it's unused after r12656 / r12638
|
2011-08-09 15:19:11 +00:00 |
Jordan Lee
|
0f0c59c620
|
queuing: fix "unhandled pref: 60" error reported by rb07
|
2011-08-09 13:35:44 +00:00 |
Mitchell Livingston
|
1a4f4c5812
|
as of revision 41 of our libevent checkout, we no longer need to include our own evutil_rand.c
|
2011-08-09 12:34:09 +00:00 |
Jordan Lee
|
7ab14ad4b1
|
(trunk gtk) in torrent-cell-renderer and tr-core, use the _parent_class field generated by G_DEFINE_TYPE.
|
2011-08-09 06:31:33 +00:00 |
Jordan Lee
|
6290169099
|
(trunk gtk) use G_DEFINE_TYPE when implementing the tr-core and torent-cell-renderer classes
|
2011-08-09 05:47:24 +00:00 |
Jordan Lee
|
ee706baa7f
|
(trunk gtk) fix minor memory leak introduced in r12657
|
2011-08-09 05:22:11 +00:00 |
Jordan Lee
|
4d4eeae682
|
(trunk gtk) first cut at using GApplication. This lets glib replace hundreds of lines of homegrown code. Whee!
|
2011-08-09 02:30:31 +00:00 |
Jordan Lee
|
8d89a16f4f
|
remove the gtr_idle_add() portability wrapper around gdk_threads_add_idle() -- it's unnecessary now that the minimum gtk version's been bumped.
|
2011-08-08 17:10:55 +00:00 |
Jordan Lee
|
6d1869c33b
|
remove the gtr_timeout_add_seconds() portability wrapper around gdk_threads_add_timeout_seconds(); it's unnecessary now that the minimum gtk version's been bumped.
|
2011-08-08 17:06:46 +00:00 |
Jordan Lee
|
3778da6f82
|
remove dead code
|
2011-08-08 16:58:29 +00:00 |
Jordan Lee
|
b7371264fb
|
fix r12638 regression caused by the difference in return values from gtr_mkdir_with_parents() and g_mkdir_with_parents()
|
2011-08-08 16:56:36 +00:00 |
Jordan Lee
|
7554955eb8
|
queuing: fix false "Error" message reported by rb07
|
2011-08-08 16:38:22 +00:00 |
Jordan Lee
|
abea9d306f
|
queuing: tweak the status messages for queued torrents
|
2011-08-08 16:31:52 +00:00 |
Jordan Lee
|
ff303e6fd7
|
queuing: lower the default 'active downloads' value to 5
|
2011-08-08 16:29:47 +00:00 |
Jordan Lee
|
10aa77490a
|
(trunk gtk) remove an unnecessary GTK_CHECK_VERSION(2,10,0) check now that the minimum gtk+ version's been bumped
|
2011-08-08 16:02:37 +00:00 |
Mitchell Livingston
|
f23b930f36
|
invert the logic for the "show remaining time" checkbox in the global action popover
|
2011-08-08 12:34:11 +00:00 |
Mitchell Livingston
|
7ab2d316b2
|
fix a trivial memory leak
|
2011-08-08 12:24:03 +00:00 |
Mitchell Livingston
|
cb015c27d8
|
fix the "waiting" short status strings
|
2011-08-08 12:18:21 +00:00 |
Mitchell Livingston
|
a975fad0c7
|
The Mac UI's "check for stalled transfers" feature now uses the libtransmission hooks
|
2011-08-08 03:24:23 +00:00 |
Jordan Lee
|
aa3696b309
|
(trunk gtk) g_variant_lookup_value() requires 2.28, not 2.26...
|
2011-08-08 01:40:07 +00:00 |
Jordan Lee
|
3c16f7706d
|
document session's new 'queue-stalled-enabled' property
|
2011-08-08 01:39:29 +00:00 |
Jordan Lee
|
398b6ad8dc
|
bump RPC_VERSION to 14 because of the queuing changes
|
2011-08-07 19:25:36 +00:00 |
Jordan Lee
|
313bd9e211
|
Add a mechanism for enabling/disabling the stalled minutes feature. This is a pre-existing feature in the Mac client.
|
2011-08-07 19:24:33 +00:00 |
Jordan Lee
|
0e48418f26
|
(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a good time to bump the gtk+ requirement to 2.22 (32 Sept 2010).
|
2011-08-07 18:41:13 +00:00 |
Jordan Lee
|
270126820a
|
(trunk gtk) bump the glib2 requirement from 2.8 to 2.26 s.t. transmission-gtk can use glib's GDBus module and drop the glib-dbus library dependency
|
2011-08-07 16:42:38 +00:00 |
Jordan Lee
|
fa22e211c7
|
translate GTK+ to Qt
|
2011-08-06 17:03:57 +00:00 |
Jordan Lee
|
79cb75e57d
|
Tweak the phrasing of the queue preferences in the Qt and GTK+ preferences dialogs
|
2011-08-06 16:47:14 +00:00 |
Mitchell Livingston
|
b59cb97da4
|
Stop waiting transfers before stopping others. This way, for a group of transfers to be stopped, a waiting one won't start if an active one is stopped first.
|
2011-08-06 15:31:19 +00:00 |
Jordan Lee
|
897e2f2e51
|
whitespace tweak
|
2011-08-06 15:21:52 +00:00 |