<< | Page list | >>
<u style="display: none;">... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... </u>!!Applying listings/Herbert.diff
<< ListingsJuergen | PersonalChr.PortListings | >>
Below are my notes from applying the diff I got from Herbert. The changes to changelogs are done separately.
Documentation and UI-files
lib/doc/LaTeXConfig.lyx.in
- Added reporting if listings package was found or not.
lib/doc/LyXConfig.lyx
- Added reporting if listing package was found or not.
lib/ui/default.ui
- Superceeded by Juergen's diff
Top level source files
src/BufferView_pimpl.C
- I first waited with this, but then did it. It adds an
#include
for insets/insetlisting.h
, and adds a case LFUN_INSERT_LISTING:
to BufferView:Pimpl::dispatch()
.
Juergen's diff supercedes changes for these files: src/LaTeXFeatures.C
, src/LyXAction.C
, src/buffer.C
and src/commandtags.h
Inset files
src/insets/Makefile.am
- Superceeded by Juergen's diff
src/insets/inset.h
- Superceeded by Juergen's diff
src/insets/insetlisting.{C,h}
- Superceeded (?) by Juergen's diff
Genereal frontend files
src/frontends/Dialogs.h
- Superceeded by Juergen's diff
src/frontends/guiapi.{C,h}
- Partly superceeded by Juergen's diff, different args for
gui_CreateListing()
(and consequently for Dialog::createListing()
src/frontends/controllers/ControlListing.{C,h}
- Superceeded? by Juergens diff
src/frontends/controllers/Makefile.am
- Superceeded by Juergen's diff
Xforms-files
src/frontends/xforms/Makefile.am
- Added
FormListing.{C,h}
to the macro libxforms_la_SOURCES
src/frontends/xforms/Dialogs.C
- Added
listing(lv, d)
to Dialogs::Impl::Impl
's init-list.
src/frontends/xforms/Dialogs2.C
- Added definitions for
Dialogs::showListing()
and Dialogs::createListing()
src/frontends/xforms/Dialogs_impl.h
- Added
#include
's for ControlListing.h
, FormListing.h
and forms/form_listing.h
. Typedef'ed ListingDialog
and added a field (ListingDialog listing;
) to the structure Dialogs::Impl
src/frontends/xforms/FormListing.{C,h}
- Created
src/frontends/xforms/forms/Makefile.am
- Added
form_listing.fd
to the macro SRCS
src/frontends/xforms/forms/form_listing.fd
- Created
Obsolete changes
Obsolete changes in src/insets/insettext.C
, src/paragraph.C
and src/paragraph.h
I have no idea...?
po/POTFILES.in
- Hmm... I suspect this is fixed by autogen? Ignored...