Skip to content
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

Expose colorscheme, scrollbar, clipboard functionality to QML #39

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gber
Copy link

@gber gber commented Oct 28, 2022

I am working on modernizing lomiri-terminal-app which is a continuation of the ubuntu-terminal-app from Ubuntu Touch and now part of the Lomiri project. ubuntu-terminal-app is built on a heavily modified, vendored fork of qmltermwidget from the lxqt project. Rather than maintaining this in parallel we'd rather prefer to join forces, particularly since this fork of qmltermwidget is already packaged in major distributions. This PR exposes some additional functionality to QML in order to make lomiri-terminal-app work with qmltermwidget. The most important change is the exposition of ColorSchemeManager and ColorScheme since we provide a QML-based color scheme editor as part of our settings dialogue. We are also using our own scrollbar based on our own QML components library. Finally, we need some additional clipboard/selection functionality in order to show popovers on paste.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants