]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
handle transparent pixmaps
[lyx.git] / src / frontends / qt2 / ChangeLog
index 6863a0a15dde09fbd569f6ae680ec9718dd76fd4..f2f46a65674ccb51a1c97d729eb486dde5eb3ac7 100644 (file)
@@ -1,3 +1,335 @@
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * QBrowseBox.C: handle transparent pixmaps
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * QBrowseBox.h:
+       * QBrowseBox.C: fix bug 908
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * ui/BulletsModuleBase.ui: final tweaks
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: implement warning(), information(), error()
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: implement prompt()
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * QDocument.C:
+       * QDocumentDialog.C:
+       * QDocumentDialog.h:
+       * ui/NumberingModuleBase.ui: feedback for numbering
+
+       * ui/TextLayoutModuleBase.ui: relayout
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * BulletsModule.h:
+       * BulletsModule.C:
+       * QDocumentDialog.C:
+       * ui/BulletsModuleBase.ui: completely rework the
+       bullets panel
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * ui/QDocumentDialogBase.ui: small tweak
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * QPrefs.C:
+       * ui/QPrefSpellcheckerModule.ui: fix bug 978
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * ui/QCharacterDialogBase.ui: re-org, fix bug 999
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * QParagraph.C:
+       * QParagraphDialog.C:
+       * ui/QParagraphDialog.ui: don't use negative checkbox
+       strings. Add whats this for label width. Add tooltips
+       (bug 997). Never show "Senseless with this layout!"
+
+       * lengthcombo.C: remove pointless whatsthis
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * panelstack.C: compile fixes for Qt 2.3
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * QFloat.C:
+       * QFloatDialog.h:
+       * QFloatDialog.C:
+       * ui/QFloatDialog.ui:
+       * Makefile.dialogs:
+       * moc/Makefile.am:
+       * floatplacement.h:
+       * floatplacement.C: move the float code into its
+         own widget
+
+       * QDocument.C:
+       * QDocumentDialog.h:
+       * QDocumentDialog.C: use that widget
+
+       * Makefile.dialogs:
+       * QDocument.C:
+       * QDocumentDialog.h:
+       * QDocumentDialog.C:
+       * ui/QDocumentDialogBase.ui:
+       * ui/ClassModuleBase.ui:
+       * ui/PaperModuleBase.ui:
+       * ui/PackagesModuleBase.ui:
+       * ui/MathsModuleBase.ui:
+       * ui/LatexModuleBase.ui:
+       * ui/PageLayoutModuleBase.ui:
+       * ui/TextLayoutModuleBase.ui: big re-organisation
+       of the doc dialog panes
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * panelstack.C: make sure the first panel is visible
+
+       * QDocument.h:
+       * QDocument.C: add (unused) showPreamble
+
+       * QDocumentDialog.h:
+       * QDocumentDialog.C:
+       * ui/QDocumentDialog.ui: use PanelStack
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * Makefile.dialogs:
+       * moc/Makefile.am:
+       * panelstack.h:
+       * panelstack.C: add new class for handling paned dialogs
+
+       * QPrefsDialog.h:
+       * QPrefsDialog.C:
+       * ui/QPrefsDialogBase.ui: use the above
+
+       * ui/QPrefUIModule.ui: re-layout
+
+2003-03-27  John Levon  <levon@movementarian.org>
+
+       * ui/QParagraphDialogBase.ui: fix dupe accelerator / group label
+
+2003-03-27  John Levon  <levon@movementarian.org>
+
+       * QLyXKeySym.C: remove debug stuff from startup hot path
+
+2003-03-26  Edwin Leuven  <e.leuven@uva.nl>
+
+       * bulletstring.[Ch]: unused; remove
+       
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs3.C:
+       * Dialogs_impl.h:
+       move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
+       move Dialog3.C to Dialogs.C.
+
+       * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
+
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove the thesaurus dialog.
+
+       * Dialogs3.C: add it here.
+
+       * QThesaurus.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
+
+       * Dialogs3.C: add these dialogs.
+
+       * QLog.[Ch]:
+       * QShowFile.[Ch]:
+       * QVCLog.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-23  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C: remove unused variables
+
+2003-03-22  John Levon  <levon@movementarian.org>
+
+       * qscreen.C: remove "internal" parameter, unused
+
+2003-03-21  John Levon  <levon@movementarian.org>
+
+       * QDocument.C: fix swapping of TOC and secnum depth
+
+2003-03-15  John Levon  <levon@movementarian.org>
+
+       * QMathDialog.C: "Sans serif" not "San serif"
+
+2003-03-15  John Levon  <levon@movementarian.org>
+
+       * ui/QMathDialogBase.ui: fix english in a tooltip
+
+2003-03-15  John Levon  <levon@movementarian.org>
+
+       * ui/QRefDialogBase.ui: s/Goto/Go to reference/
+
+2003-03-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * QParagraph.C (apply): do not reset vfill spacing to 'none' when
+       there is no explicit length given (off by one typo)
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove paragraph dialog.
+
+       * Dialogs3.C: add paragraph dialog.
+
+       * QParagraph.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * ui/QPrefsDialogBase.ui: resizing improvement
+
+2003-03-12  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove character dialog.
+
+       * Dialogs3.C: add character dialog.
+
+       * QCharacter.[Ch]: changes to use the new Dialog-based scheme.
+
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * QSearch.C: don't disable checkboxes on RO doc (bug 937)
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
+       Use IgnorantPolicy for thr B.C.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * lots of files: changes associated with the clean-up of the
+       ButtonController.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove merge changes dialog.
+
+       * Dialogs3.C: add merge changes dialog.
+
+       * QChanges.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove about lyx dialog.
+
+       * Dialogs3.C: add about lyx dialog.
+
+       * QAbout.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove tabularcreate dialog.
+
+       * Dialogs3.C: add tabularcreate dialog.
+
+       * QTabularCreate.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove tabular dialog.
+
+       * Dialogs3.C: add tabular dialog.
+
+       * QTabular.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * QDialogView.h: make controller methods of QController public to
+       enable the QXyzDialog classes to access the controller if need be.
+       * Qt2Base.h: ditto for the controller methods of Qt2CB.
+
+       * QTabular.C:
+       * QTabularDialog.C: changes due to the changed ControlTabular
+       interface.
+
+2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * QPrefs.C:
+       * QPrefSpellcheckerModule.ui: Add 'hspell' option.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove graphics dialog.
+
+       * Dialogs3.C: add graphics dialog.
+
+       * QGraphics.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: remove minipage dialog.
+
+       * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
+       label or url controllers; use ControlCommand instead.
+
+       * QBibitem.[Ch]:
+       * QIndex.[Ch]:
+       * QURL.[Ch]: changes due to use of ControlCommand, above
+
+       * QBibitemDialog.C: no need to include controller.
+
+       * QMinipage.[Ch]: changes to use the new Dialog-based scheme.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * qscreen.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-03-06  John Levon  <levon@movementarian.org>
+
+       * ui/QPrefUIModule.ui: make max last files reflect reality,
+       spotted by Michael Abshoff
+
+2003-03-06  John Levon  <levon@movementarian.org>
+
+       * QDocument.C: compile fix
+
+2003-03-06  John Levon  <levon@movementarian.org>
+
+       * QExternalDialog.C: connect Apply
+
 2003-03-05  Angus Leeming  <leeming@lyx.org>
 
        * QWrap.[Ch]: changes to use the new Dialog-based scheme.