X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=fedad6633c362f31f73b4ee8d0b6d2c93fc48092;hb=f991ac4421699843081001d6ef01791026068036;hp=9b97b23de0fd064c724c13652f0d93c427e63975;hpb=6aee235af7b391a6ddf6d2520d5f60ecfab73258;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 9b97b23de0..fedad6633c 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,209 @@ +2002-09-30 Angus Leeming + + * FormBase.[Ch]: + * FormBaseDeprecated.[Ch]: + (icon_pixmap_, icon_mask_) new member variables. + (prepare_to_show) new method, containing initialisation code invoked + the first time show() is called. + (d-tor) destroy icon_pixmap_, if it exists. + (show) ensure that the icon pixmap is generated only once. + + * XFormsView.[Ch]: + (icon_pixmap_, icon_mask_) new member variables. + (d-tor) destroy icon_pixmap_, if it exists. + (create_form_form_main) assign the generated pixmap to the new + icon_pixmap_ member variable. + +2002-09-26 Angus Leeming + + * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea. + +2002-09-25 Angus Leeming + + * Dialogs2.C: + * Dialogs_impl.h: + * FormWrap.h: + * LyXKeySymFactory.C: + * LyXScreenFactory.C: + * Menubar_pimpl.[Ch]: + * Toolbar_pimpl.[Ch]: + * WorkAreaFactory.C: + * lyx_gui.C: doxygen fixes. + +2002-09-25 Dekel Tsur + + * forms/form_wrap.fd: floatflt has no "Inner" placement option. + The possible placements are default/outer/left/right. + +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + +2002-09-20 Martin Vermeer + + * forms/form_maths_space.fd + * FormMathSpaces: remove access to internal macros \lyx*space + +2002-09-16 Jean-Marc Lasgouttes + + * Toolbar_pimpl.C (layoutSelected): when selecting a layout in + combox, make sure the corresponding shortcut is shown in + minibuffer + +2002-09-16 John Levon + + * forms/form_character.fd: Escape to cancel + +2002-09-13 Rob Lahaye + + * forms/form_graphics.fd: + * forms/form_print.fd: minor polishing of layout + +2002-09-12 Rob Lahaye + + * FormGraphics.C: improve tooltips text + + * forms/form_graphics.fd: cosmetic change in file tab + +2002-09-12 Rob Lahaye + + * FormTexinfo.C: + * forms/form_filedialog.fd: + * forms/form_texinfo.fd: less bulky xforms dialogs. + +2002-09-12 Rob Lahaye + + * FormPrint.[Ch]: + * forms/form_print.fd: new xforms print dialog layout + +2002-09-10 Rob Lahaye + + * FormGraphics.C: use "Default" as first item in Origin of rotation + + * forms/form_graphics.fd: improved layout + +2002-09-11 Angus Leeming + + * FormInclude.C (update): remove lyxerr call. + +2002-09-09 John Levon + + * FormInclude.C: + * forms/form_include.fd: reorder, remove noload + +2002-09-09 John Levon + + * FormMathDeco.C: move latex_deco into ControlMath + +2002-09-09 Rob Lahaye + + * 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 + + * FormTabular.C: leave the horizontal alignment buttons alive + on fixed width columns + +2002-09-05 Angus Leeming + + * all files: modify the headers as discussed on the list. + +2002-08-30 John Levon + + * MathsCallbacks.h: + * forms/fdfix.sh: fix build from last change + +2002-08-30 John Levon + + * MathsSymbols.h: + * MathsSymbols.C: + * FormMathsPanel.h: + * FormMathsPanel.C: remove MathsSymbols to controllers/ + +2002-08-29 John Levon + + * MathsSymbols.h: + * MathsSymbols.C: + * Toolbar_pimpl.C: use XPMs for toolbar instead of gook + +2002-08-29 John Levon + + * MathsSymbols.C: implement splitting for AMS. nrel + is broken + +2002-08-29 John Levon + + * MathsSymbols.C: fix two crash bugs + +2002-08-28 Rob Lahaye + + * 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 + + * xformsImage.C: fix build, add FIXME for Rob + +2002-08-23 Rob Lahaye + + * 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 + + * xfont_loader.C: show name of failed font load (from Mikhail Teterin) + +2002-08-20 Lars Gullik Bjønnes + + * 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 + + * lyx_gui.C: estimate default DPI + +2002-08-16 Angus Leeming + + * 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 * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next @@ -11,8 +217,8 @@ 2002-08-15 Angus Leeming * Dialogs.C: - * Dialogs2.C - * Dialogs3.C + * Dialogs2.C: + * Dialogs3.C: * Dialogs_impl.h: the brave new world of Dialog creation. * FormBaseDeprecated.C: @@ -93,7 +299,7 @@ 2002-08-13 Jean-Marc Lasgouttes * Menubar_pimpl.C (create_submenu): fix code to disable submenu - entries. + entries. 2002-08-12 Lars Gullik Bjønnes