Custom Query (2447 matches)
Results (79 - 81 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#217 | Fixed | Additions to blocklist plugin | ||
Description |
I am new to Ubuntu and this is my first python plugin. I would really like to see it in the next version. WHAT IT DOES 1) Adds preferences to blocklist config: "Show import dialog on startup" 2) If import dialog is enabled it will show it on startup or else it wont 3) It will still show the import dialog when changing the config (to avoid confusing people) WHY IS IT NEEDED Many people start Deluge on system startup and they choose to start it minimized to the notification area. It is really annoying to have the import dialog popup for up to 5 minutes while you just want the program to run in the background. |
|||
#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> |
|||
#1390 | Fixed | Add keymaps to webui | ||
Description |
instead of selecting all torrents, using cmd+a only selects all the text. would be nice if you could make it select all torrents. |