Commit graph

5391 commits

Author SHA1 Message Date
Damien Churchill
4659cf2438 fix speed renderer
alias fspeed, fsize and ftime to the corresponding formatters
improve the peers grid (flags, fixed renders etc.)
2009-02-21 02:31:56 +00:00
Damien Churchill
26addfd63c add a resource for the country flags 2009-02-21 02:30:58 +00:00
Damien Churchill
c212bc35e9 add stubs for the files and peers tab 2009-02-21 02:06:46 +00:00
Damien Churchill
66495f4b06 fix displaying the hash in the details tab 2009-02-21 01:25:26 +00:00
Damien Churchill
8f0766bfe5 update stats on the details tab and add updating when the tab is changed 2009-02-21 01:23:17 +00:00
Damien Churchill
372d138a77 add copyright headers after remembering andars death threat 2009-02-21 00:15:48 +00:00
Damien Churchill
4e5e98d90b add a helper methods to torrents
trigger an update immediately when the torrent is changed in the grid
2009-02-20 23:58:18 +00:00
Damien Churchill
a9fb98c23a substantially improve the fire method of events, allowing unlimited event args to be passed in now. 2009-02-20 22:59:56 +00:00
Damien Churchill
7279755f24 add a subclass of Ext.ProgressBar that allows for a percentage value to be used 2009-02-20 22:19:59 +00:00
Damien Churchill
13343a6b4b don't have any text in the statusbar on creation 2009-02-20 21:58:38 +00:00
Damien Churchill
3cfeb8a2ef rename tab_statistics to tab_status
update status when a torrent is selected in the grid
tweak status css
2009-02-20 21:57:31 +00:00
Damien Churchill
4f9e627131 rename getSelection to getSelections 2009-02-20 21:55:51 +00:00
Damien Churchill
cf2842b623 fix to work with new deluge-torrents layout 2009-02-20 21:55:34 +00:00
Damien Churchill
8d1a49f11c improve the layout of the deluge-torrents module
delegate updating stats to the individual tabs in the details panel
2009-02-20 20:09:29 +00:00
Damien Churchill
7c3c1fb767 return if there is no connection selected 2009-02-20 20:04:12 +00:00
Andrew Resch
d542666f20 Fix some deprecation warnings and imports 2009-02-20 14:32:28 +00:00
John Garland
2399850e4e Wikified (trunk) changelog 2009-02-20 11:35:17 +00:00
Damien Churchill
566c6adf3a remove a bunch of the oxygen icons
add a titlebar icon to the login window
2009-02-19 21:50:30 +00:00
Damien Churchill
376b0daa11 tidy up toolbar event handlers
add a client connection check and act accordingly when its disconnected
2009-02-19 21:36:35 +00:00
Damien Churchill
eae92d78eb move updating the statusbar into the deluge-bars module
show/hide the additional statusbar info when connected/disconnected
2009-02-19 21:07:14 +00:00
Damien Churchill
fda01f59a7 fix Deluge.Events.fire 2009-02-19 20:46:08 +00:00
Damien Churchill
faae99d3d8 improve the statusbar, default to "Not Connected" with an icon 2009-02-19 20:38:06 +00:00
Damien Churchill
b9d84be341 clear the torrent grid when stopping the ui 2009-02-19 20:12:13 +00:00
Damien Churchill
815d8aa39f handle the logout button being pressed 2009-02-19 20:10:57 +00:00
Damien Churchill
2669ade501 add login event and enable the logout button once logged in 2009-02-19 19:22:51 +00:00
Damien Churchill
5153ad6f78 move over to central event holder 2009-02-19 18:59:14 +00:00
Damien Churchill
b4cc833044 add help and logout buttons to the toolbar
improve the enabled/disabling of buttons on connect/disconnect
2009-02-19 18:42:19 +00:00
Damien Churchill
0e78b9c3b1 add help icon 2009-02-19 18:32:03 +00:00
Damien Churchill
238c9d722d add logout icon 2009-02-19 18:30:15 +00:00
Andrew Resch
b3d4fd6620 Fix external property for src/ 2009-02-19 11:30:51 +00:00
Damien Churchill
45b4bc8e28 tidy up including python bindings 2009-02-19 11:23:37 +00:00
Damien Churchill
17e7ddf66f fix svn:externals properties 2009-02-19 11:17:20 +00:00
Damien Churchill
b397f99b21 tidy up libtorrent linking to only what we require and also include asio again 2009-02-19 11:03:45 +00:00
Damien Churchill
8899a683ab set svn:externals property on trunk to grab LT from their svn 2009-02-19 10:07:23 +00:00
Damien Churchill
7ca5ad1b93 remove LT from trunk 2009-02-19 10:04:27 +00:00
Damien Churchill
70a810b531 do safe simplejson import in common and use this imported copy in the 2
other places where its used.
2009-02-19 09:39:18 +00:00
Andrew Resch
8c2b735a8b Fix saving file priorities when switching torrents in the
addtorrentdialog
2009-02-19 06:03:11 +00:00
Damien Churchill
8ca8c5de05 move torrentAction to onTorrentAction 2009-02-19 02:21:13 +00:00
Damien Churchill
ea4f734863 move over to a more event driven style 2009-02-19 02:14:35 +00:00
Damien Churchill
9e19ae79c8 prepare for allowing parts of the ui to subscribe to connect/disconnect events 2009-02-19 01:22:32 +00:00
Damien Churchill
7344d0b1a3 remove not needed initialize call 2009-02-19 01:21:15 +00:00
Damien Churchill
6adada01e4 rearrange the details module to make it more managable 2009-02-19 01:12:58 +00:00
Andrew Resch
4b711883cb Do not set sys.stdout,err and stdin to None if logfile is used 2009-02-19 00:52:04 +00:00
Damien Churchill
7fb09d922a don't return the username and password for the daemon 2009-02-18 23:40:24 +00:00
Andrew Resch
d9e67bcebe lt sync 3273 2009-02-18 06:15:15 +00:00
Damien Churchill
cc272d8dc0 enable the disabled toolbar buttons once the ui connects 2009-02-17 00:04:46 +00:00
Damien Churchill
1ff29a134c more improvements to the connection manager, ui actually starts running after a connect now. 2009-02-16 23:27:12 +00:00
Damien Churchill
b6dee74dd5 update to allow for passing in a methods list when initialising 2009-02-16 23:22:36 +00:00
Andrew Resch
911d95815f Fix hiding bottom pane when no tabs are enabled upon restart 2009-02-16 02:40:50 +00:00
Damien Churchill
9907909b58 make the connection manager poll 2009-02-16 01:06:08 +00:00