Commit Graph

185 Commits

Author SHA1 Message Date
Andrew Resch 9a5db01700 Fix typo in MoveTorrent plugin. 2007-08-21 10:28:04 +00:00
Marcos Pinto 5e7329026e last commit accidentaly included a couple of other changes i was working on. reverting those to have only one change per commit 2007-08-20 02:31:42 +00:00
Marcos Pinto 4d2a2dd604 move "move completed downloads" into the "move torrent" plugin 2007-08-20 02:28:51 +00:00
Marcos Pinto c58331f5e6 move torrent plugin 2007-08-19 23:16:10 +00:00
Marcos Pinto dd64eda432 little cleanup of width setting and saving 2007-08-17 03:44:32 +00:00
Alex Dedul f8c6151568 Tweaks to peers tab columns. 2007-08-15 05:11:18 +00:00
Marcos Pinto 23a2111650 fix files columns 2007-08-15 04:57:50 +00:00
Marcos Pinto b77f5c1c25 fix columns in peers plugin 2007-08-15 04:52:51 +00:00
Alex Dedul 62c369bb6f Set desired ratio to 1.0 by default for all torrents. 2007-08-14 21:55:47 +00:00
Alex Dedul 274ba7e771 Fixed typo in Speed Limiter plugin. 2007-08-14 21:03:07 +00:00
Marcos Pinto 14a57c6d00 add checking for url in web seed plugin 2007-08-14 19:21:00 +00:00
Marcos Pinto 751dc5bf2b add web seed plugin 2007-08-14 19:16:47 +00:00
Marcos Pinto 952f03a6cc revamp networkgraph plugin - Ultrafusion 2007-08-12 23:23:21 +00:00
Alex Dedul 371e1f9a54 Tweaks to Extra stats plugin. 2007-08-11 00:09:22 +00:00
Alex Dedul cc20a34906 Replaced All time stats plugin with Extra stats. Patch is from eternalswd,
thanks.
2007-08-10 01:38:33 +00:00
Alex Dedul ff64068c6d Refactored the way external commands are called. 2007-08-09 23:33:16 +00:00
Alex Dedul 1e00b4f0a8 Open files in the files tab by double click. Patch is from eternalswd, thanks. 2007-08-09 21:30:47 +00:00
Alex Dedul efe6ffec1c Tweaks to prev commit. 2007-08-09 19:52:40 +00:00
Alex Dedul 5dafdc95df Tweaks to process open code. 2007-08-09 19:44:38 +00:00
Alex Dedul 897d394581 Added file viewer preference to Torrent Files plugin. 2007-08-09 18:16:28 +00:00
Alex Dedul a3d79bc2a7 PEP8 imports in the TorrentFiles plugin. 2007-08-09 17:01:33 +00:00
Marcos Pinto cdd2955fbd call me mr consistancy 2007-08-09 07:05:38 +00:00
Marcos Pinto 301d5037cb change alltime to all-time for proper grammar 2007-08-09 06:51:40 +00:00
Marcos Pinto 0dfb43e2ba yeah...those blank lines are just irrtating me 2007-08-09 06:47:54 +00:00
Marcos Pinto 07e50647ce more event logging tweaks -micah 2007-08-09 06:43:26 +00:00
Marcos Pinto 245b29f698 all time stats plugin - micah 2007-08-09 05:35:37 +00:00
Marcos Pinto edc7574a60 make blocklist plugin loading not lock up the UI when the client is just starting 2007-08-09 03:55:56 +00:00
Marcos Pinto 40a1eacc49 better config path settings for eventlogging-micah 2007-08-09 02:19:50 +00:00
Marcos Pinto 7fbbd7da30 add popup-warning if xdg-open is not found 2007-08-09 01:49:23 +00:00
Marcos Pinto d8d6dcd998 touchup 2007-08-09 01:31:26 +00:00
Marcos Pinto 2d952aaa48 add open file to file_menu 2007-08-09 01:26:33 +00:00
Marcos Pinto 2f8f89cf18 alignment fixes - micah 2007-08-08 20:18:46 +00:00
Alex Dedul 758b5d8851 Added per torrent max connections and max upload slots preferences. 2007-08-08 19:59:46 +00:00
Alex Dedul 69103fdf49 Don't use global preferences in plugins. 2007-08-08 15:13:53 +00:00
Marcos Pinto 1573e11acf pieces description update- micah 2007-08-08 06:52:43 +00:00
Marcos Pinto f55f32ff2a last 2007-08-08 06:37:07 +00:00
Marcos Pinto 2fa11dc18f pieces rewrite - micah 2007-08-08 06:32:41 +00:00
Alex Dedul a1c252dbbe Made more buttons to use clicked signal. 2007-08-08 02:03:28 +00:00
Alex Dedul 72a55d4523 Peers plugin tweaks. 2007-08-07 17:04:56 +00:00
Alex Dedul 2c45b379fc Pieces plugin updates from eternalswd, thanks. 2007-08-07 03:17:30 +00:00
Alex Dedul e33f9dc844 Pieces plugin fixes from eternalswd, thanks. 2007-08-06 05:59:44 +00:00
Alex Dedul ec1c5cf2c7 Tweaks to the Peers plugin. 2007-08-06 04:37:11 +00:00
Alex Dedul cdf3011c81 Tweaks to Peers and Files tabs plugins to handle removal of torrents. Patch is
from eternalswd, thanks.
2007-08-06 04:02:42 +00:00
Alex Dedul 9d17d21804 PEP-8 and some clean up in the Peers tab plugin. 2007-08-06 03:52:16 +00:00
Alex Dedul 3848b7c67e * PEP-8 and some clean up in the Files tab plugin.
* Some improvements to tab switching code in the interface.
2007-08-06 03:23:32 +00:00
Alex Dedul b26ebe6883 Minor tweak to previous commit. 2007-08-06 02:15:29 +00:00
Alex Dedul 39e9e77ec6 Properly update the Files tab when multiple torrents selected. 2007-08-06 02:14:18 +00:00
Marcos Pinto 2463828170 my bad. add peer_pref glade 2007-08-06 00:48:14 +00:00
Marcos Pinto c77327c41f flags, dialogs remain on top, peer tab touchups - micah 2007-08-06 00:40:18 +00:00
Marcos Pinto a5411fbcd9 simple rss move and touchups 2007-08-05 22:32:11 +00:00