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 |
Jordan Lee
|
e8e812f787
|
#671 "torrent queuing" -- better Web Client support of queue by deltasquare4
|
2011-08-06 15:19:29 +00:00 |
Mitchell Livingston
|
95223c3478
|
update the queue stalled minutes fields in the prefs window when they change over rpc
|
2011-08-06 03:09:40 +00:00 |
Mitchell Livingston
|
51e340636c
|
remove spelling/grammar options from the About window
|
2011-08-06 02:50:21 +00:00 |
Mitchell Livingston
|
7cdcc7cadf
|
#4360 Warning when building Transmission on Mac because the delegate of TorrentTableView does not implement the protocol NSOutlineViewDelegate
|
2011-08-06 02:04:45 +00:00 |
Mitchell Livingston
|
7901232783
|
don't attempt to generate the dock menu when quitting
|
2011-08-05 23:21:34 +00:00 |
Mitchell Livingston
|
075454604b
|
generate the dock menu exclusively in code
|
2011-08-05 23:18:02 +00:00 |
Jordan Lee
|
fbc2eb1a65
|
silence a minor compiler warning when building with -DNDEBUG
|
2011-08-05 17:03:34 +00:00 |
Mitchell Livingston
|
9386563e5e
|
change the (temporary) name at the cell level, not the torrent level
|
2011-08-05 03:11:22 +00:00 |
Mitchell Livingston
|
0f46306f77
|
when changing the global ratio setting, reload the main table right away
|
2011-08-05 02:42:04 +00:00 |
Mitchell Livingston
|
e3695e1a8e
|
when changing the idle seed time setting, reload the main table right away
|
2011-08-05 02:38:11 +00:00 |
Mitchell Livingston
|
6c7f3cbb08
|
fix a potential crasher with the displayed (temporary) name
|
2011-08-05 02:20:17 +00:00 |
Jordan Lee
|
7915b49b03
|
revert the last commit -- the Mac client uses the isIdle flag to know when hibernation is allowed
|
2011-08-04 04:31:14 +00:00 |
Jordan Lee
|
d8a11a33f1
|
tr_torrentIsStalled(): return false if that torrent's queue is disabled.
|
2011-08-04 02:25:38 +00:00 |
Mitchell Livingston
|
974034be81
|
pressing the esc key with focus on the main table will deselect all
|
2011-08-04 02:04:25 +00:00 |
Mitchell Livingston
|
4c5aef91a9
|
rename updateTorrentsInQueue to a more generic (and appropriate) name
|
2011-08-04 02:03:58 +00:00 |
Mitchell Livingston
|
4d5c05177d
|
update the main window when a torrent is auto-started from the queue
|
2011-08-04 00:36:02 +00:00 |
Jordan Lee
|
ae89e4683d
|
add user_data (void *) to the queue callback
|
2011-08-03 23:40:51 +00:00 |
Jordan Lee
|
8ceb1fd016
|
tweak Qt client's queuing support
|
2011-08-03 03:47:17 +00:00 |
Jordan Lee
|
ce77935009
|
Add a callback to be invoked when the queue starts a torrent.
|
2011-08-03 03:14:57 +00:00 |