Commit Graph

3441 Commits

Author SHA1 Message Date
Mitchell Livingston 17682552ec when table values are changed, reload the table immediately 2007-12-17 19:53:17 +00:00
Mitchell Livingston 4d6eda4a0e add basic sorting by group 2007-12-17 19:47:06 +00:00
Mitchell Livingston c103c57168 show colors in Groups menu items 2007-12-17 17:08:44 +00:00
Mitchell Livingston f9491abf18 add Group to context menu 2007-12-17 16:52:49 +00:00
Mitchell Livingston 93df72df07 enable and check group menu items appropriately; update news 2007-12-17 16:32:32 +00:00
Mitchell Livingston d9246b1ad4 preliminary commit of group code 2007-12-17 16:06:20 +00:00
Charles Kerr 891b784e09 add explicit BSD licensing and copyright ownership by Bryan Varner, so the Debian packagers will be satisfied about is free software status. (#528) 2007-12-17 06:30:42 +00:00
Charles Kerr 371287136a fix build error reported by berkut in the forums 2007-12-17 02:21:06 +00:00
Charles Kerr 669b7e3158 add a port tester to the gtk+ client, similar to the one in the mac client, but using m0k.org/PortCheck.php 2007-12-15 22:24:16 +00:00
Charles Kerr 36391e02c1 add support for TRANSMISSION_HOME environment variable so I can have multiple copies of Transmission running concurrently in different directories. 2007-12-15 22:22:30 +00:00
Mitchell Livingston c414dd52a6 experiment with a new bottom button look on tiger 2007-12-15 21:29:47 +00:00
Charles Kerr 4ff5b472a8 raise the maximum connection limit a bit. 2007-12-15 16:36:43 +00:00
Charles Kerr 1cb314f0cc try to make the natpmp error messages yet more helpful. thanks to m1b and Lacrocivious 2007-12-15 06:10:24 +00:00
Charles Kerr fe0640caa7 add messages asking the user to check & make sure that port forwarding is enabled on their router 2007-12-15 05:28:16 +00:00
Charles Kerr 20c5f2a77c fix off-by-one introduced in r4153 2007-12-15 05:05:23 +00:00
Charles Kerr 10b6e8ff8f lessons learned from 0.82:
* if we can't bind a socket to a peer, take that peer out of the retry pool.
* also, try to connect with more peers up-front.
2007-12-15 04:26:31 +00:00
Charles Kerr 4da5fc85bb fix bad log message 2007-12-15 03:25:13 +00:00
Charles Kerr f8f4e1fc32 more helpful error message 2007-12-15 03:17:50 +00:00
Charles Kerr 99e8b9a19d two arguments were transposed. 2007-12-15 03:14:16 +00:00
Charles Kerr 0fa3fb0d67 use a modified version of werehamster's improvements to the gtk gui at shutdown 2007-12-14 18:36:19 +00:00
Charles Kerr 6ded40d360 increase the number of tracker connections we allow during shutdown. 2007-12-13 23:43:50 +00:00
Mitchell Livingston baef798db2 get rid of a warning 2007-12-13 22:13:05 +00:00
Charles Kerr 7582f4a929 (maybe) fix shutdown crash in "pulse" reported by pea_ 2007-12-13 21:48:39 +00:00
Mitchell Livingston 6671750eda convert Info nib to xib 2007-12-13 21:20:08 +00:00
Mitchell Livingston 672acfce23 update project for last commit 2007-12-13 21:15:39 +00:00
Mitchell Livingston f5bce558d6 replace Message nib with xib 2007-12-13 21:11:13 +00:00
Charles Kerr de5c84a52c allocate more sockets to the tracker during shutdown to help get all the `stopped' commands done 2007-12-13 21:08:05 +00:00
Mitchell Livingston 0d4bf53fa0 replace Creator nib with xib 2007-12-13 21:08:00 +00:00
Mitchell Livingston b8425369ef remove the old about window 2007-12-13 20:46:30 +00:00
Charles Kerr bff88f6c4c more prefs dialog cleanup from wereHamster 2007-12-13 20:46:19 +00:00
Mitchell Livingston e06d3178e1 change the About window from a nib to a xib 2007-12-13 20:46:01 +00:00
Charles Kerr bddcf5e10d fix crash on shutdown on natpmp routers reported by SoftwareElves 2007-12-13 20:19:52 +00:00
Charles Kerr 449186969f wereHamster's patch to remove some clutter from the prefs dialog 2007-12-13 19:54:24 +00:00
Charles Kerr 7f335e1bf0 follow Chinstrap's suggestion of waiting a small interval between sending nat commands as per the nat spec 2007-12-13 19:28:51 +00:00
Charles Kerr a51d790d81 take pea_'s suggestion of not sending out natpmp/upnp discover messages until port forwarding is enabled 2007-12-13 18:56:22 +00:00
Charles Kerr 39773104be accept tiennou's file-checking tweak that clarifies the log messages 2007-12-13 17:28:13 +00:00
Charles Kerr c4e6a04131 tweak the debug messages 2007-12-13 17:18:35 +00:00
Charles Kerr fb606adfe6 update to libnatpmp-20071213 2007-12-13 17:04:34 +00:00
Mitchell Livingston 9e15d27495 attempt to fix sizing issue on tiger 2007-12-13 16:04:32 +00:00
Mitchell Livingston 9bf313c08a better hiding of bottom texture on 10.5 2007-12-13 15:19:46 +00:00
Mitchell Livingston cea2275bcf on tiger make the bottom bar a texture 2007-12-13 15:16:04 +00:00
Mitchell Livingston 41af1d889d undo last commit, update proper file 2007-12-13 14:47:09 +00:00
Mitchell Livingston db7a3ab9e4 update the strings file 2007-12-13 14:43:38 +00:00
Mitchell Livingston 164dca0e04 remove some error checks that will never be executed 2007-12-13 04:39:07 +00:00
Mitchell Livingston 1b6a8a9504 display the infinity symbol in stats for ratio when there is upload but no download 2007-12-13 04:31:38 +00:00
Charles Kerr e1d10bba7e add extra debugging messages for upnpDiscover() 2007-12-13 02:48:30 +00:00
Charles Kerr daaa1d6559 fix minor udp/tcp mixup in libnatpmp -- http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=591 2007-12-13 02:03:29 +00:00
Charles Kerr c8c9012697 fix the 500ms remap reported by Chinstrap 2007-12-13 01:20:16 +00:00
Charles Kerr 2742fbb3f4 break things in a new, different way 2007-12-13 01:07:34 +00:00
Charles Kerr f8eb90d8eb try merging joshe's BSD implementation of tr_getDefaultRoute() into libnatpmp's getgateway() 2007-12-13 00:55:48 +00:00