Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (223 - 225 of 2449)

Ticket Resolution Summary Owner Reporter
#1474 Fixed "on_show_prefs" hook is not executed immediatly after enabling a plugin terror_macbeth_I
Description

Consider following example:

class GtkUI(GtkPluginBase):
    def enable(self):
        self.glade = gtk.glade.XML(get_resource("config.glade"))

        component.get("Preferences").add_page("AutoPriority", self.glade.get_widget("prefs_box"))
        component.get("PluginManager").register_hook("on_apply_prefs", self.on_apply_prefs)
        component.get("PluginManager").register_hook("on_show_prefs", self.on_show_prefs)

When the plugin is enable in the GTK preferences dialog and right away one clicks the added config notebook page the "on_show_prefs" callback is not executed. Only after closing the preferences window and reopening it the callback is executed properly.

The problem can be observed looking at the scheduler plugin.

Enabling it and right away clicking on the newly added notebook page shows all settings initialized to wrong defaults (GTK widget defaults).

Enabling it and closing the preferences window with "Cancel" ("OK" sets the GTK defaults as new values) and than reopening the preferences dialog shows the right plugin defaults.

#1953 Fixed fix console client flicker on every update Cas terror_macbeth_I
Description

The curses call to stdscr.clear() redraws the whole window on every update which causes screen flickering. By replacing the call with one to stdscr.erase() the updates are smooth.

I did not notice a negative impact but did not grasp the whole difference between clear vs. erase either.

#3190 Invalid No bugs or crashes! a user temporary
Description

so I want to start with the current device performance :laptop the hard drive is 5400rpm last I know the cache for the harddrive is 8mb's I mostly use the wifi connection that's always different and I have previously used the original BitTorrent? client prior to the ad placement advertisement for the app and the paid for services I have seriously had more problems from the device management with the BitTorrent? client and the concurrent updates that were applied to the torrent client as well I will include the settings what you do with them is up to you and how you update the client is the same I personally have no reason to use the auto updater in the future or use any update services from the website also I do not currently really know if I have any installers on the PC's backed up and don't really care if I have to install new versions of the app in the future

Note: See TracQuery for help on using queries.