Commit Graph

5059 Commits

Author SHA1 Message Date
Damien Churchill 1f63e3de1a remove get_torrent_info from ui.common
add an "as_dict" method to TorrentInfo
utilise the TorrentInfo class rather than get_torrent_info
2009-04-02 20:55:46 +00:00
Damien Churchill 5162d5d7e2 begin to add the options form and also fix the binds on the got_torrent_info calls 2009-04-02 20:40:24 +00:00
Damien Churchill 00bfd1a442 disable add by info hash and create torrent buttons 2009-04-02 20:10:59 +00:00
Damien Churchill 3ce6f6bb88 fix displaying the "Browse..." button next to the file upload field 2009-04-02 20:03:10 +00:00
Damien Churchill 031ec92799 handle an invalid torrent file and show an error message box 2009-04-02 19:43:08 +00:00
Damien Churchill b1c992da61 rename Deluge.Ui to Deluge.UI 2009-04-02 19:40:41 +00:00
Damien Churchill b07715862f clear the files tree on add/cancel 2009-04-02 19:28:27 +00:00
Damien Churchill a7ad189bd0 add adding a torrent via file upload 2009-04-02 19:26:32 +00:00
Damien Churchill df6a905226 handle no file being uploaded cleanly 2009-04-02 18:57:41 +00:00
Damien Churchill 061c06a164 fix the file upload resource 2009-04-02 18:50:45 +00:00
Damien Churchill 793e120957 change it so the tracker error filter doesn't have an icon 2009-04-02 18:22:08 +00:00
Damien Churchill 03dac27147 tweak the options form layout, settings fixed column widths 2009-04-02 18:13:29 +00:00
Damien Churchill 221d1875ff fix the spacer image trying to be retrieved from extjs.com 2009-04-02 18:09:34 +00:00
Damien Churchill 7fb8fc40d7 fix the progressbar renderers and move the theme specific code from deluge.css to xtheme-slate.css 2009-04-02 15:02:33 +00:00
Damien Churchill c99b4ddfea fix button text color in the gray theme 2009-04-02 15:01:40 +00:00
Damien Churchill 0cb662cde8 give some default values and limits to the spinners on the options tab 2009-04-02 11:01:10 +00:00
Damien Churchill 672a4debae fix the options tab form layout 2009-04-02 10:56:49 +00:00
Damien Churchill c6deb9ec8b fix rendering the form on the options tab (this fix is a little hacky, might be worth looking at the ext or mootools adapter for a better fix 2009-04-02 10:24:55 +00:00
Damien Churchill 6897cd8b6b improve removing of torrents by adding a "torrentRemoved" event 2009-04-02 09:54:06 +00:00
Damien Churchill 71ef3f3ddc change the fileuploadbutton back to just a button, we'll open a new window, it'll be a cleaner solution 2009-04-02 09:37:21 +00:00
Damien Churchill d3c6bfe91f fix clearing the tree in IE 2009-04-02 09:33:21 +00:00
Damien Churchill 29a9253108 fix the options tab layout in IE 2009-04-02 09:29:37 +00:00
Damien Churchill 929aa64b8c a few IE fixes 2009-04-02 09:10:30 +00:00
Damien Churchill fdaf3d0810 remove vista theme as it was for ext 1.x and doesn't work with ext 2
add a stylesheet for the default theme that fixes the button text color when viewed in a browser with a dark theme
2009-04-02 08:20:38 +00:00
Damien Churchill 100f4c2e9f set the column values on a successful request instead of being lazy and just triggering an update 2009-04-02 07:15:16 +00:00
Damien Churchill 828a1d339a run some strings through gettext 2009-04-02 07:14:03 +00:00
Damien Churchill 1cd9f74305 fix favicon 2009-04-01 22:33:26 +00:00
Damien Churchill 54993784da change the seeders/peers in the status tab to match the torrent grid 2009-04-01 22:04:36 +00:00
Damien Churchill b2ff696348 remove some debug alerts i left in 2009-04-01 22:00:40 +00:00
Damien Churchill 141d254f35 tweak the seeds and peers renderers to match the gtk ones 2009-04-01 21:53:41 +00:00
Damien Churchill 583d76ca18 change it so multiple files can be changed at a time 2009-04-01 21:51:04 +00:00
Damien Churchill 4087dd38cb implement setting the file priority via the context menu 2009-04-01 21:31:36 +00:00
Damien Churchill 8b76cd8a2a add a context menu for the files tree 2009-04-01 20:03:21 +00:00
Damien Churchill 63427a18cc extend the treenode to provide a method to allow for updating colum values 2009-04-01 19:36:27 +00:00
Damien Churchill 7462a5e1d8 increase the filename column wdith 2009-04-01 18:46:48 +00:00
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