]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ChangeLog
index a56f2fad76e9ea03f394cfd7af74a2cd9c0a64b9..68cf1bb39c7a08bdacc3525ca33fd8496f2959b7 100644 (file)
@@ -1,4 +1,167 @@
-2003-05-12  Alfredo Braunstein: <abraunst@libero.it>
+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.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * ControlMath.[Ch]:
+       * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
+       Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
+
+       * Makefile.am: remove ControlMath2.[Ch].
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * ControlMath.[Ch] (showDialog):
+       * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
+
+       * ControlMath2.C: wrap all other calls to the kernel diapatcher into
+       dispatchFunc.
+
+2003-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * ControlMath2.[Ch]: new files. A work in progress towards a clean
+       implementation of the math panel.
+
+       * Makefile.am: add files.
+
+2003-06-11  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
+       storing the ExternalTemplate but its name.
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
+       rather than generate a new inset itself.
+
+2003-06-06  John Levon  <levon@movementarian.org>
+
+       * ControlDocument.C: make sure a language change
+       always gets propogated
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch]: remove viewExternal and updateExternal.
+       Change the internal store from an InsetExternal to its Param struct.
+
+2003-06-03  John Levon  <levon@movementarian.org>
+
+       * ControlGraphics.C: make file path relative for the GUI,
+       absolute for the backend
+
+2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlDocument.C (saveAsDefault): adjust
+
+2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ViewBase.h:
+       * Dialog.h (setTitle): added
+
+2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
+
+2003-05-13  André Pönitz  <poenitz@gmx.net>
+
+       * ControlForks.[Ch]: use vector<pid_t> instead of strings
+
+2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * ControlErrorList.C (clearParams): replace string::clear by
+       string::erase
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlErrorList.C (goTo): use lyxerr not cout.
+
+2003-05-13  Alfredo Braunstein: <abraunst@libero.it>
 
        * ControlErrorList.[Ch]: added
        * Makefile.am: the above adittion