-
Notifications
You must be signed in to change notification settings - Fork 807
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
Rewrite the share dialog in QML #4777
Comments
This then would look more like tray window, but not any longer OS specific, right? |
@tobiasKaminsky not necessarily, we can make it look any way we want (including native) |
I added it to board. |
@claucambra cool, sounds good. Native look is definitely nicer in the long run for that. |
We have several open issues from the design/server/etc. side regarding desired changes to sharing, or the share dialog itself, open in this repo:
Two of these, particularly #3109 and #3845, are currently not doable due to the share dialog being a QWidget rather than a QML component. Other benefits of QMLification would include:
The least painful solution would be to rewrite the share dialog in QML -- this would be a bigger task up front to reimplement everything but would pay dividends once this was done.
@mgallien @tobiasKaminsky @jancborchardt
The text was updated successfully, but these errors were encountered: