On Wed, Nov 12, 2003 at 10:51:02AM +0000, Angus Leeming spake thusly:
 
> Martin Vermeer wrote:
> 
> > http://www.devel.lyx.org/guii.php3
> > 
> > appears to lack the features Note, Footnote, Marginal note, Branch
> > and Box.
> > 
> > Is this an oversight, or (in the case of Foot/Marginal note) do I
> > miss something? And is it up to date? Qt seems to be pretty complete
> > now.
> > 
> > - Martin
> 
> As these are your babies, perhaps you'll add them? May I suggest:
> 
> $ cvs -d:ext:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot -co 
> www-user
> $ cd www-user

Yes, without the '-' before co, and with www-devel instead of
www-user... you need a longer holiday ;-)
 
> [make the changes...]
> 
> $ cvs -u diff > www-user.diff

Attached. Is this factually correct?

// order is xforms, qt, gnome
// 0 means unported, 1, means pending, 2 is work in progress, 3 is
// completed
 
> -- 
> Angus

- Martin 

? x.diff
Index: guii.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/guii.php3,v
retrieving revision 1.64
diff -u -p -r1.64 guii.php3
--- guii.php3   9 Feb 2003 00:20:33 -0000       1.64
+++ guii.php3   12 Nov 2003 12:12:01 -0000
@@ -45,6 +45,8 @@ minimal impact.</td></tr>
 $tab["About"] =               array( 3, 3, 2, "");
 $tab["BibTeX"] =               array( 3, 3, 0, "");
 $tab["BibItem"] =              array( 3, 3, 0, "");
+$tab["Box"] =                  array( 3, 1, 0, "");
+$tab["Branch"] =               array( 3, 3, 0, "");
 $tab["Changes"] =              array( 3, 3, 0, "");
 $tab["Character"] =            array( 3, 3, 1, "");
 $tab["Citation"] =             array( 3, 3, 0, "");
@@ -54,6 +56,7 @@ $tab["ERT"]   =                array( 3,
 $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, "");  
@@ -61,10 +64,11 @@ $tab["InsetGraphics"] =        array( 3,
 $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["Minipage"] =             array( 3, 3, 0, "");
+$tab["Note"] =                 array( 3, 2, 0, "");
 $tab["Paragraph"] =            array( 3, 3, 1, "");
 $tab["Preamble"] =             array( 3, 3, 0, "");
 $tab["Preferences"] =          array( 3, 3, 0, "");
@@ -87,6 +91,8 @@ $types = array (
        "About",
        "BibTeX",
        "BibItem",
+       "Box",
+       "Branch",
        "Changes",
        "Character",
        "Citation",
@@ -96,6 +102,7 @@ $types = array (
        "External",
        "FileDialog",
        "Float",
+       "Footnote",
        "Forks",
        "Search",
        "Include",
@@ -104,10 +111,11 @@ $types = array (
        "Label",
        "LatexLogfile",
        "Listing",
+       "MarginalNote",
        "MathPanel",
        "Menubar",
        "MessageBox",
-       "Minipage",
+       "Note",
        "Paragraph",
        "Preamble",
        "Preferences",

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to