]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Georg's add an editor to Formats / safe external_templates patch.
[lyx.git] / src / frontends / controllers / ChangeLog
index 61c503d1ad6ee1a2a47bcdff9fe648d6f8219449..eb8aa9dd8a18e806e462a70a0bb6a856e8a9b6c7 100644 (file)
@@ -1,3 +1,128 @@
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ControlGraphics.[Ch] (editGraphics): new method
+
+2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlDocument.C: 'assign' for opening/closing branch insets
+       according to selection 
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
+       the contents of rc_ to the stringstream.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlErrorList.C: wrap #warning calls inside #ifdef
+       WITH_WARNINGS blocks.
+
+2004-04-01  Angus Leeming  <leeming@lyx.org>
+
+       * README: removed. It refered to the ancient and impossible to
+       understand scheme ;-)
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * ControlPreamble.[Ch]: converted to the dialog-based scheme.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <abraunst@lyx.org>
+
+       * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g
+
+2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
+       use forwardPos.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * ControlDocument.[Ch]: converted to the dialog-based scheme.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * ControlDocument.[Ch]: move all of the 'apply' code into the core
+       and access it by dispatching the appropriate lfuns.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * ControlDocument.C (apply): replace the loop over paragraphs
+       invoking insetsOpenCloseBranch with
+       LFUN_ALL_INSETS_TOGGLE, "toggle branch".
+
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ControlBibtex.[Ch]: add member usingBibtopic().
+
+2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * ControlDocument.C:
+       * ControlErrorList.C: adjust to ParIterator change
+
+2004-03-28  Angus Leeming  <leeming@lyx.org>
+
+       * ControlPrint.[Ch]: converted to the dialog-based scheme.
+
+2004-03-27  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSendto.[Ch]: converted to the dialog-based scheme.
+
+2004-03-24  Angus Leeming  <leeming@lyx.org>
+
+       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  <leeming@lyx.org>
 
        * ControlForks.[Ch]: removed.