Charles Kerr
|
85c49dbbee
|
(gtk) new "add torrent" popup to let users choose which files to download, file priority, add paused, delete source .torrent, etc
|
2008-02-13 03:00:21 +00:00 |
Charles Kerr
|
4cda5dd02f
|
(gtk) make TrTorrent's fields private.
|
2008-02-11 15:27:36 +00:00 |
Charles Kerr
|
d7b8c70cf5
|
(gtk) make TrCore's fields private
|
2008-02-09 17:29:05 +00:00 |
Charles Kerr
|
2cf2c33318
|
(gtk) #694: Forgets pause state after restart
|
2008-02-08 03:00:19 +00:00 |
Charles Kerr
|
0219e3deff
|
(gtk) when sorting torrents by status, add progress as a secondary sort key. (Lacrocivious)
|
2008-02-04 18:40:56 +00:00 |
Charles Kerr
|
4efdcab622
|
(gtk) #680: "Reverse Sort Order" doesn't work for "Sort by Progress"
|
2008-02-04 04:30:24 +00:00 |
Charles Kerr
|
9423e89aec
|
(gtk) SHUTUP cleanup
|
2008-01-19 05:04:38 +00:00 |
Charles Kerr
|
756bacd076
|
(gtk) #616: tray icon info popup, suggested by inferneux and seconded a few times in the forums.
|
2008-01-16 16:03:18 +00:00 |
Charles Kerr
|
ffc5b273fe
|
#609: transmission-gtk crashes when a torrent is removed while its details window is open
|
2008-01-12 16:45:32 +00:00 |
Charles Kerr
|
ce6c33b7bf
|
set copyright info to 2008
|
2008-01-01 17:20:20 +00:00 |
Charles Kerr
|
6c562a770d
|
(gtk) reduce the load a little bit more when all the rows are selected.
|
2007-12-28 06:22:40 +00:00 |
Charles Kerr
|
2660f6afd2
|
(gtk) reduce the load a little bit when all the rows are selected.
|
2007-12-28 06:12:53 +00:00 |
Charles Kerr
|
971107f767
|
safer version of r4348
|
2007-12-27 18:56:54 +00:00 |
Charles Kerr
|
94d8cd9fa9
|
(gtk) fix trunk refresh bug reported by hussam in irc.
|
2007-12-27 06:59:48 +00:00 |
Charles Kerr
|
6db02c401b
|
add message queueing flag to tr_initFull() too
|
2007-12-24 16:12:23 +00:00 |
Charles Kerr
|
bc84156d4f
|
add a messageLevel argument to tr_initFull()
|
2007-12-24 16:02:36 +00:00 |
Charles Kerr
|
35adeec1d0
|
(gtk) fix startup port issue by hitting it with a damn big hammer
|
2007-12-24 07:02:40 +00:00 |
Charles Kerr
|
bf75469bbe
|
(gtk) fix crash reported by hussam
|
2007-12-22 16:34:47 +00:00 |
Charles Kerr
|
93f69d2b5c
|
(gtk) add options to set global & per-torrent peer connection limits
|
2007-12-22 00:06:38 +00:00 |
Charles Kerr
|
287975caf5
|
the torrent ctor is here.
|
2007-12-21 22:18:40 +00:00 |
Charles Kerr
|
69e1e025b2
|
misc cleanup. fix vertical alignment of the short status string in minimal view.
|
2007-12-20 01:33:51 +00:00 |
Charles Kerr
|
6b6a73a1b4
|
more progress on prefs + event integration
|
2007-12-19 19:16:36 +00:00 |
Charles Kerr
|
b0e1a8b8cd
|
cleaner actions/prefs integration.
|
2007-12-19 18:42:33 +00:00 |
Charles Kerr
|
ae682b59be
|
that last commit was kind of silly... "sort by ratio" can be merged into "sort by progress"
|
2007-12-19 07:10:47 +00:00 |
Charles Kerr
|
9ed991657e
|
(gtk) add sort-by-ratio
|
2007-12-19 07:03:28 +00:00 |
Charles Kerr
|
1a1eb1fa67
|
first cut at adopting some of the OS X client's main list UI into the gtk+ client
|
2007-12-19 02:46:30 +00:00 |
Charles Kerr
|
698b8b71b3
|
tweak the r4035 fix to play nice with really old versions of gtk
|
2007-12-03 19:43:21 +00:00 |
Charles Kerr
|
e843d4869c
|
fix gtk+ crash. reported, tracked, and patched by serge in ticket #512
|
2007-12-01 20:07:53 +00:00 |
Charles Kerr
|
ebc8f34f48
|
fix bug in gtk client that caused torrent changes to show up too slowly in the GUI
|
2007-11-23 15:36:31 +00:00 |
Charles Kerr
|
8653817e5d
|
cruft removal: use tr_stat's ratio field instead of calculating it ourself.
|
2007-11-15 04:19:53 +00:00 |
Charles Kerr
|
14bd1d7408
|
sync our shutdown code to BentMyWookie's latest tr_close() changes.
|
2007-11-09 16:11:10 +00:00 |
Charles Kerr
|
e6fbcaeae6
|
Quick & dirty fix to crasher ticket #415.
|
2007-10-26 03:02:23 +00:00 |
Charles Kerr
|
781c3e2efd
|
(gtk) better sort-by-progress in the main window's torrent list
|
2007-10-18 21:32:37 +00:00 |
Charles Kerr
|
31646bcfb9
|
(gtk) remember between sessions which column is used for sorting in the main window's torrent list
|
2007-10-17 18:31:12 +00:00 |
Charles Kerr
|
825e1d9334
|
make tr_stat.everUploaded a tertiary sort key when sorting by progress.
|
2007-10-16 14:32:16 +00:00 |
Charles Kerr
|
99ddcb8f36
|
make upload speed a secondary sort key when sorting by progress.
|
2007-10-16 14:16:01 +00:00 |
Charles Kerr
|
e698756c98
|
remove unused flags
|
2007-10-15 20:58:39 +00:00 |
Charles Kerr
|
d96ed80aa2
|
(1) fix a bug in torrent creation. (2) fix a bug in torrent paths on startup in gtk
|
2007-10-14 03:26:13 +00:00 |
Charles Kerr
|
ddcd160449
|
config file and dead code cleanup.
|
2007-10-12 20:50:03 +00:00 |
Charles Kerr
|
713ded5ff4
|
preferences code refresh in the gtk+ client
|
2007-09-27 20:57:58 +00:00 |
Charles Kerr
|
ee6a0b8945
|
modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.
|
2007-09-26 01:55:04 +00:00 |
Charles Kerr
|
fb70a9cca0
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14:13 +00:00 |
Charles Kerr
|
b79d325cd5
|
use inttypes.h instead of stdint.h
|
2007-08-04 01:34:00 +00:00 |
Charles Kerr
|
e677cb8017
|
(gtk) don't #include private libtransmission headers. use g_snprintf() instead of snprintf().
|
2007-07-30 20:48:43 +00:00 |
Charles Kerr
|
177eb99e94
|
use tr_loadTorrents() during startup.
|
2007-07-23 03:03:45 +00:00 |
Josh Elsasser
|
373e6dd519
|
Include stdio.h a couple places where it could be needed.
|
2007-07-19 03:55:00 +00:00 |
Charles Kerr
|
bd3ce76fa5
|
part one of moving the build environment over to automake/autoconf. beware!
|
2007-07-18 23:04:26 +00:00 |
Charles Kerr
|
82fbfb4c47
|
disambiguate some of the tr_stat_t variables' names
|
2007-07-16 00:50:43 +00:00 |
Charles Kerr
|
73ca83a455
|
split tr_stat_t's peersTotal into peersTotal and peersConnected
|
2007-07-15 17:19:07 +00:00 |
Charles Kerr
|
6c6732ed39
|
make tr_torrentInfo() a const function
|
2007-06-30 13:36:58 +00:00 |