summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2024-03-14 08:51:57 -0400
committerFrederick Yin <fkfd@fkfd.me>2024-03-14 08:51:57 -0400
commitb78347b90c2b7760da419f93d98b9adfffa211dd (patch)
tree0472e0ac69c9b80c71fc90300b20704ee6ecb84e /README.md
parentfcfda88feb1c69188245a812290bf244b8e3919b (diff)
Port to KF6
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a3860a..2169bc5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ I have not touched JavaScript in two years, so the code sucks.
Right now, it looks like this:
-![Screenshot](img/screenshot_0.1.1.png)
+![Screenshot](img/screenshot_0.3.0.png)
## Development
@@ -17,6 +17,7 @@ First obviously you need the Plasma framework. If you have zero Plasma
development experience like me, here are some useful links:
- [Techbase: Plasma 5](https://techbase.kde.org/Development/Tutorials/Plasma5)
+- [Plasma QML API](https://api.kde.org/frameworks/plasma-framework/html/index.html)
- [Developer: Plasma Widget Testing](https://develop.kde.org/docs/plasma/widget/testing/)
After you clone this repo, run `make install` to copy the plasmoid to
@@ -37,8 +38,8 @@ add the widget to your desktop it has to be configured again.
- [ ] Sort assignments by urgency
- [ ] 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/))
+- [ ] Improve accessibility [with help of this article](https://carlschwan.eu/2023/07/30/debugging-the-keyboard-navigation-in-your-qml-application/)
## Contributing