X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FChangeLog;h=69d9685f2823f07c64aca19bd0602461c76e981a;hb=06f9f0ea08ddcf13e99ea02cff21471aa2020c9e;hp=faf995cad87b56be9680aa6e87eaad565c6d5332;hpb=fb424bae1b693200ba4a506b2775929d25d77be3;p=lyx.git diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index faf995cad8..69d9685f28 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,20 +1,101 @@ +2002-05-23 John Levon + + * Makefile.am: + * Painter.h: + * Painter.C: add PainterBase here + +2002-05-22 Lars Gullik Bjønnes + + * Dialogs.h: use more specific smart_ptr header + +2002-04-08 Lars Gullik Bjønnes + + * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST + (EXTRA_DIST): delete + (dist-hook): delete + (distclean-local): delete + +2002-04-06 Lars Gullik Bjønnes + + * Makefile.am: make distcheck work + (distclean-local): handle distclean of non-built frontends better. + +2002-03-21 Lars Gullik Bjønnes + + * most files: ws cleanup + + * Makefile.am: remove ld -r stuff + +2002-03-20 Lars Gullik Bjønnes + + * Makefile.am: special rules if partial linking + +2002-03-11 Lars Gullik Bjønnes + + * doxygen fixes. + +2002-03-08 Angus Leeming + + * Dialogs.[Ch]: add static signal toggleTooltips and + static method tooltipsEnabled. + +2002-03-04 Angus Leeming + + * Dialogs.h: + * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime. + +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: + * 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. + scope. 2001-11-22 John Levon - * Makefile.am: + * Makefile.am: * Alert.h: * Alert.C: * Alert_pimpl.h: alerts etc. @@ -31,12 +112,12 @@ 2001-08-27 John Levon - * GUIRunTime.h: initApplication() should take a & to argc - + * 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 @@ -44,20 +125,20 @@ 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): + * GUIRunTime.h: (x11Display): + (x11Screen): + (x11Colormap): (x11VisualDepth): new methods 2001-07-03 Lars Gullik Bjønnes @@ -71,7 +152,7 @@ 2001-06-22 John Levon * Makefile.am: remove kde frontend - + 2001-06-15 Angus Leeming * Dialogs.h: removed unused signal showCharacter. @@ -144,7 +225,7 @@ * DialogBase.h: commented out abstract method show(). - * Dialogs.h: The dialogs are now stored as a + * Dialogs.h: The dialogs are now stored as a std::vector >. Removed using directives. (d-tor) removed.