]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
std:: changes, stupid stuff
[lyx.git] / src / frontends / controllers / ChangeLog
index c79de908df935389c93e78cfe7197d6e07fc9161..9f29b6f72c365e8dfd6ef707dea2a830ce83617a 100644 (file)
@@ -1,3 +1,239 @@
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * 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  <larsbj@gullik.net>
+
+       * ControlSpellchecker.C (check): use std::distance and
+       std::advance
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.[Ch]: derive from Dialog::Controller rather than
+       the deprecated ControlDialogBD.
+
+2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
+       to bug 1251)
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <larsbj@gullik.net>
+
+       * ControlSendto.C (allFormats): use the unique-erase idom and
+       simplify some code a bit.
+
+       * ControlMath.C: make CompareKey adaptable
+
+2004-01-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.C:
+       * ControlThesaurus.C (replace):
+       rewrite to use LFUN_WORD_(FIND|REPLACE).
+
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * ControlMinipage.[Ch]: remove.
+       * Makefile.am: remove minipage files.
+
+2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
+       the math panel sub/superscript buttons once again.
+
+2003-12-11  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommand.C (initialiseParams): changes due to the changed
+       interface to InsetCommandMailer::string2params.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBranch.C (dispatchParams): change to invocation of
+       InsetBranchMailer::params2string.
+
+       * ControlNote.C (dispatchParams): change to invocation of
+       InsetNoteMailer::params2string.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlVCLog.[Ch]: removed.
+       * Makefile.am: remove ControlVCLog.[Ch]
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * ControlVSpace.C: enable the buttons for new insets.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * ControlVSpace.[Ch]: new files
+       * Makefile.am: adjust
+
+2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ControlDocument.C: Change call to insetsOpenCloseBranch
+
+2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.C (isLetter): skip ert
+
+2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlErrorList.C (goTo): allow going to inner paragraphs
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSearch.[Ch]:
+       * ControlThesaurus.C: adjust to spellcheck code changes
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.C (nextWord): do not send ligature breaks
+       and other nasty insets to the spellchecker
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
+       handling parts
+
+2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * ControlDocument.[Ch]: add method setBranchColor().
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlCommandBuffer.C (dispatch): adjust for dispatch change
+
+2003-10-08  Angus Leeming  <leeming@lyx.org>
+
+       Fix doxygen warnings.
+
+       * frnt_lang.h: move comment so that doxygen is not confused.
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams.
+       (getTemplatePtr): removed. Use function in ExternalSupport.
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlBox.C:
+       * ControlBox.h:
+       * Makefile.am: The Box patch. Fancybox support, minipage, parbox
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BCView.h:
+       * ControlCommandBuffer.h:
+       * biblio.h:
+       * frnt_lang.h:
+       * tex_helpers.h: add <string> and other small fixes to make Lars'
+       std::string patch compile with STLport.
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch]: changes due to the introduction of
+       namespace lyx::external.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.C (getTemplatePtr): simplify, due to change in
+       ExternalTemplateManager interface.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlDocument.C (setParams): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * 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<InsetInclude>.
+       Other clean-ups due to the changes in InsetInclude.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommand.C (clearParams): simplify.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.C:
+       * ControlCharacter.h:
+       * ControlPrefs.C:
+       * ControlPrefs.h:
+       * character.h: rename EnumLColor as LColor_color.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.C: add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * character.C: add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * 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<string, EnumLColor>.
+
+2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlAboutlyx.C
+       * ControlParagraph.C
+       * biblio.C
+       * tex_helpers.C: remove usage of STRCONV
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
 2003-09-08  Angus Leeming  <leeming@lyx.org>
 
        * ControlCommandBuffer.C:
 
        * ControlErrorList.C (goTo): use lyxerr not cout.
 
-2003-05-13  Alfredo Braunstein: <abraunst@libero.it>
+2003-05-13  Alfredo Braunstein <abraunst@libero.it>
 
        * ControlErrorList.[Ch]: added
        * Makefile.am: the above adittion