X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=37b3db305830b47ae6dab3dcb3db9341ae341bd5;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=5630c00d2ac21f3f3e5870b80e92c4b4199cd072;hpb=1f2b3610677f33bc0e0716f5dce75af5b74e3309;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 5630c00d2a..37b3db3058 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,332 @@ +2002-02-20 Juergen Vigna + + * insettabular.C (draw): clear the parts around a cellinset ALWAYS + and also above (was missing). + (updateLocal): don't remove the cell selection if we have one this + should be done where we really want to remove it. + +2002-02-20 José Matos + + * insetinclude.h: include_label made string const. + + * insetinclude.C (InsetInclude): moved include_label initialization. + (linuxdoc): + (docbook): + (validate): fix support for temporary directory, for docbook and + linuxdoc. + + * insetgraphics.h : new private member, graphic_label, that holds + the entity name that defines the graphics location (SGML). + + * insetgraphics.C (unique_id): new function to give a unique label + for graphic. + (docbook): + (validate): the file locatation is given by an entity reference. + +2002-02-18 Angus Leeming + + * insetexternal.C Changes due to the renaming of support/syscall.[Ch] + as support/systemcall.[Ch] and of class Systemcalls as class SystemCall. + +2002-02-18 José Matos + + * insetinclude.C (validate): some code only applies to latex buffers, + it was made conditional. + +2002-02-12 Herbert Voss + + * insetgraphics.C: (prepareFile) do not check at this time + if the file is present. + +2002-02-12 Herbert Voss + + * insetgraphics.C: latex(), return the correct newlines + +2002-02-13 José Matos + + * inseturl.C (docbook): escape & in url. + +2002-02-13 Jean-Marc Lasgouttes + + * insetspecialchar.C (isLineSeparator): line breaking is allowed + after HYPHENATION and MENU_SEPARATOR + + * inset.h (isLineSeparator): new method, returns false by default. + +2002-02-12 Jean-Marc Lasgouttes + + * insetert.C (status): do not update the text inset, but the ERT + inset. + +2002-02-11 John Levon + + * insetnote.C: use notebg for background + +2002-02-08 Herbert Voss + + * insetgraphic.C: + * insetgraphicsParams.[Ch]: adding new Option noUnzip to + prevent LyX from unzipping when this should be handled + by latex vis the graphic.cfg. + clean up the code + +2002-02-08 Herbert Voss + + * insetgraphic.C: prepareFile(): fix bug when file doesn't + exists, than return filename with extension + +2002-02-06 Herbert Voss + + * insetgraphic.C: prepareFile(): don't convert the file, when + it's not viewed in LyX. Saves a lot of time when opening a + document! + +2002-02-05 Herbert Voss + + * insetgraphic.C: + * insetgraphicsParams.[Ch]: some cosmetic changes to latex output + and adding a rotate bool similiar to subcaption + +2002-02-04 Herbert Voss + + * insetgraphic.C: + * insetgraphicsParams.[Ch]: add a LyXView-scale to have a + similiar view to the LaTeX one. Get zipped files work. + +2002-02-04 Angus Leeming + + * insetgraphicsParams.C (init): set display to DEFAULT. + No longer #include "lyxrc.h". + +2002-02-04 Angus Leeming + + * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff + for now (so that the code compiles). + +2002-02-02 Herbert Voss + + * insetgraphic.C: delete inVariant() and some minor changes + * insetgraphicsParams.[C]: + +2002-02-01 Angus Leeming + + * insetgraphics.C (updateInset): if params.display == DEFAULT, + interogate lyxrc.display_graphics before diaplaying the graphic. + + * insetgraphicsParams.[Ch]: respect the new DEFAULT state of + InsetGraphicsParams::DisplayType. + +2002-01-31 Herbert Voss + + * insetgraphic.C: (readfigInset) set display to pref-default + +2002-01-30 Herbert Voss + + * insetgraphic.C: get the filetyp from it's contents + * insetgraphicparams.C: add token scale and lyxrc.display when + creating a new inset + +2002-01-30 Angus Leeming + + * figinset.C: added using std::ios directive. + +2002-01-30 Jean-Marc Lasgouttes + + * figinset.C (runqueue): open translation file in binary mode (for + cygwin). + +2002-01-27 Herbert Voss + + * insetgraphic.[Ch]: mostly newritten to support graphicx with + all options and to be sure that the old figinsets are correct + converted. + * insetgraphicParams.[Ch]: a lot of chamges to have a clean data- + structure and to support all lengths as LyXLength. The Parameter + structure changed again, but reading of "old" 1.2 graphic insets + is no problem. + +2002-01-20 Dekel Tsur + + * insetert.h (forceDefaultParagraphs): Added + +2002-01-20 Jean-Marc Lasgouttes + + * insettabular.C (getMaxWidth): + (forceDefaultParagraphs): use Tabular::GetCellFromInset + +2002-01-19 Jean-Marc Lasgouttes + + * insettabular.C (getMaxWidthOfCell): adapt to the new definition + of LyXLength::inPixels + + * inset.C (latexTextWidth): + * insetminipage.C (latexTextWidth): new method, which implements + the equivalent of the LaTeX macro \textwidth + + * insetminipage.C (getMaxWidth): use latexTextWidth + +2002-01-18 Juergen Vigna + + * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets. + +2002-01-17 Jean-Marc Lasgouttes + + * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels + + * insetminipage.[Ch]: change width_ and height_ to be LyXLength + instead of string + +2002-01-17 Juergen Vigna + + * insettabular.C (lockInsetInInset): same change as in insettext. + + * insettext.C (draw): width() function was called without setting + the right top_x which could lead to wrong insetWidth setting! + (lockInsetInInset): call edit instead of calling lockInset if we + have to lock an inset inside! + (edit): we have to also tell the inset that we have to redraw the + frame on an edit call if this inset draws a frame only if locked. + +2002-01-16 Jean-Marc Lasgouttes + + * insetbib.C (getFiles): uncomment Path variable. + +2002-01-16 Juergen Vigna + + * insettabular.C (forceDefaultParagraphs): fixed bug returning value + of wrong cell. + +2002-01-16 Allan Rae + + * insetinclude.C (docbook): someone forgot a ";" + +2002-01-16 José Matos + + * figinset.C (docbook): removed a old place holder "@". + * insetgraphics.C (docbook): remove the file sufix if graphic is eps. + * insetinclude.C (linuxdoc): if include is verbatim, then export the + ascii text version, clearly guarded inside a CDATA section. + (docbook): in docbook 4, inlinegraphics is empty. + * insettabular.C (linuxdoc): export the ascii version of the table + inside a CDATA section. + +2002-01-14 Jean-Marc Lasgouttes + + * insetparent.C (InsetParent): + * insetgraphicsParams.C (Write): + (Read): + * insetgraphics.C (prepareFile): + (readFigInset): + (docbook): + * insetexternal.C (executeCommand): + (doSubstitution): use Buffer::filePath + + * insetbib.C (getFiles): add a #warning for Angus + + * insetgraphics.C: Add a remark about how filenames should be + considered to be relative to buffer (but absolute is still allowed) + (draw): do not try to get status if lyxrc.use_gui is false + +2002-01-14 Angus Leeming + + * inset.[Ch]: + * insetcollapsable.[Ch]: + * insettabular.[Ch] (searchForward, searchBackward): change the + bool const & params to bool. + + * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight + to avoid the name clash with InsetCollapsable's methods of the same + names but different functionality. + +2002-01-14 Angus Leeming + + * insettext.C (ascii): use lyx::count rather than countChar. + +2002-01-14 John Levon + + * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too + +2002-01-13 Jean-Marc Lasgouttes + + * insetgraphics.C (updateInset): do not try to render image if + lyxrc.use_gui is false (bug #104) + + * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile + if file does not exist + + * figinset.C (browseFile): add shortcuts to directory buttons + + * insettext.C (updateLocal): update menubar and toolbar here too. + +2002-01-13 Allan Rae + + * insettabular.C (InsetTabular): Both constructors now initialise + all class variables. + +2002-01-11 Juergen Vigna + + * insettext.C (insetButtonPress): set the_locking_inset to 0. + +2002-01-11 Jean-Marc Lasgouttes + + * insettabular.C (getStatus): add forgotten brace around multiline + if statement. + +2002-01-09 Jean-Marc Lasgouttes + + * insetfloat.C (validate): require "float" instead of "floats". + +2002-01-08 Martin Vermeer + + * insettabular.C (getStatus): use FuncStatus + +2002-01-08 Juergen Vigna + + * insettabular.C (insetButtonRelease): now this should work too + correctly. + + * insetminipage.C (getMaxWidth): fixed for minipage inside insets and + if the width is a percentage. + + * inset.h: added isChar() function and implemented this for + insetspecialchar insetquotes and insetlatexaccent. + added forceDefaultParagraphs() and implemented it for insettabular. + +2002-01-07 Juergen Vigna + + * insettext.C (getLyXText): Fixed this function. An insert into the + map is only done if we REALLY have a new BufferView. + +2002-01-07 Martin Vermeer + + * insettext.C: fix bug illustrated by attachment #37 of bug #59 + +2002-01-05 John Levon + + * insetinclude.C: fix use of FileInfo + +2002-01-07 Juergen Vigna + + * insettabular.C (draw): fixed clearing of cell around inset. + +2002-01-05 Juergen Vigna + + * insettext.C (draw): move the calls so that insetWidth/Asc/Desc + variables are updated. + + * insettabular.C (resetPos): set always the inset_y as it may be + needed in another function. + (searchBackward): don't draw while searching. + +2002-01-04 Juergen Vigna + + * insettext.C (lockInsetInInset): forgot to set a cursor. + +2002-01-02 Juergen Vigna + + * insettext.C (insertInset): make the correct undo informations on + inserting new insets. + 2001-12-31 John Levon * insettabular.C: correct single-cell select vertically