]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / ChangeLog
index 8e4ad9c20bcba17dec6c07dfa1849e3c5d8b91a0..6f16b5bf3312f0ec8acd0e489bfd7a3fe5af6ab2 100644 (file)
@@ -1,9 +1,226 @@
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: improve tooltips text
+
+       * forms/form_graphics.fd: cosmetic change in file tab
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormTexinfo.C: 
+       * forms/form_filedialog.fd:
+       * forms/form_texinfo.fd: less bulky xforms dialogs.
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+       * FormPrint.[Ch]:
+       * forms/form_print.fd: new xforms print dialog layout
+2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: use "Default" as first item in Origin of rotation
+
+       * forms/form_graphics.fd: improved layout
+
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C (update): remove lyxerr call.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormInclude.C:
+       * forms/form_include.fd: reorder, remove noload
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormMathDeco.C: move latex_deco into ControlMath
+2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormBase.C:
+       * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
+       set minimized title (without "LyX: ") and its icon.
+
+       * FormSpellchecker.C:
+       * FormSearch.C:
+       * FormThesaurus.C: remove "LyX: " from dialog window title.
+
+       * FormRef.[Ch]: add proper switch for "Go to" button.
+
+       * FormBibitem.C:
+       * forms/form_bibitem.fd:
+       * FormCitation.C:
+       * forms/form_citation.fd:
+       * FormRef.C:
+       * forms/form_ref.fd:
+       * FormSpellchecker.[Ch]:
+       * forms/form_spellchecker.fd:
+       * forms/form_toc.fd:
+       * forms/form_url.fd: less bulky dialogs; use proper gravity and
+       resize policy; add few tooltips.
+
+2002-09-06  Alain Castera  <castera@in2p3.fr>
+
+        * FormTabular.C: leave the horizontal alignment buttons alive 
+         on fixed width columns
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsCallbacks.h:
+       * forms/fdfix.sh: fix build from last change
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C:
+       * FormMathsPanel.h:
+       * FormMathsPanel.C: remove MathsSymbols to controllers/
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C: 
+       * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: implement splitting for AMS. nrel
+         is broken
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: fix two crash bugs
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_graphics.fd:
+       * FormGraphics.C: re-implement the use of text_warning box.
+       
+       * forms/form_preferences.fd:
+       * FormPreferences.C: use displayTranslator, change display mode
+       from four radio buttons into one choice button.
+
+        * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * xformsImage.C: fix build, add FIXME for Rob
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.[Ch]:
+       * forms/form_graphics.fd: Implement new graphics dialog
+       
+       * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
+       instead of "mono|gray|no".
+
+2002-08-22  John Levon  <levon@movementarian.org>
+
+       * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
+2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
+       for support/smart_ptr.h, change use of smart ptr to boost version
+
+       * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
+       is a smart_ptr)
+       (build): use nifty 3rd arg of smart_ptr
+       (addBitmap): ditto
+
+2002-08-20  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C: estimate default DPI
+
+2002-08-16  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
+
+       * Dialogs3.C: removed.
+
+2002-08-16  Angus Leeming  <leeming@lyx.org>
+
+       * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
+       time, old boy.
+
+2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
+
+       * FormRef.C (update): Synchronise the buffer choice and the list of
+       labels if the dialog is re-opened.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs3.C:
+       * Dialogs_impl.h: the brave new world of Dialog creation.
+
+       * FormBaseDeprecated.C:
+       * FormFiledialog.C:
+       * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
+
+       * guiapi.C: discard.
+
+       * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
+       remove guiapi.C.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * lots: changed my email address to leeming@lyx.org.
+
+       * FormBaseDeprecated.[Ch]: return it to private derivation from
+       boost::noncopyable.
+
+       * FormBaseDeprecated.[Ch]:
+       * FormDocument.[Ch]:
+       * FormInset.[Ch]:
+       * FormMaths*.[Ch]:
+       * FormPreferences.[Ch]:
+       * FormTabular.[Ch]:
+       pass and store references to LyXView and Dialogs, not pointers.
+
+       * FormInset.[Ch]: remove class FormCommand.
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: public derivation from boost::noncopyable.
+
+       * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
+       derives directly from boost::noncopyable.
+       (show): made public.
+
+       * FeedbackController.h: rearrange #includes.
+
+       * FormDocument.C:
+       * FormMathsDeco.C:
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C:
+       * FormMathsPanel.C:
+       * FormTabular.C: remove #include "Dialogs.h"
+
+       * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
+
+       * FormPreferences.C: rearrange #includes.
+
+       * FormTabular.h (showInset, updateInset): make public.
+
+       * FormDocument.C (build): enable the bmtable to find the right file!
+
+       * guiapi.C (gui_ShowInfo): removed.
 
 2002-08-13  André Poenitz  <poenitz@gmx.net>
 
        * Toolbar_pimpl.C: small cleanup
 
-
 2002-08-13  Angus Leeming  <leeming@lyx.org>
 
        * FileDialog.C:
 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * Menubar_pimpl.C (create_submenu): fix code to disable submenu
-       entries. 
+       entries.
 
 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>