Commit Graph

1271 Commits

Author SHA1 Message Date
Zach Tibbitts 117cbb7d1b 2007-07-24 16:34:49 +00:00
Zach Tibbitts a4c44252f3 Tweak Makefile to allow user specified prefixes 2007-07-24 16:31:17 +00:00
Marcos Pinto d277cfb21a auto-detect python version for uninstall and change xpm to png 2007-07-24 11:07:53 +00:00
Andrew Resch ef293f0742 Remove some debug prints from RSS plugin 2007-07-24 05:44:49 +00:00
Marcos Pinto 603675494d __file__ change for foresightlinux people 2007-07-24 05:10:33 +00:00
Marcos Pinto 02cd556f18 remove firstlast plugin from POTFILES, rearrange preferences, change version number for rc2, sync translation with launchpad 2007-07-24 02:12:04 +00:00
Alex Dedul ae649c7c3b Tweaks to first/last pieces priorities code. 2007-07-24 00:23:50 +00:00
Alex Dedul f0149c4474 Added first and last pieces priorities to ChangeLog. 2007-07-24 00:08:03 +00:00
Marcos Pinto 0bc90356a7 set default to false as to be nice to the protocol 2007-07-23 23:31:52 +00:00
Alex Dedul 442cac8aef Fixed #368 - Added ability to prioritize first and last pieces of files in
torrent.
2007-07-23 23:29:37 +00:00
Marcos Pinto f5bed290df remove flexrss since it's broken 2007-07-23 23:01:26 +00:00
Marcos Pinto ddfc5ef95d add utf8 encoding to files 2007-07-23 21:59:32 +00:00
Marcos Pinto 507f8a4139 add spawning to deal with 2.5 being stupid with threading 2007-07-23 21:52:13 +00:00
Zach Tibbitts 1a05d470a2 fix version number assert error 2007-07-23 21:21:36 +00:00
Marcos Pinto 5bcf5fbfac flexrss update by 'daddy' 2007-07-23 20:52:25 +00:00
Zach Tibbitts bf46b310a5 set version number for 0.5.3 release 2007-07-23 20:48:03 +00:00
Zach Tibbitts 77e5b62fac 2007-07-23 18:56:37 +00:00
Alex Dedul 98f21aca86 Tweaks to [1102]. Get compact_mode for the Files tab with
manager.get_torrent_state(), for the Files selection dialog with preferences.
2007-07-23 14:24:38 +00:00
Marcos Pinto 87e2b36074 remove translation from stock lables 2007-07-23 08:18:36 +00:00
Marcos Pinto 48eb4504ec dont translate close and ok 2007-07-23 07:27:18 +00:00
Marcos Pinto 8aedf2d201 add compact_mode check to changelog 2007-07-23 07:16:24 +00:00
Marcos Pinto cb0b5c3e1c get compact_mode per torrent_state, not prefs 2007-07-23 06:28:37 +00:00
Marcos Pinto 903a8da7a5 add compact_mode to torrent_status in deluge_core 2007-07-23 05:36:01 +00:00
Marcos Pinto a0fb5a12fa libtorrent 1415 sync 2007-07-23 05:31:17 +00:00
Marcos Pinto b220064462 disable lsd for private torrents 2007-07-23 01:17:33 +00:00
Alex Dedul 946a86c815 Fixes an issue with clear_max_ratio_torrents and changes pause/resume block in
Manager.apply_queue() to use enumerate. Patch is from eternalswd, thanks.
2007-07-22 22:48:59 +00:00
Alex Dedul 3ec15816ac Refactored the way we update any gtk.ListStore instance and made the Peers tab
use less CPU.
2007-07-22 19:17:50 +00:00
Alex Dedul 6c78b6595f Clean ups to torrents list and files tab focus code. 2007-07-22 17:35:39 +00:00
Alex Dedul 67976167aa Made focus in the Files tab to work the same way as in torrents list. 2007-07-22 17:17:30 +00:00
Marcos Pinto 2c746a3ee9 fix right click on file tab not selecting the row 2007-07-22 07:44:43 +00:00
Marcos Pinto b57b07b783 RSS plugin by 'daddy' 2007-07-22 06:16:17 +00:00
Marcos Pinto 369c21b6f7 fix gay resizing of alignment 2...only 5 should expand when resizing window 2007-07-22 06:07:42 +00:00
Alex Dedul 1bf9ccdfc2 Don't update paused torrents in UI. Based on the idea by eternalswd. 2007-07-22 05:05:52 +00:00
Andrew Resch d3613a8ce6 Set the torrent view to resize. 2007-07-22 01:00:28 +00:00
Marcos Pinto 95b03bdb48 i18n for status bar. never finished with i18n, it seems :) 2007-07-21 22:37:07 +00:00
Alex Dedul d9c2ab0a32 Minor changes. 2007-07-21 21:41:24 +00:00
Alex Dedul 2fb2cdda10 Added Don't repeat yourself (DRY) principle to recommendations in HACKING. 2007-07-21 21:40:01 +00:00
Marcos Pinto 12a685dff1 with ntfs-3g and reiser4 support, considering the new priority feature, set default to full alloc 2007-07-21 21:06:09 +00:00
Marcos Pinto a6f22ccc09 show alert and stop action when trying to change priorities with compact allocation 2007-07-21 21:04:10 +00:00
Marcos Pinto b6c99ce1c2 i18n touchup for blocklist plugin 2007-07-21 20:17:20 +00:00
Alex Dedul 4ec3a75538 Added availability and piece size to ChangeLog. 2007-07-21 19:33:54 +00:00
Alex Dedul 7738f8c290 Added availability column. 2007-07-21 19:28:30 +00:00
Marcos Pinto 04b5a8936e move pieces and avail to left side so right side isnt so much higher 2007-07-21 19:05:44 +00:00
Alex Dedul 4f266454ec Some tweaks to availability and piece size display. 2007-07-21 18:59:01 +00:00
Alex Dedul 7a37c58dde Properly calculate ETA in common.estimate_eta(). 2007-07-21 18:53:31 +00:00
Alex Dedul 92acd7907e Fixed #331 - Added availability and piece size to Torrent Info pane. 2007-07-21 18:08:32 +00:00
Marcos Pinto 3bba92929d same again 2007-07-21 07:42:10 +00:00
Marcos Pinto 380fcf889a fix last 2007-07-21 07:32:11 +00:00
Marcos Pinto b73ce6fb46 general updates on plugin - lazka 2007-07-21 07:15:18 +00:00
Alex Dedul 619e418a16 Added one forced UI update when restoring from minimized state. 2007-07-20 23:27:03 +00:00