]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
patch from Angus
[lyx.git] / ChangeLog
index 815e32949b726927c7977d86d81b5cb121570f87..c3b2d5607cb3c3b31aab9426cdb592330a1a0e9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,184 @@
+2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/insets/insetcommand.h (hide): new SigC::Signal0
+       (d-tor) new virtual destructor emits hide signal
+
+       * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
+       * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
+
+       * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
+       LOF and LOT. Inset is now GUI-independent
+
+       * src/insets/insetloa.[Ch]: redundant
+       * src/insets/insetlof.[Ch]: ditto
+       * src/insets/insetlot.[Ch]: ditto
+       
+       * src/frontends/xforms/forms/form_url.fd: tweaked!
+       * src/frontends/xforms/forms/form_citation.fd: ditto
+
+       * src/frontends/xforms/FormCommand.[Ch]: new base class to those
+       dialogs dealing with InsetCommand insets
+
+       * src/frontends/xforms/FormCitation.[Ch]: now makes use of
+       FormCommand base class
+       * src/frontends/xforms/FormUrl.[Ch]: ditto
+
+       * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
+       of the TOC dialog
+       * src/frontends/xforms/FormToc.[Ch]: ditto
+
+       * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
+       passed a generic InsetCommand pointer
+       * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
+
+       * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
+       and modified InsetTOC class
+       * src/buffer.C: ditto                    
+
+       * forms/lyx.fd: strip out old FD_form_toc code
+       * src/lyx_gui_misc.C: ditto
+       * src/lyx_gui.C: ditto
+       * src/lyx_cb.C: ditto
+       * src/lyx.[Ch]: ditto
+                         
+2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/utility.hpp: tr -d '\r'
+
+2000-08-01  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.h: removed initFeatures() as it's not needed.
+
+       * src/commandtags.h: 
+       * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
+       LFUN_TABULAR_FEATURES.
+
+       * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
+       LFUN_LAYOUT_TABULAR.
+
+       * src/insets/insettabular.C (getStatus): implemented helper function.
+
+       * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
+
+2000-07-31  Juergen Vigna  <jug@sad.it>
+
+       * src/text.C (draw): fixed screen update problem for text-insets.
+
+       * src/text2.C (SetParagrpah): call an update of the inset-owner when
+       something changed probably this has to be added in various other
+       functions too.
+
+       * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
+       templates to satisfy compaq cxx.
+
+
+2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/translator.h (equal_1st_in_pair::operator()): take
+       const ref pair_type as arg. 
+       (equal_2nd_in_pair::operator()): ditto
+       (Translator::~Translator): remove empty d-tor.
+
+       * src/graphics/GraphicsCache.C: move include config.h to top, also
+       put initialization of GraphicsCache::singleton here.
+       (~GraphicsCache): move here
+       (addFile): take const ref as arg
+       (removeFile): ditto
+
+       * src/lyxlex_pimpl.C (setFile): comment in old behaviour
+
+       * src/BufferView2.C (insertLyXFile): change te with/without header
+       check slightly.
+
+2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/FormGraphics.C (apply): add some
+       static_cast. Not very nice, but required by compaq cxx.
+
+       * src/frontends/xforms/RadioButtonGroup.h: include header
+       <utility> instead of <pair.h>
+
+       * src/insets/insetgraphicsParams.C: add using directive. 
+       (readResize): change return type to void. 
+       (readOrigin): ditto.
+
+       * src/lyxfunc.C (getStatus): add missing break for build-program
+       function; add test for Literate for export functions.
+
+       * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
+       entries in Options menu.
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
+       protect against auto-allocation; release icon when needed.
+
+2000-07-31  Matej Cepl <CeplM@seznam.cz>
+
+       * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
+       on usual typewriter.
+
+       * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
+       earlier czech.kmap), useful only for programming.
+
+2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/FormCitation.h: fix conditioning around
+       #pragma. 
+
+2000-07-31  Juergen Vigna  <jug@sad.it>
+
+       * src/frontends/xforms/FormTabular.C (local_update): changed
+       radio_linebreaks to radio_useparbox and added radio_useminipage.
+
+       * src/tabular.C: made support for using minipages/parboxes.
+
+       * src/bufferlist.C (QwriteAll): small fix for asking for save.
+
+       * src/insets/insetgraphics.C (draw): just draw the inset so that the
+       cursor is visible.
+       (descent): so the cursor is in the middle.
+       (width): bit smaller box.
+
+       * src/insets/insetgraphics.h: added display() function.
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/Dialogs.h: Added showGraphics signals.
+    
+       * src/frontends/xforms/forms/form_graphics.fd: Added file, the
+                   xforms form definition of the graphics dialog.
+
+       * src/frontends/xforms/FormGraphics.h: 
+       * src/frontends/xforms/FormGraphics.C: Added files, the
+       GUIndependent code of InsetGraphics
+    
+       * src/insets/insetgraphics.h: 
+       * src/insets/insetgraphics.C: Major writing to make it work.
+
+       * src/insets/insetgraphicsParams.h:     
+       * src/insets/insetgraphicsParams.C: Added files, parameter passing
+       struct between InsetGraphics and GUI.
+
+       * src/LaTeXFeatures.h:
+       * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
+       support for graphicx package. 
+
+       * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
+       for the graphics inset.
+
+       * src/support/translator.h: Added file, used in
+       InsetGraphicsParams. this is a template to translate between two
+       types.
+
+       * src/frontends/xforms/RadioButtonGroup.h: 
+       * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
+       way to easily control a radio button group.
+
 2000-07-28  Juergen Vigna  <jug@sad.it>
 
        * src/insets/insettabular.C (LocalDispatch):