diff options
author | Frederick Yin <fkfd@fkfd.me> | 2024-03-14 08:51:57 -0400 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2024-03-14 08:51:57 -0400 |
commit | b78347b90c2b7760da419f93d98b9adfffa211dd (patch) | |
tree | 0472e0ac69c9b80c71fc90300b20704ee6ecb84e /README.md | |
parent | fcfda88feb1c69188245a812290bf244b8e3919b (diff) |
Port to KF6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |