]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Change Assert to BOOST_ASSERT.
[lyx.git] / src / frontends / controllers / ChangeLog
index 89e95a567d037a13a8e85aefa8eeffb1482917ab..f2d27996a864d90ff1d4f752a45cb5384167dc44 100644 (file)
@@ -1,3 +1,213 @@
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommandBuffer.C:
+       * ControlDocument.C:
+       * ControlPrefs.C:
+       * helper_funcs.C:
+       * tex_helpers.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * ButtonController.h:
+       * helper_funcs.h: remove #include "support/std_string.h".
+
+       * ControlBranch.h:
+       * ControlNote.h: remove #include "debug.h".
+
+       * ControlDocument.h: remove #include <vector>, "support/std_string.h".
+
+       * ControlErrorList.h:
+       * ControlThesaurus.h: remove #include <vector>.
+
+       * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
+
+       * GUI.h: remove #include "BCView.h".
+
+       * tex_helpers.h: remove #include <utility>.
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * biblio.C:
+       * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * GUI.h: ensure that the header file can be compiled stand-alone.
+       * *.C: strip out redundant #includes. (49 in total.)
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const buffer refs.
+
+2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlBranch.[Ch]:
+       * ControlDocument.C:
+       * Makefile.am: implements the 'branch
+       inset' idea. This allows the output of various versions of a
+       document from a single source version, selectively outputing or
+       suppressing output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * ControlErrorList.C:
+       * ControlSpellchecker.C: remove toggleSelection
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
+       for consistency
+       * ControlTabular.h:
+       * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
+       rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
+       rename VCENTER to MIDDLE
+
+2003-08-04  André Pönitz  <poenitz@gmx.net>
+
+       * ControlErrorList.C:
+       * ControlSpellchecker.C: simpler BufferView::update() calls
+
+2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlNote.[Ch]: add i18n support.
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlToc.C (goTo): adjust for lyx::toc
+       (getTypes): ditto
+       (getContents): ditto
+
+       * ControlThesaurus.C (replace): adjust for lyx::find
+
+       * ControlSearch.C (find): adjust for lyx::find
+       (replace): ditto
+
+       * ControlChanges.C (find): adjust for lyx::find
+       (accept): ditto
+       (reject): ditto
+
+2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
+       to the mailer's string2params, params2string functions.
+
+       * ControlGraphics.C pass a Buffer const & rather than a string const &
+       buffer_path to the mailer's string2params, params2string functions.
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
+
+       * ControlBibtex.C:
+       * ControlExternal.C:
+       * ControlGraphics.C: use it.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (initialiseParams, dispatchParams): no need
+       to modify the filename for reasons of 'good UI' anymore.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (initialiseParams, dispatchParams): pass a
+       buffer_path parameter to InsetGraphicsMailer's string2params,
+       params2string.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (readBB): use namespace lyx::graphics rather
+       than grfx shortcut.
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlGraphics.C (dispatchParams): avoid some variable/function
+       shadowing.
+
+       * ControlDialog.tmpl (show): follow C++ rules more closely
+       (update): ditto
+       (hide): ditto
+
+2003-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * ControlChanges.h:
+       * ControlErrorList.h:
+       * ControlLog.h:
+       * ControlMath.h:
+       * ControlShowFile.h:
+       * ControlTexinfo.h:
+       * ControlVCLog.h:
+       * Dialog.h: fix some doxygen warnings.
+
+       * Dialog.C: shuffle a couple of functions around.
+
+2003-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
+
+2003-07-16  Angus Leeming  <leeming@lyx.org>
+
+       Dialog.[Ch]: move a few methods out of line.
+
+       Dialog.h:
+       Kernel.h: improve doxygen documentation.
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::support
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Kernel.h: fix some \class issues
+
+       * Kernel.C: fix \file
+
+       * Dialog.h: fix some \class issues
+
+       * ControlErrorList.h: correct const type order, remove some
+       ControlErrorList:: from declarations.
+
+       * BCView.h: fix usage of \class to \c
+       * ControlAboutlyx.h: ditto
+       * ButtonController.h: ditto + remove misplaced end doxy group tag
+
+2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlDocument.C (classApply): removed the call to resetErrorList,
+       replaced setErrorList by parseErrors
+
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlError.[Ch]: removed
+       * Makefile.am: adjust
+
+2003-06-20  Angus Leeming  <leeming@lyx.org>
+
+       * tex_helpers.[Ch] (getTexFileList): changed to
+       void getTexFileList(string const & file, vector<string> & contents);
+
+       * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
+       vector<string> to fill rather than returning a string.
+
+       * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
+       for an extra layer of indirection.
+       (getContents): moved out of class to getTexFileList.
+
 2003-06-19  Angus Leeming  <leeming@lyx.org>
 
        * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.