]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Disable various spell thingies when USE_[AIP]SPELL is not defined.
[lyx.git] / src / frontends / xforms / ChangeLog
index 150bbb222bc7552f3b8f9aaa7896ade8a4ec3d61..01c6492359a40cd1d5050ac513302321b829a2e9 100644 (file)
@@ -1,3 +1,178 @@
+2005-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C (SpellOptions::build):  disable the
+       choice_spell_command if USE_ISPELL is not defined.
+
+2005-05-04  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * 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  <leeming@lyx.org>
+
+       * FormLog.h:
+       * LayoutEngine.C:
+       * bmtable.c:
+       * xformsImage.C:
+       * forms/pch.h:
+       include <config.h> in .C files, not .h ones.
+       add licence blurb.
+       protect headers inside preprocessor guards.
+
+2005-04-25  Angus Leeming  <leeming@lyx.org>
+
+       * globbing.[Ch]: moved here from the support directory.
+
+       * Makefile.am: associated change.
+
+2005-04-08  Angus Leeming  <leeming@lyx.org>
+
+       * FormAboutlyx.C (build): ensure that the CREDITS data fits on the
+       browser.
+
+2005-03-02  Angus Leeming  <leeming@lyx.org>
+
+       * forms/form_filedialog.fd: do Lars' dirty work for him and remove
+       the unused FileInfo widget.
+
+2005-02-18  Michael Schmitt  <michael.schmitt@teststep>
+
+       * FormRef.C:
+       * forms/form_ref.fd: substitute "reference" by "label"
+       in text messages
+
+2005-02-01  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C (feedback): use LyXRC::getDescription for
+       RC_PATH_PREFIX.
+
+2005-02-01  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (Reread): use fs::exists() before
+       calling fs::is_directory().
+
+2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * 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  <larsbj@gullik.net>
+
+       * Several files: use convert<> instead of atoi,strToXXX and friends
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: change the tooltip messages to reflect the
+       changed meaning of the $$s placeholder.
+
+2005-01-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C, forms/form_preferences.fd: add an interface
+       to modify LyXRC::path_prefix.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * FormPreferences.C: use getString, a safe wrapper around fl_get_input.
+
+2005-01-10  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <larsbj@gullik.net>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * FormDocument.C:
+       * FormParagraph.C: store all float/double values as strings.
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: remove duplicate entries
+
+       * forms/Makefile.am: improve link trick
+
+2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * FormExternal.C: store all float/double values as strings.
+       * FormGraphics.C: more precise checks for the value strings.
+
+2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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  <lasgouttes@lyx.org>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * FormGraphics.C: store all values as strings.
+
+2004-12-19  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): s/slashify_path/internal_path/
+
+2004-12-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormMathsBitmap.C: Do not split strings with blank into two
+       separate dispatches (bug 1214)
+
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;"
+
+2004-12-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C: (FileDlgCB): use os::homepath(), not
+       GetEnvPath("HOME").
+
 2004-12-05  Angus Leeming  <leeming@lyx.org>
 
        * pch.h: s@<X11/forms.h>@"lyx_forms.h"@