Minor fixes found while working on packaging
authorEd Page <eopage@byu.net>
Fri, 17 Apr 2009 19:23:39 +0000 (14:23 -0500)
committerEd Page <eopage@byu.net>
Fri, 17 Apr 2009 19:23:39 +0000 (14:23 -0500)
Makefile
src/doneit_glade.py
src/gtk_toolbox.py
src/rtm_view.py
support/builddeb.py

index 929ead8..f23e6fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ test: $(OBJ)
 
 build: $(OBJ)
        rm -Rf $(BUILD_PATH)
+       rm -Rf ./package
        mkdir $(BUILD_PATH)
        cp $(SOURCE_PATH)/$(PROJECT_NAME).py  $(BUILD_PATH)
        $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )
index 3c3521d..1557c2f 100755 (executable)
@@ -80,7 +80,6 @@ class DoneIt(object):
                        self._app.add_window(self.__window)
                        self._widgetTree.get_widget("usernameentry").set_property('hildon-input-mode', 7)
                        self._widgetTree.get_widget("passwordentry").set_property('hildon-input-mode', 7|(1 << 29))
-                       self._widgetTree.get_widget("projectsCombo").get_child().set_property('hildon-input-mode', (1 << 4))
 
                        gtkMenu = self._widgetTree.get_widget("mainMenubar")
                        menu = gtk.Menu()
index e7d108d..0f29774 100644 (file)
@@ -455,6 +455,9 @@ class NotesDialog(object):
 
 
 class EditTaskDialog(object):
+       """
+       @bug The dialog doens't fit well on the maemo screen
+       """
 
        def __init__(self, widgetTree):
                self._projectsList = gtk.ListStore(gobject.TYPE_STRING)
index 9061f5d..1eb8516 100644 (file)
@@ -128,6 +128,9 @@ def item_sort_by_fuzzydate_then_priority(items):
 
 
 class ItemListView(object):
+       """
+       @bug Not all columns are visible on maemo
+       """
 
        ID_IDX = 0
        COMPLETION_IDX = 1
index c7606b1..fbbb777 100755 (executable)
@@ -8,7 +8,7 @@ __description__ = "Todo Manager"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
 __version__ = "0.3.0"
-__build__ = 1
+__build__ = 2
 __changelog__ = '''\
 0.3.0
  * Initial Release