Custom Query (2447 matches)
Results (451 - 453 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1380 | Fixed | [Scheduler] web UI Interface | ||
Description |
As the summary says - currently no UI appears, although there is some code there. I've attached a patch that provides a full implementation of the UI for the web. It should be on par with the GTK UI functionality. Also made a small change to a PreferencesWindow.js so plugin settings are saved when the OK button is pressed, not just when the Apply button is pressed. This is my first time developing with Ext, so it will probably appear a bit warty to seasoned Ext devs :) Feel free to fix it, or point me in the right direction. |
|||
#307 | Fixed | Some UI update patches | ||
Description |
I am going to attach a couple of patches in here for some minor UI updates:
Makes the filechooser buttons [in]sensitive depending on the state of the corresponding checkbuttons in the preference dialog. Does the same check for the 'Stop seeding' setting too.
When no torrent is selected in the torrentview, the tabs at the bottom (Statistics, Details etc.) are cleared, except 'Options'. This patch makes the child widgets within the tab insensitive. I also considered hiding the child widget, but making them insensitive looked better :)
This updates the 'Torrent' menu in the main window as the selection in the torrent-view is changed. With the current patch, the menu is enabled only if at least one torrent is selected, otherwise it's disabled. The Pause/Resume/Remove menuitems should probably be disabled/enabled using the same logic as those used in toolbar.py:update_buttons. But this patch doesn't include that part, since I thought perhaps it'd be good to not have to duplicate the same logic in two places. |
|||
#311 | Fixed | Show tooltips in the statusbar | ||
Description |
The attached patch adds some tooltip text to the statusbar items. |