]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
layout as string
[lyx.git] / src / frontends / ChangeLog
index 835ca7d7920e60fa459fe020391e9beab32b0058..7807eaa48d2819cd29de21663cf60598e3482d17 100644 (file)
@@ -1,3 +1,104 @@
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Toolbar.[Ch] (setLayout): layout as string
+
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h (initialiseGraphics): a new static method.
+
+2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: don't compile support as LyXImage is now dead.
+
+2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: better dep. tracking from controllers and xforms
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
+       support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
+       Rearrange #includes in Lars' approved fashion.
+
+       * Timeout.[Ch] (running): new method.
+       (default c-tor): removed.
+
+       * Dialogs.h: added a new signal, showForks.
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Liason.C:
+       change Systemcalls::System to Systemcalls::Wait and
+       change Systemcalls::SystemDontWait to Systemcalls::DontWait.
+       No change of functionality, just reflects the stripped down Systemcalls
+       class.
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Liason.C (printBuffer): use Buffer::filePath
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Timeout.h: 
+       * FileDialog.h: do not include <config.h> in header files.
+
+2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Alert.h: remove spurious semi-colon at the end of the namespace
+       scope. 
+
+2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am: 
+       * Alert.h:
+       * Alert.C:
+       * Alert_pimpl.h: alerts etc.
+
+2001-10-09  Herbert Voss  <voss@perce.de>
+
+       * Dialogs.h: added showFile and showTexinfo signals.
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h (showSplash, destroySplash, splash_): removed.
+
+       * Dialogs.C (destroySplash): removed.
+
+2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUIRunTime.h: initApplication() should take a & to argc 
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Liason.C: IsDirWriteable changed
+2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Liason.C: #include LAssert.h
+
+2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showThesaurus
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+       
+       * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * Dialogs.h: added showSpellchecker
+       
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * GUIRunTime.h: (x11Display): 
+       (x11Screen): 
+       (x11Colormap): 
+       (x11VisualDepth): new methods
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GUIRunTime.h: add createMainView
+
 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
 
        * Dialogs.h: add showSpellcheckerPreferences