Commit Graph

4762 Commits

Author SHA1 Message Date
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
Andrew Resch 850807ca43 Fix udp trackers being classified as DHT source 2009-03-21 18:07:19 +00:00
Damien Churchill c5cc5c283b add time_added and tracker_host to the torrent grid 2009-03-21 15:25:09 +00:00
Damien Churchill b2f01c177f implement basic adding of torrents via url 2009-03-21 12:28:48 +00:00
Damien Churchill 856cd63421 move the clearing to the selectionchange event of the grid so it happens immediately 2009-03-21 12:02:18 +00:00
Damien Churchill c143891c93 clear the details pane when there are no selected torrents in the grid 2009-03-21 11:53:05 +00:00
Damien Churchill 6adb10b62a increase status column size 2009-03-21 11:50:57 +00:00
Damien Churchill 6b7302ed4b fix clearing the sidebar so filters can be re-added after a reconnect 2009-03-21 11:49:43 +00:00
Damien Churchill 3f8ef6c66e fix adding hosts and clearing the form after changing password to _password 2009-03-21 11:21:05 +00:00
Damien Churchill 0e94c31ca2 turn the port field into a spinner 2009-03-21 11:15:17 +00:00
Damien Churchill 4179336c63 remove the psds from the ext themes 2009-03-21 10:57:38 +00:00
Damien Churchill 8464ae9152 tidy up the images folder 2009-03-21 10:34:19 +00:00
Damien Churchill f9f2a55d93 implement a basic add connection window
implement remove connection
2009-03-20 22:36:58 +00:00