Jonathan Moerman

Results 101 comments of Jonathan Moerman

*Go For It* doesn't switch to the next task until the current task is done or when the timer is paused and the next task is selected. As far as...

(The wip branch isn't properly documented, a work in progress and not up to date.)

@eages I agree with that synchronization is not something that should be implemented in Go For It itself, but supporting other file formats has its merits: core todo.txt doesn't have...

I think that it may be worth to add projects to the GUI as it may reduce clutter if done properly. (Displaying only task name, priority and done status, for...

Here is a quick sketch of a possible implementation of projects: ![projects mockup sketch](https://cloud.githubusercontent.com/assets/11899523/7770257/c2563cfa-008c-11e5-9dcd-5dc956b3572b.png) If we are to support different back ends, it's of course important that we don't discard...

Plugins now work properly. I have to fix some code, tidy it up a bit and bring back missing stuff like the menu button etc... When that's all done I'll...

I have been working on this: https://github.com/JMoerman/Go-For-It/tree/wip for a while, it isn't finished, but I would like to know your opinion on it. It currently isn't possible to make a...

This version of Go for it! is built around todo.txt, you cant just add another backend to the current code. I am working on making Go for it! plugin based,...

@mank319 Do you mind if I drop Gtk < 3.10 support? I could support it in theory, but this adds a lot of complications to both the main application as...

@trenkert What you can do right now is make a couple of classes: a class to parse a .org file to a List of Objects (the exact implementation of this...