using glade3 and start migrating deprectaed options

This commit is contained in:
2026-03-26 12:13:25 +01:00
parent 0d883bfd44
commit 0e1a3eaa92
2 changed files with 698 additions and 515 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ class DamarisGUI:
self.main_window.present( )
def glade_layout_init( self ):
glade_file = os.path.join( os.path.dirname( __file__ ), "damaris.xml" )
glade_file = os.path.join( os.path.dirname( __file__ ), "damaris3.glade" )
self.xml_gui = gtk.Builder()
self.xml_gui.add_from_file(glade_file)
self.main_window = self.xml_gui.get_object( "main_window" )
@@ -1983,7 +1983,7 @@ pygobject version %(pygobject)s
# find compression extensions for combo box and write version numbers
# list is taken from ValueError output of tables.which_lib_version("")
model = self.config_data_pool_complib.get_model( )
for libname in ('hdf5', 'zlib', 'lzo', 'blosc'):
for libname in ('hdf5', 'zlib', 'lzo', 'blosc', 'bzip2', 'szip'):
version_info = None
try:
version_info = tables.which_lib_version( libname )
+696 -513
View File
File diff suppressed because it is too large Load Diff