X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=3d20043222948da1051868d87dc03c5f5c64499d;hb=b5589bf6cf82439dc8dcc6c9465ce3b32dc0f389;hp=0b02d40e590acab125e4930a8e4e14ec5237c2bb;hpb=872473c800c14f7a4c1baca7ebd60415ea32b2f4;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 0b02d40e59..f0eec8a4da 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,934 @@ +2005-01-10 Angus Leeming + + * ControlAboutlyx.C: + * ControlGraphics.C: + * helper_funcs.C: + * tex_helpers.C: use support/package.h to provide the paths to the + various directories used by LyX. + +2005-01-06 Lars Gullik Bjonnes + + * ControlTabularCreate.C (dispatchParams): + * ControlSpellchekcer.C (showSummary): + * ControlPrint.C (dispatchParams): + * ControlGraphics.C (readBB): + * ControlExternal.C (readBB): tostr -> convert + +2004-12-17 Martin Vermeer + + * ControlMath.C: fixed Ångström, Ørsted. + +2004-12-02 Georg Baum + + * ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like + types for cell, row and column indices + +2004-11-25 Angus Leeming + + * ControlBibtex.C: + * ControlExternal.C: + * ControlGraphics.C: + * ControlInclude.C: + * ControlPrefs.C: + * ControlPrint.C: s/globbing.h/filefilterlist.h/ in #includes. + + * helper_funcs.C: remove #include "globbing.h". + +2004-11-22 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (check): update the view when setting the + selection + +2004-11-18 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (nextWord): rewrite to skip words + containing digits. + (isLetter): honor lyxrc.isp_esc_chars + +2004-11-18 Georg Baum + + * ControlTabular.C (initialiseParams): Compute the active cell + +2004-11-09 Georg Baum + + * ControlInclude.C (browse): Use GetExtension() instead of + getFormatFromContents() + +2004-11-05 Jean-Marc Lasgouttes + + * ControlRef.C (gotoRef, gotoBookmark): + * Kernel.C (dispatch): remove verbose argument + + * ControlCommandBuffer.C (dispatch): set origin of the lfun to + COMMANDBUFFER instead of using the old verbose argument to dispatch + +2004-10-29 Georg Baum + + * ControlInclude.C: s/getExtFromContents/getFormatFromContents/ + +2004-10-26 Angus Leeming + + * ControlPrefs.[Ch]: add code to interface with the Movers. + +2004-09-14 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (check): do not set the selection + backwards, but translate it to the left instead. + +2004-09-15 Georg Baum + + * ControlInclude.C (load): open nonlyx files via formats.edit() + +2004-08-15 Lars Gullik Bjonnes + + * pch.h: new file + + * Makefile.am: support pch + +2004-08-08 Jean-Marc Lasgouttes + + * helper_funcs.C (browseLibFile): new function. Tries to do the + right thing to look for a file in lyxdir + + * ControlPrefs.C (browsebind, browseUI, browsekbmap): use + browseLibFile + +2004-08-07 Jean-Marc Lasgouttes + + * ControlBibtex.C (browseBst): new method, specialized to lookup + bibtex style files + (browseBib): new method, specialized to lookup bibtex database files + (browse): removed + +2004-07-25 Lars Gullik Bjonnes + + * ControlErrorList.C (goTo): shuffle code to avoid compiler warning. + +2004-07-24 Lars Gullik Bjonnes + + * biblio.C, ControlPrefs.C, ControlParagraph.C: + * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace + "support/std_sstream.h" with + +2004-05-19 Angus Leeming + + * *.[Ch]: wrap all code up inside namespace lyx::frontend. + Move namespace biblio to lyx::biblio. + +2004-05-14 Angus Leeming + + * biblio.[Ch] (asValidLatexCommand): new function which examines + the input string to return a latex citation command that is + valid for the current citation engine. + +2004-05-14 Angus Leeming + + * ControlCitation.[Ch]: small changes to use the CiteEngine_enum + wrapper class. + + * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to + minimize dependencies on this file. + (getCitationStyle, getCiteCommand): removed. Functionality moved + into the CitationStyle struct. + +2004-05-12 Angus Leeming + + * biblio.C (getEngine): reduced to the trivial. + +2004-05-10 Angus Leeming + + * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of + bools usingNatbib, usingJurabib. + + * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine + enum rather than multiple bools, usingNatbib and using Jurabib. + +2004-04-12 Georg Baum + + * ControlGraphics.[Ch] (editGraphics): new method + +2004-04-07 Martin Vermeer + + * ControlDocument.C: 'assign' for opening/closing branch insets + according to selection + +2004-04-05 Angus Leeming + + * ButtonPolicies.C (printState, printInput): human-readable output + of ButtonPolicy::State, ButtonPolicy::SMInput. + (PreferencesPolicy::input): change the behaviour of the Preferences + state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing + state is APPLIED, then let this state persist. Next time that the + dialog is opened, the user will be able to press 'Save'. + +2004-04-05 Angus Leeming + + * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing + the contents of rc_ to the stringstream. + +2004-04-05 Angus Leeming + + * ControlErrorList.C: wrap #warning calls inside #ifdef + WITH_WARNINGS blocks. + +2004-04-01 Angus Leeming + + * README: removed. It refered to the ancient and impossible to + understand scheme ;-) + +2004-03-31 Angus Leeming + + * ControlButtons.[Ch]: + * ControlConnections.[Ch]: + * ControlDialog.{h,tmpl}: + * ControlDialog_impl.[Ch]: + * GUI.h: + * ViewBase.[Ch]: all removed. + + * Makefile.am: adjusted to suit. + +2004-03-31 Angus Leeming + + * ControlPreamble.[Ch]: converted to the dialog-based scheme. + +2004-03-31 Angus Leeming + + * ControlSpellchecker.C: converted to the dialog-based scheme. + Cleaned-up the program structure so that it behaves in similar manner + to all the other dialogs. There is still far too much of the core + in here though... + + * Dialog.C (update): more generic error message. + +2004-03-31 Alfredo Braunstein + + * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g + +2004-03-31 Alfredo Braunstein + + * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd, + use forwardPos. + +2004-03-31 Angus Leeming + + * ControlPrefs.[Ch]: converted to the dialog-based scheme. + + * Dialog.C (apply): bug fix. Enable the dispatch of dialogs + which aren't dependent on a buffer when no buffer is open. + + Kernel.[Ch] (redrawGUI): new function. + +2004-03-31 Angus Leeming + + * ControlPrefs.C: a bit of an overhaul, moving the local Converters + and Formats variables out of the various frontends to here, + and ensuring that nothing is actually dispatched to the core except + from apply(). + Also use the new LFUN_LYXRC_APPLY lfun. + +2004-03-30 Angus Leeming + + * ControlDocument.[Ch]: converted to the dialog-based scheme. + +2004-03-30 Angus Leeming + + * ControlDocument.[Ch]: move all of the 'apply' code into the core + and access it by dispatching the appropriate lfuns. + +2004-03-30 Angus Leeming + + * ControlDocument.C (apply): replace the loop over paragraphs + invoking insetsOpenCloseBranch with + LFUN_ALL_INSETS_TOGGLE, "toggle branch". + +2004-03-29 Jürgen Spitzmüller + + * ControlBibtex.[Ch]: add member usingBibtopic(). + +2004-03-28 Alfredo Braunstein + + * ControlDocument.C: + * ControlErrorList.C: adjust to ParIterator change + +2004-03-28 Angus Leeming + + * ControlPrint.[Ch]: converted to the dialog-based scheme. + +2004-03-27 Angus Leeming + + * ControlSendto.[Ch]: converted to the dialog-based scheme. + +2004-03-24 Angus Leeming + + 64-bit compile fixes. + + * ControlErrorList.C (goTo): use lyx::pos_type as type of + temporary vars. + + * ControlSpellchecker.C (nextWord): pass progress as a + PosIterator::difference_type, not an int. + +2004-03-17 Angus Leeming + + * ControlForks.[Ch]: removed. + + * Makefile.am: remove mention of ControlForks.[Ch]. + +2004-03-07 Jürgen Spitzmüller + + * biblio.[Ch]: + * ControlCitation.[Ch]: add jurabib support. + +2004-02-21 Georg Baum + + * ControlPrint.C, ControlSendto.C: use always a temp dir + * ControlSendto.C: check return value of buffer()->writeFile() + +2004-02-01 Lars Gullik Bjonnes + + * biblio.C (parseBibTeX): "=" -> '=' + +2004-01-31 Lars Gullik Bjonnes + + * biblio.C (RegexMatch): inherit from std::unary_function, make + operator() const and variable regex_ mutable. + + * ControlSpellchecker.C (check): use correct types for the result + from distance. + +2004-01-28 Lars Gullik Bjonnes + + * ControlSpellchecker.C: add using statements for std::advance and + std::distance + + * ControlExternal.C: add using statement for std::advance + +2004-01-26 Lars Gullik Bjonnes + + * ControlSpellchecker.C (check): use std::distance and + std::advance + +2004-01-25 Angus Leeming + + * ControlSearch.[Ch]: derive from Dialog::Controller rather than + the deprecated ControlDialogBD. + +2004-01-08 Alfredo Braunstein + + * Dialog.C (hide): disconnect dialog/inset on hide (partial fix + to bug 1251) + +2004-01-08 Angus Leeming + + * ControlBibtex.[Ch] (browse): + * ControlExternal.[Ch] (browse): + * ControlGraphics.[Ch] (browse): + * ControlInclude.[Ch] (browse): + * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap, + browsedict, browse, browsedir): + * ControlPrint.[Ch] (browse): + FileFilterList change to the browseFile, browseRelFile functions. + + * helper_funcs.[Ch] (browseFile, browseRelFile): + FileFilterList change to the FileDialog open and save functions. + +2004-01-07 Lars Gullik Bjonnes + + * ControlSendto.C (allFormats): use the unique-erase idom and + simplify some code a bit. + + * ControlMath.C: make CompareKey adaptable + +2004-01-07 Angus Leeming + + * ControlSearch.C: + * ControlThesaurus.C (replace): + rewrite to use LFUN_WORD_(FIND|REPLACE). + +2003-12-14 Angus Leeming + + * ControlBranch.[Ch] (branchlist): new member function. + + * ControlDocument.C (setBranchColor): removed. + (apply): update LColor to accommodate the new BranchList colors. + +2003-12-14 Jürgen Spitzmüller + + * ControlMinipage.[Ch]: remove. + * Makefile.am: remove minipage files. + +2003-12-12 Martin Vermeer + + * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable + the math panel sub/superscript buttons once again. + +2003-12-11 Angus Leeming + + * ControlCommand.C (initialiseParams): changes due to the changed + interface to InsetCommandMailer::string2params. + +2003-12-10 Angus Leeming + + * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed. + +2003-12-10 Angus Leeming + + * ControlBranch.C (dispatchParams): change to invocation of + InsetBranchMailer::params2string. + + * ControlNote.C (dispatchParams): change to invocation of + InsetNoteMailer::params2string. + +2003-12-05 Angus Leeming + + * ControlVCLog.[Ch]: removed. + * Makefile.am: remove ControlVCLog.[Ch] + +2003-12-05 Angus Leeming + + * ControlLog.[Ch]: re-worked so that it is passed the logtype and + filename rather than extracting them from the kernel. + +2003-12-04 Angus Leeming + + * ControlExternal.[Ch] (bbChanged): new accessor functions to a + boolean flag. + (readBB): attempt to read the BoundingBox from the graphics file. + If that fails, try the Graphics Cache. + (all_origins, origin_gui_str): helpers for the frontends. + +2003-12-01 Jürgen Spitzmüller + + * ControlVSpace.C: enable the buttons for new insets. + +2003-11-28 André Pönitz + + * ControlVSpace.[Ch]: new files + * Makefile.am: adjust + +2003-11-21 Michael Schmitt + + * ControlDocument.C: Change call to insetsOpenCloseBranch + +2003-11-07 Alfredo Braunstein + + * ControlSpellchecker.C (isLetter): skip ert + +2003-11-06 Alfredo Braunstein + + * ControlErrorList.C (goTo): allow going to inner paragraphs + +2003-11-04 Alfredo Braunstein + + * ControlSearch.[Ch]: + * ControlThesaurus.C: adjust to spellcheck code changes + +2003-11-04 Alfredo Braunstein + + * ControlSpellchecker.C (nextWord): do not send ligature breaks + and other nasty insets to the spellchecker + +2003-11-04 Alfredo Braunstein + + * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text + handling parts + +2003-10-27 Juergen Spitzmueller + + * ControlDocument.[Ch]: add method setBranchColor(). + +2003-10-13 Lars Gullik Bjønnes + + * ControlCommandBuffer.C (dispatch): adjust for dispatch change + +2003-10-08 Angus Leeming + + Fix doxygen warnings. + + * frnt_lang.h: move comment so that doxygen is not confused. + +2003-10-07 Angus Leeming + + * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams. + (getTemplatePtr): removed. Use function in ExternalSupport. + +2003-10-07 Martin Vermeer + + * ControlBox.C: + * ControlBox.h: + * Makefile.am: The Box patch. Fancybox support, minipage, parbox + +2003-10-07 Martin Vermeer + + * BCView.h: + * ControlCommandBuffer.h: + * biblio.h: + * frnt_lang.h: + * tex_helpers.h: add and other small fixes to make Lars' + std::string patch compile with STLport. + +2003-10-01 Angus Leeming + + * ControlExternal.[Ch]: changes due to the introduction of + namespace lyx::external. + +2003-09-25 Angus Leeming + + * ControlExternal.C (getTemplatePtr): simplify, due to change in + ExternalTemplateManager interface. + +2003-09-21 Lars Gullik Bjønnes + + * ControlDocument.C (setParams): fix new bug + +2003-09-19 Angus Leeming + + * ControlInclude.[Ch]: Store and access the params as an + InsetCommandParams, rather than access them as a InsetInclude::Params + and store 'em as a boost::scoped_ptr. + Other clean-ups due to the changes in InsetInclude. + +2003-09-18 Angus Leeming + + * ControlCommand.C (clearParams): simplify. + +2003-09-18 Angus Leeming + + * ControlCharacter.C: + * ControlCharacter.h: + * ControlPrefs.C: + * ControlPrefs.h: + * character.h: rename EnumLColor as LColor_color. + +2003-09-16 Angus Leeming + + * ControlCharacter.C: add #include "LColor.h". + +2003-09-16 Angus Leeming + + * character.C: add #include "LColor.h". + +2003-09-15 Angus Leeming + + * ControlCharacter.C (setColor, getColor): + pass EnumLColor args, rather than LColor::color ones. + + * ControlPrefs.C: add #include "LColor.h". + * ControlPrefs.h:remove #include "LColor.h". + + * ControlPrefs.[Ch] (setColor): pass EnumLColor arg, not than LColor::color one. + + * character.h:remove #include "LColor.h". + typedef ColorPair as a std::pair. + +2003-09-15 Lars Gullik Bjønnes + + * ControlAboutlyx.C + * ControlParagraph.C + * biblio.C + * tex_helpers.C: remove usage of STRCONV + +2003-09-09 Lars Gullik Bjønnes + + * several files: change Assert to BOOST_ASSERT + +2003-09-08 Angus Leeming + + * ControlCommandBuffer.C: + * ControlDocument.C: + * ControlPrefs.C: + * helper_funcs.C: + * tex_helpers.C: remove redundant using directives. + +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 + +2003-03-13 Rob Lahaye + + * ControlChanges.[Ch]: ControlChanges::find() returns the bool + from lyxfind::findNextChange(), instead of void. + 2003-03-13 Angus Leeming * Dialog.h (initialiseParams): return a bool to indicate successful @@ -155,7 +1086,7 @@ * ControlConnections.C: temporary renaming of Dialogs::signals. * Makefile.am: add new files. - + 2003-02-21 Angus Leeming * ControlBibtex.C (Browse): @@ -166,7 +1097,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 @@ -214,7 +1145,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