X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FChangeLog;h=cc57b167e08a6c0139a1147758de4cc7391041cf;hb=0c89888e258c0baaace8f02cf9df81bb9acd3f63;hp=0f2e09d47409cce2bf97ffa2f30be89200489d0f;hpb=60b905b88519e0c6a2a41d991521793afbf0e8d5;p=lyx.git diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 0f2e09d474..e005efade6 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,20 +1,1374 @@ +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 + + * 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: + * Makefile.am: + * moc/Makefile.am: + * Dialogs2.C: + * Dialogs_impl.h: + * Dialogs.C: + * QTabular.h: + * 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: + * Dialogs2.C: + * Dialog_impl.h: + * Makefile.dialogs: + * QPrefs.h: + * QPrefs.C: + * QPrefsDialog.h: + * QPrefsDialog.C: add skeleton dialog + +2002-11-13 John Levon + + * ui/QBibtexDialog.ui: add some change_adaptors() + + * 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 + +2002-11-13 John Levon + + * QDocument.h: + * QDocument.C: + * QDocumentDialog.h: + * QDocumentDialog.C: + * ui/QDocumentDialog.ui: + * ui/BulletsModuleBase.ui: some UI fixes + +2002-11-12 Edwin Leuven + + * QDocumentDialog.C: enable apply on change + * QBrowseBox.C: remove qWarning + +2002-11-12 Edwin Leuven + + * BulletsModule.C: more bullet changes + * BulletsModule.h + * Makefile.am + * QDocument.C + * QDocumentDialog.C + * bulletstrings.C + * bulletstrings.h + * ui/BulletsModuleBase.ui + +2002-11-12 Edwin Leuven + + * QBrowseBox: Juergen Spitzmueller's mouse focus fix + +2002-11-08 Edwin Leuven + + * Dialogs2.C: compile fix + +2002-11-08 Edwin Leuven + + * QDocument.[Ch]: Remove unused methods + * QBrowseBox.[Ch]: Capture mouse, new methods, etc + * BulletsModule.[Ch]: Further improvements + * QDocumentDialog.[Ch]: more bullet stuff + * 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: + * QWorkArea.C: Fix X selection code. + +2002-11-07 John Levon + + * 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]: + 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 + works + +2002-11-01 Herbert Voss + + * QGraphics.[Ch]: + * QGraphicsDialog.[Ch]: + * ui/QGraphicsDialog.ui: get scale/rotate working + +2002-11-04 Angus Leeming + + * QGraphics.C (update_contents): controller.getUnits() -> + frnt::getBBUnits(). + +2002-11-04 Lars Gullik Bjønnes + + * QAbout.C (build_dialog): do not use str().c_str() when not needed. + + * qttableview.C: include config.h + + * lyx_gui.C: move includes around a bit + (start): adjust signature + +2002-10-31 John Levon + + * QExternal.C: fix crash, valid check + +2002-10-31 John Levon + + * QGraphics.C: + * QGraphicsDialog.C: + * QGraphicsDialog.h: + * ui/QGraphicsDialog.ui: bb unit fixes + +2002-10-30 John Levon + + * QPrintDialog.[hC]: move to ... + + * QLPrintDialog.[hC]: ... here to prevent name clash + + * QPrint.h: + * QPrint.C: + * Dialogs_impl.h: + * Makefile.dialogs: from above + + * QSpellchecker.C: reset progress + +2002-10-30 John Levon + + * QGraphics.C: + * ui/QGraphicsDialog.ui: some fixes from Herbert + +2002-10-30 John Levon + + * ui/QTabularDialog.ui: initial UI from Juergen Spitzmueller + +2002-10-28 John Levon + + * iconpalette.C: + * QMathDialog.C: fix symbol insert breakage from Lars' patch + +2002-10-26 Juergen Spitzmueller + + * ui/QMathMatrixDialog.ui: + * QMathMatrixDialog.[Ch]: + * Makefile.dialogs: + * QMath.C: + * QMathDialog.C: implement Matrix dialog + + * QMathDialog.C: enlarge Symbols combox (prevent scrollbar) + +2002-10-28 Dekel Tsur + + * qfont_loader.C (font_info): Add xfonts to the font path if + necessary. + +2002-10-21 Lars Gullik Bjønnes + + * QVCLog.C (update_contents): modify + + * QPreamble.C (apply): modify + +2002-10-21 Dekel Tsur + + * qfont_metrics.C (ascent): Fix returned value. + +2002-10-21 Philippe Elie + + * QContentPane.h: + * QContentPane.C: implement wheelEvent + +2002-10-20 Dekel Tsur + + * several files: Use QT_VERSION >= 300 instead of >= 0x030000 + +2002-10-20 John Levon + + * ui/QDelimiterDialog.ui: remove two huge XPMs that + were accidentally built in + +2002-10-20 Lars Gullik Bjønnes + + * Toolbar_pimpl.C (setLayout): initialize i to 0, don't + reinitialize. + + * README: add a comment about the strange moc behaviour. + + * QWrap.C (apply): local ref to params + (update_contents): ditto + (numtostr): use erase to clear string + + * QWorkArea.C (setScrollbarParams): use explicit std::max + + * QURL.C (update_contents): local ref to params + (apply): ditto + + * QRef.C (update_contents): local ref to params + (apply): ditto + + * QPreambleDialog.C (editClicked): no need to explicitly + initialize an std::string. + (editClicked): read file with smaller overhead. + + * QParagraph.C (apply): local ref to params + (update_contents): ditto + + * QMinipage.C (apply): local ref to params + (update_contents): ditto + (update_contents): handle InsetMinipage::top in switch + + * QMath.C (createMathPanel): use "new Type" not "new Type()" + + * QLyXKeySym.h: adda key_ accessor key(). + + * QLyXKeySym.C (operator=): out of class version. + + * QLog.C (update_contents): use a simpler and faster way to fill + the log dialog. + + * QLPopupMenu.C (getLabel): use subst directly on mi.label() + + * QLPainter.C (QLPainter): use "new Type" not "new Type()" + (lines): put int i inside for scope + (fillPolygon): put j insize for scope + + * QInclude.C (update_contents): local ref to params + (apply): ditto + + * QGraphics.C (update_contents): initialize item to 0 + (apply): use erase to clear string + + * QFloat.C (update_contents): local ref to params + (apply): ditto + + * QExternal.C (update_contents): local ref to params + (helpText): ditto + (apply): ditto + + * QERT.C (apply): local reference to params + + * QDocument.C (apply): have a local reference to the params + (update_contents): ditto + + * QCommandEdit.C: add missing include config.h + + * QCommandBuffer.C (QCommandBuffer): call method directly on + unnamed pointer objects. + (complete): use "new Type", not "new Type()" + (complete): use explict std::max + + * QCharacter.C (update_contents): use a local reference as + controller cache + (apply): ditto + + * QBibtex.C (update_contents): use erase to clear a string. + + * QAbout.C (build_dialog): fill the credits view in a bit more + elegant way + + * almost all files: clean up formatting and indenting. + +2002-10-19 Lars Gullik Bjønnes + + * qfont_loader.C (update): move loop vars into for scopes. + (get): add some debug msg. + (font_info): ditto + (getfontinfo): simplify slightly + + * QParagraph.C (setWidgetsFromVSpace): initilize item + + * QERT.C (update_contents): initialize rb + + * QDocument.C (build_dialog): move int n inside for scope. + + * QCharacter.C (findPos2nd): add a typedef + + * FileDialog_private.C: include order changed. + (LyXFileDialog): some reformat + + * FileDialog.C: include order changed. + (FileDialog): fix wrong use of new. + +2002-10-17 Juergen Spitzmueller + + * ui/QSendtoDialog.ui: fix layout + +2002-10-17 Angus Leeming + + * lyx_gui.C (getDPI): use an average of DpiX and DpiY. + + * QBrowseBox.[Ch] (c-tor): remove unneeded arguments. + +2002-10-17 André Pönitz + + * QBrowseBox.[Ch]: fix style issues + +2002-10-17 Angus Leeming + + * ui/moc/Makefile.am: + * moc/Makefile.am: add a distclean-local target to remove *_moc.C. + +2002-10-16 Juergen Spitzmueller + + * ui/QSendtoDialog.ui: + * QSendtoDialog.[Ch]: + * QSendto.[Ch]: + * Makefile.dialogs: + * Dialogs.C: + * Dialogs2.C: + * Dialogs_impl.h: Implement Sendto (Custom Export) dialog + +2002-10-16 Lars Gullik Bjønnes + + * qfont_loader.C (font_info): correct calculation of font size + (point size) for qt. + +2002-10-15 Lars Gullik Bjønnes + + * QBrowseBox.C (QBrowseBox): transpose const char + +2002-10-15 Angus Leeming + + * QBrowseBox.C (c-tor): default values should go only in the .h file. + + * QDocument.C: add a using std::vector declaration. + +2002-10-15 Dekel Tsur + + * QLPainter.C (text): Unicode support. + * qfont_metrics.C (width): ditto. + + * qfont_loader.C (available): Add code for QT 2.x. + +2002-10-14 Dekel Tsur + + * lyx_gui.C (getDPI): Implemented. + +2002-10-12 Dekel Tsur + + * qfont_loader.C (available): Implemented. + +2002-10-09 Edwin Leuven + + * QDocument.C: Brand new document dialog + * QDocument.h: + * QDocumentDialog.C: + * QDocumentDialog.h: + * BulletsModule.C: + * BulletsModule.h: + * Dialogs.C: + * Dialogs2.C: + * Dialogs_impl.h: + * Makefile.am: + * Makefile.dialogs: + * QBrowseBox.C: + * QBrowseBox.h: + * qgridview.cpp: + * qgridview.h: + * moc/Makefile.am: + * ui/BiblioModuleBase.ui: + * ui/BulletsModuleBase.ui: + * ui/ClassModuleBase.ui: + * ui/LanguageModuleBase.ui: + * ui/Makefile.am: + * ui/MarginsModuleBase.ui: + * ui/NumberingModuleBase.ui: + * ui/PackagesModuleBase.ui: + * ui/PaperModuleBase.ui: + * ui/PreambleModuleBase.ui: + * ui/QDocumentDialog.ui: + * ui/QGraphicsDialog.ui: + * ui/QPrintDialog.ui: + * ui/QRefDialog.ui: + +2002-09-28 Juergen Spitzmueller + + * ui/QWrapDialog.ui: + * QWrapDialog.[Ch]: + * QWrap.[Ch]: + * Makefile.dialogs: + * Dialogs.C: + * Dialogs2.C: + * Dialogs_impl.h: Implement Wrap figure dialog + +2002-09-25 Angus Leeming + + * Dialogs2.C: + * Dialogs_impl.h: + * LyXKeySymFactory.C: + * LyXScreenFactory.C: + * Menubar_pimpl.[Ch]: + * Toolbar_pimpl.[Ch]: + * WorkAreaFactory.C: + * lyx_gui.C: doxygen fixes. + +2002-09-24 Lars Gullik Bjønnes + + * ui/moc/Makefile.am (INCLUDES): + * ui/Makefile.am (INCLUDES): + * moc/Makefile.am (INCLUDES): + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + +2002-09-24 John Levon + + * QCommandEdit.h: + * QCommandEdit.C: fix build by removing the pragmas. + +2002-09-24 Angus Leeming + + * most files: "standard-conforming" Licence declaration. + Remove trailing whitespace. + + * many header files: do not #include . + Remove unnecessary #includes by using forward declarations. + Add as first line: // -*- C++ -*- + Move several definitions of virtual functions out of line + as they are unlikely to be inlined anyway (and it reduces + header file dependencies)... + + * many files: added g++ #pragma directives. + +2002-09-23 Angus Leeming + + * QMath.h: forward declare QMathDialog. + Remove trailing semi-colons after definition of apply and + update_contents methods. + + * qfont_metrics.C: endl is in namespace std. + Some whitespece stuff. + +2002-09-22 John Levon + + * qlkey.h: make Key_Unknown a modifier, to handle + Norbert's Alt Gr + +2002-09-17 John Levon + + * QLPainter.C: use dots for dashes because Qt sucks + +2002-09-16 Jean-Marc Lasgouttes + + * Toolbar_pimpl.C (changed_layout): when selecting a layout in + combox, make sure the corresponding shortcut is shown in + minibuffer + +2002-09-16 John Levon + + * FileDialog.C: set AnyFile mode + +2002-09-16 John Levon + + * QMathDialog.C: allow menus to be torn off + +2002-09-16 John Levon + + * QDelimiterDialog.C: fix empty delimiter + +2002-09-15 John Levon + + * Makefile.dialogs: + * ui/QDelimiterDialog.ui: + * QDelimiterDialog.h: + * QDelimiterDialog.C: + * QMath.h: + * QMath.C: + * QMathDialog.h: + * QMathDialog.C: add delimiter dialog + +2002-09-15 John Levon + + * Alert_pimpl.C: title fix + +2002-09-14 John Levon + + * QMath.h: + * QMath.C: + * QMathDialog.h: + * QMathDialog.C: + * ui/QMathDialog.ui: matrix + +2002-09-14 John Levon + + * qlkey.h: fix two typos to be Alt_R instead + +2002-09-14 John Levon + + * qfont_metrics.C: fix rbearing() + +2002-09-14 John Levon + + * QLPainter.C: fix arc + +2002-09-14 John Levon + + * ui/QMathDialog.ui: + * QMathDialog.h: + * QMathDialog.C: add back display. Implement + font/style + +2002-09-14 John Levon + + * ui/QMathDialog.ui: + * QMathDialog.h: + * QMathDialog.C: add spaces menu + +2002-09-13 John Levon + + * Menubar_pimpl.C: + * QLPopupMenu.C: fix submenus again + +2002-09-12 John Levon + + * qscreen.h: + * qscreen.C: be even smarter about repaint() vs. update() + +2002-09-12 John Levon + + * QPrint.C: don't reset unless different buffer + +2002-09-12 John Levon + + * QPrint.C: get collate from params too + + * ui/QGraphicsDialog.ui: re-arrange bb a bit + +2002-09-12 John Levon + + * Menubar_pimpl.C: + * Menubar_pimpl.h: + * QtView.C: implement openByName(). Move activated + signal to per-menu + +2002-09-12 John Levon + + * QCommandBuffer.C: fix click + +2002-09-12 John Levon + + * QMathDialog.C: work around Qt bug in previous change + +2002-09-12 John Levon + + * QMathDialog.h: + * QMathDialog.C: load icon palettes on demand + +2002-09-12 John Levon + + * QMathDialog.C: get the scrollbars right on first show + +2002-09-11 John Levon + + * QPrint.h: + * QPrint.C: + * ui/QPrintDialog.ui: update for odd/even changes + +2002-09-11 John Levon + + * QCitationDialog.C: show right info when selecting a cite + + * QParagraphDialog.C: don't validate lengths, to allow glue + +2002-09-11 Juergen Spitzmueller + + * QFloatDialog.C: Fix the setEnable() logic + +2002-09-11 John Levon + + * Alert_pimpl.C: + * QExternalDialog.h: + * QExternalDialog.C: + * QGraphicsDialog.h: + * QGraphicsDialog.C: + * QIncludeDialog.h: + * QIncludeDialog.C: + * QIndexDialog.h: + * QIndexDialog.C: + * QSearchDialog.h: + * QSearchDialog.C: + * QURLDialog.h: + * QURLDialog.C: focus on the first linedit on show() + +2002-09-11 John Levon + + * QSearchDialog.C: fill combo boxes + +2002-09-11 John Levon + + * qscreen.C: use repaint() not update() for immediate change + + * QContentPane.C: warning fix + +2002-09-11 John Levon + + * qfont_metrics.C: fix button metrics + + * QLPainter.C: fillPolygon() should actually fill + +2002-09-10 John Levon + + * Menubar_pimpl.C: + * QLPopupMenu.h: + * QLPopupMenu.C: finally fix Navigate + +2002-09-10 John Levon + + * ui/QIncludeDialog.ui: + * QInclude.h: + * QInclude.C: remove don't typeset + + * Dialogs2.C: add empty showWrap + +2002-09-08 John Levon + + * QFloat.C: another fix + +2002-09-08 John Levon + + * QFloat.h: + * QFloat.C: + * QFloatDialog.h: + * QFloatDialog.C: + * ui/QFloatDialog.ui: fix bug 527 and more + +2002-09-12 Angus Leeming + + * iconpalette.C (resizeEvent): compile fix. + + * QInclude.C (update_contents): remove lyxerr call. + +2002-09-08 John Levon + + * qfont_loader.C: fix bug 531 (emph()) + +2002-09-08 John Levon + + * QMathDialog.C: + * iconpalette.h: + * iconpalette.C: make sizing work properly + +2002-09-08 John Levon + + * QMathDialog.h: + * QMathDialog.C: detachable icon menus + +2002-09-08 John Levon + + * QMathDialog.C: + * iconpalette.h: + * iconpalette.C: re lay out on size change + +2002-09-08 John Levon + + * QMathDialog.h: + * QMathDialog.C: + * iconpalette.C: More fixes. + +2002-09-08 John Levon + + * ui/QMathDialog.ui: + * QMathDialog.h: + * QMathDialog.C: add decos as symbols. Some fixes. + +2002-09-07 John Levon + + * qfont_metrics.C: unrevert per-char metrics. Droppings + are better than entirely wrong metrics. Hopefully + Andre can fix it ... + +2002-09-07 John Levon + + * qfont_loader.C: fix sizes for symbols etc. + +2002-09-07 John Levon + + * qfont_metrics.C: revert accurate per-char metrics + because LyX is broken + +2002-09-07 John Levon + + * qfont_loader.h: + * qfont_loader.C: add debug + +2002-09-06 John Levon + + * QMath.h: + * QMath.C: add sub/superscript + + * ui/QMathDialog.ui: + * QMathDialog.h: + * QMathDialog.C: add dots. Use a completely broken :( + scrollview. + + * iconpalette.C: increase size + +2002-09-04 Angus Leeming + + * QLyXKeySym.C: using std::endl directive. + +2002-08-30 John Levon + + * Makefile.dialogs: + * moc/Makefile.am: + * QMath.h: + * QMath.C: + * QMathDialog.h: + * QMathDialog.C: + * ui/QMathDialog.ui: start math panel + + * iconpalette.h: + * iconpalette.C: new widget used by above + +2002-08-29 John Levon + + * Toolbar_pimpl.C: defocus layout combo on select + +2002-08-29 John Levon + + * QtView.C: add back in allow/prohibitInput (for now) + + * TODO: update + +2002-08-29 John Levon + + * Toolbar_pimpl.C: mathed math-insert - skip + the preceding '\' when looking for file name + +2002-08-29 John Levon + + * Toolbar_pimpl.C: math xpm handling in preparation + for some fixed XPMs + +2002-08-29 John Levon + + * QCommandBuffer.h: + * QCommandBuffer.C: use a QListView not combo box. + Qt Sucks. + +2002-08-29 John Levon + + * ui/*: use size grippie consistently + +2002-08-29 John Levon + + * QContentPane.C: + * QContentPane.h: implement triple click + +2002-08-29 John Levon + + * QInclude.C: remove some wrong code removed from xforms + +2002-08-29 John Levon + + * qfont_metrics.C: add per char ascent/descent + +2002-08-28 John Levon + + * QContentPane.C: fix cut-and-paste borkage from + LFUN_MOUSE changes + +2002-08-25 Rob Lahaye + + * QLImage.C: replace redundant xoffset_l and yoffset_t + calculation by something better. + +2002-08-25 John Levon + + * FileDialog.C: + * FileDialog_private.h: + * FileDialog_private.C: disable non-sync code due + to Qt bug. Add support for buttons + +2002-08-25 John Levon + + * QLPopupMenu.C: implement optional() support + + * TODO: update + +2002-08-25 John Levon + + * Makefile.am: + * Menubar_pimpl.h: + * Menubar_pimpl.C: + * QLPopupMenu.h: + * QLPopupMenu.C: Populate menus upon open + +2002-08-25 John Levon + + * qlkey.h: add A-Z into string_to_qkey + + * QLyXKeySym.h: + * QLyXKeySym.C: remove crap again + +2002-08-25 John Levon + + * QLyXKeySym.h: + * QLyXKeySym.C: + * QContentPane.C: revert some wrong direction stuff and try + again. STILL BROKEN :( + +2002-08-25 John Levon + + * QGraphics.C: + * ui/QGraphicsDialog.ui: update, and some UI improvements + +2002-08-23 Rob Lahaye + + * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h + + * QLImage.C: + * QGraphics.C: Implement changes for new xforms graphics dialog + (NB: Qt Graphics dialog itself is NOT YET updated!). + +2002-08-15 Angus Leeming + + * lyx_gui.C (hexname): enable previews to work! + +2002-08-15 Angus Leeming + + * Dialogs.C: + * Dialogs2.C + * Dialogs_impl.h: the brave new world of Dialog creation. + + * guiapi.C: discard. + + * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and + remove guiapi.C. + +2002-08-14 John Levon + + * Alert_pimpl.C: remove xforms header + + * Toolbar_pimpl.C: build fix + +2002-08-13 Angus Leeming + + * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly. + + * FileDialog_private.C: + * Menubar_pimpl.C: + * Toolbar_pimpl.C: + * QtView.C: + * lyx_gui.C: + changes due to the changed LyXView interface that now returns references + to member variables not pointers. + +2002-08-12 Angus Leeming + + * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon + from namespace closing delimiter. + + * Menubar_pimpl.h: remove MenuItemInfo:: prefix from c-tor declaration. + + * QAbout.[Ch]: + * QBibitem.[Ch]: + * QBibtex.[Ch]: + * QCharacter.[Ch]: + * QCitation.[Ch]: + * QERT.[Ch]: + * QError.[Ch]: + * QExternal.[Ch]: + * QFloat.[Ch]: + * QGraphics.[Ch]: + * QInclude.[Ch]: + * QIndex.[Ch]: + * QLog.[Ch]: + * QMinipage.[Ch]: + * QParagraph.[Ch]: + * QPreamble.[Ch]: + * QPrint.[Ch]: + * QRef.[Ch]: + * QSearch.[Ch]: + * QShowFile.[Ch]: + * QSpellchecker.[Ch]: + * QTabularCreate.[Ch]: + * QTexinfo.[Ch]: + * QThesaurus.[Ch]: + * QToc.[Ch]: + * QURL.[Ch]: + * QVCLog.[Ch]: + No longer pass Controller or Dialogs to the c-tor. + No longer forward-declare Dialogs. + + * Qt2Base.[Ch]: derives from ViewBase directly. + No longer passed ControlButtons & or Dialogs &. + (bc): new method, enabling the daughter classes to access the + ButtonController. + (slotWMHide): + (slotApply): + (slotOK): + (slotClose): + (slotRestore): changes due to a change in the ViewBase class. + + * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar. + + * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &. + + * guiapi.C: access the controller methods by explicit invocation of the + controller. + +2002-08-09 John Levon + + * Toolbar_pimpl.C: add missing header + +2002-08-08 John Levon + + * Toolbar_pimpl.C: + * Menubar_pimpl.C: lyxaction cleanup + +2002-08-08 John Levon + + * QGraphicsDialog.C: enable rotate + + * ui/QGraphicsDialog.ui: trigger changed on + activated() not highlighted() + +2002-08-08 John Levon + + * QGraphics.C: + * ui/QGraphicsDialog.ui: lots of fixes and cleanup + + * ui/QRefDialog.ui: geometry cleanup + +2002-08-07 John Levon + + * Menubar_pimpl.C: fix compile for gcc 3.1 + +2002-08-06 John Levon + + * ui/QSpellcheckerDialogBase.ui: + * QSpellcheckerDialog.h: + * QSpellchecker.h: + * QSpellchecker.C: remove options() + + * QtView.C: fix build + +2002-07-31 John Levon + + * io_callback.h: make a more proper class + + * lyx_gui.C: implement removal of I/O callbacks + +2002-07-30 John Levon + + * qlkey.h: + * QLyXKeySym.h: + * QLyXKeySym.C: do our own getISOEncoded() mapping + because Qt can't handle it + +2002-07-29 Lars Gullik Bjønnes + + * several file: strip,frontStrip -> trim,ltrim,rtrim + +2002-07-25 John Levon + + * Toolbar_pimpl.C: fix tooltips + +2002-07-25 John Levon + + * QCommandEdit.C: + * Toolbar_pimpl.C: make Tab work in the content pane + +2002-07-25 John Levon + + * Menubar_pimpl.C: split create/fill of menus into + two functions + +2002-07-25 John Levon + + * Menubar_pimpl.C: make it compile again + +2002-07-24 John Levon + + * Menubar_pimpl.C: make it compile again + +2002-07-24 Angus Leeming + + * FileDialog_private.C (done): add a false to the arguments passed to + getLyXFunc. + + * QBibtex.C: + * QCommandBuffer.C: add a using std::vector directive. + + * QBibtexDialog.C: s/// + + * QCommandBuffer.C: remove trailing semi-colon at the end of the + namespace scope. + + * QTexinfo.h: s/vector/std::vector/ + +2002-07-23 Edwin Leuven + + * QBibtex.C: syle combobox instead of listbox + * QBibtexDialog.C: + * ui/QBibtexDialog.ui + * QTexinfo.C: Repair view without path/selection + * QTexinfo.h + * QTexinfoDialog.C + * QTexinfoDialog.h + * ui/QTexinfoDialog.ui + * ui/QCitationDialog.ui: layout fix + * ui/QExternalDialog.ui: idem + * TODO: update + +2002-07-23 John Levon + + * QCommandBuffer.C: real compile fix + +2002-07-22 John Levon + + * QLyXKeySym.C: return 0 when text_ is empty + for getISOEncoded() + +2002-07-22 John Levon + + * QCommandBuffer.C: probably compile fix + + * QtView.C: + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: remove dead code + +2002-07-22 John Levon + + * lyx_gui.C: add exit() so we don't busy loop ! + +2002-07-22 John Levon + + * QCommandEdit.C: complete if right at end of line + + * QLyXKeySym.C: cleanup comments + + * QtView.C: prefer const int + + * qlkey.h: fix some transliteration errors... + +2002-07-22 John Levon + + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: remove ->push() + +2002-07-22 Edwin Leuven + + * QCitationDialog.C: fix loop search and info update after selecting + * TODO: remove this is issue + +2002-07-22 Edwin Leuven + + * ui/QBibtexDialog.ui: style browser + * QBibtex.C: idem + * QBibtexDialog.C: idem + + * ui/QRefDialog.ui: document combo + * QRef.C: idem + + * QInclude.C: new layout + * ui/QIncludeDialog.ui: new layout + + * ui/QCitationDialog.ui: new layout + + * ui/QExternalDialog.ui: new layout + + * QGraphics.C: Compile fix + + * TODO: + +2002-07-22 John Levon + + * Menubar_pimpl.h: + * Menubar_pimpl.C: implement check/disable, submenus + +2002-07-22 John Levon + + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: implement getLayoutList() + +2002-07-21 Jean-Marc Lasgouttes + + * Toolbar_pimpl.C: use BufferParams::getLyXTextClass + +2002-07-21 John Levon + + * QToc.h: + * QToc.C: compile fixes, default to depth_(1) + +2002-07-21 John Levon + + * Menubar_pimpl.C: change for removed menubar stuff + +2002-07-21 John Levon + + * QtView.C: reset idle timer on message() + +2002-07-20 John Levon + + * QLImage.C: various fixes + + * QWorkArea.C: set focus proxy + + * qscreen.C: don't show cursor when in command buffer + + * Makefile.am: + * moc/Makefile.am: + * QMiniBuffer.h: + * QMiniBuffer.C: + * QCommandBuffer.h: + * QCommandBuffer.C: + * QCommandEdit.h: + * QCommandEdit.C: + * QtView.h: + * QtView.C: Rudimentary command buffer + +2002-07-19 John Levon + + * QWorkArea.C: remove unnecessary include + +2002-07-18 John Levon + + * QtView.C: + * Toolbar_pimpl.C: + * lyx_gui.C: verboseDispatch() is now dispatch() + +2002-07-07 Edwin Leuven + + * QParagraph.[Ch]: Add paragraph dialog + * QParagraphDialog.[Ch]: + * ui/QParagraphDialog.[Ch]: + * Makefile.am: + * Makefile.dialogs: + * guiapi.C: + +2002-07-17 John Levon + + * QtView.C: basic statusbar show + +2002-07-17 John Levon + + * QLImage.C: add using std + +2002-07-15 John Levon + + * QLImage.h: + * QLImage.C: remove getPixmap() add isDrawable() + +2002-07-14 John Levon + + * io_callback.h: + * lyx_gui.C: make set_read_callback() work + +2002-07-14 John Levon + + * lyx_gui.C: add set_read_callback() + + * Makefile.am: + * xforms/*: remove + +2002-07-13 John Levon + + * QtView.C: add a status bar + + * Toolbar_pimpl.C: minor fixes + + * lyx_gui.C: implement hexname() + +2002-07-12 John Levon + + * lyx_gui.C: move init_graphics() to parse_init() + +2002-07-12 John Levon + + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: remove unused (de)activate() + +2002-07-12 John Levon + + * lyx_gui.C: implement update_fonts(), font_available() + +2002-07-12 John Levon + + * lyx_gui.C: add un-needed update_color() + +2002-07-12 John Levon + + * QtView.h: + * QtView.C: remove unused methods + +2002-07-12 John Levon + + * Makefile.am: + * QLImage.h: + * QLImage.C: initial image loader + + * lyx_gui.C: initialise graphics + + * QLPainter.C: draw images + + * QWorkArea.C: implement clipboard as much as possible + +2002-07-11 John Levon + + * dialog files: add unused Dialogs paramater to allow compile + + * QtView.C: + * QMiniBuffer.h: + * QMiniBuffer.C: + * Makefile.am: add QMiniBuffer (placeholder) + + * TODO: add + + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: compile fix + + * lyx_gui.C: add hexname() place holder + +2002-07-04 André Pönitz + + * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE + +2002-06-28 Angus Leeming + + * QLPainter.[Ch]: changes associated with the name change + grfx::GImage -> grfx::Image. + +2002-06-21 Angus Leeming + + * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to + avoid name clash with MenuBackend::const_iterator mb. + + * QContentPane.C: + * QLPainter.C: + * qscreen.C: add using std::endl directive. + + * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a + scoped_array as np is not known at compile time and my compiler barfs. + + * Toolbar_pimpl.h: forward declare class ToolbarProxy. + + * qfont_loader.h: don't #include "font_loader.h". + + * qfont_metrics.C: remove trailing ';' from namespace anon scope. + +2002-06-21 John Levon + + * qfont_metrics.C: fix variable names + +2002-06-21 John Levon + + * QWorkArea.C: remove dead splash code + +2002-06-21 John Levon + + * QContentPane.C: restore calls to workAreaResize() + + * QLyXKeySym.h: tidy + + * QWorkArea.h: remove redraw() + + * QWorkArea.C: remove resize() + +2002-06-20 John Levon + + * guiapi.C: createIndex() changed + 2002-06-20 John Levon * QWorkArea.h: remove unused resize(...) - + 2002-06-20 John Levon * QWorkArea.h: remove unused stuff - + 2002-06-19 John Levon * QContentPane.h: * QContentPane.C: remove focus/unfocus events - + 2002-06-19 John Levon * QWorkArea.h: remove unused methods - + 2002-06-19 John Levon * LyXKeySymFactory.C: add @@ -25,12 +1379,12 @@ * QLyXKeySym.h: * QLyXKeySym.C: get keyboard partly working - * qfont_metrics.C: fix compile - + * qfont_metrics.C: fix compile + 2002-06-19 John Levon * Makefile.am: add the new files ... - + * Dialogs.C: * guiapi.C: * all dialogs: implement new dialog stuff, fix compile @@ -44,13 +1398,13 @@ * QContentPane.h: * QContentPane.C: new widget for containing a lyx document - + * QLPainter.h: * QLPainter.C: qt painter object - + * QWorkArea.h: * QWorkArea.C: Qt version of the work area - + * QtView.h: * QtView.C: Qt version of LyXView @@ -58,26 +1412,26 @@ * Toolbar_pimpl.C: * Menubar_pimpl.h: * Menubar_pimpl.C: initial Qt versions - + * WorkAreaFactory.C: generate a QWorkArea - - * emptytable.C: add a resize grippie - + + * emptytable.C: add a resize grippie + * qfont_loader.h: * qfont_loader.C: font loader for Qt - + * qfont_metrics.h: * qfont_metrics.C: font metrics for Qt - + * qlkey.h: convert Qt key symbol into a name - + * qscreen.h: * qscreen.C: Qt version of screen - + * moc/Makefile.am: add new files - + * xforms/Makefile.am: remove all xforms dialogs - + 2002-06-10 Lars Gullik Bjønnes * Qt2BC.C: do not include ButtonController.tmpl @@ -85,7 +1439,7 @@ 2002-05-23 John Levon * QtLyXView.h: moved into frontends/ - + 2002-05-22 Lars Gullik Bjønnes * QDocument.h: use more specific smart_ptr header.