X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FChangeLog;h=7807eaa48d2819cd29de21663cf60598e3482d17;hb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;hp=f7889c3ed7d59cd782f18032d2ef7da34d7f23ec;hpb=da17cc0c1390c1580092c3f9a279ed0a7741bbba;p=lyx.git diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index f7889c3ed7..7807eaa48d 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,143 @@ +2002-03-02 Lars Gullik Bjønnes + + * Toolbar.[Ch] (setLayout): layout as string + +2002-02-28 Angus Leeming + + * Dialogs.h (initialiseGraphics): a new static method. + +2002-02-27 Angus Leeming + + * Makefile.am: don't compile support as LyXImage is now dead. + +2002-02-20 Lars Gullik Bjønnes + + * Makefile.am: better dep. tracking from controllers and xforms + +2002-02-18 Angus Leeming + + * 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 + + * 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 + + * Liason.C (printBuffer): use Buffer::filePath + +2001-12-19 Jean-Marc Lasgouttes + + * Timeout.h: + * FileDialog.h: do not include in header files. + +2001-12-12 Angus Leeming + + * Alert.h: remove spurious semi-colon at the end of the namespace + scope. + +2001-11-22 John Levon + + * Makefile.am: + * Alert.h: + * Alert.C: + * Alert_pimpl.h: alerts etc. + +2001-10-09 Herbert Voss + + * Dialogs.h: added showFile and showTexinfo signals. + +2001-09-27 Angus Leeming + + * Dialogs.h (showSplash, destroySplash, splash_): removed. + + * Dialogs.C (destroySplash): removed. + +2001-08-27 John Levon + + * GUIRunTime.h: initApplication() should take a & to argc + +2001-08-01 John Levon + + * Liason.C: IsDirWriteable changed + +2001-07-30 Jean-Marc Lasgouttes + + * Liason.C: #include LAssert.h + +2001-07-24 John Levon + + * Dialogs.h: add showThesaurus + +2001-07-13 Edwin Leuven + + * Dialogs.h: add showAboutlyx and remove showCredits and Copyright + +2001-07-13 Edwin Leuven + + * Dialogs.h: added showSpellchecker + +2001-07-03 Jean-Marc Lasgouttes + + * GUIRunTime.h: (x11Display): + (x11Screen): + (x11Colormap): + (x11VisualDepth): new methods + +2001-07-03 Lars Gullik Bjønnes + + * GUIRunTime.h: add createMainView + +2001-06-27 John Levon + + * Dialogs.h: add showSpellcheckerPreferences + +2001-06-22 John Levon + + * Makefile.am: remove kde frontend + +2001-06-15 Angus Leeming + + * Dialogs.h: removed unused signal showCharacter. + Renamed signals showLayoutDocument -> showDocument, + showLayoutParagraph -> showParagraph, + showLayoutCharacter -> showCharacter. + Added signal updateParagraph. + Rearranged signals in some sort of alphabetical order again. + +2001-06-14 Angus Leeming + + * FileDialog.h: + * Timeout.h: added // -*- C++ -*- as first line. + +2001-06-11 Lars Gullik Bjønnes + + * Makefile.am: make the dependencies work for the sub libs. + +2001-05-31 Lars Gullik Bjønnes + + * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs + libs here. + +2001-04-26 Angus Leeming + + * Makefile.am: make controllers subdir before xforms. + + * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C. + + * Dialogs.C: new file, instantiating the add, destroySplash methods. + 2001-04-17 Lars Gullik Bjønnes * Liason.[Ch] (setMinibuffer): change second arg to string