]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / ChangeLog
index 94804e1acead0827e123dc927e7c5ae363cdcbfd..f1f1c304cd1e6e23af69f9fabf6e208d14c954ad 100644 (file)
@@ -1,3 +1,348 @@
+2003-04-02  Angus Leeming  <leeming@lyx.org>
+
+       * forms/form_character.fd: rearrange widget order.
+
+2003-04-02  Angus Leeming  <leeming@lyx.org>
+
+       * combox.C:
+       * DropDown.[Ch]: removed.
+
+       * combox.[ch]:
+       * freebrowser.[ch]: replace Alejandro's Combox and John's DropDown
+       C++ code with something that can be integrated into xforms itself.
+
+       * Dialogs2.C: remove #include "combox.h".
+
+       * FormCharacter.[Ch]:
+       * forms/form_character.fd:
+       * FormDocument.[Ch]:
+       * forms/form_document.fd:
+       * FormPreferences.[Ch]:
+       * forms/form_preferences.fd:
+       * Toolbar_pimpl.[Ch]: replace code using Alejandro's Combox with
+       code using an FL_OBJECT of type FL_COMBOX.
+
+       * XMiniBuffer.[Ch]: replace John's DropDown with code using
+       FL_FREEBROWSER.
+
+       * Makefile.am: remove combox.C, DropDown.[Ch].
+       Add combox.c, freebrowser.[ch].
+
+       * forms/README:
+       * forms/fdfix.sh:
+       * forms/fdfixc.sed: update to suit the new combox code.
+
+2003-04-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormDocument.[Ch]:
+       * FormPreferences.[Ch]:
+       * Toolbar_pimpl.[Ch]:
+       * xforms_helpers.C: whitespace and formatting changes.
+       
+2003-04-02  Angus Leeming  <leeming@lyx.org>
+
+       * XFormsView.C (create_form_form_main): no longer pass this to the
+       XMinibuffer c-tor.
+
+       * XMiniBuffer.[Ch]: something of a clean-up.
+       (c-tor): no longer requires a XFormsView * in the argument list.
+       (create_input_box): moved out of the class.
+       (the_buffer_, input_obj_): replaced by a single input_. Having two
+       pointers to the same FL_OBJECT was clearly barmy.
+       (idle_timeout): don't access bufferview_func's currentState direct
+       but rather use the new controller method. Means that XMinibuffer
+       knows nothing about the LyX kernel.
+
+2003-04-01  John Levon  <levon@movementarian.org>
+
+       * XFormsView.C:
+       * Toolbar_pimpl.C: ToolbarDefaults got renamed
+
+2003-04-01  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: format error messages
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * FontInfo.C:
+       * lyx_gui.C:
+       * xfont_loader.C: add font name helpers, move
+       use_gui
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: remove alert()
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * bmtable.c: handle transparent pixels
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * input_validators.C: remove dead code
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: implement information(), warning(), error()
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * xforms_helpers.h:
+       * xforms_helpers.C: add parseShortcut()
+
+       * Alert_pimpl.C: fixes
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: implement prompt()
+
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * combox.C (show):
+       * FormBase.C (hide, PrehandlerCB):
+       * FormDialogView.C (hide, PrehandlerCB):
+       remove support for xforms < 1.0.
+
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs3.C:
+       * Dialogs_impl.h:
+       move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
+       move Dialog3.C to Dialogs.C.
+
+       * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
+
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove the thesaurus dialog.
+
+       * Dialogs3.C: add it here.
+
+       * FormThesaurus.[Ch]:
+       * forms/form_thesaurus.fd: changes to use the new Dialog-based scheme.
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
+
+       * Dialogs3.C: add these dialogs.
+
+       * FormBrowser.[Ch]:
+       * forms/form_browser.fd:
+       * FormLog.[Ch]:
+       * FormShowFile.[Ch]:
+       * FormVCLog.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (clip): cure compiler warnings.
+
+2003-03-24  Angus Leeming  <leeming@lyx.org>
+
+       * xforms_resize.C (get_scaling_factor): "cure" float -> int warnings.
+
+2003-03-22  John Levon  <levon@movementarian.org>
+
+       * xscreen.C: remove "internal", unused
+
+2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+        * FormChanges.C: "LyX: " in dialog's name is redundant;
+        add few comments; fix disabling buttons when no changes found.
+
+        * forms/form_changes.fd: prettify layout.
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove paragraph dialog.
+
+       * Dialogs3.C: addparagraph  dialog.
+
+       * FormParagraph.[Ch]:
+       * forms/form_paragraph.[Ch]: changes to use the new Dialog-based
+       scheme.
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfix.sh: 
+       * forms/fdfixh.sed: fix #944 by making the temporary filenames unique
+       and so enable reentrant builds on SMP machines.
+
+2003-03-12  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove character dialog.
+
+       * Dialogs3.C: add character dialog.
+
+       * FormCharacter.[Ch]:
+       * forms/form_character.[Ch]: changes to use the new Dialog-based
+       scheme.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
+       Use IgnorantPolicy for thr B.C.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * lots of files: changes associated with the clean-up of the
+       ButtonController.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove merge changes dialog.
+
+       * Dialogs3.C: add merge changes dialog.
+
+       * FormChanges.[Ch]:
+       * forms/form_changes.fd: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove aboutlyx dialog.
+
+       * Dialogs3.C: add aboutlyx dialog.
+
+       * FormAboutlyx.[Ch]:
+       * forms/form_aboutlyx.fd: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove tabularcreate dialog.
+
+       * Dialogs3.C: add tabularcreate dialog.
+
+       * FormTabularCreate.[Ch]:
+       * forms/form_tabular_create.fd: changes to use the new Dialog-based
+       scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove tabular dialog.
+
+       * Dialogs3.C: add tabular dialog.
+
+       * FormTabular.[Ch]:
+       * forms/form_tabular.fd: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * FormTabular.C: changes due to the changed ControlTabular
+       interface.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove graphics dialog.
+
+       * Dialogs3.C: add graphics dialog.
+
+       * FormGraphics.[Ch]:
+       * forms/form_graphics.fd: changes to use the new Dialog-based scheme.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove minipage dialog.
+
+       * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
+       label or url controllers; use ControlCommand instead.
+
+       * FormBibitem.[Ch]:
+       * FormIndex.[Ch]: changes due to use of ControlCommand, above
+
+       * FormMinipage.[Ch]:
+       * forms/form_minipage.fd: changes to use the new Dialog-based scheme.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * xscreen.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-02-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormTabularCreate.C: remove slider settings (now part of .fd file)
+         and add tooltips.
+
+       * forms/form_tabular_create.fd: prettify; add slider settings and
+         proper gravity.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormWrap.[Ch]:
+       * forms/form_wrap.fd: changes to use the new Dialog-based scheme.
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove wrap dialog.
+
+       * Dialogs3.C: add wrap dialog.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormFloat.[Ch]:
+       * forms/form_float.fd: changes to use the new Dialog-based scheme.
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove float dialog.
+
+       * Dialogs3.C: add float dialog.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.[Ch]:
+       * forms/form_include.fd: changes to use the new Dialog-based scheme.
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove include dialog.
+
+       * Dialogs3.C: add include dialog.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.[Ch]:
+       * forms/form_external.fd: changes to use the new Dialog-based scheme.
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove external dialog.
+
+       * Dialogs3.C: add external dialog.
+
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormText.[Ch]: the label of the input widget is passed to the
+       FormText c-tor and used in the build method. 
+
+       * Dialogs3.C: pass an extra arg to the FormText c-tor.
+
+2003-02-28  Alfredo Braunstein <abraunst@libero.it>
+
+       * FormPreferences.C
+       * FormSento.C
+       * xformsImage.C: Added #include "format.h"
+
 2003-02-27  Angus Leeming  <leeming@lyx.org>
 
        * Dialogs.C (build): add a label dialog.