Commit Graph

4843 Commits

Author SHA1 Message Date
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
Damien Churchill 504f2470ba fix clearing panels on a log out 2009-03-20 20:46:36 +00:00
Damien Churchill d5b7616f98 if the client on the server is already connected skip the connection manager 2009-03-20 19:20:07 +00:00
Damien Churchill 0f44b06197 rename the messagebox classes as they are clashing with the state ones 2009-03-20 19:08:40 +00:00
Damien Churchill a97fbbc1ef fix status when a host is connected 2009-03-20 19:00:11 +00:00
Andrew Resch 2b96aa990e Fix showing connected status in connection manager 2009-03-20 18:55:54 +00:00
Damien Churchill 9ca7634ec9 make the stop daemon button actually stop the daemon 2009-03-20 18:26:47 +00:00
Damien Churchill 73d0023ef5 add styles for messagebox icons
fix the style for the login box
2009-03-20 18:25:23 +00:00
Damien Churchill bccb7ca66e select a row if there is no row selected when contextmenu is clicked 2009-03-20 17:26:24 +00:00
Damien Churchill 4852188ce9 change "Sidebar" to "Filters" for the panel title 2009-03-20 17:22:43 +00:00
Damien Churchill 4c83745295 change the cursor to a pointer when over the filters
add in generating the filters dict and applying it to the update_ui call
2009-03-20 17:15:46 +00:00
Damien Churchill 89e7198e21 add a logging statement to update_ui 2009-03-20 17:14:28 +00:00
Damien Churchill a08a4a4e69 implement updating the filters 2009-03-20 09:22:57 +00:00
Damien Churchill 846d8a0c8f use the universal classes for states 2009-03-20 08:57:36 +00:00
Damien Churchill 575efe1495 make the tracker host error filter have an icon 2009-03-20 08:03:54 +00:00
Damien Churchill c46c56e784 improve the sidebar to ensure that the icons display correctly 2009-03-20 07:59:39 +00:00
Damien Churchill cb1beab159 add a proper renderer for the filters 2009-03-20 00:11:14 +00:00
Damien Churchill 7fb9af5c3d add a basic implementation of the sidebar 2009-03-19 23:00:07 +00:00
Damien Churchill f3fd90253e add a favicon 2009-03-19 22:40:26 +00:00
Damien Churchill 1229e9a46c add color to input boxes so text is visible whilst using a dark browser theme 2009-03-19 22:29:24 +00:00