Commit Graph

4147 Commits

Author SHA1 Message Date
Mitchell Livingston 07761591c9 only allow group dividers on 10.5 or higher 2008-01-23 02:56:31 +00:00
Mitchell Livingston 1fa3e0d869 first experimental commit: sorting by group will now add group dividers 2008-01-23 02:51:58 +00:00
Mitchell Livingston d0fb48121e add a convenience function for getting the selected torrents 2008-01-22 23:48:14 +00:00
Mitchell Livingston 221a975c7c update trunk to 1.02+ 2008-01-22 20:54:29 +00:00
Charles Kerr f9c5fa84c4 update NEWS 2008-01-22 20:49:37 +00:00
Charles Kerr 85ccb10a71 #650: CLI ignores options -u0 and -d0 2008-01-22 20:11:28 +00:00
Mitchell Livingston e74b176956 allow command-g to open the Groups window 2008-01-22 17:25:05 +00:00
Mitchell Livingston 264bf866a5 if pushing a button, don't allow a double-click to toggle the inspector 2008-01-22 05:33:02 +00:00
Mitchell Livingston 055d067d7e holding down the mouse on the progress field and the minimal status field will cause them to become gray, indicating the toggle 2008-01-22 05:19:18 +00:00
Charles Kerr d4128740d1 since we're not using evdns, don't call evdns_init() and evdns_shutdown() anymore. 2008-01-21 23:36:43 +00:00
Mitchell Livingston 873049f491 acknowledge autostart when adding torrent data through ipc 2008-01-21 22:01:57 +00:00
Mitchell Livingston 17202c70d9 small adjustments to preferences window 2008-01-21 19:47:01 +00:00
Charles Kerr 0dd150844a make tr_handleStatus() return a const 2008-01-21 18:24:37 +00:00
Mitchell Livingston fca4411b5c show the auto-add growl notification even if it shows the open window 2008-01-21 16:52:36 +00:00
Charles Kerr 02332c43a9 (gtk) #649 don't ask for confirmation on close when there are no active torrents. 2008-01-21 15:51:53 +00:00
Mitchell Livingston 0a2720339f support adding torrent from data with ipc 2008-01-21 06:23:10 +00:00
Charles Kerr 1b7706e101 finish the trunk/1.0x libT merge: router death & portability 2008-01-21 02:11:57 +00:00
Mitchell Livingston 4d0e40c576 fix a display bug when pausing/resuming a torrent when filtering torrents by state 2008-01-20 20:38:51 +00:00
Mitchell Livingston e1fa469d5a adjust Prefs layout 2008-01-20 20:10:38 +00:00
Mitchell Livingston 3501bc0014 add a warning under the connection limits field 2008-01-20 20:05:42 +00:00
Mitchell Livingston 30cee125da treat the entire file icon as the action button 2008-01-20 18:51:53 +00:00
Mitchell Livingston bf146526bf fix error where the table would lose track of the selected torrent when sorting by activity 2008-01-20 18:28:28 +00:00
Charles Kerr 5e12a8b90d (gtk) #561 torrent inspector sometimes grows wider on its own 2008-01-20 17:18:28 +00:00
Charles Kerr 9a118eeff5 (gtk) use libevent's decode_uri() and libT's tr_mkdirp() instead of reinventing the wheel. 2008-01-20 15:50:42 +00:00
Charles Kerr 76ef3aaf7b #636: make the daemon application manpages' descriptions more helpful. 2008-01-20 15:14:33 +00:00
Charles Kerr b9c491d5c1 update some more URLS to www.transmissionbt.com 2008-01-20 14:53:38 +00:00
Mitchell Livingston ab6bc91fe3 slight adjustments to preference window size 2008-01-20 05:54:10 +00:00
Mitchell Livingston 3bd38202a6 lower default number of total and per-torrent peers (new global value will automatically replace the current global value) 2008-01-20 04:50:41 +00:00
Charles Kerr f6c91099b2 (gtk) #644 more HIG-compliant desktop menu entry 2008-01-20 03:42:37 +00:00
Charles Kerr cdfe7d8c89 (gtk) #645: fix minor i18n bug reported by rubiсon 2008-01-20 03:25:17 +00:00
Charles Kerr de21d77af2 test code to test a "router death" theory in the nightlies 2008-01-20 03:21:51 +00:00
Charles Kerr 43a83f31bb change the default global connection limit to 200 in tr_init() 2008-01-20 01:50:51 +00:00
Charles Kerr ef6f11446a (gtk) tweak the status icons a little. #642 2008-01-20 01:18:11 +00:00
Charles Kerr 0679ef19eb (gtk) new defaults values for max global peers (200) and max per-torrent peers (50) 2008-01-20 00:40:41 +00:00
Mitchell Livingston 27c2833ec3 fix crash reported in #640; other insignificant changes 2008-01-19 05:37:16 +00:00
Charles Kerr 9423e89aec (gtk) SHUTUP cleanup 2008-01-19 05:04:38 +00:00
Charles Kerr 3a47dfdb23 (router death) dial down the max number of new sockets per second even lower 2008-01-19 03:44:44 +00:00
Charles Kerr 3c6eeef439 fix a socket leak in peer-msgs 2008-01-19 03:30:45 +00:00
Charles Kerr a771f34373 stagger out the reannounce messages too, just as 0.82 did, as per denisx_'s suggestion 2008-01-19 01:34:02 +00:00
Charles Kerr 737bb23743 more work on "router death": stagger out tracker scrape attempts and close a loophole in the handshake code 2008-01-19 00:28:52 +00:00
Charles Kerr de515ee339 if the torrent's download path doesn't exist, don't create it -- it's might be a removeable disk that got unplugged. 2008-01-18 19:13:32 +00:00
Charles Kerr dd75a769c9 fix tr_mkdirp()'s errno/retvals. 2008-01-18 01:40:41 +00:00
Charles Kerr 2247a2d1f9 (gtk) render torrent error strings in red. 2008-01-18 00:16:49 +00:00
Charles Kerr 9f176115e6 (gtk) backwards compatability with gtk < 2.10, reported by Lacrocivious 2008-01-18 00:11:51 +00:00
Charles Kerr 961cb0137d (gtk 1.0x) #632 combine the two status bars 2008-01-17 18:03:45 +00:00
Mitchell Livingston 179b7b3672 attempt to fix a crash that sometimes occurs with the Add window 2008-01-17 16:39:31 +00:00
Mitchell Livingston beb62cf865 more subdued "no priority" image 2008-01-17 07:05:41 +00:00
Mitchell Livingston 0f0a983d23 update the image when dragging data files onto the main window 2008-01-17 07:01:09 +00:00
Mitchell Livingston 39e3ed4c05 add missing image and testing code 2008-01-17 06:57:51 +00:00
Mitchell Livingston ae2c7c8f12 update dock badge images 2008-01-17 06:53:40 +00:00