]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
remove preamble dialog from the qt frontend
[lyx.git] / src / frontends / ChangeLog
index 12820e3a26c4db1fa5d2c80b68fc326bce16056f..ed7fe8902c63a45b9d8ea791b3d90bb7aa32c36c 100644 (file)
+2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (LIBS): delete
+       (libfrontends_la_LDFLAGS): add with same as LIBS
+
+2003-01-11  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C (SplashScreen): load up banner.ppm rather than banner.xpm.
+
+2003-01-05  John Levon  <levon@movementarian.org>
+
+       * LyXKeySym.h: pass Encoding to getISOEncoded
+
+2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_gui.h: add new function lyx_gui::getStatus, which can be
+       used by a frontend to indicate that some lfun is not implemented.
+
+2002-12-12  John Levon  <levon@movementarian.org>
+
+       * LyXKeySym.h: add isText()
+
+2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * screen.C (fitCursor): remove usleep thingie
+       (fitManualCursor): ditto
+
+2002-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * screen.C (fitManualCursor): add delay if we have a selection
+       going
+       (fitCursor): ditto
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-11-17  John Levon  <levon@movementarian.org>
+
+       * FileDialog.h: split Select() into open()/save() for
+         benefit of Qt
+
+2002-11-01  Herbert Voss  <voss@perce.de>
+
+       * ControlGraphics.C: "Default" is now a part of the rotate-list
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.h: do not use std:: on string
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * PrinterParams.h (to): default value changed to 0 (from 1).
+
+       * Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
+
+       * makefile.am: remove Liason.[Ch].
+
+2002-10-21  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
+
+       * LyXKeySym.h (operator==): compilation fix. The two args should have
+       different names...
+
+2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LyXKeySym.h: move operator== out of class. Separate
+       implementations for xforms and qt.
+
+       * Liason.[Ch]: get rid of setMinibuffer, where used call message
+       directly through LyXView::message instead.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: doxygen fix.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * Liason.C: implement new printer parameters with new xforms dialog
+
+2002-09-11  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * LyXView.C (LyXView::updateWindowTitle): change the minimised icon
+       to show an asterix if the buffer has changed.
+
+2002-09-11  John Levon  <levon@movementarian.org>
+
+       * Painter.C: draw frame after background. This is needed
+         on Qt but not xforms ??
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-08-28  André Pönitz <poenitz@gmx.net>
+
+       * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Dialogs.h (noncopyable): ws changes only
+
+2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: use $(variables) instead of @substitutions@
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch]:
+       * guiapi.[Ch]: the brave new world of Dialog creation.
+
+       * LyXView.C: associated change.
+
+       * Makefile.am: add new file guiapi.C.
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * DialogBase.h: removed.
+
+       * Dialogs.h: rearrange #includes, forward declarations and some
+       functions. Remove commented out, historical code.
+
+       * Dialogs.[Ch] (showInfo): removed.
+
+       * guiapi.h (gui_ShowInfo): removed.
+
+2002-08-13  André Pönitz <poenitz@gmx.net>
+
+       * LyXView.[Ch]: new member dispatch();
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch]:
+       (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
+       return a reference not a pointer.
+       (controlcommand_, intl_, autosave_timeout_): employ the
+       const scoped_ptr idiom.
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * DialogBase.h: no longer derive from boost::signals::trackable.
+
+       * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * Toolbar.C:
+
+2002-08-06  André Poenitz  <poenitz@gmx.net>
+
+       * Screen.C: Honor \show_banner lyxrc setting
+
+2002-08-04  John Levon  <levon@movementarian.org>
+
+       * LyXView.C: isLyxClean->isClean
+
+2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
+
+       * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
+       so that anything wanting to cache the buffer view can do so safely
+       using a boost::weak_ptr.
+
+       * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
+       Spell Bjønnes correctly.
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * Dialogs.h:
+       * Dialogs.C:
+       * guiapi.h: remove options from spell dialog
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.h: add remove_read_callback()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.h: add exit()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Toolbar.h:
+       * Toolbar.C: remove other unused code
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Toolbar.h:
+       * Toolbar.C: remove ->push()
+
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * LyXView.C: use BufferParams::getLyXTextClass
+
+2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXView.C: move autosave connect here
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * LyXView.C (updateMenubar): remove code to set different menubars
+
+       * Menubar.C (set): remove
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXView.h:
+       * LyXView.C: use ControlCommandBuffer, related
+         cleanup
+
+       * MiniBuffer.h:
+       * MiniBuffer.C: remove
+
+2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXView.h:
+       * LyXView.C:
+       * MiniBuffer.h:
+       * MiniBuffer.C: remove messagePush/Pop, addSet
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXView.h:
+       * LyXView.C: change showState to view_state_changed signal
+
+2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.h: add set_read_callback()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.h: remove init_graphics()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Toolbar.h:
+       * Toolbar.C: remove unused (de)activate()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * font_loader.h: remove
+
+       * lyx_gui.h: add update_fonts(), font_available()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.h: add update_color
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Painter.C:
+       * Painter.h: make frame/background painting optional
+         for rectText
+
+2002-07-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.h (hexname): new function.
+
+2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * screen.C (SplashScreen): we change
+       (topCursorVisible): ws change
+       (greyOut): divide by 2 instead of multiplying with 0.5
+
+2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Dialogs.h: remove static from redrawGUI and
+       toggleTooltips.
+
+2002-06-28  Angus Leeming  <leeming@lyx.org>
+
+       * Painter.h:
+       * screen.C: changes associated with the name change grfx::GImage ->
+       grfx::Image.
+
+2002-06-26  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C: moved the image loading stuff into a new class grfx::Loader.
+       Simplifies this file enormously.
+
+2002-06-25  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C: add a SplashScreen class to load up the pixmap once again.
+
+2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * LyXView.C: layout as layout
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * screen.C: add FIXME
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h: remove redraw()
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * guiapi.h:
+       * Dialogs.h:
+       * Dialogs.C: createIndex() doesn't take string
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h: remove unused resize(..) and change name
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXKeySym.h:
+       * LyXKeySym.C: remove un-needed file
+
+       * WorkArea.h:
+       * WorkArea.C: remove un-needed file. Add back
+         comments. Remove focus management, greyOut()
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h: remove focus/unfocus events
+
 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
 
        * WorkArea.h: remove unused methods
+
 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
 
        * Toolbar.C: add missing header
+
 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
 
        * WorkArea.h: remove unused method width()
+
 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * add a nother layer of inderection for calling gui specific