]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
fix tooltips in toolbar
[lyx.git] / src / frontends / ChangeLog
index 67c03dcd797b1c5e250d48bda6c57420aa878fbb..b946f93e9c63ec1c9b09fecd33c2b70c2871669d 100644 (file)
@@ -1,5 +1,530 @@
+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
+       methods.
+       * guiapi.h: new file
+
+2002-06-16    <alstrup@diku.dk>
+
+       * WorkArea.C: New file for GUII.
+
+       * WorkAreaFactory.h: New file for GUII.
+
+       * WorkArea.h: GUII stuff.
+
+2002-06-15  Lyx Development team  <larsbj@birdstep.com>
+
+       * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
+
+       * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
+
+       * LyXKeySym.[Ch]: new LyXKeySym class for representing a
+       keypress. For now, X11 dependent.
+
+       * Makefile.am: Added LyXKeySym.
+
+2002-06-14  Lyx Development team  <lyx@electronia>
+
+       * LyXScreenFactory.h: New factory for creating the screen
+       object in the super GUII way.
+
+       * screen.h: Made LyXScreen an abstract base class for the
+       screen object.
+
+       * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
+       belongs.
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Painter.h:
+       * Painter.C: s/PainterBase/Painter, remove dead code
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.h: remove trailing semi-colon after the brace closing
+       the namespace.
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXView.h: cleanup
+
+       * LyXView.C: move init() here from xforms/
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * screen.h:
+       * screen.C: change topCursorVisible() prototype
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * font_metrics.h: remove trailing semi-colon after the brace closing
+       the namespace.
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUIRunTime.h: remove in favour of ...
+
+       * Makefile.am:
+       * lyx_gui.h: ... namespace for GUI start up
+
+       * LyXView.h: remove init(),show(),setPosition()
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Menubar.C:
+       * Timeout.h:
+       * Toolbar.C:
+       * LyXView.h:
+       * LyXView.C: some cleanup, prefer scoped_ptr
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * screen.C:
+       * Painter.C: use workHeight()
+
+       * WorkArea.h: remove confusing duplicate unused code
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * screen.h:
+       * screen.C: rename, add reset()
+
+2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * font_metrics.h: move X-specific stuff out of namespace
+
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * Alert.C: all c-library variables have been moved into namespace std.
+       Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
+
+       * Toolbar.h (Pimpl): type definition made public.
+
+2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Alert.h: better variable name
+
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * switch from SigC signals to boost::signals
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * WorkArea.h:
+       * WorkArea.C: move to xforms/ for better diff
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * key_state.h:
+       * mouse_state.h: add
+
+       * Makefile.am:
+       * WorkArea.h:
+       * WorkArea.C: use above
+
+2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * font_loader.h: placeholder
+
+       * screen.C: use placeholder
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * font_metrics.h: add placeholder
+
+       * Painter.C:
+       * screen.C: use placeholder
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h:
+       * WorkArea.C:
+       * Makefile.am: move here
+
+       * screen.h:
+       * screen.C: move here
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Liason.C:
+       * LyXView.h:
+       * LyXView.C:
+       * Makefile.am: move LyXView here
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * Painter.h:
+       * Painter.C: add PainterBase here
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Dialogs.h: use more specific smart_ptr header
+
+2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
+       (EXTRA_DIST): delete
+       (dist-hook): delete
+       (distclean-local): delete
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: make distcheck work
+       (distclean-local): handle distclean of non-built frontends better.
+
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+       * Makefile.am: remove ld -r stuff
+
+2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: special rules if partial linking
+
+2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * doxygen fixes.
+
+2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.[Ch]: add static signal toggleTooltips and
+       static method tooltipsEnabled.
+
+2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h:
+       * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
+
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Toolbar.[Ch] (setLayout): layout as string
+
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h (initialiseGraphics): a new static method.
+
+2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: don't compile support as LyXImage is now dead.
+
+2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: better dep. tracking from controllers and xforms
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
+       support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
+       Rearrange #includes in Lars' approved fashion.
+
+       * Timeout.[Ch] (running): new method.
+       (default c-tor): removed.
+
+       * Dialogs.h: added a new signal, showForks.
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Liason.C:
+       change Systemcalls::System to Systemcalls::Wait and
+       change Systemcalls::SystemDontWait to Systemcalls::DontWait.
+       No change of functionality, just reflects the stripped down Systemcalls
+       class.
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Liason.C (printBuffer): use Buffer::filePath
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Timeout.h:
+       * FileDialog.h: do not include <config.h> in header files.
+
+2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Alert.h: remove spurious semi-colon at the end of the namespace
+       scope.
+
+2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * Alert.h:
+       * Alert.C:
+       * Alert_pimpl.h: alerts etc.
+
+2001-10-09  Herbert Voss  <voss@perce.de>
+
+       * Dialogs.h: added showFile and showTexinfo signals.
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h (showSplash, destroySplash, splash_): removed.
+
+       * Dialogs.C (destroySplash): removed.
+
+2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUIRunTime.h: initApplication() should take a & to argc
+
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Liason.C: IsDirWriteable changed
+
+2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Liason.C: #include LAssert.h
+
+2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showThesaurus
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * Dialogs.h: added showSpellchecker
+
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * GUIRunTime.h: (x11Display):
+       (x11Screen):
+       (x11Colormap):
+       (x11VisualDepth): new methods
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GUIRunTime.h: add createMainView
+
+2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showSpellcheckerPreferences
+
+2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am: remove kde frontend
+
+2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.h: removed unused signal showCharacter.
+       Renamed signals showLayoutDocument -> showDocument,
+       showLayoutParagraph -> showParagraph,
+       showLayoutCharacter -> showCharacter.
+       Added signal updateParagraph.
+       Rearranged signals in some sort of alphabetical order again.
+
+2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FileDialog.h:
+       * Timeout.h: added // -*- C++ -*- as first line.
+
+2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: make the dependencies work for the sub libs.
+
+2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
+       libs here.
+
+2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: make controllers subdir before xforms.
+
+       * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
+
+       * Dialogs.C: new file, instantiating the add, destroySplash methods.
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Liason.[Ch] (setMinibuffer): change second arg to string
+
+       * Dialogs.h: inherit privately from noncopyable
+
+2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: s/popup/dialog/
+
+2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Liason.C (printBuffer): do not forget file name
+       when printing with empty print_spool_command.
+
+2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
+       are now stored in the controllers dir.
+
+2001-03-16  Juergen Vigna  <jug@sad.it>
+
+       * Dialogs.h (noncopyable): added minipage signals.
+
 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
+       * several files: remove CXX_WORKING_NAMESPACES
+
        * ButtonPolicies.h: noncopyable is in namespace boost
        * Dialogs.h (noncopyable): ditto
        * DialogBase.h (noncopyable): ditto
 
        * DialogBase.h: commented out abstract method show().
 
-       * Dialogs.h: The dialogs are now stored as a 
+       * Dialogs.h: The dialogs are now stored as a
        std::vector<boost::shared_ptr<DialogBase> >.
        Removed using directives.
        (d-tor) removed.
 
        * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
 
+2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showMathPanel signal
+
 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
 
        * Dialogs.h: add showExternal signal