]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/ChangeLog
fix problem with nroff detection, remove dead code with old floats, bogus message...
[lyx.git] / src / frontends / gnome / ChangeLog
index b69bb20c67535475f5419b06fd0f0ee2ea348f03..e04b9a8599df67499d2d621007fd3eb46b2e1d68 100644 (file)
@@ -1,3 +1,153 @@
+2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
+
+       * Menubar_pimpl.C
+       * Menubar_pimpl.h
+       * mainapp.h
+       * mainapp.C: Removed,  We should behave similarly to the qt2
+       frontend, so I've removed the LyXGnomified and menubar code.  The
+       menubar wasn't working properly anyway.
+
+2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Menubar_pimpl.C (composeUIInfo): 
+       (update): use FuncStatus
+
+2002-01-03  Michael Koziarski  <michael@koziarski.com>
+
+       * Dialogs.h: fix compilation.
+       * Makefile.am: ditto.
+       * GUIRunTime.C: ditto.  Supply a getScreenDPI().
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Timeout_pimpl.h: do not include <config.h> in header files.
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormCitation.C:
+       * GUIRunTime.C: change "while(" to "while ("
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.C: remove splash dialog code.
+
+       * Makefile.am: remove splash dialog files.
+
+2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
+       (libgnome_la_SOURCES): sort
+
+2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUIRunTime.C: initApplication() should take a int & argc, add debug
+2001-07-19  Baruch Even  <baruch@lyx.org>
+
+       * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
+
+2001-07-16  Baruch Even  <baruch@lyx.org>
+
+       * GUIRunTime.C: Added some functions that were required lately.
+
+2001-07-16  Baruch Even  <baruch@lyx.org>
+
+       * Makefile.am:
+       * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
+       in repository until they get redone as About Dialog.
+       
+       * FileDialog.C:
+       * Menubar_pimpl.C:
+       * Menubar_pimpl.h:
+       * mainapp.C:
+       * mainapp.h: Various fixed to get Gnome FE (FrontEnd) to compile again.
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * FormCredits.C (build): std::stringstream -> stringstream.
+
+2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * gnomeBC.h: clean-up of included files.
+
+2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FileDialog.C:
+       * FormCitation.C:
+       * FormCopyright.C:
+       * FormCredits.C:
+       * FormError.C:
+       * FormIndex.C:
+       * FormPrint.C:
+       * FormRef.C:
+       * FormTabularCreate.C:
+       * FormToc.C:
+       * FormUrl.C:
+       * GnomeBase.C:
+       * Menubar_pimpl.C:
+       * gnome_helpers.C:
+       * mainapp.C: removed // -*- C++ -*- as first line.
+
+       * FormTabularCreate.h:
+       * FormToc.h:
+       * Timeout_pimpl.h: added // -*- C++ -*- as first line.
+
+2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
+
+       * FormTabularCreate[Ch]:
+       * dialogs:
+       * Makefile.am:
+       * Dialogs.C:  Created the FormCharacter Dialog and altered the
+       other files to include it.
+
+2001-04-29  Baruch Even  <baruch@lyx.org>
+
+       * Dialogs.C: Added an include for ControlSplash which is required
+       in GUI.h but is not included there.
+
+       * GnomeBase.C: Changed an Assert to lyx::Assert.
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormIndex.C: delete duplicate include files
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * gnomeBC.C (setButtonLabel): 
+       * Menubar_pimpl.C (updateAllLists): 
+       * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
+       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+
+2001-04-03  Baruch Even  <baruch@lyx.org>
+
+       * FileDialog.C: Added file to provide the gnome file dialog.
+
+2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.C: s/popup/dialog/
+
+       * FormUrl.C:
+       * GnomeBase.C:
+       * GnomeBase.h: s/ControlButton/ControlButtons/
+       s/UndoAll/Restore/
+       
+2001-04-02  Michael Koziarski  <michael@koziarski.org>
+
+       * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
+
+       * gnome_helpers.C: Some castings to avoid compilation break.
+
+2001-04-01  Baruch Even  <baruch@lyx.org>
+
+       * GUIRuntime.C (initApplication):  Changed strings to non-static.
+
+2001-03-30  Baruch Even  <baruch@lyx.org>
+
+       * FormCredits.C: Added the formatting of the credits text.
+
+       * gnome_helpers.[Ch]: Added functions to get font name from font.
+
 2001-03-30  Baruch Even  <baruch@lyx.org>
 
        * GnomeBase.[Ch]: Added the dialog as a responsibility.