Another minor change, but this should almost get us to the point that we
[lyx.git] / development / attic / changelogs / ChangeLog-src-frontends-controller.txt
blob52b590aac26ddd59f1672549d1a680302d2939dd
1 2006-04-19  Bernhard Reiter <ockham@gmx.net>
2         * ControlExternal.[Ch]: Split browse(...) half, introducing
3         getTemplateFilters(...)
5 2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
7         * ControlChanges.C: fix bug 2212: First change is skipped in
8         "Merge changes..." dialog
10 2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
12         * tests/pch.h: fix nullstream.hpp location for boost 1.33.0
14 2006-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
16         * biblio.C (escape_special_chars): Update for boost::regex v4
17         (RegexMatch): Update for bosot::regex v4
18         (searchKeys): Handle exception if it occurs.
20 2005-12-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
22         * ControlPrefs.[Ch]: new helper functions toPaperSize and
23         fromPaperSize that prevent off-by-x errors in the papersize
24         combos (bug 2148).
26 2005-11-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
28         * ControlErrorList.C (goTo): give a better error message when pid
29         is not found.
31 2005-11-02  Angus Leeming  <leeming@lyx.org>
33         * helper_funcs.C: trivial fix to a MSVS warning.
35 2005-10-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
37         * ControlSpellchecker.C (nextWord): do not return empty word
38         unless at the end of the document (bug 2062)
40 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
42         * ControlSpellchecker.C (check): make sure that word at cursor
43         position is checked too. (bug 2063)
45 2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
47         * Dialog.C (checkStatus): update dialog after checkReadOnly has
48         enabled all widgets (fixes bug 1894).
50 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
52         * ControlDocument.C (dispatchParams): update bufferview at the end
53         (fixes bug 2023).
55 2005-09-08  Angus Leeming  <leeming@lyx.org>
57         * ControlSpellchecker.C: correct grammar describing invocation of the
58         spellchecker.
60 2005-08-10  Angus Leeming  <leeming@lyx.org>
62         * tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
63         to avoid problems with "paths with spaces".
65 2005-08-07  Angus Leeming  <leeming@lyx.org>
67         * ControlExternal.C (origin_gui_str): ensure that the strings
68         are translated.
70 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
72         * ControlSpellchecker.C (checkAlive, initialiseParams): try to
73         give clearer error mesages.
75 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
77         * ControlTexinfo.C: compilation fix.
79 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
81         bug 1950.
82         
83         * Dialog.h (exitEarly): virtual function, returns false as a
84         default. 
86         * ControlSpellchecker.h (exitEarly): return exitEarly_
88         * ControlSpellchecker.C (check): set exitEarly_ to true when
89         spell-checking is finished, false otherwise.
91 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
93         * ControlBibtex.C: sort bst files (bug 1936)
95         * ControlTeXInfo.[Ch]: new member getFileType that returns the extension
96         of the supported files.
97         * ControlTeXInfo.[Ch] (getTeXFileList): takes bool withPath and sorts 
98         correctly when no path is requested (bug 1936)
100         * tex_helpers.C (getTeXFileList): remove empty items from the list 
101         (bug 1936); proper support the other file types than *cls.
103 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
105         * ControlToc.[Ch]: getGuiName takes a type argument now.
106         * ControlToc.C (getGuiName): Do all guiname translations here (bug 1870)
108 2005-07-16  José Matos  <jamatos@fc.up.pt>
110         * ControlTabular.C (set): use a single papersize variable.
112 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
114         * ControlChanges.C (getChangeDate): use localized date (from 
115         support/lyxtime).
117 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
119         * ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
120         to set the toc combo (fixes bug 1870).
122 2005-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124         * ControlPrint.C (browse): 
125         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict):
126         make FileFilterList label translatable.
128 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
130         * ControlErrorList.C (goTo): if pos_end is 0, assume it is the end
131         of the paragraph instead.
133 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
135         * ControlLog.C: fix dialog title
137 2005-05-13  Angus Leeming  <leeming@lyx.org>
139         * helper_funcs.C (browseFile, browseDir): remove the loop that tested
140         whether the returned file name is valid in order to break out of the
141         loop.
143 2005-05-08  Angus Leeming  <leeming@lyx.org>
145         * Kernel.h (KernelDocType): wrapper class for the Kernel::DocTypes
146         enum.
148 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
150         * ControlRef.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
152 2005-05-03  Alfredo Braunstein  <abraunst@lyx.org>
154         * ControlSpellchecker.C (check): increment 'start', the beginning
155         of the next word to spell check only if cur.pos() != 0.
156         This fixes bug 1876 in which LyX will not check the very first word
157         of the document if the cursor is placed at the beginning of that
158         paragraph (just before the first letter at position 0).
160 2005-05-02  Angus Leeming  <leeming@lyx.org>
162         * ControlSpellchecker.C: clean-up the creation of the wrappers to
163         the different possible spelling engines.
165 2005-04-29  Martin Vermeer  <martin.vermeer@hut.fi>
167         * ControlCharacter.h (getLFun):Trivial bug fix
169 2005-04-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
171         * Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,
172         ControlTabular.h, ControlTabularCreate.h (getLfun): new, return the
173         lfun for applying the data
174         * Control*.C (dispatchParams): use getLfun where appropriate
175         * Dialog.[Ch], ControlChanges.h, ControlDocument.h (canApply): new,
176         check whether the dialog data may be applied
178 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
180         * ControlDocument.C (dispatchParams): update the counters if
181         necessary.
183 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
185         * Dialog.[Ch] (checkStatus): new
187 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
189         * ControlDocument.C (dispatch_bufferparams): fix bug 1843
191 2005-03-15  Eitan Frachtenberg  <sky8an@gmail.com>
193         * biblio.C (getInfo): Show BibTeX annotation in citation preview
194         (parseBibTex): Treat \% as percent, not comment
196 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
198         * ControlSpellchecker.C (nextWord): size() -> depth()
199         * ControlTabular.C(initializeParams): ditto
201 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
203         * ControlGraphics.C (browse): rewrite to use boost.filesystem
205 2005-01-20  Angus Leeming  <leeming@lyx.org>
207         * ControlSpellchecker.C (check): s/IGNORE/IGNORED_WORD/.
209 2005-01-17  Angus Leeming  <leeming@lyx.org>
211         * tex_helpers.C (rescanTexStyles): prepend the name of the
212         "TeXFiles" script with "sh ". Workaround for a brain-dead Windows.
214 2005-01-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
216         * ControlErrorList.C (goTo): fix the commented-out code (bug
217         1760).
219 2005-01-10  Angus Leeming  <leeming@lyx.org>
221         * ControlAboutlyx.C:
222         * ControlGraphics.C:
223         * helper_funcs.C:
224         * tex_helpers.C: use support/package.h to provide the paths to the
225         various directories used by LyX.
227 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
229         * ControlTabularCreate.C (dispatchParams):
230         * ControlSpellchekcer.C (showSummary):
231         * ControlPrint.C (dispatchParams):
232         * ControlGraphics.C (readBB):
233         * ControlExternal.C (readBB): tostr -> convert
235 2004-12-17  Martin Vermeer  <martin.vermeer@hut.fi>
237         * ControlMath.C: fixed Ångström, Ørsted.
239 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
241         * ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like
242         types for cell, row and column indices
244 2004-11-25  Angus Leeming  <leeming@lyx.org>
246         * ControlBibtex.C:
247         * ControlExternal.C:
248         * ControlGraphics.C:
249         * ControlInclude.C:
250         * ControlPrefs.C:
251         * ControlPrint.C: s/globbing.h/filefilterlist.h/ in #includes.
253         * helper_funcs.C: remove #include "globbing.h".
255 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
257         * ControlSpellchecker.C (check): update the view when setting the
258         selection
260 2004-11-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
262         * ControlSpellchecker.C (nextWord): rewrite to skip words
263         containing digits.
264         (isLetter): honor lyxrc.isp_esc_chars
266 2004-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
268         * ControlTabular.C (initialiseParams): Compute the active cell
270 2004-11-11  Edwin Leuven
272         * ControlTabular.[Ch] (booktabs): new
274 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
276         * ControlInclude.C (browse): Use GetExtension() instead of
277         getFormatFromContents()
279 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
281         * ControlRef.C (gotoRef, gotoBookmark):
282         * Kernel.C (dispatch): remove verbose argument
284         * ControlCommandBuffer.C (dispatch): set origin of the lfun to
285         COMMANDBUFFER instead of using the old verbose argument to dispatch
287 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
289         * ControlInclude.C: s/getExtFromContents/getFormatFromContents/
291 2004-10-26  Angus Leeming  <leeming@lyx.org>
293         * ControlPrefs.[Ch]: add code to interface with the Movers.
295 2004-09-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
297         * ControlSpellchecker.C (check): do not set the selection
298         backwards, but translate it to the left instead.
300 2004-09-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
302         * ControlInclude.C (load): open nonlyx files via formats.edit()
304 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
306         * pch.h: new file
308         * Makefile.am: support pch
310 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
312         * helper_funcs.C (browseLibFile): new function. Tries to do the
313         right thing to look for a file in lyxdir
315         * ControlPrefs.C (browsebind, browseUI, browsekbmap): use
316         browseLibFile
318 2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
320         * ControlBibtex.C (browseBst): new method, specialized to lookup
321         bibtex style files
322         (browseBib): new method, specialized to lookup bibtex database files
323         (browse): removed
325 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
327         * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
329 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
331         * biblio.C, ControlPrefs.C, ControlParagraph.C:
332         * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
333         "support/std_sstream.h" with <sstream>
335 2004-05-19  Angus Leeming  <leeming@lyx.org>
337         * *.[Ch]: wrap all code up inside namespace lyx::frontend.
338         Move namespace biblio to lyx::biblio.
340 2004-05-14  Angus Leeming  <leeming@lyx.org>
342         * biblio.[Ch] (asValidLatexCommand): new function which examines
343         the input string to return a latex citation command that is
344         valid for the current citation engine.
346 2004-05-14  Angus Leeming  <leeming@lyx.org>
348         * ControlCitation.[Ch]: small changes to use the CiteEngine_enum
349         wrapper class.
351         * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to
352         minimize dependencies on this file.
353         (getCitationStyle, getCiteCommand): removed. Functionality moved
354         into the CitationStyle struct.
356 2004-05-12  Angus Leeming  <leeming@lyx.org>
358         * biblio.C (getEngine): reduced to the trivial.
360 2004-05-10  Angus Leeming  <leeming@lyx.org>
362         * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of
363         bools usingNatbib, usingJurabib.
365         * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine
366         enum rather than multiple bools, usingNatbib and using Jurabib.
368 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
370         * ControlGraphics.[Ch] (editGraphics): new method
372 2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
374         * ControlDocument.C: 'assign' for opening/closing branch insets
375         according to selection
377 2004-04-05  Angus Leeming  <leeming@lyx.org>
379         * ButtonPolicies.C (printState, printInput): human-readable output
380         of ButtonPolicy::State, ButtonPolicy::SMInput.
381         (PreferencesPolicy::input): change the behaviour of the Preferences
382         state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing
383         state is APPLIED, then let this state persist. Next time that the
384         dialog is opened, the user will be able to press 'Save'.
386 2004-04-05  Angus Leeming  <leeming@lyx.org>
388         * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
389         the contents of rc_ to the stringstream.
391 2004-04-05  Angus Leeming  <leeming@lyx.org>
393         * ControlErrorList.C: wrap #warning calls inside #ifdef
394         WITH_WARNINGS blocks.
396 2004-04-01  Angus Leeming  <leeming@lyx.org>
398         * README: removed. It refered to the ancient and impossible to
399         understand scheme ;-)
401 2004-03-31  Angus Leeming  <leeming@lyx.org>
403         * ControlButtons.[Ch]:
404         * ControlConnections.[Ch]:
405         * ControlDialog.{h,tmpl}:
406         * ControlDialog_impl.[Ch]:
407         * GUI.h:
408         * ViewBase.[Ch]: all removed.
410         * Makefile.am: adjusted to suit.
412 2004-03-31  Angus Leeming  <leeming@lyx.org>
414         * ControlPreamble.[Ch]: converted to the dialog-based scheme.
416 2004-03-31  Angus Leeming  <leeming@lyx.org>
418         * ControlSpellchecker.C: converted to the dialog-based scheme.
419         Cleaned-up the program structure so that it behaves in similar manner
420         to all the other dialogs. There is still far too much of the core
421         in here though...
423         * Dialog.C (update): more generic error message.
425 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
427         * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g
429 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
431         * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
432         use forwardPos.
434 2004-03-31  Angus Leeming  <leeming@lyx.org>
436         * ControlPrefs.[Ch]: converted to the dialog-based scheme.
438         * Dialog.C (apply): bug fix. Enable the dispatch of dialogs
439         which aren't dependent on a buffer when no buffer is open.
441         Kernel.[Ch] (redrawGUI): new function.
443 2004-03-31  Angus Leeming  <leeming@lyx.org>
445         * ControlPrefs.C: a bit of an overhaul, moving the local Converters
446         and Formats variables out of the various frontends to here,
447         and ensuring that nothing is actually dispatched to the core except
448         from apply().
449         Also use the new LFUN_LYXRC_APPLY lfun.
451 2004-03-30  Angus Leeming  <leeming@lyx.org>
453         * ControlDocument.[Ch]: converted to the dialog-based scheme.
455 2004-03-30  Angus Leeming  <leeming@lyx.org>
457         * ControlDocument.[Ch]: move all of the 'apply' code into the core
458         and access it by dispatching the appropriate lfuns.
460 2004-03-30  Angus Leeming  <leeming@lyx.org>
462         * ControlDocument.C (apply): replace the loop over paragraphs
463         invoking insetsOpenCloseBranch with
464         LFUN_ALL_INSETS_TOGGLE, "toggle branch".
466 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
468         * ControlBibtex.[Ch]: add member usingBibtopic().
470 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
472         * ControlDocument.C:
473         * ControlErrorList.C: adjust to ParIterator change
475 2004-03-28  Angus Leeming  <leeming@lyx.org>
477         * ControlPrint.[Ch]: converted to the dialog-based scheme.
479 2004-03-27  Angus Leeming  <leeming@lyx.org>
481         * ControlSendto.[Ch]: converted to the dialog-based scheme.
483 2004-03-24  Angus Leeming  <leeming@lyx.org>
485         64-bit compile fixes.
487         * ControlErrorList.C (goTo): use lyx::pos_type as type of
488         temporary vars.
490         * ControlSpellchecker.C (nextWord): pass progress as a
491         PosIterator::difference_type, not an int.
493 2004-03-17  Angus Leeming  <leeming@lyx.org>
495         * ControlForks.[Ch]: removed.
497         * Makefile.am: remove mention of ControlForks.[Ch].
499 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
501         * biblio.[Ch]:
502         * ControlCitation.[Ch]: add jurabib support.
504 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
506         * ControlPrint.C, ControlSendto.C: use always a temp dir
507         * ControlSendto.C: check return value of buffer()->writeFile()
509 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
511         * biblio.C (parseBibTeX): "=" -> '='
513 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
515         * biblio.C (RegexMatch): inherit from std::unary_function, make
516         operator() const and variable regex_ mutable.
518         * ControlSpellchecker.C (check): use correct types for the result
519         from distance.
521 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
523         * ControlSpellchecker.C: add using statements for std::advance and
524         std::distance
526         * ControlExternal.C: add using statement for std::advance
528 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
530         * ControlSpellchecker.C (check): use std::distance and
531         std::advance
533 2004-01-25  Angus Leeming  <leeming@lyx.org>
535         * ControlSearch.[Ch]: derive from Controller rather than
536         the deprecated ControlDialogBD.
538 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
540         * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
541         to bug 1251)
543 2004-01-08  Angus Leeming  <leeming@lyx.org>
545         * ControlBibtex.[Ch] (browse):
546         * ControlExternal.[Ch] (browse):
547         * ControlGraphics.[Ch] (browse):
548         * ControlInclude.[Ch] (browse):
549         * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
550         browsedict, browse, browsedir):
551         * ControlPrint.[Ch] (browse):
552         FileFilterList change to the browseFile, browseRelFile functions.
554         * helper_funcs.[Ch] (browseFile, browseRelFile):
555         FileFilterList change to the FileDialog open and save functions.
557 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
559         * ControlSendto.C (allFormats): use the unique-erase idom and
560         simplify some code a bit.
562         * ControlMath.C: make CompareKey adaptable
564 2004-01-07  Angus Leeming  <leeming@lyx.org>
566         * ControlSearch.C:
567         * ControlThesaurus.C (replace):
568         rewrite to use LFUN_WORD_(FIND|REPLACE).
570 2003-12-14  Angus Leeming  <leeming@lyx.org>
572         * ControlBranch.[Ch] (branchlist): new member function.
574         * ControlDocument.C (setBranchColor): removed.
575         (apply): update Color to accommodate the new BranchList colors.
577 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
579         * ControlMinipage.[Ch]: remove.
580         * Makefile.am: remove minipage files.
582 2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
584         * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
585         the math panel sub/superscript buttons once again.
587 2003-12-11  Angus Leeming  <leeming@lyx.org>
589         * ControlCommand.C (initialiseParams): changes due to the changed
590         interface to InsetCommandMailer::string2params.
592 2003-12-10  Angus Leeming  <leeming@lyx.org>
594         * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
596 2003-12-10  Angus Leeming  <leeming@lyx.org>
598         * ControlBranch.C (dispatchParams): change to invocation of
599         InsetBranchMailer::params2string.
601         * ControlNote.C (dispatchParams): change to invocation of
602         InsetNoteMailer::params2string.
604 2003-12-05  Angus Leeming  <leeming@lyx.org>
606         * ControlVCLog.[Ch]: removed.
607         * Makefile.am: remove ControlVCLog.[Ch]
609 2003-12-05  Angus Leeming  <leeming@lyx.org>
611         * ControlLog.[Ch]: re-worked so that it is passed the logtype and
612         filename rather than extracting them from the kernel.
614 2003-12-04  Angus Leeming  <leeming@lyx.org>
616         * ControlExternal.[Ch] (bbChanged): new accessor functions to a
617         boolean flag.
618         (readBB): attempt to read the BoundingBox from the graphics file.
619         If that fails, try the Graphics Cache.
620         (all_origins, origin_gui_str): helpers for the frontends.
622 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
624         * ControlVSpace.C: enable the buttons for new insets.
626 2003-11-28  André Pönitz  <poenitz@gmx.net>
628         * ControlVSpace.[Ch]: new files
629         * Makefile.am: adjust
631 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
633         * ControlDocument.C: Change call to insetsOpenCloseBranch
635 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
637         * ControlSpellchecker.C (isLetter): skip ert
639 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
641         * ControlErrorList.C (goTo): allow going to inner paragraphs
643 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
645         * ControlSearch.[Ch]:
646         * ControlThesaurus.C: adjust to spellcheck code changes
648 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
650         * ControlSpellchecker.C (nextWord): do not send ligature breaks
651         and other nasty insets to the spellchecker
653 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
655         * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
656         handling parts
658 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
660         * ControlDocument.[Ch]: add method setBranchColor().
662 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
664         * ControlCommandBuffer.C (dispatch): adjust for dispatch change
666 2003-10-08  Angus Leeming  <leeming@lyx.org>
668         Fix doxygen warnings.
670         * frnt_lang.h: move comment so that doxygen is not confused.
672 2003-10-07  Angus Leeming  <leeming@lyx.org>
674         * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams.
675         (getTemplatePtr): removed. Use function in ExternalSupport.
677 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
679         * ControlBox.C:
680         * ControlBox.h:
681         * Makefile.am: The Box patch. Fancybox support, minipage, parbox
683 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
685         * BCView.h:
686         * ControlCommandBuffer.h:
687         * biblio.h:
688         * frnt_lang.h:
689         * tex_helpers.h: add <string> and other small fixes to make Lars'
690         std::string patch compile with STLport.
692 2003-10-01  Angus Leeming  <leeming@lyx.org>
694         * ControlExternal.[Ch]: changes due to the introduction of
695         namespace lyx::external.
697 2003-09-25  Angus Leeming  <leeming@lyx.org>
699         * ControlExternal.C (getTemplatePtr): simplify, due to change in
700         ExternalTemplateManager interface.
702 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
704         * ControlDocument.C (setParams): fix new bug
706 2003-09-19  Angus Leeming  <leeming@lyx.org>
708         * ControlInclude.[Ch]: Store and access the params as an
709         InsetCommandParams, rather than access them as a InsetInclude::Params
710         and store 'em as a boost::scoped_ptr<InsetInclude>.
711         Other clean-ups due to the changes in InsetInclude.
713 2003-09-18  Angus Leeming  <leeming@lyx.org>
715         * ControlCommand.C (clearParams): simplify.
717 2003-09-18  Angus Leeming  <leeming@lyx.org>
719         * ControlCharacter.C:
720         * ControlCharacter.h:
721         * ControlPrefs.C:
722         * ControlPrefs.h:
723         * character.h: rename EnumColor as Color_color.
725 2003-09-16  Angus Leeming  <leeming@lyx.org>
727         * ControlCharacter.C: add #include "Color.h".
729 2003-09-16  Angus Leeming  <leeming@lyx.org>
731         * character.C: add #include "Color.h".
733 2003-09-15  Angus Leeming  <leeming@lyx.org>
735         * ControlCharacter.C (setColor, getColor):
736         pass EnumColor args, rather than Color::color ones.
738         * ControlPrefs.C: add #include "Color.h".
739         * ControlPrefs.h:remove #include "Color.h".
741         * ControlPrefs.[Ch] (setColor): pass EnumColor arg, not than Color::color one.
743         * character.h:remove #include "Color.h".
744         typedef ColorPair as a std::pair<string, EnumColor>.
746 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
748         * ControlAboutlyx.C
749         * ControlParagraph.C
750         * biblio.C
751         * tex_helpers.C: remove usage of STRCONV
753 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
755         * several files: change Assert to BOOST_ASSERT
757 2003-09-08  Angus Leeming  <leeming@lyx.org>
759         * ControlCommandBuffer.C:
760         * ControlDocument.C:
761         * ControlPrefs.C:
762         * helper_funcs.C:
763         * tex_helpers.C: remove redundant using directives.
765 2003-09-07  Angus Leeming  <leeming@lyx.org>
767         * ButtonController.h:
768         * helper_funcs.h: remove #include "support/std_string.h".
770         * ControlBranch.h:
771         * ControlNote.h: remove #include "debug.h".
773         * ControlDocument.h: remove #include <vector>, "support/std_string.h".
775         * ControlErrorList.h:
776         * ControlThesaurus.h: remove #include <vector>.
778         * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
780         * GUI.h: remove #include "BCView.h".
782         * tex_helpers.h: remove #include <utility>.
784 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
786         * biblio.C:
787         * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
789 2003-09-05  Angus Leeming  <leeming@lyx.org>
791         * GUI.h: ensure that the header file can be compiled stand-alone.
792         * *.C: strip out redundant #includes. (49 in total.)
794 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
796         * most files: change to use const buffer refs.
798 2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
800         * ControlBranch.[Ch]:
801         * ControlDocument.C:
802         * Makefile.am: implements the 'branch
803         inset' idea. This allows the output of various versions of a
804         document from a single source version, selectively outputing or
805         suppressing output of parts of the text.
806         This implementation contains a 'branch list editor' in a separate
807         tab of the document settings dialog. Branches are user definable
808         and have a "display colour" to distinguish them on-screen.
810         ColorHandler was somewhat cleaned up.
811         (1) make possible a dynamically growing Color list by allowing
812         the graphic context cache to grow along (vector);
813         (2) eliminate an IMHO unnecessary step in colour allocation.
815 2003-08-15  André Pönitz  <poenitz@gmx.net>
817         * ControlErrorList.C:
818         * ControlSpellchecker.C: remove toggleSelection
820 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
822         * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
823         for consistency
824         * ControlTabular.h:
825         * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
826         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
827         rename VCENTER to MIDDLE
829 2003-08-04  André Pönitz  <poenitz@gmx.net>
831         * ControlErrorList.C:
832         * ControlSpellchecker.C: simpler BufferView::update() calls
834 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
836         * ControlNote.[Ch]: add i18n support.
838 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
840         * ControlToc.C (goTo): adjust for lyx::toc
841         (getTypes): ditto
842         (getContents): ditto
844         * ControlThesaurus.C (replace): adjust for lyx::find
846         * ControlSearch.C (find): adjust for lyx::find
847         (replace): ditto
849         * ControlChanges.C (find): adjust for lyx::find
850         (accept): ditto
851         (reject): ditto
853 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
855         * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
857 2003-07-23  Angus Leeming  <leeming@lyx.org>
859         * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
860         to the mailer's string2params, params2string functions.
862         * ControlGraphics.C pass a Buffer const & rather than a string const &
863         buffer_path to the mailer's string2params, params2string functions.
865 2003-07-23  Angus Leeming  <leeming@lyx.org>
867         * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
869         * ControlBibtex.C:
870         * ControlExternal.C:
871         * ControlGraphics.C: use it.
873 2003-07-21  Angus Leeming  <leeming@lyx.org>
875         * ControlGraphics.C (initialiseParams, dispatchParams): no need
876         to modify the filename for reasons of 'good UI' anymore.
878 2003-07-21  Angus Leeming  <leeming@lyx.org>
880         * ControlGraphics.C (initialiseParams, dispatchParams): pass a
881         buffer_path parameter to InsetGraphicsMailer's string2params,
882         params2string.
884 2003-07-21  Angus Leeming  <leeming@lyx.org>
886         * ControlGraphics.C (readBB): use namespace lyx::graphics rather
887         than grfx shortcut.
889 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
891         * ControlGraphics.C (dispatchParams): avoid some variable/function
892         shadowing.
894         * ControlDialog.tmpl (show): follow C++ rules more closely
895         (update): ditto
896         (hide): ditto
898 2003-07-17  Angus Leeming  <leeming@lyx.org>
900         * ControlChanges.h:
901         * ControlErrorList.h:
902         * ControlLog.h:
903         * ControlMath.h:
904         * ControlShowFile.h:
905         * ControlTexinfo.h:
906         * ControlVCLog.h:
907         * Dialog.h: fix some doxygen warnings.
909         * Dialog.C: shuffle a couple of functions around.
911 2003-07-16  Angus Leeming  <leeming@lyx.org>
913         * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
915 2003-07-16  Angus Leeming  <leeming@lyx.org>
917         Dialog.[Ch]: move a few methods out of line.
919         Dialog.h:
920         Kernel.h: improve doxygen documentation.
922 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
924         * introduce namespace lyx::support
926 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
928         * Kernel.h: fix some \class issues
930         * Kernel.C: fix \file
932         * Dialog.h: fix some \class issues
934         * ControlErrorList.h: correct const type order, remove some
935         ControlErrorList:: from declarations.
937         * BCView.h: fix usage of \class to \c
938         * ControlAboutlyx.h: ditto
939         * ButtonController.h: ditto + remove misplaced end doxy group tag
941 2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
943         * ControlDocument.C (classApply): removed the call to resetErrorList,
944         replaced setErrorList by parseErrors
946 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
948         * ControlError.[Ch]: removed
949         * Makefile.am: adjust
951 2003-06-20  Angus Leeming  <leeming@lyx.org>
953         * tex_helpers.[Ch] (getTexFileList): changed to
954         void getTexFileList(string const & file, vector<string> & contents);
956         * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
957         vector<string> to fill rather than returning a string.
959         * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
960         for an extra layer of indirection.
961         (getContents): moved out of class to getTexFileList.
963 2003-06-19  Angus Leeming  <leeming@lyx.org>
965         * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.
967 2003-06-17  Angus Leeming  <leeming@lyx.org>
969         * ControlMath.[Ch]:
970         * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
971         Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
973         * Makefile.am: remove ControlMath2.[Ch].
975 2003-06-17  Angus Leeming  <leeming@lyx.org>
977         * ControlMath.[Ch] (showDialog):
978         * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
980         * ControlMath2.C: wrap all other calls to the kernel diapatcher into
981         dispatchFunc.
983 2003-06-12  Angus Leeming  <leeming@lyx.org>
985         * ControlMath2.[Ch]: new files. A work in progress towards a clean
986         implementation of the math panel.
988         * Makefile.am: add files.
990 2003-06-11  Angus Leeming  <leeming@lyx.org>
992         * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
993         storing the ExternalTemplate but its name.
995 2003-06-10  Angus Leeming  <leeming@lyx.org>
997         * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
998         rather than generate a new inset itself.
1000 2003-06-06  John Levon  <levon@movementarian.org>
1002         * ControlDocument.C: make sure a language change
1003         always gets propogated
1005 2003-06-03  Angus Leeming  <leeming@lyx.org>
1007         * ControlExternal.[Ch]: remove viewExternal and updateExternal.
1008         Change the internal store from an InsetExternal to its Param struct.
1010 2003-06-03  John Levon  <levon@movementarian.org>
1012         * ControlGraphics.C: make file path relative for the GUI,
1013         absolute for the backend
1015 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1017         * ControlDocument.C (saveAsDefault): adjust
1019 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1021         * ViewBase.h:
1022         * Dialog.h (setTitle): added
1024 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1026         * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
1028 2003-05-13  André Pönitz  <poenitz@gmx.net>
1030         * ControlForks.[Ch]: use vector<pid_t> instead of strings
1032 2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
1034         * ControlErrorList.C (clearParams): replace string::clear by
1035         string::erase
1037 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1039         * ControlErrorList.C (goTo): use lyxerr not cout.
1041 2003-05-13  Alfredo Braunstein <abraunst@libero.it>
1043         * ControlErrorList.[Ch]: added
1044         * Makefile.am: the above adittion
1046 2003-05-13 André Pönitz <poenitz@gmx.net>
1048         * ControlDocument.C:
1049         * ControlPrint.C:
1050         * ControlSpellchecker.C:
1051         * biblio.C: boost::format -> bformat  all over the place
1053         * ControlForks.C:
1054         * ControlGraphics.C:
1055         * ControlPrint.C:
1056         * ControlSearch.C:
1057         * ControlSpellchecker.C:
1058         * ControlTabularCreate.C: use tostr from new header
1061 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1063         * Makefile.am: better lib building
1065 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1067         * ControlDocument.C (saveAsDefault): parlist cleanup
1069 2003-05-06  John Levon  <levon@movementarian.org>
1071         * ControlDocument.C: fix buggy boost format
1073 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1075         * ControlDocument.C (classApply): adjust call to
1076         SwitchLayoutsBetweenClasses.
1078 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1080         * ControlDocument.C (setLanguage): call updateDocLang when not
1081         calling changeLanguage.
1083 2003-04-10  John Levon  <levon@movementarian.org>
1085         * ControlTabular.h:
1086         * ControlTabular.C: add longTabular() etc.
1088 2003-04-10  John Levon  <levon@movementarian.org>
1090         * ControlMath.C (find_xpm): handle math_delim arguments
1092 2003-04-02  Angus Leeming  <leeming@lyx.org>
1094         * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than
1095         a LyXFunc &. Ensuing changes elsewhere.
1096         (getCurrentState): new method, returning bufferview_func's
1097         currentState (needs the currently active BufferView).
1099 2003-03-31  John Levon  <levon@movementarian.org>
1101         * ControlPrint.C:
1102         * ControlDocument.C: more Alert cleanups
1104 2003-03-29  John Levon  <levon@movementarian.org>
1106         * ControlSpellchecker.C: Alert cleanup
1108 2003-03-29  John Levon  <levon@movementarian.org>
1110         * helper_funcs.C: Alert cleanup
1112 2003-03-29  John Levon  <levon@movementarian.org>
1114         * ControlDocument.C: comment out seemingly silly question
1116 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1118         * ControlDialog.tmpl (show): qualify emergency_exit_ with this->
1119         (update): ditto
1120         (hide): ditto
1122 2003-03-26  Angus Leeming  <leeming@lyx.org>
1124         * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme.
1126 2003-03-25  John Levon  <levon@movementarian.org>
1128         * ControlSpellchecker.C: support for new aspell
1130 2003-03-25  Angus Leeming  <leeming@lyx.org>
1132         * ControlLog.[Ch]:
1133         * ControlShowFile.[Ch]:
1134         * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
1136 2003-03-24  John Levon  <levon@movementarian.org>
1138         * ControlMath.C: include Pr function
1140 2003-03-23  John Levon  <levon@movementarian.org>
1142         * ControlSpellchecker.C: make "words checked" translatable,
1143         from Michael Schmitt
1145 2003-03-18  John Levon  <levon@movementarian.org>
1147         * ControlParagraph.C: make reading of params succeed
1149 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
1151         * ControlChanges.[Ch]: ControlChanges::find() returns the bool
1152         from lyxfind::findNextChange(), instead of void.
1154 2003-03-13  Angus Leeming  <leeming@lyx.org>
1156         * Dialog.h (initialiseParams): return a bool to indicate successful
1157         translation of the string.
1159         * Dialog.h:
1160         * Kernel.h
1161         * ControlAbout.h: a serious attempt at documenting the code.
1163         * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
1164         (invalid): ditto.
1166         * ButtonController.[Ch]:
1167         * BCView.[Ch], BCView.tmpl: make many methods const.
1169 2003-03-13  Angus Leeming  <leeming@lyx.org>
1171         * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
1172         the new dispatch lfuns.
1174 2003-03-12  Angus Leeming  <leeming@lyx.org>
1176         * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
1177         the new dispatch lfuns.
1179 2003-03-09  Angus Leeming  <leeming@lyx.org>
1181         Flatten the ButtonController tree by splitting it into a Controller
1182         and a View.
1184         * BCView.[Ch], BCView.tmpl: new files containing the View part of the
1185         ButtonController.
1187         * ButtonController.[Ch]: just the controller, which needs know only
1188         two methods of the View, refresh and refreshReadOnly.
1190         * lots of files: associated changes.
1192 2003-03-09  Angus Leeming  <leeming@lyx.org>
1194         * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
1196 2003-03-09  Angus Leeming  <leeming@lyx.org>
1198         * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
1200 2003-03-09  Angus Leeming  <leeming@lyx.org>
1202         * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
1204 2003-03-09  Angus Leeming  <leeming@lyx.org>
1206         * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
1208 2003-03-09  Angus Leeming  <leeming@lyx.org>
1210         * ControlTabular.[Ch]: minimise the interface in preparation for
1211         a move to the Dialog-based scheme.
1212         (inset): removed; the views require only getActiveCell().
1213         (tabular): return as a reference.
1215 2003-03-07  Angus Leeming  <leeming@lyx.org>
1217         * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
1219         * ControlInset.{h, tmpl}: remove.
1220         * Makefile.am: remove files.
1222 2003-03-07  Angus Leeming  <leeming@lyx.org>
1224         * ControlBibitem.[Ch]:
1225         * ControlIndex.[Ch]:
1226         * ControlLabel.[Ch]:
1227         * ControlUrl.[Ch]: removed.
1229         * Makefile.am: remove files.
1231         * ControlERT.C (dispatchParams):
1232         * ControlExternal.C (dispatchParams):
1233         * ControlFloat.C (dispatchParams):
1234         * ControlInclude.C (dispatchParams):
1235         * ControlWrap.C (dispatchParams): no need to pass name to Mailer
1236         anymore.
1238         * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
1240 2003-03-05  Angus Leeming  <leeming@lyx.org>
1242         * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
1244         * ControlFloat.[Ch]: move insetfloat.h into the .C file.
1246         * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
1247         * ControlInclude.C: remove unneeded header files.
1249         * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
1251         * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
1253         * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
1255         * Dialog.h: make view() public. Add dialog() methods.
1257 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1259         * ControlGraphics.C: removed #include "converter.h"
1260         * ControlPrefs.C:
1261         * ControlSendto.C: added #include "format.h"
1263 2003-02-27  Angus Leeming  <leeming@lyx.org>
1265         * ControlLabel.[Ch]: new files. A controller for the Label dialog.
1267         * Makefile.am: add the new files.
1269 2003-02-27  Angus Leeming  <leeming@lyx.org>
1271         * ControlBibitem.C (c-tor):
1272         * ControlBibtex.C (c-tor):
1273         * ControlCitation.C (c-tor):
1274         * ControlIndex.C (c-tor):
1275         * ControlRef.C (c-tor):
1276         * ControlToc.C (c-tor):
1277         * ControlUrl.C (c-tor):
1278         pass "name" to ControlCommand c-tor,
1279         not an LFUN.
1281         * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
1282         specific LFUN.
1284         * ControlERT.C (dispatchParams): use "name" rather than a
1285         specific LFUN.
1287 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
1289         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
1291 2003-02-21  Angus Leeming  <leeming@lyx.org>
1293         * Dialog.[Ch]:
1294         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
1296         * ControlBibitem.[Ch]:
1297         * ControlBibtex.[Ch]:
1298         * ControlCitation.[Ch]:
1299         * ControlCommand.[Ch]:
1300         * ControlError.[Ch]:
1301         * ControlIndex.[Ch]:
1302         * ControlRef.[Ch]:
1303         * ControlToc.[Ch]:
1304         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
1305         individual controllers too.
1306         Move 'apply' code into the LyX kernel.
1308         * ControlConnections.C: temporary renaming of Dialogs::signals.
1310         * Makefile.am: add new files.
1312 2003-02-21  Angus Leeming  <leeming@lyx.org>
1314         * ControlBibtex.C (Browse):
1315         * ControlExternal.C (Browse):
1316         * ControlGraphics.C (Browse):
1317         * ControlInclude.C (Browse):
1318         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
1319         browse, browsedir):
1320         * ControlPrint.C (Browse):
1321         don't pass a LyXView & to browseFile et al.
1322         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir):
1323         don't pass a LyXView & to fileDlg.
1325 2003-02-17  John Levon  <levon@movementarian.org>
1327         * ControlDialog.tmpl: build dialog before calling setParams
1328           for the benefit of ControlSpellchecker
1330         * ControlSpellchecker.h:
1331         * ControlSpellchecker.C: rework. Lots of bugs fixed and
1332           cleanups.
1334 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1336         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
1337         of available *.bib-files from bibFiles.lst).
1339         * tex_helpers.C (getTexFileList): sort and dis-duplicate
1340         listWithoutPath correctly.
1342 2003-02-08  John Levon  <levon@movementarian.org>
1344         * ControlPrefs.h:
1345         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
1347 2003-02-08  John Levon  <levon@movementarian.org>
1349         * Makefile.am:
1350         * ControlChanges.h:
1351         * ControlChanges.C: add merge changes dialog
1353         * ControlPrefs.h:
1354         * ControlPrefs.C: add setCurrentAuthor()
1356 2003-01-31  Angus Leeming  <leeming@lyx.org>
1358         * ViewBase.h: add an isVisible() pure virtual method.
1360         * ControlTabular.C (updateInset): don't build the dialog here.
1361         Instead, do nothing if the dialog is invisible.
1363 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1365         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
1367 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1369         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
1371         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
1373 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1375         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
1377 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1379         * several files: ws changes
1381 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1383         * ControlDocument.C (classApply): use boost.format
1385 2002-11-29  Angus Leeming  <leeming@lyx.org>
1387         * ControlButtons.h (isClosing): make it public, so that the view can
1388         see it too.
1389         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
1390         within apply.
1392         * ControlPrefs.[Ch] (OKButton): removed.
1394         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
1395         dialog isClosing(). (Ie, if the "save" button has been pressed.)
1397 2002-11-28  John Levon  <levon@movementarian.org>
1399         * ControlSpellchecker.C: fix Lars' broken cleanup
1401 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1403         * ControlTabular.[Ch]: Add isMulticolumnCell
1405 2002-11-27  Angus Leeming  <leeming@lyx.org>
1407         * ControlMath.C (ControlMath): initialise active_.
1409 2002-11-25  Angus Leeming  <leeming@lyx.org>
1411         * ControlDialog.h (hide, update): move from protected to public.
1413         * ControlMath.[Ch]: add controllers for the main math panel dialog and
1414         for any daughter dialogs stored by the main panel.
1416 2002-11-21  Angus Leeming  <leeming@lyx.org>
1418         * ControlDocument.[Ch] (classApply): no longer returns bool.
1419         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
1421 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1423         * biblio.C (getAbbreviatedAuthor): use boost::format
1425         * ControlSpellchecker.C (clearParams): use boost::format
1427 2002-11-20  John Levon  <levon@movementarian.org>
1429         * ControlMath.C: couple more manglings
1431 2002-11-20  John Levon  <levon@movementarian.org>
1433         * ControlMath.h:
1434         * ControlMath.C: add find_xpm mangler
1436 2002-11-17  John Levon  <levon@movementarian.org>
1438         * helper_funcs.C and users: specify save/open in file dialog
1440 2002-11-15  John Levon  <levon@movementarian.org>
1442         * ControlPrefs.h:
1443         * ControlPrefs.C: use setParams()
1445 2002-11-15  John Levon  <levon@movementarian.org>
1447         * ControlButtons.h: make OKButton() virtual for prefs
1449         * ControlPrefs.h:
1450         * ControlPrefs.C: updates for xforms port to MVC
1452         * Makefile.am:
1453         * ControlTabular.h:
1454         * ControlTabular.C: add simple MVC port
1456 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1458         * ControlInclude.C: fix file format masks for qt's use
1460 2002-11-13  John Levon  <levon@movementarian.org>
1462         * Makefile.am:
1463         * ControlPrefs.h:
1464         * ControlPrefs.C: add skeleton controller
1466 2002-11-12  John Levon  <levon@movementarian.org>
1468         * biblio.C: fix warnings
1470 2002-11-12  Angus Leeming  <leeming@lyx.org>
1472         * ControlSpellchecker.C (check): fix crash
1473         * biblio.C (escape_special_chars): simplify BRE.
1475 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
1477         * ControlDocument.[Ch]: Remove unused method
1479 2002-11-07  Angus Leeming  <leeming@lyx.org>
1481         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
1482         * clean-up the search code in biblio.C.
1484 2002-11-07  John Levon  <levon@movementarian.org>
1486         * ControlGraphics.C: QGraphics fixes
1488 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1490         * ControlDocument.C: (SaveAsDefault) make it work.
1491         fix buffer update on class change
1493 2002-11-06  Angus Leeming  <leeming@lyx.org>
1495         * biblio.C (searchKeys and helper functions): rewritten entirely
1496         using the STL. Boost::regex searching now works as the old 1.2 code
1497         did.
1499 2002-11-06  Angus Leeming  <leeming@lyx.org>
1501         * biblio.C: clean-up of the code. No change in functionality.
1503 2002-11-04  Angus Leeming  <leeming@lyx.org>
1505         * ControlGraphics.[Ch] (getUnits): moved out of class and into
1506         frnt::getBBUnits(). Code cleaned also.
1508 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1510         * biblio.C (regexSearch): STRCONV
1511         (getInfo): ditto
1513         * ControlAboutlyx.C (getVersion): STRCONV
1515         * ControlMath.C: include config.h
1517 2002-10-31  John Levon  <levon@movementarian.org>
1519         * ControlGraphics.h:
1520         * ControlGraphics.C: bb units from Herbert
1522 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
1524         * ControlParagraph.[Ch] (alignDefault): new method, returning the
1525         default alignment (block, left, right, center) of this paragraph.
1527 2002-10-25  John Levon  <levon@movementarian.org>
1529         * ControlPrint.C: using endl
1531 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1533         * ControlPrint.[Ch]: move code here from Liason.[Ch].
1535         * ControlSpellchecker.h (getCount): new method.
1536         * ControlSpellchecker.[Ch]: constify some accessor methods.
1538 2002-10-22  Angus Leeming  <leeming@lyx.org>
1540         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
1541         alphabetical order once again.
1543         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
1544         Add a list of CheckedWidget ptrs to ButtonControllerBase
1545         together with methods addCheckedWidget and checkWidgets to use it.
1547         * ButtonController.tmpl (refresh): use the return value of
1548         checkWidgets to control the activation state of the Ok, Apply, Restore
1549         buttons.
1551         * ControlDialog.tmpl (show, update):
1552         * ControlInset.tmpl (showInset, update):
1553         invoke ButtonController::refresh to ensure that the activation state of
1554         the Ok, Apply buttons reflects the valid-state of the widgets.
1556 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1558         * tex_helpers.C (rescanTexStyles): don't pop p
1559         (texhash): ditto
1561         * ControlWrap.C (WrapParms): remove initialization of placement,
1562         and move empty c-tor to .h class def.
1564         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
1565         of on stringsteam, return void. Get the file into the stream as
1566         fast as possible.
1568         * ControlPreamble.[Ch] (params): getter and setter for params_, make
1569         params_ into a string, not just a pointer to string.
1571         * ControlExternal.C (getTemplateNumber): put i into the for scope,
1572         and use the sequence operator on the last for "parameter"
1573         (getTemplate): use std::advance to advance the iterator.
1575         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
1576         instead of on a stringstream, return void. Get the file into the
1577         stream as fast as possible.
1578         (getVersion): use ostringstream
1580         * lots of files: ws changes, formatting fixes
1582 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1584         * ControlCharacter.C (apply): setMinibuffer change
1585         * ControlDocument.C (apply): ditto
1586         (classApply): ditto
1587         * ControlThesaurus.C (replace): ditto
1588         * ControlSearch.C (find): ditto
1589         (replace): ditto
1590         * ControlPreamble.C (apply): ditto
1591         * ControlParagraph.C (apply): ditto
1593 2002-10-14  André Pönitz <poenitz@gmx.net>
1595         * ControlDocument.C: somebody else's fix for a hard lockup
1597 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
1599         * ControlDocument.h:
1600         * ControlDocument.C:
1601         * Makefile.am: New document parameters controller
1603 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1605         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1607 2002-09-24  Angus Leeming  <leeming@lyx.org>
1609         * ControlConnections.h: remove trailing whitespace.
1611         * biblio.h: #include "LString.h".
1613 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1615         * ControlGraphics.C: Change GUI origin strings into proper English.
1617 2002-09-09  John Levon  <levon@movementarian.org>
1619         * ControlInclude.C: fix file masks. Get rid of noload,
1620         remove stupid warning
1622 2002-09-09  John Levon  <levon@movementarian.org>
1624         * ControlMath.h:
1625         * ControlMath.C: add latex_deco
1627 2002-09-06  John Levon  <levon@movementarian.org>
1629         * ControlMath.C: terminate dots
1631 2002-09-05  Angus Leeming  <leeming@lyx.org>
1633         * all files: modify the headers as discussed on the list.
1635 2002-08-30  John Levon  <levon@movementarian.org>
1637         * ControlMath.h:
1638         * ControlMath.C: moved from MathsSymbols.C
1640 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1642         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
1644 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1646         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
1647         first item in the list
1649 2002-08-15  Angus Leeming  <leeming@lyx.org>
1651         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
1653         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
1655 2002-08-15  Angus Leeming  <leeming@lyx.org>
1657         * lots: changed my email address to leeming@lyx.org.
1659         * GUI.h: return it to private derivation from boost::noncopyable.
1661 2002-08-14  Angus Leeming  <leeming@lyx.org>
1663         * GUI.h: public derivation from boost::noncopyable.
1665 2002-08-14  Angus Leeming  <leeming@lyx.org>
1667         * GUI.h: class GUI deries from boost::noncopyable
1669         * ControlButtons.h: no longer derives from DialogBase, but instead
1670         derives directly from boost::noncopyable.
1672         * ViewBase.h: derives from boost::noncopyable.
1674         * ControlCharacter.C:
1675         * ControlCommand.C:
1676         * ControlConnections.C:
1677         * ControlGraphics.C:
1678         * ControlInclude.C:
1679         * ControlParagraph.C:
1680         * ControlPreamble.C:
1681         * ControlPrint.C:
1682         * ControlSearch.C:
1683         * ControlSpellchecker.C:
1684         * ControlTexinfo.C:
1685         * ControlThesaurus.C:
1686         rearrange #includes. Remove unnecessary ones.
1688         * ControlError.h: add "insets/inseterror.h".
1690         * helper_funcs.h: add necessary #includes.
1692         * tex_helpers.[Ch]: add #pragma directives for g++.
1694         * Makefile.am: remove src/frontends from -I list to compiler.
1696 2002-08-13  Angus Leeming  <leeming@lyx.org>
1698         * ControlConnections.C:
1699         * ControlTexinfo.C:
1700         changes due to the changed LyXView interface that now returns references
1701         to member variables not pointers.
1703 2002-08-12  Angus Leeming  <leeming@lyx.org>
1705         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
1706         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
1707         for the most commonly accessed core methods, to minimise code
1708         dependiencies.
1710         * many files: use these wrappers and remove associated #includes.
1712 2002-08-12  Angus Leeming  <leeming@lyx.org>
1714         * ControlButtons.[Ch] (bc, view): no longer virtual.
1715         (setView, setButtonController): new methods, invoked by GUI.
1717         * ControlDialog.h (show):
1718         * ControlInset.h (createInset, showInset): make public, so that GUI can
1719         invoke them.
1721         * GUI.h: GUI now contains a controller, rather than deriving from it.
1722         remove all those friend functions since we can now access the show,
1723         createInset, showInset controller methods.
1725         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
1726         (ViewBC): scrapped.
1728         * character.h: #include a couple of STL files.
1730 2002-08-08  John Levon  <levon@movementarian.org>
1732         * ControlCommandBuffer.C: LyXAction cleanup
1734 2002-08-07  John Levon  <levon@movementarian.org>
1736         * ControlSpellchecker.C: fix crash when spellchecker doesn't
1737           initialise
1739 2002-08-06  John Levon  <levon@movementarian.org>
1741         * ControlSpellchecker.C:
1742         * ControlSpellchecker.h: use WordLangTuple
1744 2002-08-06  John Levon  <levon@movementarian.org>
1746         * ControlSpellchecker.C: show an alert with the
1747           error message on initialisation failure
1749 2002-08-04  John Levon  <levon@movementarian.org>
1751         * ControlSpellchecker.h:
1752         * ControlSpellchecker.C: some cleanups
1754         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
1756 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
1758         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
1759         the Dialogs::updateParagraph signal is emitted.
1761 2002-08-02  Angus Leeming  <leeming@lyx.org>
1763         * ControlCharacter.C (apply):
1764         * ControlERT.C (applyParamsToInset):
1765         * ControlParagraph.C (apply):
1766         * ControlSearch.C (find, replace):
1767         * ControlThesaurus.C (replace): changes due to LyXView::view() now
1768         returning a boost::shared_ptr.
1770 2002-08-01  John Levon  <levon@movementarian.org>
1772         * ControlSendto.C: writeFile() change
1774 2002-08-01  John Levon  <levon@movementarian.org>
1776         * ControlSpellchecker.h:
1777         * ControlSpellchecker.C: remove options
1779 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1781         * several files: strip,frontStrip -> trim,ltrim,rtrim
1783 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1785         * biblio.C (parseBibTeX): modify because of strip changes
1787 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1789         * ControlFloat.[Ch]: Implement Wide Float toggle
1790         Replace "allow_here_definitely" by "wide"
1792 2002-07-22  Herbert Voss  <voss@lyx.org>
1794         * ControlGraphics.C: small changes
1796 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1798         * ControlToc.C: remove getType
1800 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1802         * ControlCommandBuffer.C: don't add "" to history
1804 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1806         * ControlRef.C: fix dispatch call nicely
1808 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1810         * Makefile.am:
1811         * ControlCommandBuffer.h:
1812         * ControlCommandBuffer.C: add controller for command (mini) buffer
1813           handling
1815 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1817         * ControlRef.C: fix dispatch call
1819 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1821         * ControlCharacter.C: use view_state_changed not setState
1823 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1825         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
1827 2002-07-15  Mike Fabian  <mfabian@suse.de>
1829         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
1830         of compare_no_case, because in turkish, 'i' is not the lowercase
1831         version of 'I', and thus turkish locale breaks parsing of tags.
1833 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1835         * ControlBibtex.C (applyParamsToInset): ws change
1837 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1839         * ControlInclude.C: Add warning if absolute path name and
1840         check_typeset is used together
1842 2002-06-28  Angus Leeming  <leeming@lyx.org>
1844         * ControlGraphics.C: changes associated with the name changes
1845         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
1847 2002-06-25  Angus Leeming  <leeming@lyx.org>
1849         * ControlGraphics.C (readBB): Channges associated with the changed
1850         interface to the graphics cache.
1852 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1854         * ControlParagraph.C: layout as layout
1856 2002-06-21  Angus Leeming  <leeming@lyx.org>
1858         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
1859         * tex_helpers.h: #include "LString.h".
1861 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1863         * ControlBibtex.C:
1864         * ControlBibitem.C: use repaint()
1866 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1868         * ControlTexinfo.C: do the same for Texinfo
1870         * tex_helpers.C: don't try to read a file that isn't there
1872 2002-06-21  Herbert Voss  <voss@perce.de>
1874         * ControlBibtex.C: do an automatic update, when no bst-list
1875         exists
1877 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1879         * GUI.h: createIndex() changed
1881 2002-06-18  Herbert Voss  <voss@perce.de>
1883         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
1884         helperstuff. Now the bibtex gui can use some of these functions
1886 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1888         * ControlGraphics.C: just make the mask *.*
1890 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1892         * changes to simplify function setup, removal of a lot of includes.
1894 2002-06-12  Angus Leeming  <leeming@lyx.org>
1896         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
1898 2002-06-12  Angus Leeming  <leeming@lyx.org>
1900         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
1902 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1904         * ControlParagraph.[Ch]: new paragraph controller
1905         * GUI.h: add new controller
1906         * Makefile.am: ditto
1908 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1910         * GUI.h: do not include ButtonController.tmpl
1912         * ControlInset.h: include ControlInset.tmpl
1914         * ControlCitation.C: do not include ControlInset.tmpl
1915         * ControlCommand.C: ditto
1916         * ControlERT.C: ditto
1917         * ControlError.C: ditto
1918         * ControlExternal.C: ditto
1919         * ControlFloat.C: ditto
1920         * ControlGraphics.C: ditto
1921         * ControlInclude.C: ditto
1922         * ControlMinipage.C: ditto
1924         * ControlDialog.tmpl: remove the Base:: prefix
1926 2002-06-07  Angus Leeming  <leeming@lyx.org>
1928         Fixes needed to compile with Compaq cxx 6.5.
1929         * ControlDialog.tmpl: I have had to prefix base class methods with
1930         Base:: Wierd!
1932         * ControlInset.tmpl: #include a couple of headers.
1934 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1936         * switch from SigC signals to boost::signals
1938 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1940         * biblio.h: include vector
1942         * biblio.C: change include order
1943         (regexSearch): use boost regex and get rid of LRegex
1945 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1947         * ControlAboutlyx.C:
1948         * ControlBibitem.C:
1949         * ControlBibtex.C:
1950         * ControlCharacter.C:
1951         * ControlCitation.C:
1952         * ControlCommand.C:
1953         * ControlConnections.C:
1954         * ControlERT.C:
1955         * ControlError.C:
1956         * ControlExternal.C:
1957         * ControlFloat.C:
1958         * ControlForks.C:
1959         * ControlGraphics.C:
1960         * ControlInclude.C:
1961         * ControlIndex.C:
1962         * ControlLog.C:
1963         * ControlMinipage.C:
1964         * ControlPreamble.C:
1965         * ControlPrint.C:
1966         * ControlRef.C:
1967         * ControlSearch.C:
1968         * ControlSendto.C:
1969         * ControlShowFile.C:
1970         * ControlSpellchecker.C:
1971         * ControlTabularCreate.C:
1972         * ControlTexinfo.C:
1973         * ControlThesaurus.C:
1974         * ControlToc.C:
1975         * ControlUrl.C:
1976         * ControlVCLog.C: LyXView moved into frontends
1978 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1980         * ControlExternal.C: add scoped_ptr.hpp
1982         * ControlCharacter.h: use more specific smart_ptr header.
1984 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
1986         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
1988 2002-05-13  Herbert Voss  <voss@perce.de>
1990         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
1991         like "Odland, G. and ... "
1992         (parseBibTeX): fix bug with title and booktitle
1993         and replace a \n with a space when one entry has more than
1994         one line
1996 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1998         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
1999         "No change" and "Reset".
2001         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
2002         them at the front of the list.
2004 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
2006         * ControlGraphics.C: add some comments to the char * arrays.
2007         Make rorigin_size const.
2009 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2011         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
2012         Enables the gui's to internationalise these strings.
2014 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
2016         * frnt_lang.C: fix build
2018 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2020         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
2021         If the the caller is the character dialog, add "No change" and "Reset"
2022         to the vector, else don't.
2023         Internationalise the GUI strings here rather than in the different
2024         calling dialogs.
2025         Sort the translated strings, albeit simply.
2027 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
2029         * character.[Ch]: rename namespace character as namespace frnt.
2031         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
2032         as several dialogs will use this info. The function now returns a
2033         vector<LanguagePair> where LanguagePair is a display string and an
2034         identifying string. The display string is internationalised.
2036         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
2037         the identifying strings, "No change" and "Reset".
2039         * Makefile.am: add frnt_lang.[Ch].
2041 2002-04-25  Herbert Voss  <voss@lyx.org>
2043         * ControlSendto.C (allFormats): don't add the graphics extensions to the
2044         export menu
2046 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2048         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
2049         BibTeX databases in a WYSIWYM way.
2051 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2053         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
2054         way past his use-by date.
2055         Make use of the improved info from Buffer::getBibkeyList when using
2056         \bibliography. Enables us to provide natbib support in this case too.
2058 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
2060         * ControlGraphics.C: pass the browseFile dialog a string of only those
2061         formats that can currently be loaded by LyX.
2063 2002-04-15  Herbert Voss  <voss@perce.de>
2065         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
2066         with something like ,,...blah...`` (two commas)
2068 2002-04-14  Herbert Voss  <voss@perce.de>
2070         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
2071         into the support/lstrings for better use in other programs.
2073         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
2074         namespace anon and make globally accessible.
2075         (familyName): test for the presence of a LaTeX Space at the front of
2076         of a name; strip it if it exists.
2078 2002-04-11  Herbert Voss  <voss@perce.de>
2080         * ControlGraphics.C: expand "browse-string" to all available formats
2082 2002-04-11  Herbert Voss  <voss@perce.de>
2084         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
2086 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2088         * ControlAboutlyx.C (getVersion): two _() forgotten
2090 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
2092         * ControlGraphics.C:
2093         * ControlPrint.C:
2094         * ControlBibtex.C: make N_() be _()
2096 2002-04-07  Herbert Voss  <voss@perce.de>
2098         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
2100 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
2102         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
2103         used when reading the BB.
2105 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
2107         * ControlGraphics.C (readBB): Don't open the ifstrem and then
2108         check the format from the contents (and open a second ifstream in the
2109         process. One at a time please.
2111 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2113         * ControlRef.C (getBufferNum): squash warning message.
2115 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2117         * ControlBibtex.C (Browse):
2118         * ControlGraphics.C (Browse):
2119         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
2121         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
2123         * ControlGraphics.C (applyParamsToInset): pass filepath to
2124         InsetGraphics::updateInset.
2126 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2128         * most files: ws cleanup
2130 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2132         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
2133         for it.
2135 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
2137         * ControlGraphics.C:
2138         * ControlInclude.C: better error messages
2140 2002-03-11  Herbert Voss  <voss@lyx.org>
2142         * biblio.C (parseBibTeX): fix another minibug with an
2143         ending comma
2145 2002-03-10  Herbert Voss  <voss@lyx.org>
2147         * biblio.C (parseBibTeX): fix bug
2148         (familyName): improve parsing
2150 2002-03-09  Herbert Voss  <voss@lyx.org>
2152         * ControlGraphics.[Ch]: adding checkFilename() for testing
2153         of non-existing files
2155 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2157         * ControlSendto.C (allFormats): fix a iterators are not pointers
2158         problem.
2160 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
2162         * ControlShowFile.h: add a #include "LString.h"
2164 2002-03-05  Herbert Voss  <voss@lyx.org>
2166         * biblio.C (getInfo): simplify if using paragraph layout
2167         "bibliography".
2169 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2171         * biblio.C (getInfo): return the info field correctly if the key
2172         is not a BibTeX one.
2173         (parseBibTeX): fix crash when data.find('=') returns string::npos.
2175 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2177         * ControlForks.[Ch]: new files. A controller for the Forked Child
2178         processes dialog, enabling the user to see what forked processes
2179         are running, and, if he so desires, to kill them.
2181         * GUI.h: add class GUIForks.
2183         * Makefile.am: add ControlForks.[Ch].
2185         * ControlGraphics.C (getParams): small change due to change in
2186         insetgraphics.
2188 2002-02-21  Herbert Voss  <voss@lyx.org>
2190         * biblio.C: fix bug with commentlines in a bibentry
2192 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2194         * Makefile.am: simpler obj. file compile
2196 2002-02-18  Herbert Voss  <voss@lyx.org>
2198         * ControlGraphics.[Ch]: remove help-file call
2200 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2202         * helper_funcs.h: wrap the structs firster and seconder up in a
2203         namespace to avoid clashes with those in lyxalgo,h.
2205         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
2206         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2208 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2210         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
2211         used.
2212         * ControlTexinfo.C:
2213         change Systemcalls::System to Systemcalls::Wait and
2214         No change of functionality, just reflects the stripped down Systemcalls
2215         class.
2217 2002-02-06  Herbert Voss  <voss@lyx.org>
2219         * ControlGraphics.[C] (readBB): search also in
2220         g'zipped files. If it is useful than PK and compress
2221         should also be supported. use unzipFile() from
2222         support/filetools
2224 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2226         * ControlRef.C (getBufferName): new method to get a real buffer
2227         name from an index.
2229 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2231         * ControlTexInfo.[Ch]: Removed Help functions.
2233 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2235         * ControlSpellchecker.C: clear any selection left
2236         (bug #211)
2238 2002-02-01  Herbert Voss  <voss@lyx.org>
2240         * ControlGraphics.[C] (readBB): search only, if it is a
2241         ".?ps" file and look for bb's at end of file
2243 2002-01-30  Herbert Voss  <voss@lyx.org>
2245         * ControlGraphic.[C]: do not search the whole file, when
2246         getting the bb
2248 2002-01-29  Herbert Voss  <voss@lyx.org>
2250         * ControlGraphic.[C]: added a button for document path
2251         when browsing -> bug 222
2253 2002-01-27  Herbert Voss  <voss@lyx.org>
2255         * ControlGraphic.[Ch]: added support for Bounding Box, other
2256         small changes
2258 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2260         * ControlAboutlyx.h:
2261         * ControlTexinfo.h: added #include "LString.h" where they belong.
2263 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2265         * ControlCitation.C:
2266         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
2268 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
2270         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
2271         bool return type.
2273 2002-01-20  Herbert Voss  <voss@perce.de>
2275         * ControlInclude.[Ch]: better control of unexistings files
2276         when entered without the browser
2278         * ControlGraphic.C (Browse): add extension "ps" when browsing for
2279         a filename
2281 2002-01-19  Herbert Voss  <voss@perce.de>
2283         * biblio.C (getInfo): fix bug when no author is given
2285         * biblio.C (parseBibTeX): change the parsing, so that
2286         '#'-characters in a bibtex entry are no more a problem.
2288 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2290         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
2291         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
2293         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
2295 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2297         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
2299         * ControlExternal.C (Browse): add a std:: qualifier
2301 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2303         * ControlExternal.C (Browse): simplify to use browseRelFile
2305 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2307         * ButtonController.tmpl: added // -*- C++ -*-
2309         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
2310         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
2311         Needed in _one_ of the ControlCommand-derived classes only.
2313 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2315         * ControlInset.h:
2316         * ControlSearch.h: #include LString.h
2318 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2320         * ButtonController.h: split into two. The definition remains in
2321         ButtonController.h, the declaration is now in ButtonController.tmpl.
2322         These template methods should be #included when the derived class is
2323         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
2324         and in the qt2 and gnome equivalents.
2326         * ControlDialogs.h: removed. The definition of class ControlDialog is
2327         now to be found in ControlDialog.h and the declaration of the methods
2328         is in ControlDialog.tmpl. The two template instantiations are performed
2329         in ControlDialog_impl.[Ch], new files also.
2331         * ControlInset.h: split into two. The definition remains in
2332         ControlInset.h, the declaration is now in ControlInset.tmpl.
2333         These template methods should be #included derived class is
2334         instantiated, in this case in 8 other .C files in this directory.
2336         * ControlAboutlyx.[Ch]:
2337         * ControlCharacter.[Ch]:
2338         * ControlCommand.C:
2339         * ControlERT.C:
2340         * ControlError.C:
2341         * ControlExternal.C:
2342         * ControlFloat.C:
2343         * ControlGraphics.C:
2344         * ControlInclude.C:
2345         * ControlLog.[Ch]:
2346         * ControlMinipage.C:
2347         * ControlPreamble.[Ch]:
2348         * ControlPrint.[Ch]:
2349         * ControlSearch.[Ch]:
2350         * ControlShowFile.[Ch]:
2351         * ControlSpellchecker.[Ch]:
2352         * ControlTabularCreate.[Ch]:
2353         * ControlTexinfo.[Ch]:
2354         * ControlThesaurus.[Ch]:
2355         * ControlVCLog.[Ch]: small changes associated with the above ones.
2357         * GUI.h: #include the ButtonController and dialog controller files
2358         here, rather than forward declare them. This is the correct place
2359         for these #includes.
2361         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
2362         Rename ControlDialogs.h as ControlDialog.h.
2363         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
2364         EXTRA_DIST.
2366 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2368         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
2370 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2372         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
2373         can be done)
2375         * ControlGraphics.C (Browse): remove overzealous shortcut
2377 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2379         * FormMinipage.C (apply, update): MinipageParams::width renamed
2380         as MinipageParams::pageWidth. InsetMinipage::width  renamed
2381         as InsetMinipage::pageWidth.
2383 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2385         * ButtonController.h (refreshReadOnly): use explicit typename
2387 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2389         * helper_funcs.h (browseFile): add default empty button descriptions.
2391         * ControlGraphics.C (Browse):
2392         * ControlBibtex.C (Browse):
2393         * ControlInclude.C (Browse): add shortcuts to directory buttons
2395 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
2397         * ControlThesaurus.h:
2398         * ControlThesaurus.C: update to Aiksaurus 0.14
2400 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2402         * ControlSpellchecker.C (clearParams): show the closing message
2403         only if some words have been checked, thereby fixing
2404         bugzilla bug #52.
2406 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2408         * ControlFloat.[Ch]: changes to prevent here definitely being used
2409         with wide figures.
2411 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2413         * ControlThesaurus.h: do not include <config.h> in header files
2415 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2417         * ControlToc.C: changes for floatlist
2419 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2421         * ControlVCLog.C: use _()
2423 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2425         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
2426         that for select.
2428 2001-10-22  Juergen Vigna  <jug@sad.it>
2430         * ControlSpellchecker.C (clearParams): use the error_ message of the
2431         speller_ if available when the spellchecker died.
2432         (setParams): remove double error message display.
2434 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2436         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
2438         * helper_funcs.[Ch] (getLatexUnits): see above.
2440 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2442         * ControlTexinfo.C (getContents): use the right file for .sty files
2444 2001-10-10  Herbert Voss  <voss@perce.de>
2446         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
2447         and some more stuff from FormTexinfo.C
2449         * ControlShowFile.C: hiding the update-button
2451 2001-10-09  Herbert Voss  <voss@perce.de>
2453         * ControlTexinfo.[Ch]: new files. Display information about the
2454         installed texfiles (cls,sty,bst).
2456         * ControlShowFile.[Ch]: new files. Display the contents of a file.
2458         * GUI.h: added classes GUIShowFile and GUITexinfo.
2460         * Makefile.am: modified appropriately.
2462 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2464         * ControlAboutlyx.C (getVersion): use lyx_version and
2465         lyx_release_date instead of old macros
2467 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2469         * ControlSpellchecker.C (check): Behaves well now when the spell
2470         library doesn't know a replacement to an incorrect word.
2472 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2474         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
2475         the correct place. Can now check spelling more than once!
2477 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2479         * ControlSplash.[Ch]: removed.
2481         * GUI.h: remove GUISplash class.
2483         * ViewBase.h: remove ViewSplash class.
2485         * Makefile.am: remove ControlSplash.[Ch].
2487 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
2489         * ControlButtons.h: add variable emergency_exit_. If set to true, the
2490         view will be shut down.
2492         * ControlDialogs.h:
2493         * ControlInset.h: act on emergency_exit_.
2495         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
2496         speller fails to launch.
2498 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2500         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
2501         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
2503 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2505         * ControlRef.h (disconnectOnApply): new method. Set to true.
2506         Perhaps make this user-modifiable?
2508 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2510         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
2511         extensions.
2513 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2515         * ControlRef.C (getBufferList, getBufferNum): New methods
2517 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2519         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
2520         of the dialog when the Apply button is pressed. Defaults to false,
2521         but can be overridden in the daughter classes.
2523         * ControlCitation.h (disconnectOnApply): new method. Set to true.
2524         Perhaps make this user-modifiable?
2526 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2528         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
2529         we have dialogs that update their contents when the buffer changes.
2530         Rather embarassing, really!
2532 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2534         * ControlSearch (replace): change semantics of replace to NOT move on
2535         to the next instance of a word once the present instance has been
2536         replaced unless we are replacing ALL instances of the word.
2538 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2540         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
2542 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
2544         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
2545         dialog, set all options to "reset", close the dialog, re-open it ->
2546         the options are set incorrectly.
2548         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
2549         When Applying it's useful to know whether the dialog is about to close
2550         or not (no point refreshing the display for example).
2552         * ControlInset.C (apply): use isClosing.
2554 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
2556         * ControlInset.h:
2557         * ControlDialogs.h: remove bc() hack, now fixed in
2558           Qt2 frontend. use member dialog_built_ instead of shared
2559           static.
2561         * ButtonController.h:
2562         * ButtonPolicies.C: more debug info
2564         * ButtonControllerBase.C: call refresh() when setting readOnly !
2566         * GUI.h: External form has apply, use the right policy
2568         * character.C: fix two off-by-one errors when latex font was removed
2570 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2572         * ControlInset.h (apply): tentative fix for the press Apply multiple
2573         times and get multiple new Insets problem.
2575 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2577         * ControlCharacter.C: fix typo
2579         * ViewBase.h:
2580         * ControlDialogs.C:
2581         * ControlInsets.C: make sure dialog is built before it is shown, so
2582           it works properly the very first time it is shown
2584 2001-08-20  Herbert Voss  <voss@perce.de>
2586         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
2587         and styles. Added an option for "bibliography into toc"
2589 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2591         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
2592         LaTeX is no longer a font property.
2594 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2596         * GUI.h: Button controller for Reference dialog changed to
2597         NoRepeatedApplyReadOnlyPolicy.
2599         * biblio.C (getInfo): output volume and number info. Move year to end
2600         of string.
2602 2001-08-09  Allan Rae  <rae@lyx.org>
2604         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
2606 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2608         * helper_funcs.C (getVectorFromString): fixed small bug.
2610         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
2612 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
2614         * ControlSpellchecker.C: check next word after insert in personal dict
2616 2001-08-06  Juergen Vigna  <jug@sad.it>
2618         * ControlERT.[Ch]: new file
2620 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2622         * ControlInset.h: const and non-const forms of params().
2624         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
2625         whitespace from either side of each item.
2627 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2629         * ControlFloat.h: add a != operator for FloatParams.
2630         Lars, how did you get this to compile!!!
2632         * ControlMinipage.[Ch]: uncommented someone's commenting out of
2633         operator != for MinipageParams. Who's changing stuff and not compiling?
2635 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2637         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
2638         ControlFloat.C
2640         * GUI.h: add class GUIFloat
2642         * ControlFloat.[Ch]: new files
2644 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2646         * ControlPrint.C: #include Lassert.h here.
2648 2001-07-26  Baruch Even  <baruch@lyx.org>
2650         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
2651         and png.
2653 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2655         * ControlThesaurus.h:
2656         * ControlThesaurus.C:
2657         * GUI.h:
2658         * Makefile.am: thesaurus support
2660 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2662         * ControlInclude.h:
2663         * ControlInclude.C: implement ability to load file
2665 2001-07-18  Juergen Vigna  <jug@sad.it>
2667         * ControlSearch.C (replace): changes to lyxfind.h function calls.
2669 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2671         * biblio.C (getInfo): add a .c_str() to handle the usual
2672         stringstream pain.
2674 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2676         * ControlCitation.[Ch]: changes associated with adding natbib support.
2677         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
2678         New static variable citeStyles_.
2680         * biblio.[Ch]: large internal rearrangement.
2681         New public enum CiteStyle.
2682         New public struct CitationStyle.
2683         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
2684         getNumericalStrings, getAuthorYearStrings
2685         (simpleSearch, regexSearch): no longer publicly accessible.
2687         * helper_funcs.C (getStringFromVector): bug fix.
2689 2001-07-16  Baruch Even  <baruch@lyx.org>
2691         * ControlVCLog.h: Added Lsstream.h to includes.
2693 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
2695         * ControlSpellchecker.[Ch]: remove d-tor.
2697 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
2699         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
2701 2001-07-16  Juergen Vigna  <jug@sad.it>
2703         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
2704         compiled with USE_PSPELL) to be able to switch between ISpell and
2705         PSpell classes.
2707 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2709         Consistent use of Lsstream.h:
2710         * ControlAboutlyx.[Ch] (getCredits):
2711         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
2713 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2715         * ControlCredits.[Ch]: removed
2716         * ControlCopyright.[Ch]: removed
2717         * ControlAboutlyx.[Ch]: added (replaces previous)
2718         * GUI.h: removed credits and copyright added about lyx stuff
2720 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2722         * ControlSpellchecker.C (getSuggestion):
2723         (getWord): add std:: qualifier
2725 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2727         * ControlSpellchecker.[Ch]: added
2728         * ViewBase.h: added partialUpdate(int) member
2729         * GUI.h: added spell stuff
2731 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2733         * ControlExternal.C: (*it). -> it->
2735 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2737         * ButtonController.h: move some included header files out of the
2738         frontends and into here.
2740 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2742         * ControlCharacter.C (c-tor): cosmetic name change of signal.
2744 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2746         * *.[h]: added // -*- C++ -*-
2747         * *.[C]: removed // -*- C++ -*-
2749         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
2750         activate Apply button.
2751         (clearParams): removed.
2752         font_ is now stored as a boost::scoped_ptr.
2753         font_ is no longer deleted on hide(), so it's contents can now be used
2754         by the Font button on the toolbar.
2755         Lots of new methods so that the GUI can easily get the contents of
2756         font_ when it update()s.
2758 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2760         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
2761         crash when the Font button on the Toolbar is pressed.
2763         * GUI.h: change policy of Character button controller to
2764         OkApplyCancelReadOnlyPolicy.
2766 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2768         * ControlToc.C (getContents): don't add anything to the list if it
2769         is supposed to be empty.
2771 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
2773         * helper_funcs.C (getVectorFromString): bug fix.
2775 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2777         * ButtonController.h
2778         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
2779         from ButtonControllerBase::readOnly. Updates the state of the widgets
2780         in the read-only list only when the read-only status of the document
2781         changes.
2782         (refresh): moved this stuff into refreshReadOnly.
2784 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
2786         * ControlPrint.C (c-tor):
2787         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
2789 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
2791         * biblio.C:
2792         * character.h: small clean-ups.
2794 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2796         * ControlToc.C (getType): remove support for old float list.
2798 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2800         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
2801         * ControlGraphics.h: no longer include insetgraphicsParams.h
2802         * ControlInset.h: no longer include LyXView.h
2804         * ControlBibitem.C:
2805         * ControlBibtex.C:
2806         * ControlButtons.C:
2807         * ControlCharacter.C:
2808         * ControlCitation.C:
2809         * ControlCommand.C:
2810         * ControlConnections.C:
2811         * ControlCopyright.C:
2812         * ControlCredits.C:
2813         * ControlError.C:
2814         * ControlExternal.C:
2815         * ControlGraphics.C:
2816         * ControlInclude.C:
2817         * ControlLog.C:
2818         * ControlMinipage.C:
2819         * ControlPreamble.C:
2820         * ControlPrint.C:
2821         * ControlRef.C:
2822         * ControlSearch.C:
2823         * ControlTabularCreate.C:
2824         * ControlToc.C:
2825         * ControlVCLog.C: they're now in here!
2827 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2829         * ButtonControllerBase.h: C++ mode, inherit privately from
2830         noncopyable
2831         * ButtonPolicies.h: ditto
2833         * ButtonController.h: C++ mode, swap init order of restore_ and
2834         cancel_
2836 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2838         * ControlTabularCreate.h:
2839         * ControlTabularCreate.C: make dialogs use a pair of uints
2840           instead of a string
2842         * ControlVCLog.h:
2843         * ControlVCLog.C: fill a stringstream with the log contents
2844         and then delete it
2846         * ControlExternal.C: from Angus, clone the new InsetExternal
2847           before acting on it
2849 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
2851         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
2852         and made more robust.
2854 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2856         * ControlToc.C:
2857         * ControlSearch.C:
2858         * ControlPrint.C:
2859         * ControlPreamble.C:
2860         * ControlInclude.C:
2861         * ControlGraphics.C:
2862         * ControlExternal.C:
2863         * ControlCopyright.C: include gettext.h
2865         * ControlCharacter.C:
2866         * character.C: include gettext.h and language.h
2868 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2870         * ButtonController.h:
2871         * ButtonControllerBase.h:
2872         * ButtonControllerBase.C:
2873         * ButtonPolicies.h:
2874         * ButtonPolicies.C:
2875         * ControlButton.h:
2876         * ControlButton.C:
2877         * ControlButtons.h:
2878         * ControlButtons.C:
2879         * ControlConnections.h:
2880         * ControlDialogs.h:
2881         * ControlInset.h:
2882         * ControlExternal.C:
2883         * Makefile.am:
2884         * README:
2885         * ViewBase.h: s/ControlButton/ControlButtons/
2886         s/popup/dialog/
2887         s/UndoAll/Restore/ + associated
2889 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2891         * ControlToc.[Ch]: new files; a controller for the TOC popup.
2893         * GUI.h:
2894         * Makefile.am: associated changes with all of the above.
2896 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2898         * ControlExternal.C: bug fixes. Can now apply changes to the inset
2899         and edit, view, update the External Material correctly. I hope!
2901 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2903         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
2905         * BCTemplates.h: renamed as ButtonController.h
2907         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
2909         * ViewBase.h:
2910         * ControlConnections.h: associated change in #include and class names.
2912         * ControlExternal.[Ch]: new files; a controller for the External
2913         Material popup.
2915         * GUI.h:
2916         * Makefile.am: associated changes with all of the above.
2918         * ControlGraphics.[Ch]:
2919         * ControlInclude.[Ch]:
2920         * ControlPrint.[Ch]:
2921         (lv): removed.
2922         (Browse): new method. Returns the results of a FileDialog browse.
2924         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
2925         (getVectorFromString): fixed bug.
2927         * biblio.C (simpleSearch): cleaned up.
2929 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2931         * A slight reworking of Baruch Even's ButtonController patch.
2933         * BCTemplates.h: new file; all the templates for the ButtonController.
2934         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
2935         to the more generic setButtonLabel().
2937         * ButtonController.[Ch]: renamed cancel_label and close_label as
2938         cancel_label_ and close_label_.
2940         * Makefile.am: added BCTemplates.h
2942 2001-03-29  Juergen Vigna  <jug@sad.it>
2944         * ControlMinipage.C: removed widthp_ and all it's functions and changed
2945         to use new %-lengths of LyXLength.
2947 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2949         * ControlCitation.C (bibkeysInfo): removed Assert.
2951         * ControlCopyright.h: moved GUICopyright into GUI.h
2953         * GUI.h: see above.
2955 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2957         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
2958         (setDaughterParams): a (by default empty) new method called in show().
2960         * ControlBibitem.h:
2961         * ControlBibtex.h:
2962         * ControlError.h:
2963         * ControlInclude.h:
2964         * ControlMinipage.h:
2965         * ControlRef.h:
2966         * ControlSearch.h:
2967         * ControlUrl.h (clearDaughterParams): removed
2969         * ControlMinipage.C (applyParamsToInset): update the view.
2970         Added namespace minipage containing a helper function getUnits.
2972         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
2974         * ControlCharacter.[Ch]: moved out all the helper functions and the
2975         enum into their own file.
2976         * character.[Ch]: new files; contain the character helper functions,
2977         now inside namespace character.
2979         * ControlCitation.[Ch]: moved out all the helper functions and the
2980         enums into their own file. Simplified interface.
2981         * biblio.[Ch]: new files; contain the citation helper functions,
2982         now inside namespace biblio. Will be of use also to an improved
2983         BibTeX popup.
2985         * ControlGraphics.[Ch]:
2986         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
2987         popups, respectively.
2989         * GUI.h:
2990         * Makefile.am: associated changes.
2992 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2994         * ControlMinipage.[Ch]:
2995         * ControlPreamble.[Ch]:
2996         * ControlPrint.[Ch]:
2997         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
2998         and Print popups and Splash screen, respectively.
3000         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
3001         screens.
3003         * GUI.h:
3004         * Makefile.am: associated changes.
3006 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3008         * ControlConnections.[Ch]: (docType): new method; returns the type
3009         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
3011         * ControlRef.[Ch]:
3012         * ControlSearch.[Ch]:
3013         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
3014         Search and TabularCreate popups, respectively.
3016         * GUI.h:
3017         * Makefile.am: associated changes.
3019 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3021         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
3022         contains data.
3024         * ControlInset.h (apply): fix bug. Can now create new insets again.
3026         * README: describe program flow.
3028 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3030         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
3032 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3034         * ControlDialogs.h: moved class ControlInset into its own file.
3036         * ControlInset.h: new file. class ControlInset has been expanded to take
3037         two template parameters, Inset and Params. Believe that all inset
3038         controllers can be derived from this with the minimum of effort.
3040         * ControlBibitem.[Ch]:
3041         * ControlBibtex.[Ch]:
3042         * ControlCitation.[Ch]:
3043         * ControlCommand.[Ch]: moved most code into ControlInset.
3045         * lots of files. Moved protected stuff into private where possible.
3047         * ControlError.[Ch]:
3048         * ControlInclude.[Ch]:
3049         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
3050         Include and Url popups, respectively.
3052         * GUI.h:
3053         * Makefile.am: associated changes.
3055 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3057         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
3058         vector<string>.
3060 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3062         * ControlCredits.C (getCredits): remove std:: qualifier for
3063         getline().
3065 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3067         * ControlCredits.C (getCredits): add std:: on vector
3069 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3071         * ControlCredits.C: remove using that is only used once, use
3072         std::ios instead of std::iosbase, add some annoying comments.
3074 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3076         * lots of header files: improved explanatory notes.
3078         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
3079         ControlBase is now a class that only controls the interaction of the
3080         View with the ButtonController.
3082         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
3083         to ControlConnectBase. The class controls the connection/disconnection
3084         of signals from the LyX kernel and makes available the kernel (through
3085         lv_) to daughter controller classes.
3086         Moved out class ControlConnectInset to a new file ControlDialogs.h.
3088         * ControlDialogs.h: new file. Contains the definition of two template
3089         controller classes, ControlDialog and ControlInset (was
3090         ControlConnectInset). ControlInset is a parent class for controllers
3091         of inset-popups. ControlDialogs is the rather uninspired name for
3092         the base class of all non-inset popups. (Eg, Document and Paragraph.)
3093         ControlDialogs is reaching a state of maturity as several popups now use
3094         it and its functionality becomes clear. ControlInset is still in a state
3095         of flux. It is likely that functionality will be moved out of
3096         ControlCommands and into it.
3098         * GUI.h: new file. Moved all the template GUIXXX classes out of the
3099         individual Controller header files and into one place. These classes
3100         serve only as convenient wrappers to simplify code in the respective
3101         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
3103         * ControlCharacter.[Ch] (show, update, hide):
3104         * ControlLog.[Ch] (show, update, hide):
3105         * ControlVCLog.[Ch] (show, update, hide): moved back into
3106         the ControlDialogs base class.
3107         (setParams, clearParams): new methods containing controller-specific
3108         code to set/reset the parameters manipulated by the view.
3110         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
3111         empty.
3112         (hide): calls clearParams.
3114         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
3115         by ControlCommand::hide().
3117         * ControlCopyright.[Ch]:
3118         * ControlCredits.[Ch]: new files; controllers for the copyright and
3119         credits popups, respectively.
3121 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3123         * ControlCharacter.C: fix typo
3125 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3127         * ControlCharacter.[Ch]: new files; controller for the character popup.
3129         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
3130         moved to new files helper_funcs.[Ch].
3132         * helper_funcs.[Ch]: new files. Some useful helper functions and
3133         functors.
3135         * Makefile.am: added new files.
3137 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3139         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
3141 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3143         * ControlLog.[Ch]:
3144         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
3145         Control log files, respectively.
3147         * Makefile.am: added new files.
3149 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3151         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
3153         * Makefile.am: added ControlBibtex.[Ch].
3155 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3157         * ControlBibitem.C:
3158         * ControlCitation.C: added "using SigC::slot" declaration.
3160         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
3161         to FormCitation.C prior to the merger: "Do not put space between
3162         multiple keys".
3164 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3166         * several files: remove CXX_WORKING_NAMESPACES
3168         * ButtonController.h: noncopyable is in namespace boost
3169         * ButtonPolicies.h: ditto
3171 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3173         * Merging changes from BRANCH_MVC back into HEAD.
3175 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3177         * Makefile.am: add ControlBibitem.[Ch].
3179         * ControlBibitem.[Ch]: new files that together define the Controller
3180         for a Bibitem popup.
3182         * ControlCommand.h (c-tor): give  kb_action a default value of
3183         LFUN_NOACTION.
3185         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
3187         * ControlCitation.[Ch]: moved search functions out of class.
3188         (bibkeysInfo): new method. Returns const reference to private data.
3189         (searchKeys): added case-sensitive switch. Used only by simpleSearch
3190         for now.
3192 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3194         * ControlCitation.[Ch]: added Search functions to the class,
3195         (shamelessly lifted from Marco's gnome code). I think that these would
3196         be better as helper functions outside the class, but this is a first
3197         stab at it.
3199 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3201         * ControlCitation.[Ch]: (getBibkeyList): removed from class
3202         ControlCitation.
3203         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
3204         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
3205         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
3206         implementation of FormCitation.
3208 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3210         * ButtonPolicies.h: add SMI_NOOP to enum.
3212         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
3214         * ButtonController.C (input): add "optimising" if-statement. Actually,
3215         things don't work correctly without it...
3217 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3219         * ViewBase.h: remove #pragma directive
3221         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
3222         to make g++ happy.
3224 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3226         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
3228         * Makefile.am: added ButtonPolicies.[Ch]
3230         * ButtonController.[Ch]: ButtonController is split into
3231         ButtonControllerBase and a template ButtonController class. The base
3232         class no longer stores a pointer to a ButtonPolicy, but instead
3233         accesses the actual instantiation of the policy through a pure virtual
3234         method bp(). This method and the ButtonPolicy itself are instantiated
3235         in the templatised ButtonController class. This class is derived from
3236         the GUI-specific GUIBC class, meaning that the frontends know
3237         nothing about the actual policy decided upon by the controllers.
3239         * ControlBase.[Ch]: No longer store the View or the ButtonController.
3240         Instead the actual instantiations are accessed through pure virtual
3241         methods view() and bc(). The daughter classes are responsible for the
3242         actual View and ButtonController.
3244         * ControlCitation.h: the templatised class GUICitation instantiates
3245         the methods view() and bc(). It also stores the instances of the
3246         View and ButtonController.
3248 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3250         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
3251         also changed to ButtonController.
3253         * ControlBase.[Ch]:
3254         * ControlConnections.[Ch]:
3255         * ControlCommand.[Ch]:
3256         * ControlCitation.[Ch]:
3257         * ViewBase.h: Changes associated with this.
3259 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
3261         * ButtonControllerBase.[Ch]: new files. Split Allan's original
3262         xforms/ButtonController class into a GUI-I class (here) and an
3263         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
3265         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
3266         from which all Dialog Controllers should be derived. the Controllers
3267         are GUI-independent, but are designed to control the behaviour of
3268         GUI-specific implementaions of each dialog.
3270         * ControlConnections.[Ch]: new files. Classes controlling the
3271         connections of buffer-independent, buffer-dependent and Inset dialogs
3272         with the LyX kernel.
3274         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
3275         InsetCommand subset of insets.
3277         * ControlCitation.[Ch]: new files. The test specialisation! A
3278         controller for the Citation dialog.
3280         * ViewBase.h: new file. ViewBase is an abstract base class from which
3281         GUI-specific dialogs should be derived. The functionality that the GUIs
3282         must now implement is much reduced.