Port to Gtk4#780
Conversation
Correct parameter type Co-authored-by: Leo <lenemter@gmail.com>
# Conflicts fixed: # src/MainWindow.vala # src/Widgets/TerminalWidget.vala
# Conflicts fixed: # src/MainWindow.vala # src/Widgets/SettingsPopover.vala # src/Widgets/TerminalView.vala
|
Found an interesting bug:
|
|
@lenemter Couldn't reproduce that bug on Wayland (Secure Session) but it happened on X (Classic Session). It may be an upstream bug. I'll look into it further. |
|
It seems that bug occurs with any of the toggle switches. It may be related to the revealers associated with them - not sure these are really needed? Oh, these are part of the Granite.SwitchModelButton so the bug may be there. Not sure its worth changing this widget as X is on the way out. |
|
Hmm, triggering this bug under |
|
@jeremypw can you resolve conflicts here please? |
danirabbit
left a comment
There was a problem hiding this comment.
I think I'd like to get this merged so we can get some wider testing and watch for regressions and make sure this doesn't just diverge from master and get lost
# Conflicts: # src/Widgets/TerminalWidget.vala
|
@danirabbit Conflict fixed. Would you mind if I release v 7.1.3 first as that is almost ready? There is only one PR targeted at it remaining and that could be dropped from the release if necessary. |
|
@jeremypw not at all, though it looks like you have some new features so probably merits a 7.2 ;) |
|
@jeremypw just wanna double check before hitting the button that you're okay if we merge :) |
|
@danirabbit Let's do it! |
|
Should the development branch be renamed |
|
Yup! I realized we don't have a packaging update prepared, so I will do that and then merge and rename the development branch etc |
Fixes #643
TODO
match_keycode ()works for non-standard keyboard layoutsNotes:
vte-2.91-gtk4(?) seems to have a bug in the native handling of copy paste. This did not work as is does under Gtk3 even if the keypress controller was removed. So for now we handle both modes.<Control>works but that is easily changed if required.