]> 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 b8efb4d323c99501a07bf5bc2f05798ccf1571e9..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;
@@ -145,11 +151,3 @@ private:
 };
 
 #endif
-
-
-
-
-
-
-
-