]> git.lyx.org Git - features.git/commitdiff
Cruft removal.
authorAngus Leeming <leeming@lyx.org>
Mon, 5 Apr 2004 18:17:47 +0000 (18:17 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 5 Apr 2004 18:17:47 +0000 (18:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8610 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/ChangeLog
src/frontends/Dialogs.h

index 3af3918175ae602c32ae704d1991f9e1041c5717..ce5f38555be9a4bebba4169d511ac6658d710ade 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove redundant header file. Clean up comments.
+
 2004-03-31  Angus Leeming  <leeming@lyx.org>
 
        * Dialogs.[Ch]: remove all the cruft needed by the original
index 1c6372d3063114d487a8f0509550cd46edff9874..d5aa8af54deaabb496bf08015d6a2ca629cef6c4 100644 (file)
 
 #include <boost/utility.hpp>
 #include <boost/signals/signal0.hpp>
-#include <boost/signals/signal1.hpp>
 
 class Dialog;
 class InsetBase;
 class LyXView;
 
-/** Container of all dialogs and signals a LyXView needs or uses to access them
-    The list of dialog signals isn't comprehensive but should be a good guide
-    for any future additions.  Remember don't go overboard -- think minimal.
+/** Container of all dialogs.
  */
 class Dialogs : boost::noncopyable
 {
@@ -75,12 +72,12 @@ public:
        void show(std::string const & name, std::string const & data, InsetBase * inset);
 
        /** \param name == "citation", "bibtex" etc; an identifier used
-           to update the contents of a particular dialog with \param data .
+           to update the contents of a particular dialog with \param data.
            See the comments to 'show', above.
        */
        void update(std::string const & name, std::string const & data);
 
-       /// is the dialog currently visible?
+       /// Is the dialog currently visible?
        bool visible(std::string const & name) const;
 
        /** All Dialogs of the given \param name will be closed if they are