summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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