]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Dialogs.C
fix problem with nroff detection, remove dead code with old floats, bogus message...
[lyx.git] / src / frontends / gnome / Dialogs.C
index 79955a58a68371614e5a5e33d1f8c740ba238a5d..85a44ae0cf888009597856c06b8f4c1ec49ad3c6 100644 (file)
@@ -17,9 +17,9 @@
 #include "gettext.h"
 
 #include "Dialogs.h"
+#include "BufferView.h"
 #include "gnomeBC.h"
 
-#include "ControlSplash.h"
 #include "ControlBibitem.h"
 #include "ControlBibtex.h"
 #include "ControlCharacter.h"
@@ -55,7 +55,6 @@
 #include "FormPrint.h"
 #include "FormRef.h"
 #include "FormSearch.h"
-#include "FormSplash.h"
 #include "FormTabular.h"
 #include "FormTabularCreate.h"
 #include "FormToc.h"
@@ -74,8 +73,6 @@ Dialogs::Dialogs(LyXView * lv)
        add(new GUITabularCreate<FormTabularCreate, gnomeBC>(*lv, *this));
 
 /*     
-       splash_.reset(new FormSplash(lv, this));
-
        add(new GUIBibitem<FormBibitem, xformsBC>(*lv, *this));
        add(new GUIBibtex<FormBibtex, xformsBC>(*lv, *this));
        add(new GUICharacter<FormCharacter, xformsBC>(*lv, *this));
@@ -98,7 +95,6 @@ Dialogs::Dialogs(LyXView * lv)
        add(new FormPrint(lv, this));
        add(new FormRef(lv, this));
        add(new FormSearch(lv, this));
-       add(new FormSplash(lv, this));
        add(new FormTabular(lv, this));
        add(new FormTabularCreate(lv, this));
        add(new FormToc(lv, this));
@@ -177,10 +173,6 @@ A.  To avoid a segfault.
        code wrapped up like that in the form_copyright.[Ch] which is awkward
        but will at least allow multiple instances of the same dialog.
 
-       Signals will also be a great help in controlling the splashscreen --
-       once signalled to hide it can disconnect from the signal and remove
-       itself from memory.
-
        LyXFuncs will be used for requesting/setting LyX internal info.  This
        will ensure that scripts or LyXServer-connected applications can all
        have access to the same calls as the internal user-interface.