https://bugs.kde.org/show_bug.cgi?id=512278

Akseli Lahtinen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/komodo/-/commit/2ba2f
                   |                            |7066771d6ee9d4da8002ec57d49
                   |                            |c3d874eb
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Akseli Lahtinen <[email protected]> ---
Git commit 2ba2f7066771d6ee9d4da8002ec57d49c3d874eb by Akseli Lahtinen, on
behalf of Martin Sh.
Committed on 22/03/2026 at 16:29.
Pushed by akselmo into branch 'master'.

Add a plasmoid

Create a plasmoid, which lists tasks from a certain file.

It can be disabled by passing `-DBUILD_PLASMOID=OFF` to CMake (this is
done when building a Flatpak).

Fixes #35 

M  +1    -0    .flatpak-manifest.json
M  +1    -0    .kde-ci.yml
M  +11   -3    CMakeLists.txt
M  +5    -0    src/CMakeLists.txt
M  +16   -89   src/TodoPage.qml
M  +6    -0    src/models/CMakeLists.txt
A  +50   -0    src/models/TodoFilterProxyModel.qml     [License: GPL(v2.0+)]
M  +12   -1    src/models/TodoModel.cpp
M  +9    -4    src/models/TodoModel.h
A  +23   -0    src/plasmoid/CMakeLists.txt
A  +88   -0    src/plasmoid/CompactRepresentation.qml     [License: GPL(v2.0+)]
A  +146  -0    src/plasmoid/FullRepresentation.qml     [License: GPL(v2.0+)]
A  +13   -0    src/plasmoid/config.qml     [License: GPL(v2.0+)]
A  +136  -0    src/plasmoid/configGeneral.qml     [License: GPL(v2.0+)]
A  +27   -0    src/plasmoid/komodowidgetplugin.cpp     [License: GPL(v2.0+)]
A  +17   -0    src/plasmoid/komodowidgetplugin.h     [License: GPL(v2.0+)]
A  +75   -0    src/plasmoid/main.qml     [License: GPL(v2.0+)]
A  +33   -0    src/plasmoid/main.xml
A  +23   -0    src/plasmoid/metadata.json
A  +3    -0    src/plasmoid/metadata.json.license
M  +1    -0    src/ui/CMakeLists.txt
M  +36   -6    src/ui/TodoDelegate.qml
A  +83   -0    src/ui/TodoListView.qml     [License: GPL(v2.0+)]

https://invent.kde.org/utilities/komodo/-/commit/2ba2f7066771d6ee9d4da8002ec57d49c3d874eb

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to