Commit Graph

407 Commits

Author SHA1 Message Date
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 34451a57d4 (gtk) tweak the keyboard accelerator for removing a torrent. suggested by frandavid100 in the forums. 2008-01-16 14:59:10 +00:00
Charles Kerr c619642d4e (gtk) better desktop integration by using stock icons in the statusbar. suggested by frandavid100 in the forums. 2008-01-16 14:55:07 +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 ffc5b273fe #609: transmission-gtk crashes when a torrent is removed while its details window is open 2008-01-12 16:45:32 +00:00
Mitchell Livingston bedfab2ccc clarify peer upload and download 2008-01-10 00:52:02 +00:00
Charles Kerr 591f7f8b10 * improve the unchoking algorithm.
* when deciding which peers to connect to, take peer's previous speeds into account
* longer delay interval before reconnecting to peers that didn't give us data
* added uTorrent-inspired "flags" column in tr_peer_stat and gtk's torrent details' "peer" tab
2008-01-09 17:33:43 +00:00
Charles Kerr b51cd1233c #592: GTK search entry icons 2008-01-06 17:36:48 +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 6c1c7d5cf7 disable the `details' button if more than one torrent is selected. 2008-01-03 23:54:29 +00:00
Charles Kerr 37d485268f privatize a couple of methods were left public by accident 2008-01-03 21:41:15 +00:00
Charles Kerr 97350e1c85 fix minimal-mode-toggle error reported by haktar 2008-01-03 21:33:06 +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 c04914e5ff (gtk) fix crash when deleting multiple torrents from a filter view 2008-01-02 21:45:06 +00:00
Charles Kerr ce6c33b7bf set copyright info to 2008 2008-01-01 17:20:20 +00:00
Mitchell Livingston 4723192946 replace other instances of the old url 2007-12-31 01:19:35 +00:00
Charles Kerr 257d150d98 add status-bar-icons.h to list of files included in transmission-gtk's tarball 2007-12-30 19:10:51 +00:00
Charles Kerr 6e9b5966a5 (gtk) fix ticket #560, faulty handling of bad command-line options 2007-12-30 18:23:45 +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 e781dfb03d (gtk) fix bug when removing torrents from a filtered view 2007-12-28 00:52:54 +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 971107f767 safer version of r4348 2007-12-27 18:56:54 +00:00
Charles Kerr 8c99da2b52 add spacer between `level' label and the verbosity level selector. suggested by zebob. 2007-12-27 16:21:14 +00:00
Charles Kerr 670becfdd5 (gtk) in the details dialog's activity page, mark whole strings (rather than fragments) for translation. reported by zebob. 2007-12-27 16:16:47 +00:00
Charles Kerr dc51b02e42 fix a string that needed to be marked for translation. reported by zebob 2007-12-27 16:11:38 +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 6bf981d0e3 in the gtk prefs dialog, the ul/dl speed limit spinbuttons should step in increments of 5 KiB/s 2007-12-26 10:39:10 +00:00
Charles Kerr cb65fe24bd (gtk) fix wrong units in the s stats dialog. plug small memory leak. 2007-12-26 06:38:33 +00:00
Charles Kerr d0feeddb97 (gtk) narrow the torrent inspector a bit. 2007-12-25 08:03:35 +00:00
Charles Kerr f351252a5e (gtk) minor filter improvement 2007-12-24 19:12:52 +00:00
Charles Kerr 73bd6967fe (gtk) by default, disable the `peer status' column 2007-12-24 19:06:37 +00:00
Charles Kerr 03bc8a5fa7 remove some unnecessary padding from the filter line 2007-12-24 17:38:02 +00:00
Charles Kerr b1f75d345d (gtk) hig tweak 2007-12-24 17:31:04 +00:00
Charles Kerr be0ac280e9 (gtk) add a filter/total count at the bottom of the main window. 2007-12-24 17:25:52 +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 401cfbdb6b replace the per-torrent PEX setting with a global one, as per discussion with SoftwareElves and BentMyWookie 2007-12-24 05:03:40 +00:00
Charles Kerr 54f1ee06d4 (gtk+) first cut of a filter bar 2007-12-24 00:14:39 +00:00
Charles Kerr bf75469bbe (gtk) fix crash reported by hussam 2007-12-22 16:34:47 +00:00
Charles Kerr 2764f9a140 fix indentation errors in r4278.
fix consistency errors between ctor and the new functions in r4278.
2007-12-22 04:11:17 +00:00
Charles Kerr 9148c9211f (gtk) tweak the display speed/size units again. 2007-12-22 03:01:14 +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 ccc804e06a tweak the number of decimal places in the file size display a little. 2007-12-21 22:43:14 +00:00
Charles Kerr 287975caf5 the torrent ctor is here. 2007-12-21 22:18:40 +00:00
Charles Kerr b51af2e799 (gtk) yin/yang icon: add a pulldown menu for {total,session}{ratio,transfer} 2007-12-20 19:21:21 +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 ffa9d6b125 (gtk) add the up/down/yin-yang icons and session stats to toolbar. add toggling of toolbar and/or statusbar. 2007-12-20 02:56:47 +00:00