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

port(ed?) to plasma 6 #153

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

Conversation

moodyhunter
Copy link

@moodyhunter moodyhunter commented Feb 27, 2024

KDE 6 will be released tomorrow, so it's probably the time to open this PR

ported applet-window-title to plasma 6, the ported version has been running on my machine for more than 2 months.

However, there are some noticeable changes:

  • QtGraphicalEffects are removed in Qt6, thus DropShadow isn't available (tbh I didn't really find any visual difference), or we can choose to import qt5-compat library
  • Versionless QML imports are used, this is new in Qt6, which also means a complete drop of qt5-support.
  • flickableItem.onContentYChanged is removed in SlidingBox.qml, I don't find any visual difference either.

Other changes include:

  • adapt SpinBox property renames,
  • use new org.kde.kirigami from plasma 6
  • port from metadata.desktop to metadata.json

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.

3 participants