Summary: | Notifications widget doesn't reverse if the language is RTL | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Safa Alfulaij <safa1996alfulaij> |
Component: | Notifications | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | notmart |
Priority: | NOR | ||
Version First Reported In: | 5.1.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-workspace/7253c12a2b089176d0354c6a3a88b536befb5653 | Version Fixed In: | 5.3.1 |
Sentry Crash Report: |
Description
Safa Alfulaij
2015-01-24 22:40:08 UTC
Any idea? The kickoff widget solved it by this: https://projects.kde.org/projects/kde/workspace/plasma-desktop/repository/revisions/e2c94a60cd1bbf21ddcf7023c229002a244fe8c1/diff/applets/kickoff/package/contents/ui/FullRepresentation.qml It may be usefull :) Is that the popup widget (the notification history) or the floating bubble notification? The popup widget, This one: http://dot.kde.org/sites/dot.kde.org/files/plasma2tp-jobs-simple.png I'm not sure of the bubble notification, I'll check it and tell you. I checked the bubble widget and, yes, it should be mirrored also. As well as moving it to the left edge rather than the right edge. Git commit 7253c12a2b089176d0354c6a3a88b536befb5653 by Martin Klapetek. Committed on 18/05/2015 at 12:53. Pushed by mklapetek into branch 'Plasma/5.3'. [notifications] Make notifications work properly with --reverse REVIEW: 122648 FIXED-IN: 5.3.1 M +5 -0 applets/notifications/package/contents/ui/NotificationItem.qml M +3 -0 applets/notifications/package/contents/ui/NotificationPopup.qml M +10 -2 applets/notifications/package/contents/ui/Notifications.qml M +3 -0 applets/notifications/package/contents/ui/main.qml http://commits.kde.org/plasma-workspace/7253c12a2b089176d0354c6a3a88b536befb5653 |