Commit Graph

6313 Commits

Author SHA1 Message Date
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 7ca17a3922 Changed the way adding torrents is done.
The core is now sent the torrent file data and saves it's own copy of 
the torrent file.
Start of receiving signals in the UI.
2007-07-22 03:01:38 +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
Andrew Resch be081ae103 Can now add torrents from the UI.
Various other updates.
2007-07-21 00:50:13 +00:00
Alex Dedul 619e418a16 Added one forced UI update when restoring from minimized state. 2007-07-20 23:27:03 +00:00
Alex Dedul 34e268defd Forced update of UI when main window is restored from tray or from minimized
state.
2007-07-20 23:15:36 +00:00
Alex Dedul b3a912cdea Fixed some issues in [1067]. Thanks for testing, eternalswd. 2007-07-20 23:11:03 +00:00
Alex Dedul 3f13587ed9 Optimized cached_data() class and all depended functions and their usage.
Needs testing.
2007-07-20 22:41:26 +00:00
Marcos Pinto 6876c4b67c add all plugin files to our template 2007-07-20 22:09:54 +00:00
Marcos Pinto 48b0b106f5 make blocklist plugin translatable 2007-07-20 22:08:48 +00:00
Marcos Pinto 8182b5ce9a made rss plugin translatable 2007-07-20 21:25:48 +00:00
Marcos Pinto 8a39796daa make torrentnotification plugin translatable 2007-07-20 21:17:34 +00:00
Marcos Pinto 88b356f22b make networkhealth plugin translatable 2007-07-20 21:14:11 +00:00
Marcos Pinto 6df2dba77d make networkgraph plugin translatable 2007-07-20 21:12:11 +00:00
Marcos Pinto 396e3501ff missed two strings in search plugin that needed translating 2007-07-20 21:09:37 +00:00
Marcos Pinto df5b85cd40 make scheduler plugin translatable 2007-07-20 21:07:55 +00:00
Marcos Pinto 7ef61be07c add i18n to torrent search plugin 2007-07-20 21:01:51 +00:00
Marcos Pinto 4b253ff9e8 fix non urgency oops 2007-07-20 20:17:00 +00:00
Marcos Pinto 6049f72a93 fix typo 2007-07-20 20:06:24 +00:00
Alex Dedul a21ae0e9c0 Minor tweaks to interface code. 2007-07-20 19:20:10 +00:00
Alex Dedul 3bac6bcfc8 Properly do i18n in common.fsize(). 2007-07-20 19:03:15 +00:00
Marcos Pinto a6e8db9bb0 Fixes one typo that was causing an error in handle_events and adds attribute self.update_interface to DelugeGTK class so that plugins can determine whether or not to update information for the interface - micah 2007-07-20 18:36:16 +00:00
Alex Dedul 938c1fed43 Some performance tweaks. Still the main issue is in Tree View to display data
and more tweaks to come.
2007-07-20 11:58:55 +00:00
Alex Dedul 76184c1be8 Added merging trackers of duplicate torrents to ChangeLog. 2007-07-20 08:17:28 +00:00
Marcos Pinto 5cd99eace3 remove debug print 2007-07-20 07:53:29 +00:00
Marcos Pinto 09334d8892 update gui tweaks - micah 2007-07-20 07:42:35 +00:00
Andrew Resch e80da672f0 Clean up output 2007-07-20 05:43:12 +00:00