* Removes those "Needs to be MCVed !" comments, as they are no longer true.
* Renames "Qt 2" as "Qt"
* swaps the order of the "Gtk/Gnome" and "Qt" columns to highlight what's 
active and what's not.

All the above is untested, as I don't have a php server on this machine. 
Please test and apply.

Perhaps it would be a good idea also if "someone who knows" (John?) were also 
to add a little something about the "main window".

Angus

Incidentally, in the footnote
"dante e.V. the German TeX User Group, sponsors the 7th International LyX 
Developers Meeting."
shouldn't that be "sponsored" not "sponsors"?

A

Index: guii.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/guii.php3,v
retrieving revision 1.61
diff -u -p -r1.61 guii.php3
--- guii.php3	28 May 2002 13:35:37 -0000	1.61
+++ guii.php3	26 Nov 2002 12:42:18 -0000
@@ -36,50 +36,50 @@ minimal impact.</td></tr>
 <hr />
 
 <?
-// order is xforms, gnome, qt2
+// order is xforms, qt, gnome
 // 0 means unported, 1, means pending, 2 is work in progress, 3 is completed
 // I could use it all associative but it would be unreadable then
 // last is additional comment
 
-$tab["About"] = 	       array( 3, 2, 3, "");
-$tab["BibTeX"] =               array( 3, 0, 3, "");
-$tab["BibItem"] =              array( 3, 0, 3, "");
-$tab["Character"] =            array( 3, 1, 3, "");
-$tab["Citation"] =             array( 3, 0, 3, "");
-$tab["Document"] =             array( 3, 0, 2, "Needs to be MVCed !");
+$tab["About"] = 	       array( 3, 3, 2, "");
+$tab["BibTeX"] =               array( 3, 3, 0, "");
+$tab["BibItem"] =              array( 3, 3, 0, "");
+$tab["Character"] =            array( 3, 3, 1, "");
+$tab["Citation"] =             array( 3, 3, 0, "");
+$tab["Document"] =             array( 3, 2, 0, "");
 $tab["Error"] =                array( 3, 3, 3, "");
-$tab["ERT"]   =                array( 3, 0, 3, "");
-$tab["External"] =             array( 3, 0, 3, "");
-$tab["FileDialog"] =           array( 3, 3, 2, "");
-$tab["Float"] =                array( 3, 0, 3, "");
+$tab["ERT"]   =                array( 3, 3, 0, "");
+$tab["External"] =             array( 3, 3, 0, "");
+$tab["FileDialog"] =           array( 3, 2, 3, "");
+$tab["Float"] =                array( 3, 3, 0, "");
 $tab["Forks"] =                array( 3, 0, 0, "Child processes");
-$tab["Include"] =              array( 3, 1, 3, "");
-$tab["Index"] =                array( 3, 1, 3, "");  
-$tab["InsetGraphics"] =        array( 3, 0, 3, "");
-$tab["Label"] =                array( 3, 0, 3, "");
-$tab["LatexLogfile"] =         array( 3, 0, 3, "");
+$tab["Include"] =              array( 3, 3, 1, "");
+$tab["Index"] =                array( 3, 3, 1, "");  
+$tab["InsetGraphics"] =        array( 3, 3, 0, "");
+$tab["Label"] =                array( 3, 3, 0, "");
+$tab["LatexLogfile"] =         array( 3, 3, 0, "");
 $tab["Listing"] =              array( 3, 0, 0, "");
-$tab["MathPanel"] =            array( 3, 0, 0, "Needs to be MVCed !");
+$tab["MathPanel"] =            array( 3, 0, 0, "");
 $tab["Menubar"] =              array( 2, 2, 2, "");
-$tab["MessageBox"] =           array( 3, 0, 3, "");
-$tab["Minipage"] =             array( 3, 0, 3, "");
-$tab["Paragraph"] =            array( 3, 1, 2, "");
-$tab["Preamble"] =             array( 3, 0, 3, "");
-$tab["Preferences"] =          array( 3, 0, 0, "Needs to be MVCed !");
+$tab["MessageBox"] =           array( 3, 3, 0, "");
+$tab["Minipage"] =             array( 3, 3, 0, "");
+$tab["Paragraph"] =            array( 3, 2, 1, "");
+$tab["Preamble"] =             array( 3, 3, 0, "");
+$tab["Preferences"] =          array( 3, 0, 0, "");
 $tab["Print"] =                array( 3, 3, 3, "");
 $tab["Ref"] =                  array( 3, 3, 3, "");
-$tab["Search"] =               array( 3, 0, 3, "");
+$tab["Search"] =               array( 3, 3, 0, "");
 $tab["Sendto"] =               array( 3, 0, 0, "");
-$tab["Spellchecker"] =         array( 3, 0, 3, "");
-$tab["Tabular"] =              array( 3, 0, 0, "Needs to be MVCed !");
+$tab["Spellchecker"] =         array( 3, 3, 0, "");
+$tab["Tabular"] =              array( 3, 0, 0, "");
 $tab["TabularCreate"] =        array( 3, 3, 3, "");
-$tab["TeXInfo"] =              array( 3, 0, 3, "");
-$tab["Thesaurus"] =            array( 3, 0, 3, "");
+$tab["TeXInfo"] =              array( 3, 3, 0, "");
+$tab["Thesaurus"] =            array( 3, 3, 0, "");
 $tab["Timeout"] =              array( 3, 3, 3, "");
-$tab["Toc"] =                  array( 3, 0, 3, "");
-$tab["Toolbar"] =              array( 3, 0, 2, "");
+$tab["Toc"] =                  array( 3, 3, 0, "");
+$tab["Toolbar"] =              array( 3, 2, 0, "");
 $tab["Url"] =                  array( 3, 3, 3, "");
-$tab["VCLogFile"] =            array( 3, 0, 3, "");
+$tab["VCLogFile"] =            array( 3, 3, 0, "");
 
 $types = array (
 	"About",
@@ -127,8 +127,8 @@ print "<table>";
 print "<tr>";
 print "<td><b>Part</b></td>";
 print "<td><b>xforms</b></td>";
+print "<td><b>Qt</b></td>";
 print "<td><b>Gtk/Gnome</b></td>";
-print "<td><b>Qt 2</b></td>";
 print "<td><b>Comment</b></td>";
 print "</tr>";
 

Reply via email to