X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=4d66f650f5bed402c472086e7678fee326b34742;hb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;hp=7e31e130dff77b438fe1b521713b72d6f080fd47;hpb=561bf82e7a19b492b7079ec58745b3e1bb1176a8;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 7e31e130df..4d66f650f5 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,383 @@ +2003-09-07 Angus Leeming + + * ButtonController.h: + * helper_funcs.h: remove #include "support/std_string.h". + + * ControlBranch.h: + * ControlNote.h: remove #include "debug.h". + + * ControlDocument.h: remove #include , "support/std_string.h". + + * ControlErrorList.h: + * ControlThesaurus.h: remove #include . + + * ControlPrefs.h: remove #include "funcrequest.h", . + + * GUI.h: remove #include "BCView.h". + + * tex_helpers.h: remove #include . + +2003-09-05 Martin Vermeer + + * biblio.C: + * frnt_lang.C: re-add missing system headers, needed for 2.95.2. + +2003-09-05 Angus Leeming + + * GUI.h: ensure that the header file can be compiled stand-alone. + * *.C: strip out redundant #includes. (49 in total.) + +2003-08-28 Lars Gullik Bjønnes + + * most files: change to use const buffer refs. + +2003-08-16 Martin Vermeer + + * ControlBranch.[Ch]: + * ControlDocument.C: + * Makefile.am: implements the 'branch + inset' idea. This allows the output of various versions of a + document from a single source version, selectively outputing or + suppressing output of parts of the text. + This implementation contains a 'branch list editor' in a separate + tab of the document settings dialog. Branches are user definable + and have a "display colour" to distinguish them on-screen. + + ColorHandler was somewhat cleaned up. + (1) make possible a dynamically growing LColor list by allowing + the graphic context cache to grow along (vector); + (2) eliminate an IMHO unnecessary step in colour allocation. + +2003-08-15 André Pönitz + + * ControlErrorList.C: + * ControlSpellchecker.C: remove toggleSelection + +2003-08-12 Michael Schmitt + + * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX" + for consistency + * ControlTabular.h: + * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE; + rename M_VALIGN_CENTER to M_VALIGN_MIDDLE; + rename VCENTER to MIDDLE + +2003-08-04 André Pönitz + + * ControlErrorList.C: + * ControlSpellchecker.C: simpler BufferView::update() calls + +2003-07-30 Martin Vermeer + + * ControlNote.[Ch]: add i18n support. + +2003-07-27 Lars Gullik Bjønnes + + * ControlToc.C (goTo): adjust for lyx::toc + (getTypes): ditto + (getContents): ditto + + * ControlThesaurus.C (replace): adjust for lyx::find + + * ControlSearch.C (find): adjust for lyx::find + (replace): ditto + + * ControlChanges.C (find): adjust for lyx::find + (accept): ditto + (reject): ditto + +2003-07-26 Jean-Marc Lasgouttes + + * ControlTabular.C (useMetricUnits): adapt PAPER_* enums + +2003-07-23 Angus Leeming + + * ControlExternal.C: pass a Buffer const & rather than a Buffer const * + to the mailer's string2params, params2string functions. + + * ControlGraphics.C pass a Buffer const & rather than a string const & + buffer_path to the mailer's string2params, params2string functions. + +2003-07-23 Angus Leeming + + * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath. + + * ControlBibtex.C: + * ControlExternal.C: + * ControlGraphics.C: use it. + +2003-07-21 Angus Leeming + + * ControlGraphics.C (initialiseParams, dispatchParams): no need + to modify the filename for reasons of 'good UI' anymore. + +2003-07-21 Angus Leeming + + * ControlGraphics.C (initialiseParams, dispatchParams): pass a + buffer_path parameter to InsetGraphicsMailer's string2params, + params2string. + +2003-07-21 Angus Leeming + + * ControlGraphics.C (readBB): use namespace lyx::graphics rather + than grfx shortcut. + +2003-07-18 Lars Gullik Bjønnes + + * ControlGraphics.C (dispatchParams): avoid some variable/function + shadowing. + + * ControlDialog.tmpl (show): follow C++ rules more closely + (update): ditto + (hide): ditto + +2003-07-17 Angus Leeming + + * ControlChanges.h: + * ControlErrorList.h: + * ControlLog.h: + * ControlMath.h: + * ControlShowFile.h: + * ControlTexinfo.h: + * ControlVCLog.h: + * Dialog.h: fix some doxygen warnings. + + * Dialog.C: shuffle a couple of functions around. + +2003-07-16 Angus Leeming + + * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if. + +2003-07-16 Angus Leeming + + Dialog.[Ch]: move a few methods out of line. + + Dialog.h: + Kernel.h: improve doxygen documentation. + +2003-07-01 Lars Gullik Bjønnes + + * introduce namespace lyx::support + +2003-06-28 Lars Gullik Bjønnes + + * Kernel.h: fix some \class issues + + * Kernel.C: fix \file + + * Dialog.h: fix some \class issues + + * ControlErrorList.h: correct const type order, remove some + ControlErrorList:: from declarations. + + * BCView.h: fix usage of \class to \c + * ControlAboutlyx.h: ditto + * ButtonController.h: ditto + remove misplaced end doxy group tag + +2003-06-24 Alfredo Braunstein + + * ControlDocument.C (classApply): removed the call to resetErrorList, + replaced setErrorList by parseErrors + +2003-06-21 Alfredo Braunstein + + * ControlError.[Ch]: removed + * Makefile.am: adjust + +2003-06-20 Angus Leeming + + * tex_helpers.[Ch] (getTexFileList): changed to + void getTexFileList(string const & file, vector & contents); + + * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a + vector to fill rather than returning a string. + + * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need + for an extra layer of indirection. + (getContents): moved out of class to getTexFileList. + +2003-06-19 Angus Leeming + + * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme. + +2003-06-17 Angus Leeming + + * ControlMath.[Ch]: + * ControlMath2.[Ch]: rename ControlMath2 as ControlMath. + Move into ControlMath.[Ch]. Remove ControlMath2.[Ch]. + + * Makefile.am: remove ControlMath2.[Ch]. + +2003-06-17 Angus Leeming + + * ControlMath.[Ch] (showDialog): + * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions. + + * ControlMath2.C: wrap all other calls to the kernel diapatcher into + dispatchFunc. + +2003-06-12 Angus Leeming + + * ControlMath2.[Ch]: new files. A work in progress towards a clean + implementation of the math panel. + + * Makefile.am: add files. + +2003-06-11 Angus Leeming + + * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer + storing the ExternalTemplate but its name. + +2003-06-10 Angus Leeming + + * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT + rather than generate a new inset itself. + +2003-06-06 John Levon + + * ControlDocument.C: make sure a language change + always gets propogated + +2003-06-03 Angus Leeming + + * ControlExternal.[Ch]: remove viewExternal and updateExternal. + Change the internal store from an InsetExternal to its Param struct. + +2003-06-03 John Levon + + * ControlGraphics.C: make file path relative for the GUI, + absolute for the backend + +2003-05-24 Lars Gullik Bjønnes + + * ControlDocument.C (saveAsDefault): adjust + +2003-05-21 Alfredo Braunstein + + * ViewBase.h: + * Dialog.h (setTitle): added + +2003-05-20 Alfredo Braunstein + + * ControlErrorList.[Ch]: small bugs fixed, use ErrorList + +2003-05-13 André Pönitz + + * ControlForks.[Ch]: use vector instead of strings + +2003-05-14 Rob Lahaye + + * ControlErrorList.C (clearParams): replace string::clear by + string::erase + +2003-05-14 Lars Gullik Bjønnes + + * ControlErrorList.C (goTo): use lyxerr not cout. + +2003-05-13 Alfredo Braunstein: + + * ControlErrorList.[Ch]: added + * Makefile.am: the above adittion + +2003-05-13 André Pönitz + + * ControlDocument.C: + * ControlPrint.C: + * ControlSpellchecker.C: + * biblio.C: boost::format -> bformat all over the place + + * ControlForks.C: + * ControlGraphics.C: + * ControlPrint.C: + * ControlSearch.C: + * ControlSpellchecker.C: + * ControlTabularCreate.C: use tostr from new header + + +2003-05-08 Lars Gullik Bjønnes + + * Makefile.am: better lib building + +2003-05-07 Lars Gullik Bjønnes + + * ControlDocument.C (saveAsDefault): parlist cleanup + +2003-05-06 John Levon + + * ControlDocument.C: fix buggy boost format + +2003-05-06 Lars Gullik Bjønnes + + * ControlDocument.C (classApply): adjust call to + SwitchLayoutsBetweenClasses. + +2003-04-25 Lars Gullik Bjønnes + + * ControlDocument.C (setLanguage): call updateDocLang when not + calling changeLanguage. + +2003-04-10 John Levon + + * ControlTabular.h: + * ControlTabular.C: add longTabular() etc. + +2003-04-10 John Levon + + * ControlMath.C (find_xpm): handle math_delim arguments + +2003-04-02 Angus Leeming + + * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than + a LyXFunc &. Ensuing changes elsewhere. + (getCurrentState): new method, returning bufferview_func's + currentState (needs the currently active BufferView). + +2003-03-31 John Levon + + * ControlPrint.C: + * ControlDocument.C: more Alert cleanups + +2003-03-29 John Levon + + * ControlSpellchecker.C: Alert cleanup + +2003-03-29 John Levon + + * helper_funcs.C: Alert cleanup + +2003-03-29 John Levon + + * ControlDocument.C: comment out seemingly silly question + +2003-03-27 Lars Gullik Bjønnes + + * ControlDialog.tmpl (show): qualify emergency_exit_ with this-> + (update): ditto + (hide): ditto + +2003-03-26 Angus Leeming + + * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme. + +2003-03-25 John Levon + + * ControlSpellchecker.C: support for new aspell + +2003-03-25 Angus Leeming + + * ControlLog.[Ch]: + * ControlShowFile.[Ch]: + * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme. + +2003-03-24 John Levon + + * ControlMath.C: include Pr function + +2003-03-23 John Levon + + * ControlSpellchecker.C: make "words checked" translatable, + from Michael Schmitt + 2003-03-18 John Levon * ControlParagraph.C: make reading of params succeed @@ -164,7 +544,7 @@ * ControlConnections.C: temporary renaming of Dialogs::signals. * Makefile.am: add new files. - + 2003-02-21 Angus Leeming * ControlBibtex.C (Browse): @@ -175,7 +555,7 @@ browse, browsedir): * ControlPrint.C (Browse): don't pass a LyXView & to browseFile et al. - * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir): + * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir): don't pass a LyXView & to fileDlg. 2003-02-17 John Levon @@ -223,7 +603,7 @@ 2003-01-11 Juergen Spitzmueller * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824] - + * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir. 2002-12-02 Lars Gullik Bjønnes