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

index cbd24f1..f3dcc09 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.17"
+__version__ = "1.2.18"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index b761c4a..41b3c25 100755 (executable)
@@ -338,7 +338,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._errorLog = self._app.errorLog
 
                self._session = session.Session(self._errorLog, constants._data_path_)
index 0ca1b93..e0b7b60 100755 (executable)
@@ -30,8 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Reduced redraws on spurious rotations
-* Improving error notification
+* Temporarilly removing the spurious redraw change until bugs get fixed
 """.strip()
 
 
index afb24a3..697e7d5 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ