]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/ChangeLog
The 'Branches' mega-patch.
[features.git] / src / frontends / xforms / ChangeLog
index d256e10204c9e86203aac756463065a874772228..09591b944d476cd0c15dc1169d383cecbeba3290 100644 (file)
@@ -1,7 +1,289 @@
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
+
+       * ColorHandler.[Ch]:
+       * Dialogs.C:
+       * FormBranch.[Ch]:
+       * FormDocument.[Ch]:
+       * Makefile.am:
+       * forms/Makefile.am:
+       * forms/form_branch.fd:
+       * forms/form_document.fd: implements the
+       'branch inset' idea. This allows the output of various versions of
+       a document from a single source version, selectively outputing or
+       suppressing output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up. 
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector); 
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * FormMathsMatrix.C: rename "Center" to "Middle"
+       * FormTabular.C: replace radio_valign_center by radio_valign_middle;
+       rename LyXTabular::LYX_VALIGN_CENTER to LyXTabular::LYX_VALIGN_MIDDLE;
+       * form/form_paragraph.fd: rename "Centered" to "Center"
+       * forms/form_tabular.fd: rename "Center" to "Middle"
+
+2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * .cvsignore: add lyx_forms.h-tmp, stamp-forms, lyx_xpm.h-tmp,
+       stamp-xpm. 
+
+2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
+
+       * Color.C: Kayvan's std::setw micropatch.
+
+2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
+
+       * Color.[Ch]:
+       * FormPreferences.C: moved the RGB to hex string method
+       from FormPreferences to Color and added a hex string to RGB
+       method. 
+
+2003-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (BUILT_SOURCES): add lyx_forms.h and lyx_xpm.h
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am (libxforms_la_LIBADD): use XFORMS_LIBS
+       (lyx_xpm.h, lyx_forms.h): use nifty stamp- trick that prevents the
+       recompilation of the xforms frontend everytme configure runs.
+
+       * XFormsToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
+
+2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Always use std::endl with lyxerr
+
+2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       (with help from Juergen Spitzmueller)
+        * FormNote.[Ch]: add i18n support to the dialog.
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormToc.C (updateType): adjust for lyx::toc
+       (updateContents): ditto
+
+2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XPainter.C: include lyxfont.h
+
+       * FormParagraph.C:
+       * FormGraphics.C:
+       * FormDocument.C: adapt PAPER_* enums
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsMenubar.h:
+       * XFormsMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
+
+       * Menubar_pimpl.C:
+       * Menubar_pimpl.h: removed
+
+       * XFormsView.C: modified because of changes above
+
+2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
+
+       * XFormsToolbar.h:
+       * XFormsToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
+
+       * Toolbar_pimpl.C:
+       * Toolbar_pimpl.h: removed
+
+       * XFormsView.C: modified because of changes above
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * FormColorpicker.[Ch]
+       * forms/form_colorpicker.fd: new files. A color picker for xforms.
+
+       * FormPreferences.[Ch]
+       * forms/form_preferences.fd: use it.
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (apply, update):
+       changes due to the use of the FileName class to store the external
+       file name.
+
+       * FormGraphics.C (apply, update): use Kernel::bufferFilepath()
+       wrapper.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C (apply, update):
+       changes due to the use of the FileName class to store the graphics
+       file name.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (update, apply):
+       * FormGraphics.C (update, apply):
+       * FormPrefences.C (LnFmisc::update, LnFmisc::apply):
+       * XPainter.C (image):
+       * xformsImage.C (status_report, error_report): use namespace
+       lyx::graphics rather than grfx shortcut.
+
+2003-07-18  Angus Leeming  <leeming@lyx.org>
+
+       * FormNote.C (build): add a tooltip.
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDialogView.h (controller): ditto
+
+       * FormBase.h (controller): follow C++ rules more closely.
+
+2003-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormDialogView.C (postMessage): remove preprocessor warning.
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::graphics
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introcude namespace lyx::support
+
+2003-06-30  André Pönitz  <poenitz@gmx.net>
+
+       * ColorHandler.C:
+       * FormBase.C:
+       * FormDialogView.C:
+       * FormDocument.C: #ifdef BOOSTFORMAT -> bformat
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * combox.h: fix some usage of \param
+       * freebrowser.h: ditto
+
+2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyx_gui.C (start): use BufferView::loadLyXFile
+
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormError.[Ch]:
+       * forms/form_error.fd: removed
+       * forms/Makefile.am:
+       * Makefile.am: adjust
+       * Dialogs.C: adjust
+
+2003-06-20  Angus Leeming  <leeming@lyx.org>
+
+       * FormBibtex.C (input, update): changes due to changed controller
+       interface.
+
+       * FormTexinfo.[Ch]: clean-up handling of TeX file databases.
+
+2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyx_gui.C (start): call ::loadLyXFile instead
+       of BufferList::loadLyXFile
+
+2003-06-19  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * FormTexinfo.[Ch]:
+       * forms/form_texinfo.fd: changes to use the new Dialog-based scheme.
+
+2003-06-19  Juergen Spitzmueller <juergen.sp@t-online.de>
+
+       * forms/form_preferences.fd Revert Rob Lahaye's patch.
+       Weird xforms sizing issues.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: rename math panel identifier as "mathpanel".
+       * Dialogs2.C (showMathPanel): removed.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C
+       * FormMathsPanel.[Ch]:
+       * forms/form_maths_panel.fd: convert FormMathsPanel to the
+       new Dialog-based scheme.
+
+       * Dialogs.C:
+       * FormMathsBitmap.[Ch]:
+       * FormMathsDelim.[Ch]:
+       * FormMathsMatrix.[Ch]:
+       * FormMathsSpace.[Ch]:
+       * FormMathsStyle.[Ch]: s/ControlMath2/ControlMath/.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * FormMathsBitmap.[Ch]:
+       * FormMathsDelim.[Ch]:
+       * forms/form_maths_delim.fd:
+       * FormMathsMatrix.[Ch]:
+       * forms/form_maths_matrix.fd:
+       * FormMathsPanel.[Ch]:
+       * FormMathsSpace.[Ch]:
+       * forms/form_maths_space.fd:
+       * FormMathsStyle.[Ch]:
+       * forms/form_maths_style.fd:
+       * Dialogs.C: convert FormMathsBitmap, FormMathsDelim, FormMathsMatrix,
+       FormMathsSpace and FormMathsStyle to the new Dialog-based scheme.
+
+2003-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (input): do not activate Ok, Apply when clicking on
+       "Edit File".
+
+2003-06-11  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C: changes due to InsetExternal::Params no longer
+       storing the ExternalTemplate but its name.
+
+2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * XFormsView.C: remvoe current_view global variable.
+       (create_form_form_main): and the usage
+
+       * FormDocument.C: adjust for type
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (input, updateComboChange):
+       show the correct help text when the dialog is opened.
+
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C
+       * forms/form_external: remove the widget to input the removed
+       InsetExternal::Params::parameters variable.
+
+2003-06-04  John Levon  <levon@movementarian.org>
+
+       * FormTabular.C: fix a crash on applying changes
+       at close
+
 2003-06-03  John Levon  <levon@movementarian.org>
 
        * lyx_gui.C: add sync_events()
 
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): change the External dialog button policy to
+       NoRepeatedApplyReadOnlyPolicy.
+
+       * FormExternal.C:
+       * forms/form_external.fd:
+       add widgets to set the way the External dialog is
+       displayed within LyX.
+       Remove the buttons to trigger the View command and the Update command
+       (duplicates Apply).
+
 2003-06-03  Angus Leeming  <leeming@lyx.org>
 
        * FormGraphics.C (build): a few comments.