version 0.4.113

This commit is contained in:
Kovid Goyal 2008-12-11 22:45:40 -08:00
parent 05594631ba
commit 1cc8a87f22
4 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,7 @@ def freeze():
if not os.path.exists(DIST_DIR): if not os.path.exists(DIST_DIR):
os.makedirs(DIST_DIR) os.makedirs(DIST_DIR)
includes = [] includes = [x[0] for x in executables.values()]
excludes = ['matplotlib', "Tkconstants", "Tkinter", "tcl", "_imagingtk", excludes = ['matplotlib', "Tkconstants", "Tkinter", "tcl", "_imagingtk",
"ImageTk", "FixTk", 'wx', 'PyQt4.QtAssistant', 'PyQt4.QtOpenGL.so', "ImageTk", "FixTk", 'wx', 'PyQt4.QtAssistant', 'PyQt4.QtOpenGL.so',

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
__appname__ = 'calibre' __appname__ = 'calibre'
__version__ = '0.4.112' __version__ = '0.4.113'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
''' '''
Various run time constants. Various run time constants.

View File

@ -129,6 +129,7 @@ class MetadataSingleDialog(QDialog, Ui_MetadataSingleDialog):
QDialog.__init__(self, window) QDialog.__init__(self, window)
Ui_MetadataSingleDialog.__init__(self) Ui_MetadataSingleDialog.__init__(self)
self.setupUi(self) self.setupUi(self)
self.bc_box.layout().setAlignment(self.cover, Qt.AlignCenter|Qt.AlignHCenter)
self.splitter.setStretchFactor(100, 1) self.splitter.setStretchFactor(100, 1)
self.db = db self.db = db
self.accepted_callback = accepted_callback self.accepted_callback = accepted_callback

View File

@ -439,7 +439,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_4" > <widget class="QGroupBox" name="bc_box" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" > <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<horstretch>0</horstretch> <horstretch>0</horstretch>