X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=3f12b63d151e64763f59b3cbfecf4cfbc9d8e378;hb=a5c4d7cd4e723e2bbcaa076ea19a2cc1346d5706;hp=d617d63f1455809cb5584b52021302c26a532e40;hpb=4a70c91eee64cf8bffc37ba5251b40426e8ab22a;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index d617d63f14..3f12b63d15 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,23 +1,223 @@ +2002-12-10 John Levon + + * ui/QURLDialog.ui: fix tab order + +2002-12-10 John Levon + + * QRef.C: patch from Alfredo + +2002-12-09 Lars Gullik Bjønnes + + * QAbout.C (build_dialog): use old over-eager version for 1.3.0. + +2002-12-09 John Levon + + * ui/*ModuleBase.ui: some capitalisation fixes + +2002-12-08 John Levon + + * ui/Makefile.am: use uic -tr; fix by Pauli Virtanen + +2002-12-08 John Levon + + * ui/QExternalDialog.ui: connect Edit button; fix by + Alfredo Braunstein + +2002-12-07 John Levon + + * QMathMatrixDialog.C: row/column insert was inverted; fix + by Alfredo Braunstein + +2002-12-07 John Levon + + * QDelimiterDialog.C: + * QDelimiterDialog.h: + * QMathDialog.C: + * QMathDialog.h: + * iconpalette.h: fix connections for Qt 3, hopefully + +2002-12-05 John Levon + + * QContentPane.C: set I-beam cursor + +2002-11-25 Jean-Marc Lasgouttes + + * qlkey.h (string_to_qkey): Add many missing entries + +2002-12-04 John Levon + + * qt_helpers.h: + * qt_helpers.C: + * QDocument.h: + * QDocument.C: move methods below to helpers + +2002-11-03 Juergen Spitzmueller + + * QDocument.C: new methods widgetsToLength, lengthToWidgets. + set defaultUnit + +2002-12-03 John Levon + + * QIncludeDialog.C: another fix + +2002-12-03 John Levon + + * ui/QIncludeDialog.ui: + * QInclude.C: support preview() + +2002-12-01 Lars Gullik Bjønnes + + * several files: ws changes + +2002-11-30 John Levon + + * QParagraph.C: another fix from Otto Tronarp + +2002-11-30 John Levon + + * various: string(widget->text()) is not good. + +2002-11-28 John Levon + + * qt_helpers.C: fix build + +2002-11-28 Juergen Spitzmueller + + * qsetborder.[Ch]: implement John's setEnabled bool + + * QTabular.C: + * QTabularDialog.C: remaining fixes. + +2002-11-28 John Levon + + * QSpellcheckerDialog.C: fix Escape + restarting spellcheck + +2002-11-28 John Levon + + * QSpellcheckerDialog.C: small fix + +2002-11-28 John Levon + + * QDocument.C: fix line spacing + +2002-11-27 Juergen Spitzmueller + + * ui/TabularDialog.ui: + * QTabular.C: + * QTabularDialog.C: ui fixes. + +2002-11-27 Dekel Tsur + + * qfont_loader.C (font_info): Use lyxrc.*_font_foundry. + + * QPrefs.C: Handle lyxrc.*_font_foundry. + + * qt_helpers.C: New file. + +2002-11-27 John Levon + + * qsetborder.h: + * qsetborder.C: cleanup + + * QTabular.C: + * QTabularDialog.C: cleanups, fixes + +2002-11-27 Juergen Spitzmueller + + * ui/TabularDialog.ui: + * QTabular.[Ch]: + * QTabularDialog.[Ch]: implement most functions + * qsetborder.[Ch]: fixes + +2002-11-27 Lars Gullik Bjønnes + + * Alert_pimpl.C (askForText_pimpl): use boost.format + +2002-11-26 John Levon + + * QMathDialog.C: + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: Qt is the Lord of Suck + +2002-11-25 John Levon + + * qscreen.C: use LColor::cursor properly + + * QPrefs.C: + * ui/QPrefKeyboardModule.ui: + * ui/QPrefUIModule.ui: UI fixes + +2002-11-25 Herbert Voss + + * QVCLog.C (update_contents): fix USE_BOOST_FORMAT + +2002-11-24 John Levon + + * QDocumentDialog.C: fix build + +2002-11-21 Angus Leeming + + * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass. + +2002-11-21 Lars Gullik Bjønnes + + * QVCLog.C (update_contents): use boost::format + +2002-11-21 John Levon + + * qscreen.C: show content pane cursor even when + focus is on dialog, command buffer etc. + +2002-11-20 John Levon + + * QMathDialog.C: don't pass empty commands to math + on menu tear-off + +2002-11-20 John Levon + + * QLPopupMenu.C: only check .disabled() on Commands + +2002-11-20 Jean-Marc Lasgouttes + + * QLPopupMenu.C (getLabel): show labels for menu entries + + * qlkey.h (string_to_qkey): add support for KP_xxx keysyms + +2002-11-20 John Levon + + * ui/QDelimiterDialog.ui: geometry fix + 2002-11-20 John Levon * Toolbar_pimpl.C: * QDelimiterDialog.C: * QMathDialog.C: use find_xpm to mangle name - + 2002-11-20 John Levon * QDelimiterDialog.h: * QDelimiterDialog.C: fix delimiter connect() - + 2002-11-20 John Levon * QDocument.C: * QDocumentDialog.C: fix my sillies - + 2002-11-20 John Levon * QLPainter.C: use realColor not color for the font - + +2002-11-18 John Levon + + * Makefile.am: + * qfontexample.h: + * qfontexample.C: + * QPrefs.C: + * QPrefsDialog.h: + * QPrefsDialog.C: + * ui/QPrefScreenFontsModule.ui: show an example + of the chosen font + 2002-11-18 John Levon * ui/Makefile.am: @@ -26,7 +226,7 @@ * Makefile.am: define no translation * QDocument.C: avoid QBloatList - + 2002-11-17 John Levon * ui/QPrefScreenFontsModule.ui: @@ -35,34 +235,34 @@ * QPrefs.C: use font families properly * qfont_loader.C: and obey them - + 2002-11-17 John Levon * QPrefsDialog.C: partial fonts fix - + 2002-11-17 John Levon * QPrefsDialog.h: * QPrefsDialog.C: implement browse slots. Also try to do something with fonts for Qt 3 (untested) - + 2002-11-17 John Levon * QGraphics.C: some fixes from Herbert & me - + 2002-11-15 Juergen Spitzmueller - - * FileDialog.C: fix empty mask string - + + * FileDialog.C: fix empty mask string + 2002-11-17 John Levon * QLImage.C: implement monochrome, and fake grayscale - + 2002-11-17 John Levon * qfont_loader.h: * qfont_loader.C: fix totally broken update code - + 2002-11-17 John Levon * Makefile.am: @@ -72,22 +272,22 @@ * QPrefs.C: * QPrefsDialog.h: * QPrefsDialog.C: implement colors. We're done ! - + 2002-11-17 John Levon * FileDialog.C: split into open/save so open no longer says "Save" ! - + 2002-11-17 John Levon * QPrefsDialog.h: * QPrefsDialog.C: implement converters - + 2002-11-17 John Levon * QPrefsDialog.C: * QPrefs.C: implement formats - + 2002-11-17 John Levon * fontloader.C: disable crashing code for now @@ -95,43 +295,43 @@ * QPrefs.h: * QPrefs.C: * QPrefsDialog.C: implement most prefs load/save - + 2002-11-17 John Levon * ui/QPref*: * QPrefsDialog.C: * QPrefs.C: more work - + 2002-11-15 Edwin Leuven * QTabular.C: compile fixes - + 2002-11-15 Edwin Leuven * ui/QTabularDialog.ui: some relabelling - + 2002-11-15 John Levon * QPrefs.h: * QPrefs.C: some update() work - + 2002-11-15 John Levon * QPrefs.C: add #if 0 xforms code for working on * QTabular.C: remove some handled #if 0 code - + 2002-11-15 John Levon * qsetborder.h: * qsetborder.C: fix ws - + 2002-11-15 John Levon * QTabularDialog.h: * QTabularDialog.C: * QTabular.C: add some stuff - + 2002-11-15 John Levon * Makefile.dialogs: @@ -144,19 +344,19 @@ * QTabular.C: * QTabularDialog.h: * QTabularDialog.C: add skeleton - + 2002-11-14 John Levon * ui/QTabularDialog.ui: label for cell pos - + 2002-11-13 Herbert Voss - + * QBibtex.C: (apply, isValid) small changes - + 2002-11-13 John Levon * all pref files: make the stack work - + 2002-11-13 John Levon * Dialogs.C: @@ -167,7 +367,7 @@ * QPrefs.C: * QPrefsDialog.h: * QPrefsDialog.C: add skeleton dialog - + 2002-11-13 John Levon * ui/QBibtexDialog.ui: add some change_adaptors() @@ -175,11 +375,11 @@ * QBibtex.C: fix duplicate entries in style CB, and alphasort it again, but still allow empty/user-defined style - + 2002-11-12 Herbert Voss - - * QBibtex.[Ch]: fix bugs in the apply-part - + + * QBibtex.[Ch]: fix bugs in the apply-part + 2002-11-13 John Levon * QDocument.h: @@ -188,7 +388,7 @@ * QDocumentDialog.C: * ui/QDocumentDialog.ui: * ui/BulletsModuleBase.ui: some UI fixes - + 2002-11-12 Edwin Leuven * QDocumentDialog.C: enable apply on change @@ -208,7 +408,7 @@ 2002-11-12 Edwin Leuven * QBrowseBox: Juergen Spitzmueller's mouse focus fix - + 2002-11-08 Edwin Leuven * Dialogs2.C: compile fix @@ -222,7 +422,7 @@ * ui/BulletsModuleBase.ui: idem * ui/QTabularDialog.ui: new tabular dialog * qsetborder.[Ch]: new small qt widget to set table borders - + 2002-11-08 Dekel Tsur * lyx_gui.C: @@ -232,34 +432,34 @@ * ui/QIncludeDialog.ui: * QInclude.C: fix setting of combobox - + 2002-11-07 John Levon * ui/QPref*: add initial prefs ui from Juergen S - + 2002-11-27 Juergen Spitzmueller * ui/QDocument.ui: * QDocumentDialog.C: - * QDocument.[Ch]: + * QDocument.[Ch]: Implement "Save as default" and "Use class defaults" - + * QDocumentDialog.C: Fix dialog update on class change implement lyxrc.auto_reset_options 2002-11-07 John Levon - * QGraphics.[Ch]: - * QGraphicsDialog.[Ch]: - * ui/QGraphicsDialog.ui: various fixes so it actually + * QGraphics.[Ch]: + * QGraphicsDialog.[Ch]: + * ui/QGraphicsDialog.ui: various fixes so it actually works - + 2002-11-01 Herbert Voss - - * QGraphics.[Ch]: - * QGraphicsDialog.[Ch]: - * ui/QGraphicsDialog.ui: get scale/rotate working - + + * QGraphics.[Ch]: + * QGraphicsDialog.[Ch]: + * ui/QGraphicsDialog.ui: get scale/rotate working + 2002-11-04 Angus Leeming * QGraphics.C (update_contents): controller.getUnits() ->