mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +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>
|
||||
|
||||
* Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
|
||||
|
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user