]> git.lyx.org Git - features.git/commitdiff
compile fix
authorJohn Levon <levon@movementarian.org>
Tue, 18 Sep 2001 12:59:06 +0000 (12:59 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 18 Sep 2001 12:59:06 +0000 (12:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2770 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/QRef.C
src/frontends/qt2/README

index f0341594a8d2f087f93fc25cf4a2f586535d6441..b2b3dab7e3b8f5b698d4108be43b306c8e60f55d 100644 (file)
@@ -1,3 +1,9 @@
+2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * QRef.C: fix compile
+
+       * README: update
 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
index 0161f0d30a96ad4beb003efa16fd31e291528bb9..b8aef69f5c2d02f173d81edcc27420cc7f930b3b 100644 (file)
@@ -157,7 +157,7 @@ void QRef::updateRefs()
        if (at_ref_)
                gotoRef();
        dialog_->refsLB->clear();
-       refs_ = controller().getLabelList();
+       refs_ = controller().getLabelList(string());
        dialog_->sortCB->setEnabled(!refs_.empty());
        dialog_->refsLB->setEnabled(!refs_.empty()); 
        redoRefs();
index 84ddf40a9b7b657638fb321329062bf0e3666262..f8b5301403f65d5f95896f5d9d1a4d14c1c277fc 100644 (file)
@@ -62,18 +62,29 @@ PB - push button
 Dialog         Maintainer      MVC conversion
 ----------------------------------------------
 About          John            Done
+Bibitem                John            Done
 Bibtex         John            Done
 Character      Edwin           Done
 Citation       Kalle           Done
 Document       Kalle           Waiting for MVC
+ERT            John            Done
 Error          John            Done 
+External       John            Done 
+Graphics       John            Done
+Include                John            Done 
 Index          Kalle           Done
+Log            John            Done
+Minipage       John            Done 
 Paragraph      Edwin           Waiting for MVC
-Print          Edwin
+Preamble       John            Done
+Print          Edwin           Done
 Ref            Kalle           Done
-Search         Edwin
+Search         Edwin           Done
+Spellchecker   John            Done
 Splash         Edwin
 Tabular                                Waiting for MVC
-TabularCreate  Edwin
-Toc            Kalle
+TabularCreate  Edwin           Done
+Thesaurus      John            Done
+Toc            Kalle           Waiting to be updated
 Url            Kalle           Done
+VCLog          John            Done