
TaskList plugin for KDevelop
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Plugin for KDevelop to manage Tasks/ToDos
still very early development stage but usable to a certain extent.
contributions welcome ;)
See http://gitorious.org/tasklist for source...
the repository also contains a library, a standalone app and a plasma applet.
the library is the core of the plugin and the app is mostly intended for testing the library but works pretty well to manage tasks/todos.
the plasma applet is currently not very usable...
integration with redmine to manage issues is on the list of planned features.
milianw
9 years ago
very nice to see quasi 3rd-party plugins comming up. Make sure to follow this, then once you are somewhat confident propose it to us for inclusion. I bet others find this useful as well.
PS: akonadi integration might be nice, but maybe it's a bit overkill. if it would be a simple .xml file or similar it could be added to the project's source folder and shared between developers...
Report
nehlsen
9 years ago
nice, the kdevelop man himself ;)
sorry for no updates in a quite long time, but i investigated the akonadi idea quite a bit and came to the conclusion that i want it!
Quote:...if it would be a simple .xml file or similar it could be added to the project's source folder and shared between developers...
i thought that too and am already using it for at least one of my projects. nice side effect is that it is synced with the usual version control system (GIT)
i tried to find a way to get a project specific configuration but failed to find any.
care to give me a hint to point me in the right direction?
to everybody else: tell me if you are using it or like to use it if it just had feature xy... or i might think '...nobody else is using it so why bother improving it...'
Report
cola
9 years ago
Report
nehlsen
9 years ago
i will look into that again!
writing a redmine ressource for akonadi is certainly an interesting idea, i will definitly look into that too!
Report
cola
9 years ago
Greetings,
Andreas
PS: Just heard from one of the ChiliProject guys (fork of Redmine): he suggests to use the REST-API for such a backend...
Report
voondo_double
9 years ago
I quickly wrote an integration of redmine for akonadi : https://github.com/voondo/akonadi_redmine_resource
It's in very early stage and there is a lot of room for improvements, so feel free to fork ;)
Report