Charles Kerr
6e44adabf1
Revert "fix(gtk): fix conflicting hotkeys ( #2201 )" ( #3718 )
...
This reverts commit a0305a3a12
.
2022-08-26 19:45:46 -05:00
bexnoss
a0305a3a12
fix(gtk): fix conflicting hotkeys ( #2201 )
...
The torrent list hotkeys include `CTR + A` and were always active,
swallowing text edit hotkeys in the filter entry.
Now they are only active when the torrent list is focused.
2022-08-21 17:09:01 -05:00
orbital-mango
49b62319c3
feature: add missing accelerators for File menu (GTK) ( #3213 )
2022-06-07 12:17:35 -05:00
Charles Kerr
5b8dae3557
fix: make add-torrent dialogs modal in GTK client ( #2443 )
...
This solves the issue of the dialogs not centering above the main GTK
client window. Fixes #2214 .
2022-01-18 14:16:25 -06:00
Mike Gelfand
82b3da0a54
Don't use deprecated GTK APIs ( #2129 )
...
* Don't use deprecated Glib::Thread
* Don't use deprecated stock ID APIs
* Don't use deprecated operator const void* in IconInfo
* Don't use deprecated Gtk::TreeView::set_rules_hint()
* Don't use deprecated Gtk::Widget::set_margin_left()
* Don't use deprecated Gtk::UIManager
* Don't use deprecated sigc::mem_ptr accepting object pointer
* Enable {GDK,GIO,GLIB,GTK,PANGO,SIGCXX}MM deprecation guards
* Enable GTK deprecation guard
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2021-11-12 12:12:50 +03:00
Sergey Fedoseev
846dafb07e
Add Sort by Queue menu item to popup menu ( #1040 )
...
Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
2021-08-18 23:15:40 +03:00
Jordan Lee
1966ffe4f5
load the UI from a resource file rather than a string. Patch by fmuellner
2012-09-07 17:18:17 +00:00