Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (451 - 453 of 2447)

Ticket Resolution Summary Owner Reporter
#1380 Fixed [Scheduler] web UI Interface Damien Churchill samuel337
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 andar sadrul
Description

I am going to attach a couple of patches in here for some minor UI updates:

  • gtkui_preference_toggle_updates.patch:

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.

  • gtkui_disable_options_tab.patch:

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 :)

  • gtkui_update_main_window_torrents_menu.patch:

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 andar sadrul
Description

The attached patch adds some tooltip text to the statusbar items.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.