Changeset [f9000b771237251d9d794fa2949fab118b0bb0d4] by Darren Vincent Hart
May 3rd, 2011 @ 12:56 AM
Use the model for the countdown_frame
Now that we have access to the model and iter in the filters,
use the model to
store the countdown_frame. Since this is a purely UI element, it
makes more
sense to store it here, rather than in the gtd domain objects.
Add a GTDStore.add() method to avoid using
self.model.append([obj, 0]) outside
of GTDStore. (The 0 being the countdown frame).
Signed-off-by: Darren Hart darren@dvhart.com
https://github.com/dvhart/braindump/commit/f9000b771237251d9d794fa2...
Committed by Darren Vincent Hart
- M gtd.py
- M gui/widgets.py
- M gui_datastores.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A context based task management system.