Charles Kerr
|
8bfdf85ac3
|
(trunk gtk) #2454: gtk client handles SIGINT (ctrl-c) oddly
|
2009-09-27 20:32:32 +00:00 |
Charles Kerr
|
3ca7f7f63c
|
(trunk gtk) rewrite the 'create torrent' dialog
|
2009-09-17 01:28:45 +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
|
5ab720d87b
|
(trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive a reply'
|
2009-09-08 14:58:27 +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
|
3de46ad019
|
(trunk gtk) grr, I accidentally committed the Novell patch related to #2222. That's supposed to be a downstream patch for SuSE only.
|
2009-08-11 19:52:52 +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
|
ca6c850275
|
(trunk gtk) don't sensitize the properties button when no torrents are selected. (kklimonda)
|
2009-08-04 02:55:03 +00:00 |
Charles Kerr
|
7cb873b69e
|
(trunk gtk) remove some unused code
|
2009-07-22 20:56:44 +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
|
1b65e53b7c
|
(trunk gtk) #2257: When popping up the shutdown "sending totals to tracker.." prompt, we need a GDK lock
|
2009-07-01 04:10:04 +00:00 |
Charles Kerr
|
1ae47c697d
|
(trunk) silence some minor gcc warnings
|
2009-06-23 14:15:23 +00:00 |
Charles Kerr
|
859c1b6fff
|
(trunk gtk) #2201: transmission doesn't remember maximized state
|
2009-06-11 22:36:45 +00:00 |
Charles Kerr
|
ebfd93fe7b
|
(trunk gtk) #1963: Use tooltip to notify user of added torrent
|
2009-06-11 16:17:48 +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
|
11f8f93cfa
|
(trunk gtk) #2190: removing download items makes property window useless
|
2009-06-10 17:01:33 +00:00 |
Charles Kerr
|
a2d67ffb40
|
(trunk gtk) #2186: Focus should not be on "Don't ask me again" when I quit Transmission
|
2009-06-09 04:52:22 +00:00 |
Charles Kerr
|
539e79068e
|
(trunk) add an explicit waiver <http://people.debian.org/~bap/dfsg-faq#waiver> for linking with OpenSSL
|
2009-06-04 19:12:11 +00:00 |
Charles Kerr
|
f949920038
|
(trunk gtk) fix kevin
|
2009-06-02 04:03:52 +00:00 |
Charles Kerr
|
5941126182
|
(trunk gtk,qt) give kjg credit for the web client
|
2009-06-02 03:57:40 +00:00 |
Charles Kerr
|
73add1f2f9
|
(trunk) add hooks for disabling/enabling DHT in gtk client, qt client, and transmission-remote
|
2009-05-21 00:15:54 +00:00 |
Charles Kerr
|
dabfa803d1
|
(trunk gtk) #2090: Speed limit switch accessibility
|
2009-05-16 19:41:41 +00:00 |
Charles Kerr
|
135f0ec673
|
(trunk gtk) silence a couple more compiler warnings
|
2009-05-15 15:15:52 +00:00 |
Charles Kerr
|
29b1d3e2cc
|
(trunk) #920: add "move data" to libT so all clients can use it
|
2009-05-13 15:54:04 +00:00 |
Charles Kerr
|
4be5ef5450
|
(trunk libT) license tweaks
|
2009-05-08 18:52:06 +00:00 |
Charles Kerr
|
458226eefc
|
(trunk gtk) fix possible crash in the properties dialog
|
2009-05-02 15:17:03 +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
|
7f60d9db17
|
(trunk gtk) #1473: Properties dialog should let you edit/view multiple torrents at once
|
2009-04-24 01:37:04 +00:00 |
Charles Kerr
|
e2b7b05e55
|
(trunk) remove obscure macro
|
2009-04-17 17:34:21 +00:00 |
Charles Kerr
|
a094c562ad
|
use one of the stock g_cclosure marshallers instead of rolling our own for emitting error events
|
2009-04-07 23:44:38 +00:00 |
Charles Kerr
|
7936dddd57
|
(trunk gtk) use the RPC API for updating the blocklist and for testing the port.
|
2009-04-07 20:13:08 +00:00 |
Charles Kerr
|
c8e7f0d7d2
|
(gtk trunk) better handling of the random port code, thanks to feedback from Rolcol
|
2009-04-07 04:30:16 +00:00 |
Charles Kerr
|
9ca9671d3e
|
(trunk gtk) #1157: random port on startup
|
2009-04-05 16:07:51 +00:00 |
Charles Kerr
|
bae7a76dc1
|
(trunk gtk) #1679: schedule speed limit mode based on days, not just time.
|
2009-04-05 14:53:22 +00:00 |
Mitchell Livingston
|
aab0c1b87c
|
#1969 separate picking a random port from choosing a random port at startup
|
2009-04-03 04:29:27 +00:00 |
Charles Kerr
|
f1d92708e7
|
(trunk) more speedlimit work
|
2009-03-28 16:47:01 +00:00 |
Charles Kerr
|
b1fc4ed8c4
|
(trunk) #1950: Add off-peak hour bandwidth limiting to libtransmission, rpc
|
2009-03-25 19:18:00 +00:00 |
Charles Kerr
|
68448d18ea
|
(trunk gtk) launchpad bug #338046: XDG_DOWNLOAD_DIR isn't honored in gtk client
|
2009-03-10 15:24:40 +00:00 |
Charles Kerr
|
542526ce29
|
(trunk gtk) minor tweaks
|
2009-03-05 17:18:36 +00:00 |
Charles Kerr
|
3dcb64a7c1
|
(trunk gtk) #1773: First run - error in Properties
|
2009-03-05 02:40:58 +00:00 |
Charles Kerr
|
a129c452e5
|
(trunk gtk) #1846: GTK client has no pause all / resume all buttons
|
2009-02-18 18:40:38 +00:00 |
Charles Kerr
|
3f9a1d090b
|
(trunk) #1787: add support for seeding ratio limiting in libtransmission
|
2009-02-13 18:23:56 +00:00 |
Charles Kerr
|
b484b77b90
|
(trunk gtk) make hudson-t happy
|
2009-01-18 15:29:22 +00:00 |
Charles Kerr
|
08403324bd
|
(trunk libT) Remove tr_torrentNext() from the public libT API (wereHamster)
|
2009-01-13 16:39:19 +00:00 |
Charles Kerr
|
fe816d8135
|
(trunk) update the GPL code's copyright dates
|
2009-01-10 23:09:07 +00:00 |
Charles Kerr
|
6bec82d0a6
|
(trunk libT) have tr_bencSaveAsJSON() use an evbuffer
|
2008-12-30 22:07:39 +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
|
da6b7ee137
|
(trunk gtk) fix PEX option bug, again reported by Rolcol
|
2008-12-14 23:46:57 +00:00 |