


Plasma 4 Extensions by Fxrh 12 comments
Of course, I could make 2 applications, one with kde and the other one qt-only, but that would take time and I would prefer to put that time into new features.
Anyway, if someone else would like to do that, it should not be too hard (I'm using github for version control, see link above). - Dec 04 2010
Hope you enjoy version 0.3.0 anyway, even though there are no sync features :-)
Felix - Nov 27 2010

Plasma 4 Extensions by Fxrh 12 comments
I use phonon for playing the notification sounds, but maybe I can make that optional.
Anyway, thanks for your support on debugging this! - Nov 23 2010

Plasma 4 Extensions by Fxrh 12 comments
To be sure that I'm guessing the right problem, could you please help me one more time?
Open konsole and type "python". You should get into the python console. There you type:
from PyQt4 import Phonon
from PyQt4 import Phonon.Phonon
from PyQt4 import phonon.Phonon
Exit the python console with "exit()".
Could you then post which of these lines gives you errors? - Nov 22 2010

Plasma 4 Extensions by Fxrh 12 comments

Plasma 4 Extensions by Fxrh 12 comments
The thing with the font colors should be easy, so you can expect that in the next release. I also will rethink the thing with the done button.
I also want to add checkboxes for the tasks, but I'm not yet sure how to make it. It's nice to see what you have already done, but tasks that are done should not stay there forever, and I don't want to force the user to first check the task and then remove it manually.
One possibility would be to remove checked tasks after a while (maybe at the end of the session). Or I could add a counter which shows how many tasks you already have done today, just for motivating reasons :-)
If you have any other ideas, I would like to hear them.
Felix - Nov 18 2010