]> git.lyx.org Git - features.git/commit
Move the lyx::biblio namespace into src/. Also make changes to how the BibTeX
authorRichard Heck <rgheck@comcast.net>
Tue, 14 Aug 2007 16:50:51 +0000 (16:50 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 14 Aug 2007 16:50:51 +0000 (16:50 +0000)
commit8a221dc70c53b950697f8440ec4894f2cede7cfa
tree763c46cf16dbaafb8b57bb50d4e3d71811646497
parent59aa19e92075a2ff9fcaabacfee37f5c3c379957
Move the lyx::biblio namespace into src/. Also make changes to how the BibTeX
information is acquired. This involves (i) moving the bulk of fillWithBibKeys()
into Biblio.cpp, (ii) introducing a virtual method Inset::fillWithBibKeys() that,
by default, does nothing, and (iii) over-riding this method in the insets that do
need to do something.

This is all preparatory for a more substantial re-working of the BibTex code,
which should follow shortly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19565 a592a061-630c-0410-9148-cb99ea01b6c8
18 files changed:
development/scons/scons_manifest.py
po/POTFILES.in
src/Biblio.cpp [new file with mode: 0644]
src/Biblio.h [new file with mode: 0644]
src/Buffer.cpp
src/BufferParams.h
src/Makefile.am
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/frontend_helpers.cpp
src/frontends/controllers/frontend_helpers.h
src/insets/Inset.h
src/insets/InsetBibitem.cpp
src/insets/InsetBibitem.h
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetCitation.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h