
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Zren/plasma-applet-githubissues
Kubuntu/KDE Neon Requires: sudo apt install qml-module-qtquick-localstorage
If you already added the widget before installing the package, restart Plasma to reload the widget.
Displays a list of recent GitHub issues for a specific (or multiple) repos.
* Display first page of issues from a GitHub repo.
* Can display Open, Closed, or All Issues + Pull Requests.
* Can sort by Created, Updated, and # Comments.
* Lists number of comments like the webpage.
* Uses the same Octicons as the webpage.
* [Bug] All "closed" Pull Requests are shown as merged, even one's that are closed without merging.
* Can hide the background when used as a desktop widget.
* Can hide the heading.
* Can changed the panel icon.
* The list is cached locally, so restarting plasmashell constantly (eg: plasma developers) is not a problem.
v4 - May 7 2020 9 months ago
* Can now sort by updated or comments, including sort direction (ascending and descending) now allows for sorting by oldest first (created ascending).
* Can now configure the panel icon.
* Use min required Kirigami version (2.3) (Issue #11)
* Filter out invalid config repoStrings (Issue #9)
* Fix panelItem is not defined (yet) warnings.
v4 - May 7 2020 9 months ago
* Can now sort by updated or comments, including sort direction (ascending and descending) now allows for sorting by oldest first (created ascending).
* Can now configure the panel icon.
* Use min required Kirigami version (2.3) (Issue #11)
* Filter out invalid config repoStrings (Issue #9)
* Fix panelItem is not defined (yet) warnings.
v3 - March 20 2019 1 year ago
* Hide comment button when there are 0 comments.
* Use an 18px heading (Issue #4)
* Can now customize the heading text (on top of hiding it)
* Fix panel icon to folow color scheme (Issue #7)
* Refactor code to be reuseable for other bug software.
* Support listing multiple repos at once.
* Issue list is cached to an sqlite db so restarting plasmashell doesn't re-fetch the list which would burn through your 60 unauthed requests/hour per IP.
* Merge partial chinese translations by @tobiichiamane (Pull Request #3)
* Merge dutch translations by @Vistaus (Pull Request #5 and #6)
v2 - October 28 2018 2 years ago
* Fix the update timer not running.
* Add contextmenu action to manually refresh.
* Cleanup debug logging.
v1 - October 28 2018 2 years ago
* Display first page of issues from a GitHub repo.
* Can display Open, Closed, or All Issues + Pull Requests.
* Lists number of comments like the webpage.
* Uses the same Octicons as the webpage.
* [Bug] All "closed" Pull Requests are shown as merged, even one's that are closed without merging.
* Can hide the background when used as a desktop widget.
* Can hide the heading.
mirkogennari
4 months ago
Report
anoneemouse
9 months ago
Report
anoneemouse
9 months ago
file:///home/tjaart/.local/share/plasma/plasmoids/com.github.zren.githubissues/contents/ui/lib/LocalDb.qml:4:1: module "QtQuick.LocalStorage" is not installed
Report
Zren
9 months ago
Report
anoneemouse
9 months ago
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Kernel Version: 4.15.0-101-generic
OS Type: 64-bit
Report
Zren
9 months ago
Report
Zren
9 months ago
sudo apt install qml-module-qtquick-localstorage
Report
anoneemouse
9 months ago
Report
anasr7
10 months ago
Report
Zren
9 months ago
Report
mrcuve0
1 year ago
All your plasmoids are simply amazing, amazing design and functionality, thank you for your contributions and your help on GitHub.
Keep up the good work!
Report
RustyRaptor
1 year ago
Report
x-varlesh-x
1 year ago
Report
frag
1 year ago
Report
Kaiz
2 years ago
Report
Mirko-Gennari
2 years ago
Report
dummy
2 years ago
Report
Zren
9 months ago
Report
Zren
2 years ago
* https://docs.gitlab.com/ee/api/issues.html
* https://docs.gitlab.com/ee/api/merge_requests.html
* https://gitlab.com/api/v4/projects/gitlab-org%2Frelease%2Ftasks/issues
* https://gitlab.com/api/v4/projects/gitlab-org%2Frelease%2Ftasks/merge_requests
* https://www.opencode.net/api/v4/projects/OCS%2Focs-store/issues
Report