Separated Category and Search in the code/ui cleaning up the UI quite a bit
[quicknote] / support / builddeb.py
index d71587d..3933880 100755 (executable)
@@ -22,7 +22,9 @@ __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 0.7.10
- * Moved history to the menu/appmenu
+ * Moved history to the (app)menu
+ * Moved search to Ctrl+f and (app)menu
+ * Switched category selection over to a touch selector entry, making it prettier and easier
  * Ctrl+w/q to quit
 
 0.7.9
@@ -109,7 +111,7 @@ def build_package(distribution):
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
        p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=quicknote"
-       #p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
+       p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
        p.license = "gpl"
@@ -164,7 +166,6 @@ def build_package(distribution):
                        for (oldName, newName) in files
                )
        p["/usr/share/applications/hildon"] = ["quicknote.desktop"]
-       #p["/usr/share/dbus-1/services"] = ["quicknote.service"]
        p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-quicknote.png|quicknote.png"]
        p["/usr/share/icons/hicolor/40x40/hildon"] = ["40x40-quicknote.png|quicknote.png"]
        p["/usr/share/icons/hicolor/48x48/hildon"] = ["48x48-quicknote.png|quicknote.png"]