Moving todos and bugs to b.m.o
authorepage <eopage@byu.net>
Wed, 28 Oct 2009 01:42:15 +0000 (01:42 +0000)
committerepage <eopage@byu.net>
Wed, 28 Oct 2009 01:42:15 +0000 (01:42 +0000)
git-svn-id: file:///svnroot/ejpi/trunk@66 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

src/ejpi_glade.py
src/history.py
src/libraries/gtkpie.py

index 0ebf765..501fd6b 100755 (executable)
@@ -1,18 +1,6 @@
 #!/usr/bin/python
 
 """
-@todo Add preference file
-       @li enable/disable plugins
-       @li plugin search path
-       @li Number format
-       @li Current tab
-@todo Expand operations to support
-       @li mathml then to cairo?
-       @li cairo directly?
-@todo Expanded copy/paste (Unusure how far to go)
-       @li Copy formula, value, serialized, mathml, latex?
-       @li Paste serialized, value?
-
 Some useful things on Maemo
 @li http://maemo.org/api_refs/4.1/libosso-2.16-1/group__Statesave.html
 @li http://maemo.org/api_refs/4.1/libosso-2.16-1/group__Autosave.html
index 2f665a6..05e1b5b 100644 (file)
@@ -127,12 +127,6 @@ class RpnCalcHistory(object):
                self.__entry().clear()
 
        def push_entry(self):
-               """
-               @todo Add operation duplication.  If value is empty, peek at the top
-                       item.  If it has children, grab the last one, push it and reapply the
-                       operation.  If there are no children then just duplicate the item
-               """
-
                value = self.__entry().get_value()
 
                valueNode = None
index 6ddfe84..80e3d52 100755 (executable)
@@ -125,9 +125,6 @@ def convert_color(gtkColor):
 
 
 def generate_pie_style(widget):
-       """
-       @bug This seems to always pick the same colors irregardless of the theme
-       """
        # GTK states:
        # * gtk.STATE_NORMAL - The state of a sensitive widget that is not active and does not have the focus
        # * gtk.STATE_ACTIVE - The state of a sensitive widget when it is active e.g. a button that is pressed but not yet released