- updates the qt status
- deletes vclog
- tries to reflect the /gtk (instead of /gnome) status
- adds a new tag "Obsolete" (red) for dialogs that will not be ported to a 
certain frontend (e.g. forks/qt).

Can someone apply, please?
Thanks,
Jürgen.
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/ChangeLog,v
retrieving revision 1.200
diff -u -r1.200 ChangeLog
--- ChangeLog	7 Jan 2004 13:48:14 -0000	1.200
+++ ChangeLog	11 Jan 2004 11:46:52 -0000
@@ -1,3 +1,8 @@
+2004-01-11  Jürgen Spitzmüller  <[EMAIL PROTECTED]>
+
+	* guii.php3: update status, add an "obsolete" tag.
+	* styles/devel.css: add guiiObsolete tag.
+
 2004-01-07  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
 
 	* i18n.php3: update (cleanup the files, remerge)
Index: guii.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/guii.php3,v
retrieving revision 1.67
diff -u -r1.67 guii.php3
--- guii.php3	1 Dec 2003 10:55:53 -0000	1.67
+++ guii.php3	11 Jan 2004 11:46:52 -0000
@@ -33,48 +33,52 @@
 <tr><td class="guiiCompleted">Completed</td><td>The dialog is in the CVS repository,
 and there are no known significant problems. Future work may happen but is likely to be of
 minimal impact.</td></tr>
+
+<tr><td class="guiiObsolete">Obsolete</td><td>The dialog is not needed/does not make sense
+in the particular frontend and will not be ported.</td></tr>
 </table>
 <hr />
 
 <?
 // order is xforms, qt, gnome
-// 0 means unported, 1, means pending, 2 is work in progress, 3 is completed
+// 0 means unported, 1, means pending, 2 is work in progress, 3 is completed,
+// 4 means obsolete (will not be ported at all).
 // I could use it all associative but it would be unreadable then
 // last is additional comment
 
-$tab["About"] = 	       array( 3, 3, 2, "");
+$tab["About"] = 	       array( 3, 3, 3, "");
 $tab["BibTeX"] =               array( 3, 3, 0, "");
 $tab["BibItem"] =              array( 3, 3, 0, "");
-$tab["Box"] =                  array( 3, 0, 0, "");
+$tab["Box"] =                  array( 3, 3, 0, "");
 $tab["Branch"] =               array( 3, 3, 0, "");
 $tab["Changes"] =              array( 3, 3, 0, "");
-$tab["Character"] =            array( 3, 3, 1, "");
+$tab["Character"] =            array( 3, 3, 0, "");
 $tab["Citation"] =             array( 3, 3, 0, "");
 $tab["Document"] =             array( 3, 3, 0, "");
-$tab["Error"] =                array( 3, 3, 3, "");
-$tab["ERT"]   =                array( 3, 3, 0, "");
+$tab["Error"] =                array( 3, 3, 1, "");
+$tab["ERT"]   =                array( 3, 3, 1, "");
 $tab["External"] =             array( 3, 3, 0, "");
 $tab["FileDialog"] =           array( 3, 3, 3, "");
 $tab["Float"] =                array( 3, 3, 0, "");
 $tab["Footnote"] =             array( 3, 3, 0, "");
-$tab["Forks"] =                array( 3, 0, 0, "Child processes");
-$tab["Include"] =              array( 3, 3, 1, "");
-$tab["Index"] =                array( 3, 3, 1, "");  
+$tab["Forks"] =                array( 3, 4, 0, "Child processes");
+$tab["Include"] =              array( 3, 3, 0, "");
+$tab["Index"] =                array( 3, 3, 0, "");  
 $tab["InsetGraphics"] =        array( 3, 3, 0, "");
 $tab["Label"] =                array( 3, 3, 0, "");
 $tab["LatexLogfile"] =         array( 3, 3, 0, "");
 $tab["Listing"] =              array( 3, 3, 0, "");
 $tab["MarginalNote"] =         array( 3, 3, 0, "");
-$tab["MathPanel"] =            array( 3, 3, 0, "");
-$tab["Menubar"] =              array( 3, 3, 2, "");
-$tab["MessageBox"] =           array( 3, 3, 0, "");
-$tab["Note"] =                 array( 3, 2, 0, "");
-$tab["Paragraph"] =            array( 3, 3, 1, "");
-$tab["Preamble"] =             array( 3, 3, 0, "");
+$tab["MathPanel"] =            array( 3, 3, 2, "");
+$tab["Menubar"] =              array( 3, 3, 3, "");
+$tab["MessageBox"] =           array( 3, 3, 3, "");
+$tab["Note"] =                 array( 3, 3, 0, "");
+$tab["Paragraph"] =            array( 3, 3, 0, "");
+$tab["Preamble"] =             array( 3, 3, 1, "");
 $tab["Preferences"] =          array( 3, 3, 0, "");
-$tab["Print"] =                array( 3, 3, 3, "");
-$tab["Ref"] =                  array( 3, 3, 3, "");
-$tab["Search"] =               array( 3, 3, 0, "");
+$tab["Print"] =                array( 3, 3, 2, "");
+$tab["Ref"] =                  array( 3, 3, 0, "");
+$tab["Search"] =               array( 3, 3, 2, "");
 $tab["Sendto"] =               array( 3, 3, 0, "");
 $tab["Spellchecker"] =         array( 3, 3, 0, "");
 $tab["Tabular"] =              array( 3, 3, 0, "");
@@ -83,9 +87,8 @@
 $tab["Thesaurus"] =            array( 3, 3, 0, "");
 $tab["Timeout"] =              array( 3, 3, 3, "");
 $tab["Toc"] =                  array( 3, 3, 0, "");
-$tab["Toolbar"] =              array( 3, 3, 0, "");
+$tab["Toolbar"] =              array( 3, 3, 3, "");
 $tab["Url"] =                  array( 3, 3, 3, "");
-$tab["VCLogFile"] =            array( 3, 3, 0, "");
 $tab["VSpace"] =               array( 3, 3, 0, "");
 
 $types = array (
@@ -132,7 +135,6 @@
 	"Toc",
 	"Toolbar",
 	"Url",
-	"VCLogFile",
 	"VSpace"
 	);
 
@@ -141,7 +143,7 @@
 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>Gtk</b></td>";
 print "<td><b>Comment</b></td>";
 print "</tr>";
 
@@ -158,6 +160,8 @@
 			print "<td class=\"guiiInProgress\">In&nbsp;progress</td>\n";
 		} else if ($tab[$ctype][$i]==3) {
 			print "<td class=\"guiiCompleted\">Completed</td>\n";
+		} else if ($tab[$ctype][$i]==4) {
+			print "<td class=\"guiiObsolete\">Obsolete</td>\n";
 		}
 	}
 	if ($tab[$ctype][3] != "") {
Index: styles/devel.css
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/styles/devel.css,v
retrieving revision 1.1
diff -u -r1.1 devel.css
--- styles/devel.css	21 Jul 2001 06:58:54 -0000	1.1
+++ styles/devel.css	11 Jan 2004 11:46:52 -0000
@@ -35,3 +35,9 @@
   text-align: center;
 }
 
+td.guiiObsolete {
+  color: rgb(238,238,238);
+  background-color: red;
+  text-align: center;
+}
+

Reply via email to