lyx_mirror/src/frontends/ChangeLog

180 lines
4.6 KiB
Plaintext
Raw Normal View History

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<42>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<42>nnes <larsbj@birdstep.com>
* Makefile.am: make the dependencies work for the sub libs.
2001-05-31 Lars Gullik Bj<42>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<42>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<42>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
2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
* Merging changes from BRANCH_MVC back into HEAD.
* Makefile.am: added controllers to SUBDIRS.
removed ButtonPolicies.[Ch]. Now in controllers.
* DialogBase.h: commented out abstract method show().
* Dialogs.h: The dialogs are now stored as a
std::vector<boost::shared_ptr<DialogBase> >.
Removed using directives.
(d-tor) removed.
(add): new helper method. Makes code in c-tor a little tidier.
(destroySplash): Moved out of xforms implementation.
* 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
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
* Dialogs.h: add pointer to splash form
* GUIRunTime.h: minor cleanup
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
* Dialogs.h: remove createInclude
2001-02-26 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am
* FileDialog.h: new GUII FileDialog
2001-02-23 Edwin Leuven <leuven@fee.uva.nl)
* Dialogs.h: setUserFreeFont, showLayoutCharacter
2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
* DialogBase.h: derived from noncopyable, rather than deriving
xforms/FormBase from it.
2001-02-12 John Levon <moz@compsoc.man.ac.uk>
* DialogBase.C: add close(), non-pure. This is
useful for logdlg.C in the KDE frontend.
* Dialogs.h: splash, include, and bib forms
2001-02-07 John Levon <moz@compsoc.man.ac.uk>
* ButtonPolicies.C:
* ButtonPolicies.h: and remove OkViewPolicy,
it's a duplicate of IgnorantPolicy
* Makefile.am:
* Timeout.C:
* Timeout.h: add GUI-I Timeout class
2001-02-06 John Levon <moz@compsoc.man.ac.uk>
* ButtonPolicies.C:
* ButtonPolicies.h: add OkViewPolicy
* src/frontends/Dialogs.h: add showVCLogFile signal
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am: add qt2 frontend