Commit Graph

51 Commits

Author SHA1 Message Date
Charles Kerr fe816d8135 (trunk) update the GPL code's copyright dates 2009-01-10 23:09:07 +00:00
Charles Kerr 3086631734 (trunk gtk) small typo fix as reported by via in http://forum.transmissionbt.com/viewtopic.php?f=1&t=6780 2009-01-04 00:33:50 +00:00
Charles Kerr 2c88e0b3d1 (trunk gtk) #1447: Launchpad translations need comment for strings with non-standard context 2008-12-22 05:47:05 +00:00
Charles Kerr 9594112d27 updated email address 2008-12-16 00:20:44 +00:00
Charles Kerr 42fe27c067 more fucking around with the speed measurements. 2008-11-08 02:49:04 +00:00
Charles Kerr d698ff7510 (gtk) don't use code marked as deprecated in gtk 2.14 2008-10-31 18:25:21 +00:00
Charles Kerr 0c4f300f1b #1369: clarify the different torrent status & callbacks' APIs and typenames 2008-10-20 17:54:56 +00:00
Charles Kerr d9ee73c2a5 (gtk) fix some format mangling caused by uncrustify 2008-10-07 15:17:52 +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 b29143614c (gtk) #1259: GLib-GObject-WARNING **: value "-100" of type `gint' is invalid or out of range for property `value' of type `gint' 2008-09-06 01:32:15 +00:00
Charles Kerr e22eb7c68b (gtk) show "remaining time unknown" instead of "data not fully available" 2008-08-10 19:11:59 +00:00
Charles Kerr 51aa583d60 (gtk) #1015: only count selected files in the progress bar 2008-06-11 13:41:56 +00:00
Charles Kerr 393ebbc24a more webseed work. 2008-06-10 02:36:52 +00:00
Charles Kerr 6d65981a83 (gtk) #1009 "Not available" ambiguous 2008-06-09 23:21:02 +00:00
Charles Kerr f12ac60d0a update a couple of the tr_stat fields based on feedback from BMW 2008-04-11 23:05:14 +00:00
Charles Kerr 9f3f0c03e6 #843: download eta should consider availability 2008-04-06 14:42:47 +00:00
Charles Kerr 7328a68b4f (gtk) small speedup in the torrent cell renderer 2008-04-01 04:24:01 +00:00
Charles Kerr 51a82e70c1 remove `TR_STATUS_DONE' from libtransmission's public API. It's useful as an internal state but not for code calling libtransmission. 2008-03-31 17:59:16 +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 bc2266b91c (gtk) speed up the population of the debug window. 2008-03-16 15:18:19 +00:00
Charles Kerr 6ef6ac0928 the last i18n-centric commit for awhile, I hope. 2008-03-08 04:53:11 +00:00
Charles Kerr 909cb89b43 even more i18n string work, w/more feedback and reading through the transmission.pot file. 2008-03-08 01:43:20 +00:00
Charles Kerr 5efb7e626e (gtk) more i18n string work w/suggestions from andre and vuntz to use format strings with positions to allow argument reordering. 2008-03-07 21:59:27 +00:00
Charles Kerr 777c0de53a more i18n strings work 2008-03-06 21:59:00 +00:00
Charles Kerr 851e6ce008 (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
Charles Kerr d3779eb7d5 (gtk) remove the custom colors from the progress renderer 2008-02-24 19:36:48 +00:00
Charles Kerr 8938adf5fc (gtk) experimental: use native gtk progress bars 2008-02-23 17:02:42 +00:00
Charles Kerr c3e87bc4ea (gtk) #703: fix right-to-left locale issues in the details dialog 2008-02-16 19:36:07 +00:00
Charles Kerr 93b8b40e92 (gtk) #703: better handling of rtl locales 2008-02-16 19:14:25 +00:00
Charles Kerr 83a72d9d64 (gtk) fix main window formatting error for torrents whose local data's being verified 2008-02-14 00:59:32 +00:00
Charles Kerr b7815edc49 (gtk) have "active" filter key off of (tr_stat.peersSendingToUs + tr_stat.peersGettingFromUs) rather than (rateUpload + rateDownload) so that a peer temporarily dropping to zero KiB/s won't drop it off the active filter. 2008-02-13 16:16:50 +00:00
Charles Kerr 991a9f1659 fix minor shutdown leak 2008-02-09 17:25:14 +00:00
Charles Kerr 97ecb5603f (gtk) #692: estimated time should be shown in the GUI 2008-02-09 16:05:29 +00:00
Charles Kerr 37e99a0688 (gtk) stick to tango colors, but tweak the torrent-cell-renderer colors a little closer to the mac version 2008-02-08 03:13:53 +00:00
Charles Kerr 61927291cc (gtk) #550: by default, use tango colors in the main window 2008-02-07 19:26:19 +00:00
Charles Kerr 2247a2d1f9 (gtk) render torrent error strings in red. 2008-01-18 00:16:49 +00:00
Charles Kerr 3c4ad2caec fix r4646 build error on gtk < 2.10.0 reported by Lacrocivious 2008-01-15 17:55:09 +00:00
Charles Kerr 24b6549a76 fix a couple of small leaks in the gtk+ client 2008-01-12 17:59:09 +00:00
Charles Kerr 802f34a245 (gtk) handle TR_RATIO_NA and TR_RATIO_INF everywhere 2008-01-04 18:52:39 +00:00
Charles Kerr 6d23ef541b (gtk) fix ratio error in the main window, reported by Lacrocivious 2008-01-03 04:54:31 +00:00
Charles Kerr ce6c33b7bf set copyright info to 2008 2008-01-01 17:20:20 +00:00
Charles Kerr 3671723597 tweak ngettext() usage based on another helpful suggestion from zebob 2007-12-27 19:18:32 +00:00
Charles Kerr 287975caf5 the torrent ctor is here. 2007-12-21 22:18:40 +00:00
Charles Kerr daa1ed5517 (gtk) fix three memory leaks + minor cleanup in the torrent renderer 2007-12-20 15:16:14 +00:00
Charles Kerr 21d3614f7c make the short status string a little shorter. 2007-12-20 02:02:51 +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 9098cfbcf7 (gtk) minimal mode now works, mostly 2007-12-19 20:04:38 +00:00
Charles Kerr 6b6a73a1b4 more progress on prefs + event integration 2007-12-19 19:16:36 +00:00
Charles Kerr a2e7d74898 partial work on gtk+ 'minimal mode' 2007-12-19 18:11:10 +00:00
Charles Kerr b306919f0b (gtk) for clarity, use "downloading from X of Y connected peers" instead of "downloading from X of Y peers" 2007-12-19 04:20:57 +00:00