|
From: <dhu...@us...> - 2007-02-12 10:12:50
|
Revision: 309
http://svn.sourceforge.net/qcell/?rev=309&view=rev
Author: dhubleizh
Date: 2007-02-12 02:12:48 -0800 (Mon, 12 Feb 2007)
Log Message:
-----------
- not using not finished function parsers
- export works only with whole experiment loaded
Modified Paths:
--------------
trunk/qcell/visgui/MainWindow.cpp
trunk/qcell/visgui/MainWindow.ui
trunk/qcell/visgui/main.cpp
trunk/qcell/visgui/visgui.pro
Modified: trunk/qcell/visgui/MainWindow.cpp
===================================================================
--- trunk/qcell/visgui/MainWindow.cpp 2007-02-12 10:07:30 UTC (rev 308)
+++ trunk/qcell/visgui/MainWindow.cpp 2007-02-12 10:12:48 UTC (rev 309)
@@ -733,6 +733,7 @@
// Whole experiment saving
action_Save_experiment->setEnabled(true);
+ action_Export->setEnabled(true);
// Menus
menu_View->setEnabled(true);
Modified: trunk/qcell/visgui/MainWindow.ui
===================================================================
--- trunk/qcell/visgui/MainWindow.ui 2007-02-12 10:07:30 UTC (rev 308)
+++ trunk/qcell/visgui/MainWindow.ui 2007-02-12 10:12:48 UTC (rev 309)
@@ -351,6 +351,9 @@
</property>
</action>
<action name="action_Export" >
+ <property name="enabled" >
+ <bool>false</bool>
+ </property>
<property name="text" >
<string>&Export</string>
</property>
Modified: trunk/qcell/visgui/main.cpp
===================================================================
--- trunk/qcell/visgui/main.cpp 2007-02-12 10:07:30 UTC (rev 308)
+++ trunk/qcell/visgui/main.cpp 2007-02-12 10:12:48 UTC (rev 309)
@@ -12,9 +12,9 @@
Q_IMPORT_PLUGIN(NFileParser);
Q_IMPORT_PLUGIN(FQTFileParser);
Q_IMPORT_PLUGIN(KIFileParser);
-Q_IMPORT_PLUGIN(REAKFileParser);
-Q_IMPORT_PLUGIN(LTFLFileParser);
-Q_IMPORT_PLUGIN(ZIFWFileParser);
+//Q_IMPORT_PLUGIN(REAKFileParser);
+//Q_IMPORT_PLUGIN(LTFLFileParser);
+//Q_IMPORT_PLUGIN(ZIFWFileParser);
//Q_IMPORT_PLUGIN(ZIFWPFileParser);
Q_IMPORT_PLUGIN(Life105FileParser);
Modified: trunk/qcell/visgui/visgui.pro
===================================================================
--- trunk/qcell/visgui/visgui.pro 2007-02-12 10:07:30 UTC (rev 308)
+++ trunk/qcell/visgui/visgui.pro 2007-02-12 10:12:48 UTC (rev 309)
@@ -67,7 +67,7 @@
../basesources/functiontable.cpp \
../basesources/neigborhoodtools.cpp
-LIBS = -L../libs -lN -lFQT -lKI -lREAK -lLTFL -lZIFW -lZIFWP -lLife105
+LIBS = -L../libs -lN -lFQT -lKI -lLife105
TRANSLATIONS = visgui_pl.ts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|