]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
Move LaTeX and VC logs to GUI-I on xforms
[lyx.git] / src / frontends / Dialogs.h
index 2e459d073a204237e9ab4cfa3edb1b6bae793e1e..1e66fd118b2f642278ff0ec46eccd224eaa72f47 100644 (file)
@@ -60,6 +60,10 @@ public:
        ~Dialogs();
        //@}
        
+       /** Redraw all visible popups because, for example, the GUI colours
+           have been re-mapped. */
+       static Signal0<void> redrawGUI;
+
        /**@name Global Hide and Update Signals */
        //@{
        /// Hide all visible popups
@@ -110,7 +114,9 @@ public:
        Signal0<void> showLayoutDocument;
        ///
        Signal0<void> showLayoutParagraph;
-       ///
+       /// show the version control log
+       Signal0<void> showVCLogFile;
+       /// show the LaTeX log or build file
        Signal0<void> showLogFile;
        ///
        Signal0<void> showPreamble;
@@ -127,8 +133,6 @@ public:
        ///
        Signal1<void, InsetTabular *> updateTabular;
        ///
-       Signal1<void, InsetTabular *> hideTabular;
-       ///
        Signal0<void> showTabularCreate;
        ///
        Signal1<void, InsetCommand *> showTOC;
@@ -147,11 +151,3 @@ private:
 };
 
 #endif
-
-
-
-
-
-
-
-