X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=01c6492359a40cd1d5050ac513302321b829a2e9;hb=4ea2bf14db30f631eb1e44ce364cc54979c1e4ef;hp=df23702bc721441057a412c9fadff0eb80d5d3ca;hpb=ea6a5fe92db34116130c64ca0ab72e40df80fe16;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index df23702bc7..01c6492359 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,372 @@ +2005-05-04 Angus Leeming + + * FormPreferences.C (SpellOptions::build): disable the + choice_spell_command if USE_ISPELL is not defined. + +2005-05-04 Michael Schmitt + + * forms/form_preferences.fd: fix capitalization. + * Form*.C: Change dialog titles - harmonize with Qt frontend and + menu entries; fix capitalization; change "citation reference" + to "citation". + * FormTexinfo.C: correct tooltip. + +2005-04-25 Angus Leeming + + * FormLog.h: + * LayoutEngine.C: + * bmtable.c: + * xformsImage.C: + * forms/pch.h: + include in .C files, not .h ones. + add licence blurb. + protect headers inside preprocessor guards. + +2005-04-25 Angus Leeming + + * globbing.[Ch]: moved here from the support directory. + + * Makefile.am: associated change. + +2005-04-08 Angus Leeming + + * FormAboutlyx.C (build): ensure that the CREDITS data fits on the + browser. + +2005-03-02 Angus Leeming + + * forms/form_filedialog.fd: do Lars' dirty work for him and remove + the unused FileInfo widget. + +2005-02-18 Michael Schmitt + + * FormRef.C: + * forms/form_ref.fd: substitute "reference" by "label" + in text messages + +2005-02-01 Angus Leeming + + * FormPreferences.C (feedback): use LyXRC::getDescription for + RC_PATH_PREFIX. + +2005-02-01 Angus Leeming + + * FormFiledialog.C (Reread): use fs::exists() before + calling fs::is_directory(). + +2005-01-31 Lars Gullik Bjonnes + + * xforms_helpers.C: rewrite to use boost.filesystem + + * FormFiledialog.[Ch]: simplify and rewrite to use boost.filesystem, + remove lot of now unused code. + +2005-01-27 Lars Gullik Bjonnes + + * Several files: use convert<> instead of atoi,strToXXX and friends + +2005-01-20 Angus Leeming + + * FormPreferences.C: change the tooltip messages to reflect the + changed meaning of the $$s placeholder. + +2005-01-15 Angus Leeming + + * FormPreferences.C, forms/form_preferences.fd: add an interface + to modify LyXRC::path_prefix. + +2005-01-13 Angus Leeming + + * FormPreferences.C: code to get/set the value + of the Cygwin check box. Compiled only under Cygwin. + + * forms/form_preferences.fd: add a Cygwin paths check box to the + Outputs->Misc tab. + +2005-01-13 Angus Leeming + + * FormPreferences.C: use getString, a safe wrapper around fl_get_input. + +2005-01-10 Angus Leeming + + * FormFiledialog.C: + * FormPreferences.C: + * lyx_gui.C: use support/package.h to provide the paths to the + various directories used by LyX. + +2005-01-06 Lars Gullik Bjonnes + + * xforms_helpers.C: + * XFormsMenubar.C: + * FormWrap.C: + * FormSpellchecker.C: + * FormPrint.C: + * FormGraphics.C: + * FormFiledialog.C: + * FormExternal.C: + * FormColorPicker.C: + * FormBox.C: + * FontInfo.C: + * ColorHandler.C: convert -> tostr + +2005-01-06 Jürgen Spitzmüller + + * FormDocument.C: + * FormParagraph.C: store all float/double values as strings. + +2005-01-05 Lars Gullik Bjonnes + + * pch.h: remove duplicate entries + + * forms/Makefile.am: improve link trick + +2005-01-05 Jürgen Spitzmüller + + * FormPreferences.C: store all float/double values as strings. + lyxrc.dpi is an int value now. + + * xfont_loader.C: lyxrc.font_sizes is a string now. + + * lyx_gui.C: change getDVI() to int. + +2005-01-04 Jürgen Spitzmüller + + * FormExternal.C: store all float/double values as strings. + * FormGraphics.C: more precise checks for the value strings. + +2005-01-03 Jean-Marc Lasgouttes + + * freebrowser.c (browser_cb): + * combox.c (combox_handle, state_cb, chosen_cb): + * bmtable.c (handle_bitmaptable, fl_replace_bmtable_item) + (fl_get_bmtable_item): Silence warnings about unused parameters. + +2004-12-28 Jean-Marc Lasgouttes + + * bmtable.c (fl_set_bmtable_pixmap_data): + (fl_set_bmtable_pixmap_file): remove incomplete (and useless) + initializer for XpmAttributes + +2004-12-28 Jürgen Spitzmüller + + * FormGraphics.C: store all values as strings. + +2004-12-19 Angus Leeming + + * lyx_gui.C (start): s/slashify_path/internal_path/ + +2004-12-16 Jürgen Spitzmüller + + * FormMathsBitmap.C: Do not split strings with blank into two + separate dispatches (bug 1214) + +2004-12-16 Angus Leeming + + * FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;" + +2004-12-15 Angus Leeming + + * FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks(). + +2004-12-14 Angus Leeming + + * FormFiledialog.C: (FileDlgCB): use os::homepath(), not + GetEnvPath("HOME"). + +2004-12-05 Angus Leeming + + * pch.h: s@@"lyx_forms.h"@ + +2004-12-02 Georg Baum + + * FormTabular.[Ch], FormTabularCreate.C: use size_t-like types for + cell, row and column indices + +2004-11-26 Angus Leeming + + * xscreen.C: + * XWorkArea.C: revert the 2004-05-04 patch that used graphics + exposure events to paint the changing screen efficiently. It + currently results in spurious release events being emitted, + buggering up selection, etc. + +2004-11-29 Jean-Marc Lasgouttes + + * input_validators.C: use support::contains instead of strchr + +2004-11-26 Angus Leeming + + * FormFiledialog.C (expand_globs): changes due to the changed + lyx::support::glob API. + +2004-11-26 Angus Leeming + + * FileDialog.C: + * FormFiledialog.C: changes due to the changed FileFilterList API. + + * FormFiledialog.C (expand_globs): moved here from + support/globbing.[Ch]. + +2004-11-25 Angus Leeming + + * FileDialog.C: s/globbing.h/filefilterlist.h/ in #includes. + * FormFileDialog.C: add #include "filefilterlist.h" + * FormBibtex.C: remove #include "globbing.h". + +2004-11-16 Lars Gullik Bjonnes + + * Layoutengine.[Ch]: Break up circular dependency between Box and + BoxList with the use of boost::shared_ptr. Modify to fit + * XFormsMenubar.[Ch]: modify to fit + * XFormsToolbar.[Ch]: modify to fit + * XFormsView.[Ch]: modify to fit + * XMiniBuffer.[Ch]: modify to fit + * XWorkArea.[Ch]: modify to fit + + * LayoutEngine.C (show): use std::for_each + (hide): ditto + + * FormPreferences.h: include xforms_helpers.h to satisfy concept + checks. + + * FormCharacter.h: include LColor.h to satisfy concept checks. + + * FormCharacter.C: do no include LColor.h + +2004-11-15 Jean-Marc Lasgouttes + + * XFormsView.C (hasFocus): new method, always returns true for now + +2004-11-08 Jean-Marc Lasgouttes + + * XFormsToolbar.C (selected): use layoutSelected + + * forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already + set in config/common.am + +2004-11-05 Jean-Marc Lasgouttes + + * XFormsToolbar.C (C_ToolbarCB, selected): + * XFormsMenubar.C (MenuCallback): do not use the verbose argument + to dispatch + +2004-11-06 Lars Gullik Bjonnes + + * RadioButtonGroup.C (set): use bind, equal_to instead of + equal_2nd_in_pair + + * xformsImage.C (loadableFormats): use bind, equal_to instead of + compare_memfun + + * lyx_gui.C (start): use for_each instead of explicit for loop + +2004-11-05 Allan Rae + + * forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule. + +2004-10-26 Angus Leeming + + * FormPreferences.[Ch]: + * forms/form_preferences.fd: enable the Movers to be modified from the + preferences dialog. + +2004-10-18 Georg Baum + + * forms/form_preferences.fd: Add translation context to "To:" + * forms/form_print.fd: ditto + +2004-10-05 Angus Leeming + + * FormPreferences.C: add code to input/output the indexing command. + +2004-10-05 Hartmut Haase + + * forms/form_preferences.fd: add widgets to enable the indexing command + (usually 'makeindex') to be input. + +2004-09-26 Lars Gullik Bjonnes + + * pch.h: use proper signal include + + * Tooltips.[Ch]: Use preffered calling of Boost.Signal + * XFormsView.h: ditto + +2004-08-30 Lars Gullik Bjonnes + + * forms/pch.h: make it better + + * forms/Makefile.am (DISTCLEANFILES): only delete files we generated + +2004-08-15 Lars Gullik Bjonnes + + * pch.h: new file + + * Makefile.am: support pch + +2004-08-08 Jean-Marc Lasgouttes + + * FormBibtex.C (input): use ControlBibtex::browseBst and + ControlBibtex::browseBib + +2004-08-01 Lars Gullik Bjonnes + + * XWorkArea.C (work_area_handler): handle wheel events more + explict here, make the way of handlig it similar to qt. + +2004-07-24 Lars Gullik Bjonnes + + * lyx_gui.C, FormMathsMatrix.C, FormLog.C: + * FormAboutlyx.C, Color.C: change "support/std_sstream.h" to + + +2004-07-22 Lars Gullik Bjonnes + + * lyx_gui.C (C_read_callback, set_read_callback, + remove_read_callback): delete funcs + +2004-07-21 Lars Gullik Bjonnes + + * lyx_gui.C (register_socket_callback): new func + (unregister_socket_callback): new func + (C_datasocket_callback,C_serversocket_callback): delete func + +2004-06-21 Jürgen Spitzmüller + + * FormCitation.C: Don't allow incomplete input (fix bug 1617). + +2004-06-04 Angus Leeming + + * combox.c (combox_handle): prevent crash when trying to draw + non-existent 'button_state' button on an 'FL_NORMAL_COMBOX' combox. + +2004-06-02 Lars Gullik Bjønnes + + * forms/Makefile.am (.fd.C): Use '-r' to test for file existence, + and use $( + + * LayoutEngine.C (c-tor): initialize visible_ as false. + (set): only invoke hide() if the widget was visible and is to + be no longer. + +2004-05-28 Lars Gullik Bjonnes + + * forms/Makefile.am (MAINTAINERCLEANFILES): rename as DISTCLEANFILES + (.fd.C): symlink the .fd files if it srcdir != builddir, call the + scropt with basename *.fd + + * Makefile.am (CLEANFILES): stamp-forms not stamp-xforms + (DISTCLEANFILES): add lyx_forms.h and lyx_xpm.h + +2004-05-24 John Levon + + * XFormsToolbar.C: fix compile error + +2004-05-19 Angus Leeming + + * Most files: wrap code up inside namespace lyx::frontend. + 2004-05-14 Angus Leeming * FormCitation.C: small changes due to the changes in biblio.h.