Commit Graph

5124 Commits

Author SHA1 Message Date
Damien Churchill 0d5c30b5f9 add in the file priorities to the file tree on the details tab
add some icons for the priorities
2009-04-01 18:42:04 +00:00
Damien Churchill baf3d283e0 add sorting of the files by filenames, and folders display at the top 2009-04-01 16:33:31 +00:00
Damien Churchill de733b0fae begin the layout of the options tab form 2009-04-01 16:31:51 +00:00
Damien Churchill 9b107359a4 replace the "File" button with a fileuploadbutton 2009-03-31 01:16:17 +00:00
Damien Churchill 44188cf276 add removing a torrent from the dialog 2009-03-31 00:51:43 +00:00
Damien Churchill e608db8ce2 add clearing the tree when the selection is changed 2009-03-31 00:41:05 +00:00
Damien Churchill 3bd13595be clear the url field after the torrent has been added 2009-03-31 00:33:56 +00:00
Damien Churchill 0e0bc735eb change the class so the correct icon is displayed 2009-03-31 00:32:03 +00:00
Damien Churchill fe5fa703b3 increase the height of the files progress bar 2009-03-31 00:30:07 +00:00
Damien Churchill 7166cc01b5 add some doc strings and improve the __str__ method of the FileTree class 2009-03-31 00:28:33 +00:00
Damien Churchill d0a083b1b1 remove the x-deluge-filters class from a filters panel since we can just use #sidebar 2009-03-31 00:20:16 +00:00
Damien Churchill 608826ce32 remove commented out class 2009-03-31 00:18:59 +00:00
Damien Churchill e0cba5bca3 add a progress bar to the files 2009-03-31 00:17:32 +00:00
Damien Churchill e903e14188 remove redundant folder 2009-03-31 00:06:36 +00:00
Damien Churchill 3d8085310e move all the icons
update the paths in the css/code
begin to use more iconCls rather than icon
2009-03-31 00:04:38 +00:00
Damien Churchill a2640a8a32 fix it so the file icon is set using css rather than hard coded 2009-03-30 23:35:11 +00:00
Damien Churchill a32b43b414 fix the file icon on files
fix clearing the tree when a different torrent is selected
2009-03-30 23:25:27 +00:00
Damien Churchill 0b9b261038 remove old classes 2009-03-30 23:24:51 +00:00
Damien Churchill 0bcb847a00 move the columntree stuff into deluge-ext 2009-03-30 23:24:08 +00:00
Damien Churchill 49e54e1789 remove obselete stylesheet 2009-03-30 23:19:02 +00:00
Damien Churchill f9d24ea6e2 add another class 2009-03-30 22:50:00 +00:00
Damien Churchill 0c3d0befcd display the torrents files in the files tab 2009-03-30 22:25:16 +00:00
Andrew Resch 5e4ee41db2 Add the files_tree property to TorrentInfo 2009-03-30 22:15:13 +00:00
Damien Churchill cab504c90e fix a typo in a doc string 2009-03-30 22:07:47 +00:00
Damien Churchill 38acdf7017 reduce to only what is required to achieve the selection 2009-03-30 21:58:21 +00:00
Damien Churchill ac911d3ed7 add #sidebar to ensure it only occurs in the sidebar 2009-03-30 21:51:42 +00:00
Damien Churchill 3342394a37 make the selected item in the sidebar have bold text and rename the messagebox icon styles 2009-03-30 21:48:23 +00:00
Damien Churchill 63c67b6925 use the "checked" config option to add the checkbox to the tree
disable animation
remove the enabled column
2009-03-30 21:45:40 +00:00
Damien Churchill cea7d5bc5b add an icon for files in a file tree 2009-03-30 21:39:40 +00:00
Damien Churchill f0a25a3486 add support for displaying a checkbox in the tree 2009-03-30 21:38:39 +00:00
Damien Churchill 5c7d1e6576 use consts/vars rather than merely numbers 2009-03-30 21:37:16 +00:00
Andrew Resch 5c35712800 Check for invalid handle on tracker errors/warnings 2009-03-28 22:38:19 +00:00
Andrew Resch 0204ba426a Fix typo 2009-03-28 04:03:17 +00:00
Andrew Resch 42dce915df Add PreTorrentRemovedEvent event 2009-03-26 21:23:56 +00:00
Andrew Resch 8373377c10 Add daemon autoconnecting on startup 2009-03-25 18:01:16 +00:00
Damien Churchill 7c1d16a51c add a method to return a torrents files as a tree 2009-03-25 09:12:48 +00:00
Damien Churchill 96e8de6db5 render the checkbox correctly 2009-03-23 23:17:04 +00:00
Damien Churchill 5dc2809732 raise the exception since if we haven't been able to read the file there's not point in continuing 2009-03-23 23:16:12 +00:00
Damien Churchill fe83a95041 correctly render the columns in the tree 2009-03-23 22:49:31 +00:00
Damien Churchill 2e1cc51f70 display the torrent files in the tree 2009-03-23 22:32:48 +00:00
Damien Churchill 9808302214 add a FileTree class for generating a file tree 2009-03-23 22:18:01 +00:00
Andrew Resch 3a558433b9 Fix plugin __init__'s and update create_plugin script 2009-03-23 21:03:43 +00:00
Damien Churchill 5c5bc9a713 fix __init__ to stop gtk being imported in the core 2009-03-23 20:58:21 +00:00
Damien Churchill 0ed166647d do a lazy import of gtk to stop the core trying to import it 2009-03-23 19:20:45 +00:00
Damien Churchill bb4935ae02 add a notify method to Deluge.Ui 2009-03-23 01:10:57 +00:00
Damien Churchill 2193905fa6 implement disconnecting from a connected daemon 2009-03-22 23:52:34 +00:00
Damien Churchill a0e9fafb8f begin an execute command upon event plugin 2009-03-22 23:37:21 +00:00
Damien Churchill 3f0a1eb896 use super instead 2009-03-22 23:36:45 +00:00
Damien Churchill 23bb565259 change width to auto so the details tab displays correctly 2009-03-22 21:03:24 +00:00
Andrew Resch 96ead0d996 Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated 2009-03-21 18:45:47 +00:00