-
-
Notifications
You must be signed in to change notification settings - Fork 103
Port to Gtk4 #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Port to Gtk4 #780
Conversation
Whitespace Co-authored-by: Leo <[email protected]>
Whitespace Co-authored-by: Leo <[email protected]>
jeremypw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apply suggestions
Use null for unwanted out parameter Co-authored-by: Leo <[email protected]>
Override not hide virtual functions Co-authored-by: Leo <[email protected]>
Override not hide virtual functions Co-authored-by: Leo <[email protected]>
Correct parameter type Co-authored-by: Leo <[email protected]>
# 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ;) |
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.