X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=40636a981cc7dc40c85a4e2e7977f1d4ab4dba4c;hb=1c155241d88fa2106565711ef94396be42b912a9;hp=4ad9b83c4e275bcceeded47c94d3a81f94c2d1e5;hpb=22451cf2a82d13ddfea06917e00a2952f97d713f;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 4ad9b83c4e..40636a981c 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,521 @@ +2003-07-30 Martin Vermeer + + (with help from Juergen Spitzmueller) + * FormNote.[Ch]: add i18n support to the dialog. + +2003-07-27 Lars Gullik Bjønnes + + * FormToc.C (updateType): adjust for lyx::toc + (updateContents): ditto + +2003-07-27 Jean-Marc Lasgouttes + + * XPainter.C: include lyxfont.h + + * FormParagraph.C: + * FormGraphics.C: + * FormDocument.C: adapt PAPER_* enums + +2003-07-25 Jean-Marc Lasgouttes + + * 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 + + * 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 + + * 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 + + * 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 + + * FormGraphics.C (apply, update): + changes due to the use of the FileName class to store the graphics + file name. + +2003-07-21 Angus Leeming + + * 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 + + * FormNote.C (build): add a tooltip. + +2003-07-18 Lars Gullik Bjønnes + + * FormDialogView.h (controller): ditto + + * FormBase.h (controller): follow C++ rules more closely. + +2003-07-16 Angus Leeming + + * FormDialogView.C (postMessage): remove preprocessor warning. + +2003-07-04 Lars Gullik Bjønnes + + * introduce namespace lyx::graphics + +2003-07-01 Lars Gullik Bjønnes + + * introcude namespace lyx::support + +2003-06-30 André Pönitz + + * ColorHandler.C: + * FormBase.C: + * FormDialogView.C: + * FormDocument.C: #ifdef BOOSTFORMAT -> bformat + +2003-06-28 Lars Gullik Bjønnes + + * combox.h: fix some usage of \param + * freebrowser.h: ditto + +2003-06-27 Alfredo Braunstein + + * lyx_gui.C (start): use BufferView::loadLyXFile + +2003-06-21 Alfredo Braunstein + + * FormError.[Ch]: + * forms/form_error.fd: removed + * forms/Makefile.am: + * Makefile.am: adjust + * Dialogs.C: adjust + +2003-06-20 Angus Leeming + + * FormBibtex.C (input, update): changes due to changed controller + interface. + + * FormTexinfo.[Ch]: clean-up handling of TeX file databases. + +2003-06-19 Alfredo Braunstein + + * lyx_gui.C (start): call ::loadLyXFile instead + of BufferList::loadLyXFile + +2003-06-19 Angus Leeming + + * Dialogs.C: + * Dialogs2.C: + * FormTexinfo.[Ch]: + * forms/form_texinfo.fd: changes to use the new Dialog-based scheme. + +2003-06-19 Juergen Spitzmueller + + * forms/form_preferences.fd Revert Rob Lahaye's patch. + Weird xforms sizing issues. + +2003-06-17 Angus Leeming + + * Dialogs.C: rename math panel identifier as "mathpanel". + * Dialogs2.C (showMathPanel): removed. + +2003-06-17 Angus Leeming + + * 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 + + * 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 + + * FormExternal.C (input): do not activate Ok, Apply when clicking on + "Edit File". + +2003-06-11 Angus Leeming + + * FormExternal.C: changes due to InsetExternal::Params no longer + storing the ExternalTemplate but its name. + +2003-06-10 Lars Gullik Bjønnes + + * XFormsView.C: remvoe current_view global variable. + (create_form_form_main): and the usage + + * FormDocument.C: adjust for type + +2003-06-10 Angus Leeming + + * FormExternal.C (input, updateComboChange): + show the correct help text when the dialog is opened. + +2003-06-04 Angus Leeming + + * FormExternal.C + * forms/form_external: remove the widget to input the removed + InsetExternal::Params::parameters variable. + +2003-06-04 John Levon + + * FormTabular.C: fix a crash on applying changes + at close + +2003-06-03 John Levon + + * lyx_gui.C: add sync_events() + +2003-06-03 Angus Leeming + + * 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 + + * FormGraphics.C (build): a few comments. + +2003-05-25 Alfredo Braunstein + + * FormErrorList.C: make the error description read-only but + selectable. Fix a bug on the initial state. + +2003-05-23 Angus Leeming + + * FormExternal.C (update): the default template is the first one + and the choice is always active. + +2003-05-23 Lars Gullik Bjønnes + + * Toolbar_pimpl.C (displayToolbar): comment out unsused parameters. + +2003-05-21 Alfredo Braunstein + + * FormBase.[Ch]: + * FormDialogView.[Ch] (setTitle): added + * FormErrorList.C: + * FormLog.C: + * FormShowFile.C: use setTitle + +2003-05-20 Alfredo Braunstein + + * FormErrorList.[Ch]: small bugs fixed + +2003-05-13 Rob Lahaye + + * FormPreferences.C: Change conversions-tooltip. + + * forms/form_preferences.fd: modify layout (similar to Graphics dialog + layout) + +2003-05-19 Angus Leeming + + * forms/fdfixc.sed: + * FormAboutlyx.C (build): + * FormCitation.C (update): + * FormDocument.C (build): + * FormErrorList.C (updateContents): + * FormGraphics.C (build): + * FormMathsBitmap.C (build): + * FormMathsMatrix.C (build): + * FormPreferences.C (build, LnFmisc::build, OutputsMisc::build, + SpellOptions::build): + * FormRef.C (build, updateBrowser, switch_go_button): + * FormTabular.C (build): + * FormToc.C (updateContents): + gettext's _(str) now returns a string rather + than char const *, so must add a .c_str() when passing to the xforms + lib. + +2003-05-19 Angus Leeming + + * forms/c_str.sed: removed. Renamed as: + * forms/tmp_str.sed + + * forms/Makefile.am (EXTRA_DIST): add tmp_str.sed. + ($(libfdesign_la_SOURCES)): make it depend on tmp_str.sed. + + * forms/fdfix.sh: + * forms/fdfixc.sed: + * forms/tmp_str.sed: s/c_str\([^(]\)/tmp_str\1/. + +2003-05-15 André Pönitz + + * forms/Makefile.am: add -I.. to get access to lyx_forms.h + +2003-05-14 Lars Gullik Bjønnes + + * lyx_xpm.h.in: new file + + * lyx_forms.h.in: new file + + * forms/fdfix.sh: adjust for FORMS_H_LOCATION -> lyx_forms.h change. + + * Makefile.am (EXTRA_DIST): lyx_forms.h.in lyx_xpm.h.in + + * Almost all files:: FORMS_H_LOCATION -> lyx_forms.h + +2003-05-12 Alfredo Braunstein + + * FormErrorList.[Ch]: + * forms/form_errorlist.fd: added + * forms/Makefile.am: + * Makefile.am: the above additions + * Dialogs.C: ditto + +2003-05-13 André Pönitz + + * FontInfo.C: + * FormDocument.C: + * FormFiledialog.C: + * FormForks.C: + * FormGraphics.C: + * FormMinipage.C: + * FormParagraph.C: + * FormPreferences.C: + * FormPrint.C: + * FormSpellchecker.C: + * FormWrap.C: + * Menubar_pimpl.C: tostr from new header + +2003-05-12 André Pönitz + + * FormDocument.C: + * FormGraphics.C: + * xforms_helpers.C: boost::format -> bformat all over the place + +2003-05-08 Lars Gullik Bjønnes + + * Makefile.am: better lib building + + * forms/.cvsignore: add libfdesign.la + + * Toolbar_pimpl.C (displayToolbar): move out-of-line + + * Makefile.am: better lib building + +2003-05-02 Michael Schmitt + + * FormDocument.C: Handle document classes with missing TeX class + (-> class name prefix: "Unavailable: ") + +2003-05-03 John Levon + + * xscreen.h: + * xscreen.C: implement new cursor API + +2003-04-30 John Levon + + * Form: fix dialog titles to match new menus + +2003-04-27 John Levon + + * Alert_pimpl.C: ignore cancel_button (for now) + +2003-04-15 John Levon + + * Toolbar_pimpl.C: ignore Minibuffer + +2003-04-10 John Levon + + * XFormsView.C: + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: API change for show/hide + +2003-04-09 Angus Leeming + + * FormAboutlyx.C: + * FormDocument.C: + * FormGraphics.C: + * FormPreferences.C: + * FormTabular.C: + * forms/form_preferences.fd: prepare the way for resizable + tabfolders if the xforms version is up to the task. + +2003-04-09 John Levon + + * Toolbar_pimpl.C: + * Toolbar_pimpl.h: ignore every toolbar after the first one + +2003-04-09 Angus Leeming + + Enable "proper" tooltips in browser widgets if your version of + the xforms library is recent enough. + + * FormBase.C (PrehandlerCB): + * FormDialogView.C (PrehandlerCB): Conditional compilation of + "tooltips in browser widgets work-around". + + * FormBibtex.C (build): + * FormCitation.C (build): + * FormForks.C (build): + * FormTexinfo.C (build): only set the prehandler for browser widgets + if xforms does not support tooltips for same. + +2003-04-08 John Levon + + * Toolbar_pimpl.C: remove setPixmap, use the backend + instead. + +2003-04-08 John Levon + + * Toolbar_pimpl.C: handle tooltip + +2003-04-03 Angus Leeming + + * combox.[ch]: + * freebrowser.[ch]: ensure that the formatting conforms to xforms + style. Add all major authors. + + combox.c (fl_addto_combox): squash bug in initial selection + of the first line of the browser. + +2003-04-03 Angus Leeming + + * freebrowser.[ch] (fl_get_freebrowser_browser): removed spurious + accessor function. + + * XMinibuffer.C: + * combox.c: associated changes. + +2003-04-03 Angus Leeming + + * combox.[ch]: add an FL_NORMAL_COMBOX type. + + * forms/fdfixc.sed: enable the use of both combox types. + +2003-04-03 Angus Leeming + + * freebrowser.c (peek_event): write C89, not C99, code. + + * combox.[ch]: + * freebrowser.[ch]: these files belong to LyX, so say so. + + * combox.[ch] (fl_create_combox, fl_add_combox, + fl_set_combox_position): change the function prototypes to use enums + rather than ints. + +2003-04-02 Angus Leeming + + Rename some variables. + * forms/form_document.fd: + * FormDocument.C: ABC_doc_DEF to ABC_DEF and ABC_bullet_DEF to ABC_DEF. + +2003-04-02 Angus Leeming + + * 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 + + * forms/form_character.fd: rearrange widget order. + +2003-04-02 Angus Leeming + + * FormDocument.[Ch]: + * FormPreferences.[Ch]: + * Toolbar_pimpl.[Ch]: + * xforms_helpers.C: whitespace and formatting changes. + +2003-04-02 Angus Leeming + + * 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 + + * XFormsView.C: + * Toolbar_pimpl.C: ToolbarDefaults got renamed + +2003-04-01 John Levon + + * Alert_pimpl.C: format error messages + 2003-03-31 John Levon * FontInfo.C: @@ -108,7 +626,7 @@ 2003-03-13 Angus Leeming - * forms/fdfix.sh: + * forms/fdfix.sh: * forms/fdfixh.sed: fix #944 by making the temporary filenames unique and so enable reentrant builds on SMP machines. @@ -269,7 +787,7 @@ 2003-03-04 Angus Leeming * FormText.[Ch]: the label of the input widget is passed to the - FormText c-tor and used in the build method. + FormText c-tor and used in the build method. * Dialogs3.C: pass an extra arg to the FormText c-tor. @@ -410,7 +928,7 @@ 2003-02-10 Juergen Spitzmueller - * FormDocument.C: Reset paperpackage to NONE when + * FormDocument.C: Reset paperpackage to NONE when papersize != A4 (bug 844) 2003-02-11 Angus Leeming @@ -432,7 +950,7 @@ * FormPreferences.C: use fl_getmcolor and getRGBColor. * lyx_gui.C: use getRGBColor. * xformsImage.C: use getRGBColor. - + 2003-02-11 Angus Leeming * bmtable.c: whitespace and indentation consistent with the other @@ -456,7 +974,7 @@ * FormPreferences.h: * FormPreferences.C: * forms/form_preferences.fd: add Identity prefs - + 2003-01-31 Michael Schmitt * FormDocument.C: