Attached is a patch rendering InsetError GUI-independent, together with an 
xforms implementation of the associated dialog.

I've implemented the FormError dialog by defining a new base class, FormBase. 
I think that this could be the base class for all the xforms dialogs. 
Thoughts? Allan?

I've also modified the kde Makefile, Dialogs.C to add the new xforms dialog.
I have not done this to the gnome frontend, because I can't (yet?) test it 
out.

Incidentally, I notice that kde/Dialogs.C and xforms/Dialogs.C differ. 
Shouldn't they be identical? See below.

Lars, I have finally got round to installing ssh. How about that cvs access 
now, at least so that I can "cvs add"

Angus

diff -u frontends/kde/Dialogs.C frontends/xforms/Dialogs.C
--- frontends/kde/Dialogs.C     Thu Sep 21 19:37:15 2000
+++ frontends/xforms/Dialogs.C  Thu Sep 21 19:21:43 2000
@@ -19,6 +19,9 @@
 #pragma implementation
 #endif
 
+// temporary till ported
+extern void ShowCredits();
+
 
 Dialogs::Dialogs(LyXView * lv)
 {
@@ -34,6 +37,8 @@
        dialogs_.push_back(new FormTabular(lv, this));
        dialogs_.push_back(new FormToc(lv, this));
        dialogs_.push_back(new FormUrl(lv, this));
+
+       showCredits.connect(slot(ShowCredits));
 
        // reduce the number of connections needed in
        // dialogs by a simple connection here.                               
  

patch21Sep2000.tar.bz2

Reply via email to