mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2770 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6bbcb978c5
commit
72867958de
@ -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>
|
2001-09-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
|
* Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
|
||||||
|
@ -157,7 +157,7 @@ void QRef::updateRefs()
|
|||||||
if (at_ref_)
|
if (at_ref_)
|
||||||
gotoRef();
|
gotoRef();
|
||||||
dialog_->refsLB->clear();
|
dialog_->refsLB->clear();
|
||||||
refs_ = controller().getLabelList();
|
refs_ = controller().getLabelList(string());
|
||||||
dialog_->sortCB->setEnabled(!refs_.empty());
|
dialog_->sortCB->setEnabled(!refs_.empty());
|
||||||
dialog_->refsLB->setEnabled(!refs_.empty());
|
dialog_->refsLB->setEnabled(!refs_.empty());
|
||||||
redoRefs();
|
redoRefs();
|
||||||
|
@ -62,18 +62,29 @@ PB - push button
|
|||||||
Dialog Maintainer MVC conversion
|
Dialog Maintainer MVC conversion
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
About John Done
|
About John Done
|
||||||
|
Bibitem John Done
|
||||||
Bibtex John Done
|
Bibtex John Done
|
||||||
Character Edwin Done
|
Character Edwin Done
|
||||||
Citation Kalle Done
|
Citation Kalle Done
|
||||||
Document Kalle Waiting for MVC
|
Document Kalle Waiting for MVC
|
||||||
|
ERT John Done
|
||||||
Error John Done
|
Error John Done
|
||||||
|
External John Done
|
||||||
|
Graphics John Done
|
||||||
|
Include John Done
|
||||||
Index Kalle Done
|
Index Kalle Done
|
||||||
|
Log John Done
|
||||||
|
Minipage John Done
|
||||||
Paragraph Edwin Waiting for MVC
|
Paragraph Edwin Waiting for MVC
|
||||||
Print Edwin
|
Preamble John Done
|
||||||
|
Print Edwin Done
|
||||||
Ref Kalle Done
|
Ref Kalle Done
|
||||||
Search Edwin
|
Search Edwin Done
|
||||||
|
Spellchecker John Done
|
||||||
Splash Edwin
|
Splash Edwin
|
||||||
Tabular Waiting for MVC
|
Tabular Waiting for MVC
|
||||||
TabularCreate Edwin
|
TabularCreate Edwin Done
|
||||||
Toc Kalle
|
Thesaurus John Done
|
||||||
|
Toc Kalle Waiting to be updated
|
||||||
Url Kalle Done
|
Url Kalle Done
|
||||||
|
VCLog John Done
|
||||||
|
Loading…
Reference in New Issue
Block a user