Implement a plugin viewer in GTK4
Review Request #1134 — Created Nov. 12, 2021 and submitted
This may not be a full implementation but there is:
- A simple sorting based on the title (aka plugin name)
- A simple search
- Details toggle when the row is activated
- Enable/disable should work
The design is somewhat inspired by the original GTK3 viewer, Firefox addons, the GNOME extension tool, and maybe a few others I don't remember.
Compile, run to see list of plugins, toggle enable state on a few.
Summary | ID |
---|---|
6fb49388d4ff58348875d13b041d60c2ef16ac31 | |
e9a487bb975e0ccf30b58cfff3c7ad3b480da6bf | |
df6e6a98df55447db1020fff1f1fba83754ee0aa | |
c4726478af451cadedd97e7d8936545a48cf7296 | |
04a959e8e5e60df640086425d13c8297a6c2c649 |
Description | From | Last Updated |
---|---|---|
Should we be dropping a copyright in these? |
grim | |
should be 12? |
grim | |
we don't usually expand this to multiple lines, was this clang-format's doing? |
grim | |
are we doing the _ functions for static? I thought we replaced all of those in gplugin. |
grim | |
-might just want to g_object_get on all of these as well?- nm, that'd require freeing them and stuff.. |
grim | |
We don't need this cast right? |
grim |
- Change Summary:
-
Fix review comments
- Commits:
-
Summary ID 17475ea2ee6d71cab3e0e2d048b65627968247e9 9266ed8b3da517ac2beefa2b95b80fbc5b0850a6 806f2c2c299098020f2ceda0012a2f34d58025c1 9cd1dbf1369d5ca44ae255f298c51ccc7d2dcbba fbdd774eabddec00fadf3fb9e6176536c172ee63 6fb49388d4ff58348875d13b041d60c2ef16ac31 e9a487bb975e0ccf30b58cfff3c7ad3b480da6bf df6e6a98df55447db1020fff1f1fba83754ee0aa c4726478af451cadedd97e7d8936545a48cf7296 04a959e8e5e60df640086425d13c8297a6c2c649 - Diff:
-
Revision 2 (+2780 -242)