Bump to 1.0.6
authorEd Page <eopage@byu.net>
Thu, 13 Jan 2011 04:14:36 +0000 (22:14 -0600)
committerEd Page <eopage@byu.net>
Thu, 13 Jan 2011 04:14:36 +0000 (22:14 -0600)
src/constants.py
src/ejpi_qt.py
support/builddeb.py
www/ejpi.deb

index f94f152..1c8d555 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
-__version__ = "1.0.5"
+__version__ = "1.0.6"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 3210ec7..cf871e0 100755 (executable)
@@ -133,7 +133,7 @@ class MainWindow(qwrappers.WindowWrapper):
        def __init__(self, parent, app):
                qwrappers.WindowWrapper.__init__(self, parent, app)
                self._window.setWindowTitle("%s" % constants.__pretty_app_name__)
-               self._freezer = qwrappers.AutoFreezeWindowFeature(self._app, self._window)
+               #self._freezer = qwrappers.AutoFreezeWindowFeature(self._app, self._window)
 
                self._historyView = qhistory.QCalcHistory(self._app.errorLog)
                self._userEntry = QValueEntry()
index 2660c97..7710f1f 100755 (executable)
@@ -27,7 +27,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing error display in landscape
+* Temporarilly removing redraw reduction due to issues
 """.strip()
 
 
index d9f8e05..92ab847 100644 (file)
Binary files a/www/ejpi.deb and b/www/ejpi.deb differ