From: Lars Gullik Bjønnes Date: Tue, 24 Sep 2002 18:22:50 +0000 (+0000) Subject: forgot these X-Git-Tag: 1.6.10~18239 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=33f06bb79b66bdc17673d77f5c03ddb7bcd41ca4;hp=20a85bb24ff4e021f578805ec007b7f152944b4e;p=lyx.git forgot these git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5337 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 26084eaffd..30903119e5 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,7 +1,11 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + 2002-09-12 Rob Lahaye - - * Liason.C: implement new printer parameters with new xforms dialog - + + * Liason.C: implement new printer parameters with new xforms dialog + 2002-09-11 Rob Lahaye * LyXView.C (LyXView::updateWindowTitle): change the minimised icon @@ -11,7 +15,7 @@ * Painter.C: draw frame after background. This is needed on Qt but not xforms ?? - + 2002-09-05 Angus Leeming * all files: modify the headers as discussed on the list. diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index bffcca9266..2b5dafd7f9 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,8 +1,15 @@ +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. @@ -11,7 +18,7 @@ * 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 + Move several definitions of virtual functions out of line as they are unlikely to be inlined anyway (and it reduces header file dependencies)... @@ -30,16 +37,16 @@ * 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 + minibuffer 2002-09-16 John Levon @@ -48,11 +55,11 @@ 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: @@ -67,7 +74,7 @@ 2002-09-15 John Levon * Alert_pimpl.C: title fix - + 2002-09-14 John Levon * QMath.h: @@ -75,88 +82,88 @@ * 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 + 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: + * 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 @@ -164,19 +171,19 @@ 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: + * 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() - + * QURLDialog.C: focus on the first linedit on show() + 2002-09-11 John Levon * QSearchDialog.C: fill combo boxes @@ -186,19 +193,19 @@ * 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: @@ -210,15 +217,15 @@ 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 - + * ui/QFloatDialog.ui: fix bug 527 and more + 2002-09-12 Angus Leeming * iconpalette.C (resizeEvent): compile fix. @@ -234,50 +241,50 @@ * 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: @@ -286,10 +293,10 @@ * ui/QMathDialog.ui: * QMathDialog.h: * QMathDialog.C: add dots. Use a completely broken :( - scrollview. + scrollview. + + * iconpalette.C: increase size - * iconpalette.C: increase size - 2002-09-04 Angus Leeming * QLyXKeySym.C: using std::endl directive. @@ -306,55 +313,55 @@ * 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 @@ -366,13 +373,13 @@ * 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: @@ -380,26 +387,26 @@ * 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 @@ -428,7 +435,7 @@ * Alert_pimpl.C: remove xforms header * Toolbar_pimpl.C: build fix - + 2002-08-13 Angus Leeming * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly. @@ -498,52 +505,52 @@ 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: + * 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 diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 4926619cf1..57183bb645 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,6 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES 2002-09-20 Martin Vermeer @@ -8,16 +11,16 @@ * Toolbar_pimpl.C (layoutSelected): when selecting a layout in combox, make sure the corresponding shortcut is shown in - minibuffer + 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 + * forms/form_print.fd: minor polishing of layout 2002-09-12 Rob Lahaye @@ -27,15 +30,15 @@ 2002-09-12 Rob Lahaye - * FormTexinfo.C: + * 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 - + + * 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 @@ -50,11 +53,11 @@ * 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: @@ -81,7 +84,7 @@ 2002-09-06 Alain Castera - * FormTabular.C: leave the horizontal alignment buttons alive + * FormTabular.C: leave the horizontal alignment buttons alive on fixed width columns 2002-09-05 Angus Leeming @@ -92,56 +95,56 @@ * 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: + * 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. - + * 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 diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index bed487bb76..0066b0caa5 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + 2002-09-10 Jean-Marc Lasgouttes * GraphicsConverter.C (build_script): do not use ChangeExtension @@ -52,7 +56,7 @@ * GraphicsImage.C: * GraphicsParams.[Ch]: remove keepLyXAspectRatio, width and height because this input has gone from the graphics dialog. - + * GraphicsTypes.h: add enum DisplayType DefaultDisplay 2002-08-20 Lars Gullik Bjønnes diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 2019c6f773..38a0424d7b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,7 +1,11 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + 2002-09-16 John Levon * insettabular.h: hasSelection() needs to be public - + 2002-09-12 Rob Lahaye * insetgraphicsParams.C: use empty string as default for rotateOrigin @@ -17,15 +21,15 @@ 2002-09-10 John Levon * insetinclude.h: remove unused param - + 2002-09-09 John Levon * insetinclude.h: * insetinclude.C: remove noload, default to input - + 2002-09-29 Martin Vermeer - * insetgraphics.C: disfuscated use of ']' in built output string. + * insetgraphics.C: disfuscated use of ']' in built output string. 2002-09-06 Lars Gullik Bjønnes diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index caf2a45125..670db7b17a 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,7 +1,11 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + 2002-09-11 John Levon * dimension.C: compile fix - + 2002-09-11 Angus Leeming * preview.[Ch]: cruft. Removed. diff --git a/src/support/ChangeLog b/src/support/ChangeLog index d8437f17b8..3dd7568adf 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,10 +1,14 @@ +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + 2002-09-16 Kayvan A. Sylvan * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(), since at least for Cygwin, the "rb" read_mode acceptable for fopen() is illegal for popen(), whose mode argument *must* be "r" or "w". - + * filetools.C (RunCommand): Uses os::popen_read_mode() instead of os::read_mode()