Cleaning up some further todos
authorEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 03:03:04 +0000 (22:03 -0500)
committerEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 03:03:04 +0000 (22:03 -0500)
src/gtk_toolbox.py
src/rtm_view.py

index 4471fb7..4d4b7c6 100644 (file)
@@ -1,13 +1,6 @@
 #!/usr/bin/python
 
 """
-@todo Implement my own tap-n-hold
-       Constructor takes
-               a widget (Event Box)
-               Callback function with default to a "callback widget" that places the widget in the appropriate place
-               Change of system default (class variable) for hold time
-       Follows enable/disable pattern
-       Cares about mouse move for disqualifying a tap
 @todo Implement a custom label that encodes random info (Not set in stone, just throwing these out there)
        Background color based on Location
        Text intensity based on time estimate
index ce7b279..5f454a9 100644 (file)
@@ -314,8 +314,7 @@ class GtkRtMilk(object):
                self._reset_task_list()
 
        def _on_item_select(self, treeView, path, viewColumn):
-               # @todo See if there is a way to get a right click / tap'n'hold for more task goodness
-               #       https://garage.maemo.org/plugins/wiki/index.php?TapAndHold&id=40&type=g
+               # @todo See if there is a way to use the new gtk_toolbox.ContextHandler
                taskId = self._itemList[path[0]][self.ID_IDX]
 
                if viewColumn is self._priorityColumn: