Custom Query (2449 matches)
Results (79 - 81 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3318 | Fixed | Add keyboard shortcut to File → Quit menu item | ||
| Description |
Deluge-gtk 2.0.3 has a keyboard shortcut for Quit & Shutdown daemon (Shift+Ctrl+Q), but no shortcut for Quit. This patch adds a keyboard shortcut for Quit (Ctrl+Q): --- ui/gtk3/glade/main_window.ui.orig 2019-11-03 14:01:29.250274885 +0100
+++ ui/gtk3/glade/main_window.ui 2019-11-03 14:01:44.642187366 +0100
@@ -174,6 +174,7 @@
<property name="use_stock">False</property>
<property name="accel_group">accelgroup1</property>
<signal name="activate" handler="on_menuitem_quit_activate" swapped="no"/>
+ <accelerator key="Q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
</child>
</object>
|
|||
| #3317 | Fixed | dictionary changed size during iteration | ||
| Description |
In my own plugin I create a server using reactor.listenTCP and in the disable function, I run "stopListening" to clean up. When the plugin is loaded and I shut down Deluge, I get the "dictionary changed size during iteration" exception. The problem stems from this line: https://github.com/deluge-torrent/deluge/blob/develop/deluge/component.py#L451 If I change self.components.values() to list(self.components.values()) it all goes away. |
|||
| #3316 | Fixed | Down Speed and Uploaded indicated wrong | ||
| Description |
Just look at this picture. Down Speed means Uploaded, Uploaded means Down Speed. (Also what is K/s and G?) |
|||

