From 90fe13555cdf7adeafa72f18cb7e674a7a9efd72 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 15 Apr 2009 22:03:04 -0500 Subject: [PATCH] Cleaning up some further todos --- src/gtk_toolbox.py | 7 ------- src/rtm_view.py | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/gtk_toolbox.py b/src/gtk_toolbox.py index 4471fb7..4d4b7c6 100644 --- a/src/gtk_toolbox.py +++ b/src/gtk_toolbox.py @@ -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 diff --git a/src/rtm_view.py b/src/rtm_view.py index ce7b279..5f454a9 100644 --- a/src/rtm_view.py +++ b/src/rtm_view.py @@ -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: -- 1.7.9.5