]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/ChangeLog
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / ChangeLog
index 450d5ca8d2131a83b4214c567f335da68807dd6f..242e349e9103a978fc5e2f2789e8630eb4947bc1 100644 (file)
@@ -1,3 +1,128 @@
+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.
+
+       * FormUrl.[Ch]: Changed accordingly.
+       * FormCredits.[Ch]: ditto.
+
+       * gnomeBC.[Ch]: Fixed to get it to compile.
+
+       * gnome_helpers.h: Changed declaration from const char * to char const *
+
+2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GnomeBase.[Ch]: changed ControlBase to ControlButton.
+
+2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
+       Code moved into the generic template base class. Replaced
+       setCancelCloseButton() with setButtonLabel().
+
+2001-03-29  Baruch Even  <baruch@lyx.org>
+
+       * gnomeBC.[Ch]: Changed to use the new GuiBC template.
+
+2001-03-29  Baruch Even  <baruch@lyx.org>
+
+       * FormUrl.C (d-tor):
+       * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
+       crashes on exit.
+
+       * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
+
+2001-03-29  Michael Koziarski  <michael@koziarski.org>
+
+       * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
+
+       * Makefile.am: Added FormCredits.[Ch]
+
+       * FormCredits.[Ch]: Created FormCredits dialog using libglade
+       approach.  Text needs to be formatted still.
+
+       * dialogs/diahelpcredits.glade: Created file.
+
 2001-03-26  Baruch Even  <baruch@lyx.org>
 
        * Various files: Fixes to get the gnome frontend to compile again.