From: Ed Page Date: Thu, 16 Apr 2009 03:03:04 +0000 (-0500) Subject: Cleaning up some further todos X-Git-Url: https://vcs.maemo.org/git/?p=doneit;a=commitdiff_plain;h=90fe13555cdf7adeafa72f18cb7e674a7a9efd72 Cleaning up some further todos --- 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: