summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-07-29 15:14:16 +0800
committerFrederick Yin <fkfd@fkfd.me>2023-07-29 15:14:16 +0800
commitc82c7b64b82657693a9e2b466a2d8803ce393f07 (patch)
tree4fce0e609d6d1b354e7a9688a6c8c32ed549802e
parent8a01f6d979e3d452dbec10be7f8f0fab82d7fbb6 (diff)
Add reminder to migrate to KF6expand
-rw-r--r--README.md1
-rw-r--r--contents/ui/ActivityView.qml1
-rw-r--r--contents/ui/main.qml1
3 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index b91e3b7..7a3860a 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ add the widget to your desktop it has to be configured again.
- [ ] More friendly course list in config dialog
- [ ] Ignore activity and undo ignore
- [ ] Show announcement details
+- [ ] Migrate to KF6 when it replaces KF5 (see [Porting guide](https://develop.kde.org/docs/plasma/widget/porting_kf6/))
## Contributing
diff --git a/contents/ui/ActivityView.qml b/contents/ui/ActivityView.qml
index 6eb7e26..4b32cf4 100644
--- a/contents/ui/ActivityView.qml
+++ b/contents/ui/ActivityView.qml
@@ -11,6 +11,7 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras
import "activity.js" as Activity
// container for one single activity
+// TODO: port to PlasmaComponents3 before release of KF6
PlasmaComponents.ListItem {
id: activityItem
separatorVisible: false
diff --git a/contents/ui/main.qml b/contents/ui/main.qml
index 7e4b3ba..4e3be19 100644
--- a/contents/ui/main.qml
+++ b/contents/ui/main.qml
@@ -11,6 +11,7 @@ import org.kde.plasma.networkmanagement 0.2 as PlasmaNM
import "kanvas.js" as Kanvas
+// TODO: change to PlasmoidItem on KF6
Item {
width: PlasmaCore.Units.gridUnit * 20
height: PlasmaCore.Units.gridUnit * 40