]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
frontends/controllers/ControlBibtex.[Ch]: new members bibtotoc(), getStylefile(),
[lyx.git] / src / frontends / controllers / ChangeLog
1 2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * ControlChanges.C: fix bug 2212: First change is skipped in
4         "Merge changes..." dialog
5
6 2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
7
8         * tests/pch.h: fix nullstream.hpp location for boost 1.33.0
9
10 2006-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
11
12         * biblio.C (escape_special_chars): Update for boost::regex v4
13         (RegexMatch): Update for bosot::regex v4
14         (searchKeys): Handle exception if it occurs.
15
16 2005-12-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
17
18         * ControlPrefs.[Ch]: new helper functions toPaperSize and
19         fromPaperSize that prevent off-by-x errors in the papersize
20         combos (bug 2148).
21
22 2005-11-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
23
24         * ControlErrorList.C (goTo): give a better error message when pid
25         is not found.
26
27 2005-11-02  Angus Leeming  <leeming@lyx.org>
28
29         * helper_funcs.C: trivial fix to a MSVS warning.
30
31 2005-10-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
32
33         * ControlSpellchecker.C (nextWord): do not return empty word
34         unless at the end of the document (bug 2062)
35
36 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
37
38         * ControlSpellchecker.C (check): make sure that word at cursor
39         position is checked too. (bug 2063)
40
41 2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
42
43         * Dialog.C (checkStatus): update dialog after checkReadOnly has
44         enabled all widgets (fixes bug 1894).
45
46 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
47
48         * ControlDocument.C (dispatchParams): update bufferview at the end
49         (fixes bug 2023).
50
51 2005-09-08  Angus Leeming  <leeming@lyx.org>
52
53         * ControlSpellchecker.C: correct grammar describing invocation of the
54         spellchecker.
55
56 2005-08-10  Angus Leeming  <leeming@lyx.org>
57
58         * tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
59         to avoid problems with "paths with spaces".
60
61 2005-08-07  Angus Leeming  <leeming@lyx.org>
62
63         * ControlExternal.C (origin_gui_str): ensure that the strings
64         are translated.
65
66 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
67
68         * ControlSpellchecker.C (checkAlive, initialiseParams): try to
69         give clearer error mesages.
70
71 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
72
73         * ControlTexinfo.C: compilation fix.
74
75 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
76
77         bug 1950.
78         
79         * Dialog.h (exitEarly): virtual function, returns false as a
80         default. 
81
82         * ControlSpellchecker.h (exitEarly): return exitEarly_
83
84         * ControlSpellchecker.C (check): set exitEarly_ to true when
85         spell-checking is finished, false otherwise.
86
87 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
88
89         * ControlBibtex.C: sort bst files (bug 1936)
90
91         * ControlTeXInfo.[Ch]: new member getFileType that returns the extension
92         of the supported files.
93         * ControlTeXInfo.[Ch] (getTeXFileList): takes bool withPath and sorts 
94         correctly when no path is requested (bug 1936)
95
96         * tex_helpers.C (getTeXFileList): remove empty items from the list 
97         (bug 1936); proper support the other file types than *cls.
98
99 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
100
101         * ControlToc.[Ch]: getGuiName takes a type argument now.
102         * ControlToc.C (getGuiName): Do all guiname translations here (bug 1870)
103
104 2005-07-16  José Matos  <jamatos@fc.up.pt>
105
106         * ControlTabular.C (set): use a single papersize variable.
107
108 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
109
110         * ControlChanges.C (getChangeDate): use localized date (from 
111         support/lyxtime).
112
113 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
114
115         * ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
116         to set the toc combo (fixes bug 1870).
117
118 2005-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
119
120         * ControlPrint.C (browse): 
121         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict):
122         make FileFilterList label translatable.
123
124 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
125
126         * ControlErrorList.C (goTo): if pos_end is 0, assume it is the end
127         of the paragraph instead.
128
129 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
130
131         * ControlLog.C: fix dialog title
132
133 2005-05-13  Angus Leeming  <leeming@lyx.org>
134
135         * helper_funcs.C (browseFile, browseDir): remove the loop that tested
136         whether the returned file name is valid in order to break out of the
137         loop.
138
139 2005-05-08  Angus Leeming  <leeming@lyx.org>
140
141         * Kernel.h (KernelDocType): wrapper class for the Kernel::DocTypes
142         enum.
143
144 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
145
146         * ControlRef.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
147
148 2005-05-03  Alfredo Braunstein  <abraunst@lyx.org>
149
150         * ControlSpellchecker.C (check): increment 'start', the beginning
151         of the next word to spell check only if cur.pos() != 0.
152         This fixes bug 1876 in which LyX will not check the very first word
153         of the document if the cursor is placed at the beginning of that
154         paragraph (just before the first letter at position 0).
155
156 2005-05-02  Angus Leeming  <leeming@lyx.org>
157
158         * ControlSpellchecker.C: clean-up the creation of the wrappers to
159         the different possible spelling engines.
160
161 2005-04-29  Martin Vermeer  <martin.vermeer@hut.fi>
162
163         * ControlCharacter.h (getLFun):Trivial bug fix
164
165 2005-04-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
166
167         * Dialog.h, ControlCharacter.h, ControlPrint.h, ControlSendto.h,
168         ControlTabular.h, ControlTabularCreate.h (getLfun): new, return the
169         lfun for applying the data
170         * Control*.C (dispatchParams): use getLfun where appropriate
171         * Dialog.[Ch], ControlChanges.h, ControlDocument.h (canApply): new,
172         check whether the dialog data may be applied
173
174 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
175
176         * ControlDocument.C (dispatchParams): update the counters if
177         necessary.
178
179 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
180
181         * Dialog.[Ch] (checkStatus): new
182
183 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
184
185         * ControlDocument.C (dispatch_bufferparams): fix bug 1843
186
187 2005-03-15  Eitan Frachtenberg  <sky8an@gmail.com>
188
189         * biblio.C (getInfo): Show BibTeX annotation in citation preview
190         (parseBibTex): Treat \% as percent, not comment
191
192 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
193
194         * ControlSpellchecker.C (nextWord): size() -> depth()
195         * ControlTabular.C(initializeParams): ditto
196
197 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
198
199         * ControlGraphics.C (browse): rewrite to use boost.filesystem
200
201 2005-01-20  Angus Leeming  <leeming@lyx.org>
202
203         * ControlSpellchecker.C (check): s/IGNORE/IGNORED_WORD/.
204
205 2005-01-17  Angus Leeming  <leeming@lyx.org>
206
207         * tex_helpers.C (rescanTexStyles): prepend the name of the
208         "TeXFiles" script with "sh ". Workaround for a brain-dead Windows.
209
210 2005-01-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
211
212         * ControlErrorList.C (goTo): fix the commented-out code (bug
213         1760).
214
215 2005-01-10  Angus Leeming  <leeming@lyx.org>
216
217         * ControlAboutlyx.C:
218         * ControlGraphics.C:
219         * helper_funcs.C:
220         * tex_helpers.C: use support/package.h to provide the paths to the
221         various directories used by LyX.
222
223 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
224
225         * ControlTabularCreate.C (dispatchParams):
226         * ControlSpellchekcer.C (showSummary):
227         * ControlPrint.C (dispatchParams):
228         * ControlGraphics.C (readBB):
229         * ControlExternal.C (readBB): tostr -> convert
230
231 2004-12-17  Martin Vermeer  <martin.vermeer@hut.fi>
232
233         * ControlMath.C: fixed Ångström, Ørsted.
234
235 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
236
237         * ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like
238         types for cell, row and column indices
239
240 2004-11-25  Angus Leeming  <leeming@lyx.org>
241
242         * ControlBibtex.C:
243         * ControlExternal.C:
244         * ControlGraphics.C:
245         * ControlInclude.C:
246         * ControlPrefs.C:
247         * ControlPrint.C: s/globbing.h/filefilterlist.h/ in #includes.
248
249         * helper_funcs.C: remove #include "globbing.h".
250
251 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
252
253         * ControlSpellchecker.C (check): update the view when setting the
254         selection
255
256 2004-11-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
257
258         * ControlSpellchecker.C (nextWord): rewrite to skip words
259         containing digits.
260         (isLetter): honor lyxrc.isp_esc_chars
261
262 2004-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
263
264         * ControlTabular.C (initialiseParams): Compute the active cell
265
266 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
267
268         * ControlInclude.C (browse): Use GetExtension() instead of
269         getFormatFromContents()
270
271 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
272
273         * ControlRef.C (gotoRef, gotoBookmark):
274         * Kernel.C (dispatch): remove verbose argument
275
276         * ControlCommandBuffer.C (dispatch): set origin of the lfun to
277         COMMANDBUFFER instead of using the old verbose argument to dispatch
278
279 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
280
281         * ControlInclude.C: s/getExtFromContents/getFormatFromContents/
282
283 2004-10-26  Angus Leeming  <leeming@lyx.org>
284
285         * ControlPrefs.[Ch]: add code to interface with the Movers.
286
287 2004-09-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
288
289         * ControlSpellchecker.C (check): do not set the selection
290         backwards, but translate it to the left instead.
291
292 2004-09-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
293
294         * ControlInclude.C (load): open nonlyx files via formats.edit()
295
296 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
297
298         * pch.h: new file
299
300         * Makefile.am: support pch
301
302 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
303
304         * helper_funcs.C (browseLibFile): new function. Tries to do the
305         right thing to look for a file in lyxdir
306
307         * ControlPrefs.C (browsebind, browseUI, browsekbmap): use
308         browseLibFile
309
310 2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
311
312         * ControlBibtex.C (browseBst): new method, specialized to lookup
313         bibtex style files
314         (browseBib): new method, specialized to lookup bibtex database files
315         (browse): removed
316
317 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
318
319         * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
320
321 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
322
323         * biblio.C, ControlPrefs.C, ControlParagraph.C:
324         * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
325         "support/std_sstream.h" with <sstream>
326
327 2004-05-19  Angus Leeming  <leeming@lyx.org>
328
329         * *.[Ch]: wrap all code up inside namespace lyx::frontend.
330         Move namespace biblio to lyx::biblio.
331
332 2004-05-14  Angus Leeming  <leeming@lyx.org>
333
334         * biblio.[Ch] (asValidLatexCommand): new function which examines
335         the input string to return a latex citation command that is
336         valid for the current citation engine.
337
338 2004-05-14  Angus Leeming  <leeming@lyx.org>
339
340         * ControlCitation.[Ch]: small changes to use the CiteEngine_enum
341         wrapper class.
342
343         * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to
344         minimize dependencies on this file.
345         (getCitationStyle, getCiteCommand): removed. Functionality moved
346         into the CitationStyle struct.
347
348 2004-05-12  Angus Leeming  <leeming@lyx.org>
349
350         * biblio.C (getEngine): reduced to the trivial.
351
352 2004-05-10  Angus Leeming  <leeming@lyx.org>
353
354         * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of
355         bools usingNatbib, usingJurabib.
356
357         * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine
358         enum rather than multiple bools, usingNatbib and using Jurabib.
359
360 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
361
362         * ControlGraphics.[Ch] (editGraphics): new method
363
364 2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
365
366         * ControlDocument.C: 'assign' for opening/closing branch insets
367         according to selection
368
369 2004-04-05  Angus Leeming  <leeming@lyx.org>
370
371         * ButtonPolicies.C (printState, printInput): human-readable output
372         of ButtonPolicy::State, ButtonPolicy::SMInput.
373         (PreferencesPolicy::input): change the behaviour of the Preferences
374         state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing
375         state is APPLIED, then let this state persist. Next time that the
376         dialog is opened, the user will be able to press 'Save'.
377
378 2004-04-05  Angus Leeming  <leeming@lyx.org>
379
380         * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
381         the contents of rc_ to the stringstream.
382
383 2004-04-05  Angus Leeming  <leeming@lyx.org>
384
385         * ControlErrorList.C: wrap #warning calls inside #ifdef
386         WITH_WARNINGS blocks.
387
388 2004-04-01  Angus Leeming  <leeming@lyx.org>
389
390         * README: removed. It refered to the ancient and impossible to
391         understand scheme ;-)
392
393 2004-03-31  Angus Leeming  <leeming@lyx.org>
394
395         * ControlButtons.[Ch]:
396         * ControlConnections.[Ch]:
397         * ControlDialog.{h,tmpl}:
398         * ControlDialog_impl.[Ch]:
399         * GUI.h:
400         * ViewBase.[Ch]: all removed.
401
402         * Makefile.am: adjusted to suit.
403
404 2004-03-31  Angus Leeming  <leeming@lyx.org>
405
406         * ControlPreamble.[Ch]: converted to the dialog-based scheme.
407
408 2004-03-31  Angus Leeming  <leeming@lyx.org>
409
410         * ControlSpellchecker.C: converted to the dialog-based scheme.
411         Cleaned-up the program structure so that it behaves in similar manner
412         to all the other dialogs. There is still far too much of the core
413         in here though...
414
415         * Dialog.C (update): more generic error message.
416
417 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
418
419         * ControlSpellchecker.C: s/DocumentIterator/DocIterator/g
420
421 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
422
423         * ControlSpellchecker.C (isLetter, nextWord): check for inTextEd,
424         use forwardPos.
425
426 2004-03-31  Angus Leeming  <leeming@lyx.org>
427
428         * ControlPrefs.[Ch]: converted to the dialog-based scheme.
429
430         * Dialog.C (apply): bug fix. Enable the dispatch of dialogs
431         which aren't dependent on a buffer when no buffer is open.
432
433         Kernel.[Ch] (redrawGUI): new function.
434
435 2004-03-31  Angus Leeming  <leeming@lyx.org>
436
437         * ControlPrefs.C: a bit of an overhaul, moving the local Converters
438         and Formats variables out of the various frontends to here,
439         and ensuring that nothing is actually dispatched to the core except
440         from apply().
441         Also use the new LFUN_LYXRC_APPLY lfun.
442
443 2004-03-30  Angus Leeming  <leeming@lyx.org>
444
445         * ControlDocument.[Ch]: converted to the dialog-based scheme.
446
447 2004-03-30  Angus Leeming  <leeming@lyx.org>
448
449         * ControlDocument.[Ch]: move all of the 'apply' code into the core
450         and access it by dispatching the appropriate lfuns.
451
452 2004-03-30  Angus Leeming  <leeming@lyx.org>
453
454         * ControlDocument.C (apply): replace the loop over paragraphs
455         invoking insetsOpenCloseBranch with
456         LFUN_ALL_INSETS_TOGGLE, "toggle branch".
457
458 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
459
460         * ControlBibtex.[Ch]: add member usingBibtopic().
461
462 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
463
464         * ControlDocument.C:
465         * ControlErrorList.C: adjust to ParIterator change
466
467 2004-03-28  Angus Leeming  <leeming@lyx.org>
468
469         * ControlPrint.[Ch]: converted to the dialog-based scheme.
470
471 2004-03-27  Angus Leeming  <leeming@lyx.org>
472
473         * ControlSendto.[Ch]: converted to the dialog-based scheme.
474
475 2004-03-24  Angus Leeming  <leeming@lyx.org>
476
477         64-bit compile fixes.
478
479         * ControlErrorList.C (goTo): use lyx::pos_type as type of
480         temporary vars.
481
482         * ControlSpellchecker.C (nextWord): pass progress as a
483         PosIterator::difference_type, not an int.
484
485 2004-03-17  Angus Leeming  <leeming@lyx.org>
486
487         * ControlForks.[Ch]: removed.
488
489         * Makefile.am: remove mention of ControlForks.[Ch].
490
491 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
492
493         * biblio.[Ch]:
494         * ControlCitation.[Ch]: add jurabib support.
495
496 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
497
498         * ControlPrint.C, ControlSendto.C: use always a temp dir
499         * ControlSendto.C: check return value of buffer()->writeFile()
500
501 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
502
503         * biblio.C (parseBibTeX): "=" -> '='
504
505 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
506
507         * biblio.C (RegexMatch): inherit from std::unary_function, make
508         operator() const and variable regex_ mutable.
509
510         * ControlSpellchecker.C (check): use correct types for the result
511         from distance.
512
513 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
514
515         * ControlSpellchecker.C: add using statements for std::advance and
516         std::distance
517
518         * ControlExternal.C: add using statement for std::advance
519
520 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
521
522         * ControlSpellchecker.C (check): use std::distance and
523         std::advance
524
525 2004-01-25  Angus Leeming  <leeming@lyx.org>
526
527         * ControlSearch.[Ch]: derive from Dialog::Controller rather than
528         the deprecated ControlDialogBD.
529
530 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
531
532         * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
533         to bug 1251)
534
535 2004-01-08  Angus Leeming  <leeming@lyx.org>
536
537         * ControlBibtex.[Ch] (browse):
538         * ControlExternal.[Ch] (browse):
539         * ControlGraphics.[Ch] (browse):
540         * ControlInclude.[Ch] (browse):
541         * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
542         browsedict, browse, browsedir):
543         * ControlPrint.[Ch] (browse):
544         FileFilterList change to the browseFile, browseRelFile functions.
545
546         * helper_funcs.[Ch] (browseFile, browseRelFile):
547         FileFilterList change to the FileDialog open and save functions.
548
549 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
550
551         * ControlSendto.C (allFormats): use the unique-erase idom and
552         simplify some code a bit.
553
554         * ControlMath.C: make CompareKey adaptable
555
556 2004-01-07  Angus Leeming  <leeming@lyx.org>
557
558         * ControlSearch.C:
559         * ControlThesaurus.C (replace):
560         rewrite to use LFUN_WORD_(FIND|REPLACE).
561
562 2003-12-14  Angus Leeming  <leeming@lyx.org>
563
564         * ControlBranch.[Ch] (branchlist): new member function.
565
566         * ControlDocument.C (setBranchColor): removed.
567         (apply): update LColor to accommodate the new BranchList colors.
568
569 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
570
571         * ControlMinipage.[Ch]: remove.
572         * Makefile.am: remove minipage files.
573
574 2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
575
576         * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
577         the math panel sub/superscript buttons once again.
578
579 2003-12-11  Angus Leeming  <leeming@lyx.org>
580
581         * ControlCommand.C (initialiseParams): changes due to the changed
582         interface to InsetCommandMailer::string2params.
583
584 2003-12-10  Angus Leeming  <leeming@lyx.org>
585
586         * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
587
588 2003-12-10  Angus Leeming  <leeming@lyx.org>
589
590         * ControlBranch.C (dispatchParams): change to invocation of
591         InsetBranchMailer::params2string.
592
593         * ControlNote.C (dispatchParams): change to invocation of
594         InsetNoteMailer::params2string.
595
596 2003-12-05  Angus Leeming  <leeming@lyx.org>
597
598         * ControlVCLog.[Ch]: removed.
599         * Makefile.am: remove ControlVCLog.[Ch]
600
601 2003-12-05  Angus Leeming  <leeming@lyx.org>
602
603         * ControlLog.[Ch]: re-worked so that it is passed the logtype and
604         filename rather than extracting them from the kernel.
605
606 2003-12-04  Angus Leeming  <leeming@lyx.org>
607
608         * ControlExternal.[Ch] (bbChanged): new accessor functions to a
609         boolean flag.
610         (readBB): attempt to read the BoundingBox from the graphics file.
611         If that fails, try the Graphics Cache.
612         (all_origins, origin_gui_str): helpers for the frontends.
613
614 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
615
616         * ControlVSpace.C: enable the buttons for new insets.
617
618 2003-11-28  André Pönitz  <poenitz@gmx.net>
619
620         * ControlVSpace.[Ch]: new files
621         * Makefile.am: adjust
622
623 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
624
625         * ControlDocument.C: Change call to insetsOpenCloseBranch
626
627 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
628
629         * ControlSpellchecker.C (isLetter): skip ert
630
631 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
632
633         * ControlErrorList.C (goTo): allow going to inner paragraphs
634
635 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
636
637         * ControlSearch.[Ch]:
638         * ControlThesaurus.C: adjust to spellcheck code changes
639
640 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
641
642         * ControlSpellchecker.C (nextWord): do not send ligature breaks
643         and other nasty insets to the spellchecker
644
645 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
646
647         * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
648         handling parts
649
650 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
651
652         * ControlDocument.[Ch]: add method setBranchColor().
653
654 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
655
656         * ControlCommandBuffer.C (dispatch): adjust for dispatch change
657
658 2003-10-08  Angus Leeming  <leeming@lyx.org>
659
660         Fix doxygen warnings.
661
662         * frnt_lang.h: move comment so that doxygen is not confused.
663
664 2003-10-07  Angus Leeming  <leeming@lyx.org>
665
666         * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams.
667         (getTemplatePtr): removed. Use function in ExternalSupport.
668
669 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
670
671         * ControlBox.C:
672         * ControlBox.h:
673         * Makefile.am: The Box patch. Fancybox support, minipage, parbox
674
675 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
676
677         * BCView.h:
678         * ControlCommandBuffer.h:
679         * biblio.h:
680         * frnt_lang.h:
681         * tex_helpers.h: add <string> and other small fixes to make Lars'
682         std::string patch compile with STLport.
683
684 2003-10-01  Angus Leeming  <leeming@lyx.org>
685
686         * ControlExternal.[Ch]: changes due to the introduction of
687         namespace lyx::external.
688
689 2003-09-25  Angus Leeming  <leeming@lyx.org>
690
691         * ControlExternal.C (getTemplatePtr): simplify, due to change in
692         ExternalTemplateManager interface.
693
694 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
695
696         * ControlDocument.C (setParams): fix new bug
697
698 2003-09-19  Angus Leeming  <leeming@lyx.org>
699
700         * ControlInclude.[Ch]: Store and access the params as an
701         InsetCommandParams, rather than access them as a InsetInclude::Params
702         and store 'em as a boost::scoped_ptr<InsetInclude>.
703         Other clean-ups due to the changes in InsetInclude.
704
705 2003-09-18  Angus Leeming  <leeming@lyx.org>
706
707         * ControlCommand.C (clearParams): simplify.
708
709 2003-09-18  Angus Leeming  <leeming@lyx.org>
710
711         * ControlCharacter.C:
712         * ControlCharacter.h:
713         * ControlPrefs.C:
714         * ControlPrefs.h:
715         * character.h: rename EnumLColor as LColor_color.
716
717 2003-09-16  Angus Leeming  <leeming@lyx.org>
718
719         * ControlCharacter.C: add #include "LColor.h".
720
721 2003-09-16  Angus Leeming  <leeming@lyx.org>
722
723         * character.C: add #include "LColor.h".
724
725 2003-09-15  Angus Leeming  <leeming@lyx.org>
726
727         * ControlCharacter.C (setColor, getColor):
728         pass EnumLColor args, rather than LColor::color ones.
729
730         * ControlPrefs.C: add #include "LColor.h".
731         * ControlPrefs.h:remove #include "LColor.h".
732
733         * ControlPrefs.[Ch] (setColor): pass EnumLColor arg, not than LColor::color one.
734
735         * character.h:remove #include "LColor.h".
736         typedef ColorPair as a std::pair<string, EnumLColor>.
737
738 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
739
740         * ControlAboutlyx.C
741         * ControlParagraph.C
742         * biblio.C
743         * tex_helpers.C: remove usage of STRCONV
744
745 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
746
747         * several files: change Assert to BOOST_ASSERT
748
749 2003-09-08  Angus Leeming  <leeming@lyx.org>
750
751         * ControlCommandBuffer.C:
752         * ControlDocument.C:
753         * ControlPrefs.C:
754         * helper_funcs.C:
755         * tex_helpers.C: remove redundant using directives.
756
757 2003-09-07  Angus Leeming  <leeming@lyx.org>
758
759         * ButtonController.h:
760         * helper_funcs.h: remove #include "support/std_string.h".
761
762         * ControlBranch.h:
763         * ControlNote.h: remove #include "debug.h".
764
765         * ControlDocument.h: remove #include <vector>, "support/std_string.h".
766
767         * ControlErrorList.h:
768         * ControlThesaurus.h: remove #include <vector>.
769
770         * ControlPrefs.h: remove #include "funcrequest.h", <utility>.
771
772         * GUI.h: remove #include "BCView.h".
773
774         * tex_helpers.h: remove #include <utility>.
775
776 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
777
778         * biblio.C:
779         * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
780
781 2003-09-05  Angus Leeming  <leeming@lyx.org>
782
783         * GUI.h: ensure that the header file can be compiled stand-alone.
784         * *.C: strip out redundant #includes. (49 in total.)
785
786 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
787
788         * most files: change to use const buffer refs.
789
790 2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
791
792         * ControlBranch.[Ch]:
793         * ControlDocument.C:
794         * Makefile.am: implements the 'branch
795         inset' idea. This allows the output of various versions of a
796         document from a single source version, selectively outputing or
797         suppressing output of parts of the text.
798         This implementation contains a 'branch list editor' in a separate
799         tab of the document settings dialog. Branches are user definable
800         and have a "display colour" to distinguish them on-screen.
801
802         ColorHandler was somewhat cleaned up.
803         (1) make possible a dynamically growing LColor list by allowing
804         the graphic context cache to grow along (vector);
805         (2) eliminate an IMHO unnecessary step in colour allocation.
806
807 2003-08-15  André Pönitz  <poenitz@gmx.net>
808
809         * ControlErrorList.C:
810         * ControlSpellchecker.C: remove toggleSelection
811
812 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
813
814         * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
815         for consistency
816         * ControlTabular.h:
817         * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
818         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
819         rename VCENTER to MIDDLE
820
821 2003-08-04  André Pönitz  <poenitz@gmx.net>
822
823         * ControlErrorList.C:
824         * ControlSpellchecker.C: simpler BufferView::update() calls
825
826 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
827
828         * ControlNote.[Ch]: add i18n support.
829
830 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
831
832         * ControlToc.C (goTo): adjust for lyx::toc
833         (getTypes): ditto
834         (getContents): ditto
835
836         * ControlThesaurus.C (replace): adjust for lyx::find
837
838         * ControlSearch.C (find): adjust for lyx::find
839         (replace): ditto
840
841         * ControlChanges.C (find): adjust for lyx::find
842         (accept): ditto
843         (reject): ditto
844
845 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
846
847         * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
848
849 2003-07-23  Angus Leeming  <leeming@lyx.org>
850
851         * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
852         to the mailer's string2params, params2string functions.
853
854         * ControlGraphics.C pass a Buffer const & rather than a string const &
855         buffer_path to the mailer's string2params, params2string functions.
856
857 2003-07-23  Angus Leeming  <leeming@lyx.org>
858
859         * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
860
861         * ControlBibtex.C:
862         * ControlExternal.C:
863         * ControlGraphics.C: use it.
864
865 2003-07-21  Angus Leeming  <leeming@lyx.org>
866
867         * ControlGraphics.C (initialiseParams, dispatchParams): no need
868         to modify the filename for reasons of 'good UI' anymore.
869
870 2003-07-21  Angus Leeming  <leeming@lyx.org>
871
872         * ControlGraphics.C (initialiseParams, dispatchParams): pass a
873         buffer_path parameter to InsetGraphicsMailer's string2params,
874         params2string.
875
876 2003-07-21  Angus Leeming  <leeming@lyx.org>
877
878         * ControlGraphics.C (readBB): use namespace lyx::graphics rather
879         than grfx shortcut.
880
881 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
882
883         * ControlGraphics.C (dispatchParams): avoid some variable/function
884         shadowing.
885
886         * ControlDialog.tmpl (show): follow C++ rules more closely
887         (update): ditto
888         (hide): ditto
889
890 2003-07-17  Angus Leeming  <leeming@lyx.org>
891
892         * ControlChanges.h:
893         * ControlErrorList.h:
894         * ControlLog.h:
895         * ControlMath.h:
896         * ControlShowFile.h:
897         * ControlTexinfo.h:
898         * ControlVCLog.h:
899         * Dialog.h: fix some doxygen warnings.
900
901         * Dialog.C: shuffle a couple of functions around.
902
903 2003-07-16  Angus Leeming  <leeming@lyx.org>
904
905         * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
906
907 2003-07-16  Angus Leeming  <leeming@lyx.org>
908
909         Dialog.[Ch]: move a few methods out of line.
910
911         Dialog.h:
912         Kernel.h: improve doxygen documentation.
913
914 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
915
916         * introduce namespace lyx::support
917
918 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
919
920         * Kernel.h: fix some \class issues
921
922         * Kernel.C: fix \file
923
924         * Dialog.h: fix some \class issues
925
926         * ControlErrorList.h: correct const type order, remove some
927         ControlErrorList:: from declarations.
928
929         * BCView.h: fix usage of \class to \c
930         * ControlAboutlyx.h: ditto
931         * ButtonController.h: ditto + remove misplaced end doxy group tag
932
933 2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
934
935         * ControlDocument.C (classApply): removed the call to resetErrorList,
936         replaced setErrorList by parseErrors
937
938 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
939
940         * ControlError.[Ch]: removed
941         * Makefile.am: adjust
942
943 2003-06-20  Angus Leeming  <leeming@lyx.org>
944
945         * tex_helpers.[Ch] (getTexFileList): changed to
946         void getTexFileList(string const & file, vector<string> & contents);
947
948         * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
949         vector<string> to fill rather than returning a string.
950
951         * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
952         for an extra layer of indirection.
953         (getContents): moved out of class to getTexFileList.
954
955 2003-06-19  Angus Leeming  <leeming@lyx.org>
956
957         * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.
958
959 2003-06-17  Angus Leeming  <leeming@lyx.org>
960
961         * ControlMath.[Ch]:
962         * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
963         Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
964
965         * Makefile.am: remove ControlMath2.[Ch].
966
967 2003-06-17  Angus Leeming  <leeming@lyx.org>
968
969         * ControlMath.[Ch] (showDialog):
970         * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
971
972         * ControlMath2.C: wrap all other calls to the kernel diapatcher into
973         dispatchFunc.
974
975 2003-06-12  Angus Leeming  <leeming@lyx.org>
976
977         * ControlMath2.[Ch]: new files. A work in progress towards a clean
978         implementation of the math panel.
979
980         * Makefile.am: add files.
981
982 2003-06-11  Angus Leeming  <leeming@lyx.org>
983
984         * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
985         storing the ExternalTemplate but its name.
986
987 2003-06-10  Angus Leeming  <leeming@lyx.org>
988
989         * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
990         rather than generate a new inset itself.
991
992 2003-06-06  John Levon  <levon@movementarian.org>
993
994         * ControlDocument.C: make sure a language change
995         always gets propogated
996
997 2003-06-03  Angus Leeming  <leeming@lyx.org>
998
999         * ControlExternal.[Ch]: remove viewExternal and updateExternal.
1000         Change the internal store from an InsetExternal to its Param struct.
1001
1002 2003-06-03  John Levon  <levon@movementarian.org>
1003
1004         * ControlGraphics.C: make file path relative for the GUI,
1005         absolute for the backend
1006
1007 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1008
1009         * ControlDocument.C (saveAsDefault): adjust
1010
1011 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1012
1013         * ViewBase.h:
1014         * Dialog.h (setTitle): added
1015
1016 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1017
1018         * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
1019
1020 2003-05-13  André Pönitz  <poenitz@gmx.net>
1021
1022         * ControlForks.[Ch]: use vector<pid_t> instead of strings
1023
1024 2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
1025
1026         * ControlErrorList.C (clearParams): replace string::clear by
1027         string::erase
1028
1029 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1030
1031         * ControlErrorList.C (goTo): use lyxerr not cout.
1032
1033 2003-05-13  Alfredo Braunstein <abraunst@libero.it>
1034
1035         * ControlErrorList.[Ch]: added
1036         * Makefile.am: the above adittion
1037
1038 2003-05-13 André Pönitz <poenitz@gmx.net>
1039
1040         * ControlDocument.C:
1041         * ControlPrint.C:
1042         * ControlSpellchecker.C:
1043         * biblio.C: boost::format -> bformat  all over the place
1044
1045         * ControlForks.C:
1046         * ControlGraphics.C:
1047         * ControlPrint.C:
1048         * ControlSearch.C:
1049         * ControlSpellchecker.C:
1050         * ControlTabularCreate.C: use tostr from new header
1051
1052
1053 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1054
1055         * Makefile.am: better lib building
1056
1057 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1058
1059         * ControlDocument.C (saveAsDefault): parlist cleanup
1060
1061 2003-05-06  John Levon  <levon@movementarian.org>
1062
1063         * ControlDocument.C: fix buggy boost format
1064
1065 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1066
1067         * ControlDocument.C (classApply): adjust call to
1068         SwitchLayoutsBetweenClasses.
1069
1070 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1071
1072         * ControlDocument.C (setLanguage): call updateDocLang when not
1073         calling changeLanguage.
1074
1075 2003-04-10  John Levon  <levon@movementarian.org>
1076
1077         * ControlTabular.h:
1078         * ControlTabular.C: add longTabular() etc.
1079
1080 2003-04-10  John Levon  <levon@movementarian.org>
1081
1082         * ControlMath.C (find_xpm): handle math_delim arguments
1083
1084 2003-04-02  Angus Leeming  <leeming@lyx.org>
1085
1086         * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than
1087         a LyXFunc &. Ensuing changes elsewhere.
1088         (getCurrentState): new method, returning bufferview_func's
1089         currentState (needs the currently active BufferView).
1090
1091 2003-03-31  John Levon  <levon@movementarian.org>
1092
1093         * ControlPrint.C:
1094         * ControlDocument.C: more Alert cleanups
1095
1096 2003-03-29  John Levon  <levon@movementarian.org>
1097
1098         * ControlSpellchecker.C: Alert cleanup
1099
1100 2003-03-29  John Levon  <levon@movementarian.org>
1101
1102         * helper_funcs.C: Alert cleanup
1103
1104 2003-03-29  John Levon  <levon@movementarian.org>
1105
1106         * ControlDocument.C: comment out seemingly silly question
1107
1108 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1109
1110         * ControlDialog.tmpl (show): qualify emergency_exit_ with this->
1111         (update): ditto
1112         (hide): ditto
1113
1114 2003-03-26  Angus Leeming  <leeming@lyx.org>
1115
1116         * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme.
1117
1118 2003-03-25  John Levon  <levon@movementarian.org>
1119
1120         * ControlSpellchecker.C: support for new aspell
1121
1122 2003-03-25  Angus Leeming  <leeming@lyx.org>
1123
1124         * ControlLog.[Ch]:
1125         * ControlShowFile.[Ch]:
1126         * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
1127
1128 2003-03-24  John Levon  <levon@movementarian.org>
1129
1130         * ControlMath.C: include Pr function
1131
1132 2003-03-23  John Levon  <levon@movementarian.org>
1133
1134         * ControlSpellchecker.C: make "words checked" translatable,
1135         from Michael Schmitt
1136
1137 2003-03-18  John Levon  <levon@movementarian.org>
1138
1139         * ControlParagraph.C: make reading of params succeed
1140
1141 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
1142
1143         * ControlChanges.[Ch]: ControlChanges::find() returns the bool
1144         from lyxfind::findNextChange(), instead of void.
1145
1146 2003-03-13  Angus Leeming  <leeming@lyx.org>
1147
1148         * Dialog.h (initialiseParams): return a bool to indicate successful
1149         translation of the string.
1150
1151         * Dialog.h:
1152         * Kernel.h
1153         * ControlAbout.h: a serious attempt at documenting the code.
1154
1155         * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
1156         (invalid): ditto.
1157
1158         * ButtonController.[Ch]:
1159         * BCView.[Ch], BCView.tmpl: make many methods const.
1160
1161 2003-03-13  Angus Leeming  <leeming@lyx.org>
1162
1163         * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
1164         the new dispatch lfuns.
1165
1166 2003-03-12  Angus Leeming  <leeming@lyx.org>
1167
1168         * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
1169         the new dispatch lfuns.
1170
1171 2003-03-09  Angus Leeming  <leeming@lyx.org>
1172
1173         Flatten the ButtonController tree by splitting it into a Controller
1174         and a View.
1175
1176         * BCView.[Ch], BCView.tmpl: new files containing the View part of the
1177         ButtonController.
1178
1179         * ButtonController.[Ch]: just the controller, which needs know only
1180         two methods of the View, refresh and refreshReadOnly.
1181
1182         * lots of files: associated changes.
1183
1184 2003-03-09  Angus Leeming  <leeming@lyx.org>
1185
1186         * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
1187
1188 2003-03-09  Angus Leeming  <leeming@lyx.org>
1189
1190         * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
1191
1192 2003-03-09  Angus Leeming  <leeming@lyx.org>
1193
1194         * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
1195
1196 2003-03-09  Angus Leeming  <leeming@lyx.org>
1197
1198         * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
1199
1200 2003-03-09  Angus Leeming  <leeming@lyx.org>
1201
1202         * ControlTabular.[Ch]: minimise the interface in preparation for
1203         a move to the Dialog-based scheme.
1204         (inset): removed; the views require only getActiveCell().
1205         (tabular): return as a reference.
1206
1207 2003-03-07  Angus Leeming  <leeming@lyx.org>
1208
1209         * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
1210
1211         * ControlInset.{h, tmpl}: remove.
1212         * Makefile.am: remove files.
1213
1214 2003-03-07  Angus Leeming  <leeming@lyx.org>
1215
1216         * ControlBibitem.[Ch]:
1217         * ControlIndex.[Ch]:
1218         * ControlLabel.[Ch]:
1219         * ControlUrl.[Ch]: removed.
1220
1221         * Makefile.am: remove files.
1222
1223         * ControlERT.C (dispatchParams):
1224         * ControlExternal.C (dispatchParams):
1225         * ControlFloat.C (dispatchParams):
1226         * ControlInclude.C (dispatchParams):
1227         * ControlWrap.C (dispatchParams): no need to pass name to Mailer
1228         anymore.
1229
1230         * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
1231
1232 2003-03-05  Angus Leeming  <leeming@lyx.org>
1233
1234         * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
1235
1236         * ControlFloat.[Ch]: move insetfloat.h into the .C file.
1237
1238         * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
1239         * ControlInclude.C: remove unneeded header files.
1240
1241         * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
1242
1243         * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
1244
1245         * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
1246
1247         * Dialog.h: make view() public. Add dialog() methods.
1248
1249 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1250
1251         * ControlGraphics.C: removed #include "converter.h"
1252         * ControlPrefs.C:
1253         * ControlSendto.C: added #include "format.h"
1254
1255 2003-02-27  Angus Leeming  <leeming@lyx.org>
1256
1257         * ControlLabel.[Ch]: new files. A controller for the Label dialog.
1258
1259         * Makefile.am: add the new files.
1260
1261 2003-02-27  Angus Leeming  <leeming@lyx.org>
1262
1263         * ControlBibitem.C (c-tor):
1264         * ControlBibtex.C (c-tor):
1265         * ControlCitation.C (c-tor):
1266         * ControlIndex.C (c-tor):
1267         * ControlRef.C (c-tor):
1268         * ControlToc.C (c-tor):
1269         * ControlUrl.C (c-tor):
1270         pass "name" to ControlCommand c-tor,
1271         not an LFUN.
1272
1273         * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
1274         specific LFUN.
1275
1276         * ControlERT.C (dispatchParams): use "name" rather than a
1277         specific LFUN.
1278
1279 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
1280
1281         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
1282
1283 2003-02-21  Angus Leeming  <leeming@lyx.org>
1284
1285         * Dialog.[Ch]:
1286         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
1287
1288         * ControlBibitem.[Ch]:
1289         * ControlBibtex.[Ch]:
1290         * ControlCitation.[Ch]:
1291         * ControlCommand.[Ch]:
1292         * ControlError.[Ch]:
1293         * ControlIndex.[Ch]:
1294         * ControlRef.[Ch]:
1295         * ControlToc.[Ch]:
1296         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
1297         individual controllers too.
1298         Move 'apply' code into the LyX kernel.
1299
1300         * ControlConnections.C: temporary renaming of Dialogs::signals.
1301
1302         * Makefile.am: add new files.
1303
1304 2003-02-21  Angus Leeming  <leeming@lyx.org>
1305
1306         * ControlBibtex.C (Browse):
1307         * ControlExternal.C (Browse):
1308         * ControlGraphics.C (Browse):
1309         * ControlInclude.C (Browse):
1310         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
1311         browse, browsedir):
1312         * ControlPrint.C (Browse):
1313         don't pass a LyXView & to browseFile et al.
1314         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir):
1315         don't pass a LyXView & to fileDlg.
1316
1317 2003-02-17  John Levon  <levon@movementarian.org>
1318
1319         * ControlDialog.tmpl: build dialog before calling setParams
1320           for the benefit of ControlSpellchecker
1321
1322         * ControlSpellchecker.h:
1323         * ControlSpellchecker.C: rework. Lots of bugs fixed and
1324           cleanups.
1325
1326 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1327
1328         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
1329         of available *.bib-files from bibFiles.lst).
1330
1331         * tex_helpers.C (getTexFileList): sort and dis-duplicate
1332         listWithoutPath correctly.
1333
1334 2003-02-08  John Levon  <levon@movementarian.org>
1335
1336         * ControlPrefs.h:
1337         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
1338
1339 2003-02-08  John Levon  <levon@movementarian.org>
1340
1341         * Makefile.am:
1342         * ControlChanges.h:
1343         * ControlChanges.C: add merge changes dialog
1344
1345         * ControlPrefs.h:
1346         * ControlPrefs.C: add setCurrentAuthor()
1347
1348 2003-01-31  Angus Leeming  <leeming@lyx.org>
1349
1350         * ViewBase.h: add an isVisible() pure virtual method.
1351
1352         * ControlTabular.C (updateInset): don't build the dialog here.
1353         Instead, do nothing if the dialog is invisible.
1354
1355 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1356
1357         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
1358
1359 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1360
1361         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
1362
1363         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
1364
1365 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1366
1367         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
1368
1369 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1370
1371         * several files: ws changes
1372
1373 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1374
1375         * ControlDocument.C (classApply): use boost.format
1376
1377 2002-11-29  Angus Leeming  <leeming@lyx.org>
1378
1379         * ControlButtons.h (isClosing): make it public, so that the view can
1380         see it too.
1381         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
1382         within apply.
1383
1384         * ControlPrefs.[Ch] (OKButton): removed.
1385
1386         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
1387         dialog isClosing(). (Ie, if the "save" button has been pressed.)
1388
1389 2002-11-28  John Levon  <levon@movementarian.org>
1390
1391         * ControlSpellchecker.C: fix Lars' broken cleanup
1392
1393 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1394
1395         * ControlTabular.[Ch]: Add isMulticolumnCell
1396
1397 2002-11-27  Angus Leeming  <leeming@lyx.org>
1398
1399         * ControlMath.C (ControlMath): initialise active_.
1400
1401 2002-11-25  Angus Leeming  <leeming@lyx.org>
1402
1403         * ControlDialog.h (hide, update): move from protected to public.
1404
1405         * ControlMath.[Ch]: add controllers for the main math panel dialog and
1406         for any daughter dialogs stored by the main panel.
1407
1408 2002-11-21  Angus Leeming  <leeming@lyx.org>
1409
1410         * ControlDocument.[Ch] (classApply): no longer returns bool.
1411         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
1412
1413 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1414
1415         * biblio.C (getAbbreviatedAuthor): use boost::format
1416
1417         * ControlSpellchecker.C (clearParams): use boost::format
1418
1419 2002-11-20  John Levon  <levon@movementarian.org>
1420
1421         * ControlMath.C: couple more manglings
1422
1423 2002-11-20  John Levon  <levon@movementarian.org>
1424
1425         * ControlMath.h:
1426         * ControlMath.C: add find_xpm mangler
1427
1428 2002-11-17  John Levon  <levon@movementarian.org>
1429
1430         * helper_funcs.C and users: specify save/open in file dialog
1431
1432 2002-11-15  John Levon  <levon@movementarian.org>
1433
1434         * ControlPrefs.h:
1435         * ControlPrefs.C: use setParams()
1436
1437 2002-11-15  John Levon  <levon@movementarian.org>
1438
1439         * ControlButtons.h: make OKButton() virtual for prefs
1440
1441         * ControlPrefs.h:
1442         * ControlPrefs.C: updates for xforms port to MVC
1443
1444         * Makefile.am:
1445         * ControlTabular.h:
1446         * ControlTabular.C: add simple MVC port
1447
1448 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1449
1450         * ControlInclude.C: fix file format masks for qt's use
1451
1452 2002-11-13  John Levon  <levon@movementarian.org>
1453
1454         * Makefile.am:
1455         * ControlPrefs.h:
1456         * ControlPrefs.C: add skeleton controller
1457
1458 2002-11-12  John Levon  <levon@movementarian.org>
1459
1460         * biblio.C: fix warnings
1461
1462 2002-11-12  Angus Leeming  <leeming@lyx.org>
1463
1464         * ControlSpellchecker.C (check): fix crash
1465         * biblio.C (escape_special_chars): simplify BRE.
1466
1467 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
1468
1469         * ControlDocument.[Ch]: Remove unused method
1470
1471 2002-11-07  Angus Leeming  <leeming@lyx.org>
1472
1473         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
1474         * clean-up the search code in biblio.C.
1475
1476 2002-11-07  John Levon  <levon@movementarian.org>
1477
1478         * ControlGraphics.C: QGraphics fixes
1479
1480 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1481
1482         * ControlDocument.C: (SaveAsDefault) make it work.
1483         fix buffer update on class change
1484
1485 2002-11-06  Angus Leeming  <leeming@lyx.org>
1486
1487         * biblio.C (searchKeys and helper functions): rewritten entirely
1488         using the STL. Boost::regex searching now works as the old 1.2 code
1489         did.
1490
1491 2002-11-06  Angus Leeming  <leeming@lyx.org>
1492
1493         * biblio.C: clean-up of the code. No change in functionality.
1494
1495 2002-11-04  Angus Leeming  <leeming@lyx.org>
1496
1497         * ControlGraphics.[Ch] (getUnits): moved out of class and into
1498         frnt::getBBUnits(). Code cleaned also.
1499
1500 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1501
1502         * biblio.C (regexSearch): STRCONV
1503         (getInfo): ditto
1504
1505         * ControlAboutlyx.C (getVersion): STRCONV
1506
1507         * ControlMath.C: include config.h
1508
1509 2002-10-31  John Levon  <levon@movementarian.org>
1510
1511         * ControlGraphics.h:
1512         * ControlGraphics.C: bb units from Herbert
1513
1514 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
1515
1516         * ControlParagraph.[Ch] (alignDefault): new method, returning the
1517         default alignment (block, left, right, center) of this paragraph.
1518
1519 2002-10-25  John Levon  <levon@movementarian.org>
1520
1521         * ControlPrint.C: using endl
1522
1523 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1524
1525         * ControlPrint.[Ch]: move code here from Liason.[Ch].
1526
1527         * ControlSpellchecker.h (getCount): new method.
1528         * ControlSpellchecker.[Ch]: constify some accessor methods.
1529
1530 2002-10-22  Angus Leeming  <leeming@lyx.org>
1531
1532         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
1533         alphabetical order once again.
1534
1535         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
1536         Add a list of CheckedWidget ptrs to ButtonControllerBase
1537         together with methods addCheckedWidget and checkWidgets to use it.
1538
1539         * ButtonController.tmpl (refresh): use the return value of
1540         checkWidgets to control the activation state of the Ok, Apply, Restore
1541         buttons.
1542
1543         * ControlDialog.tmpl (show, update):
1544         * ControlInset.tmpl (showInset, update):
1545         invoke ButtonController::refresh to ensure that the activation state of
1546         the Ok, Apply buttons reflects the valid-state of the widgets.
1547
1548 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1549
1550         * tex_helpers.C (rescanTexStyles): don't pop p
1551         (texhash): ditto
1552
1553         * ControlWrap.C (WrapParms): remove initialization of placement,
1554         and move empty c-tor to .h class def.
1555
1556         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
1557         of on stringsteam, return void. Get the file into the stream as
1558         fast as possible.
1559
1560         * ControlPreamble.[Ch] (params): getter and setter for params_, make
1561         params_ into a string, not just a pointer to string.
1562
1563         * ControlExternal.C (getTemplateNumber): put i into the for scope,
1564         and use the sequence operator on the last for "parameter"
1565         (getTemplate): use std::advance to advance the iterator.
1566
1567         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
1568         instead of on a stringstream, return void. Get the file into the
1569         stream as fast as possible.
1570         (getVersion): use ostringstream
1571
1572         * lots of files: ws changes, formatting fixes
1573
1574 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1575
1576         * ControlCharacter.C (apply): setMinibuffer change
1577         * ControlDocument.C (apply): ditto
1578         (classApply): ditto
1579         * ControlThesaurus.C (replace): ditto
1580         * ControlSearch.C (find): ditto
1581         (replace): ditto
1582         * ControlPreamble.C (apply): ditto
1583         * ControlParagraph.C (apply): ditto
1584
1585 2002-10-14  André Pönitz <poenitz@gmx.net>
1586
1587         * ControlDocument.C: somebody else's fix for a hard lockup
1588
1589 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
1590
1591         * ControlDocument.h:
1592         * ControlDocument.C:
1593         * Makefile.am: New document parameters controller
1594
1595 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1596
1597         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1598
1599 2002-09-24  Angus Leeming  <leeming@lyx.org>
1600
1601         * ControlConnections.h: remove trailing whitespace.
1602
1603         * biblio.h: #include "LString.h".
1604
1605 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1606
1607         * ControlGraphics.C: Change GUI origin strings into proper English.
1608
1609 2002-09-09  John Levon  <levon@movementarian.org>
1610
1611         * ControlInclude.C: fix file masks. Get rid of noload,
1612         remove stupid warning
1613
1614 2002-09-09  John Levon  <levon@movementarian.org>
1615
1616         * ControlMath.h:
1617         * ControlMath.C: add latex_deco
1618
1619 2002-09-06  John Levon  <levon@movementarian.org>
1620
1621         * ControlMath.C: terminate dots
1622
1623 2002-09-05  Angus Leeming  <leeming@lyx.org>
1624
1625         * all files: modify the headers as discussed on the list.
1626
1627 2002-08-30  John Levon  <levon@movementarian.org>
1628
1629         * ControlMath.h:
1630         * ControlMath.C: moved from MathsSymbols.C
1631
1632 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1633
1634         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
1635
1636 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1637
1638         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
1639         first item in the list
1640
1641 2002-08-15  Angus Leeming  <leeming@lyx.org>
1642
1643         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
1644
1645         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
1646
1647 2002-08-15  Angus Leeming  <leeming@lyx.org>
1648
1649         * lots: changed my email address to leeming@lyx.org.
1650
1651         * GUI.h: return it to private derivation from boost::noncopyable.
1652
1653 2002-08-14  Angus Leeming  <leeming@lyx.org>
1654
1655         * GUI.h: public derivation from boost::noncopyable.
1656
1657 2002-08-14  Angus Leeming  <leeming@lyx.org>
1658
1659         * GUI.h: class GUI deries from boost::noncopyable
1660
1661         * ControlButtons.h: no longer derives from DialogBase, but instead
1662         derives directly from boost::noncopyable.
1663
1664         * ViewBase.h: derives from boost::noncopyable.
1665
1666         * ControlCharacter.C:
1667         * ControlCommand.C:
1668         * ControlConnections.C:
1669         * ControlGraphics.C:
1670         * ControlInclude.C:
1671         * ControlParagraph.C:
1672         * ControlPreamble.C:
1673         * ControlPrint.C:
1674         * ControlSearch.C:
1675         * ControlSpellchecker.C:
1676         * ControlTexinfo.C:
1677         * ControlThesaurus.C:
1678         rearrange #includes. Remove unnecessary ones.
1679
1680         * ControlError.h: add "insets/inseterror.h".
1681
1682         * helper_funcs.h: add necessary #includes.
1683
1684         * tex_helpers.[Ch]: add #pragma directives for g++.
1685
1686         * Makefile.am: remove src/frontends from -I list to compiler.
1687
1688 2002-08-13  Angus Leeming  <leeming@lyx.org>
1689
1690         * ControlConnections.C:
1691         * ControlTexinfo.C:
1692         changes due to the changed LyXView interface that now returns references
1693         to member variables not pointers.
1694
1695 2002-08-12  Angus Leeming  <leeming@lyx.org>
1696
1697         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
1698         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
1699         for the most commonly accessed core methods, to minimise code
1700         dependiencies.
1701
1702         * many files: use these wrappers and remove associated #includes.
1703
1704 2002-08-12  Angus Leeming  <leeming@lyx.org>
1705
1706         * ControlButtons.[Ch] (bc, view): no longer virtual.
1707         (setView, setButtonController): new methods, invoked by GUI.
1708
1709         * ControlDialog.h (show):
1710         * ControlInset.h (createInset, showInset): make public, so that GUI can
1711         invoke them.
1712
1713         * GUI.h: GUI now contains a controller, rather than deriving from it.
1714         remove all those friend functions since we can now access the show,
1715         createInset, showInset controller methods.
1716
1717         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
1718         (ViewBC): scrapped.
1719
1720         * character.h: #include a couple of STL files.
1721
1722 2002-08-08  John Levon  <levon@movementarian.org>
1723
1724         * ControlCommandBuffer.C: LyXAction cleanup
1725
1726 2002-08-07  John Levon  <levon@movementarian.org>
1727
1728         * ControlSpellchecker.C: fix crash when spellchecker doesn't
1729           initialise
1730
1731 2002-08-06  John Levon  <levon@movementarian.org>
1732
1733         * ControlSpellchecker.C:
1734         * ControlSpellchecker.h: use WordLangTuple
1735
1736 2002-08-06  John Levon  <levon@movementarian.org>
1737
1738         * ControlSpellchecker.C: show an alert with the
1739           error message on initialisation failure
1740
1741 2002-08-04  John Levon  <levon@movementarian.org>
1742
1743         * ControlSpellchecker.h:
1744         * ControlSpellchecker.C: some cleanups
1745
1746         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
1747  <
1748 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
1749
1750         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
1751         the Dialogs::updateParagraph signal is emitted.
1752
1753 2002-08-02  Angus Leeming  <leeming@lyx.org>
1754
1755         * ControlCharacter.C (apply):
1756         * ControlERT.C (applyParamsToInset):
1757         * ControlParagraph.C (apply):
1758         * ControlSearch.C (find, replace):
1759         * ControlThesaurus.C (replace): changes due to LyXView::view() now
1760         returning a boost::shared_ptr.
1761
1762 2002-08-01  John Levon  <levon@movementarian.org>
1763
1764         * ControlSendto.C: writeFile() change
1765
1766 2002-08-01  John Levon  <levon@movementarian.org>
1767
1768         * ControlSpellchecker.h:
1769         * ControlSpellchecker.C: remove options
1770
1771 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1772
1773         * several files: strip,frontStrip -> trim,ltrim,rtrim
1774
1775 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1776
1777         * biblio.C (parseBibTeX): modify because of strip changes
1778
1779 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1780
1781         * ControlFloat.[Ch]: Implement Wide Float toggle
1782         Replace "allow_here_definitely" by "wide"
1783
1784 2002-07-22  Herbert Voss  <voss@lyx.org>
1785
1786         * ControlGraphics.C: small changes
1787
1788 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1789
1790         * ControlToc.C: remove getType
1791
1792 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1793
1794         * ControlCommandBuffer.C: don't add "" to history
1795
1796 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1797
1798         * ControlRef.C: fix dispatch call nicely
1799
1800 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1801
1802         * Makefile.am:
1803         * ControlCommandBuffer.h:
1804         * ControlCommandBuffer.C: add controller for command (mini) buffer
1805           handling
1806
1807 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1808
1809         * ControlRef.C: fix dispatch call
1810
1811 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1812
1813         * ControlCharacter.C: use view_state_changed not setState
1814
1815 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1816
1817         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
1818
1819 2002-07-15  Mike Fabian  <mfabian@suse.de>
1820
1821         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
1822         of compare_no_case, because in turkish, 'i' is not the lowercase
1823         version of 'I', and thus turkish locale breaks parsing of tags.
1824
1825 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1826
1827         * ControlBibtex.C (applyParamsToInset): ws change
1828
1829 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1830
1831         * ControlInclude.C: Add warning if absolute path name and
1832         check_typeset is used together
1833
1834 2002-06-28  Angus Leeming  <leeming@lyx.org>
1835
1836         * ControlGraphics.C: changes associated with the name changes
1837         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
1838
1839 2002-06-25  Angus Leeming  <leeming@lyx.org>
1840
1841         * ControlGraphics.C (readBB): Channges associated with the changed
1842         interface to the graphics cache.
1843
1844 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1845
1846         * ControlParagraph.C: layout as layout
1847
1848 2002-06-21  Angus Leeming  <leeming@lyx.org>
1849
1850         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
1851         * tex_helpers.h: #include "LString.h".
1852
1853 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1854
1855         * ControlBibtex.C:
1856         * ControlBibitem.C: use repaint()
1857
1858 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1859
1860         * ControlTexinfo.C: do the same for Texinfo
1861
1862         * tex_helpers.C: don't try to read a file that isn't there
1863
1864 2002-06-21  Herbert Voss  <voss@perce.de>
1865
1866         * ControlBibtex.C: do an automatic update, when no bst-list
1867         exists
1868
1869 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1870
1871         * GUI.h: createIndex() changed
1872
1873 2002-06-18  Herbert Voss  <voss@perce.de>
1874
1875         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
1876         helperstuff. Now the bibtex gui can use some of these functions
1877
1878 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1879
1880         * ControlGraphics.C: just make the mask *.*
1881
1882 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1883
1884         * changes to simplify function setup, removal of a lot of includes.
1885
1886 2002-06-12  Angus Leeming  <leeming@lyx.org>
1887
1888         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
1889
1890 2002-06-12  Angus Leeming  <leeming@lyx.org>
1891
1892         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
1893
1894 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1895
1896         * ControlParagraph.[Ch]: new paragraph controller
1897         * GUI.h: add new controller
1898         * Makefile.am: ditto
1899
1900 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1901
1902         * GUI.h: do not include ButtonController.tmpl
1903
1904         * ControlInset.h: include ControlInset.tmpl
1905
1906         * ControlCitation.C: do not include ControlInset.tmpl
1907         * ControlCommand.C: ditto
1908         * ControlERT.C: ditto
1909         * ControlError.C: ditto
1910         * ControlExternal.C: ditto
1911         * ControlFloat.C: ditto
1912         * ControlGraphics.C: ditto
1913         * ControlInclude.C: ditto
1914         * ControlMinipage.C: ditto
1915
1916         * ControlDialog.tmpl: remove the Base:: prefix
1917
1918 2002-06-07  Angus Leeming  <leeming@lyx.org>
1919
1920         Fixes needed to compile with Compaq cxx 6.5.
1921         * ControlDialog.tmpl: I have had to prefix base class methods with
1922         Base:: Wierd!
1923
1924         * ControlInset.tmpl: #include a couple of headers.
1925
1926 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1927
1928         * switch from SigC signals to boost::signals
1929
1930 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1931
1932         * biblio.h: include vector
1933
1934         * biblio.C: change include order
1935         (regexSearch): use boost regex and get rid of LRegex
1936
1937 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1938
1939         * ControlAboutlyx.C:
1940         * ControlBibitem.C:
1941         * ControlBibtex.C:
1942         * ControlCharacter.C:
1943         * ControlCitation.C:
1944         * ControlCommand.C:
1945         * ControlConnections.C:
1946         * ControlERT.C:
1947         * ControlError.C:
1948         * ControlExternal.C:
1949         * ControlFloat.C:
1950         * ControlForks.C:
1951         * ControlGraphics.C:
1952         * ControlInclude.C:
1953         * ControlIndex.C:
1954         * ControlLog.C:
1955         * ControlMinipage.C:
1956         * ControlPreamble.C:
1957         * ControlPrint.C:
1958         * ControlRef.C:
1959         * ControlSearch.C:
1960         * ControlSendto.C:
1961         * ControlShowFile.C:
1962         * ControlSpellchecker.C:
1963         * ControlTabularCreate.C:
1964         * ControlTexinfo.C:
1965         * ControlThesaurus.C:
1966         * ControlToc.C:
1967         * ControlUrl.C:
1968         * ControlVCLog.C: LyXView moved into frontends
1969
1970 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1971
1972         * ControlExternal.C: add scoped_ptr.hpp
1973
1974         * ControlCharacter.h: use more specific smart_ptr header.
1975
1976 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
1977
1978         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
1979
1980 2002-05-13  Herbert Voss  <voss@perce.de>
1981
1982         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
1983         like "Odland, G. and ... "
1984         (parseBibTeX): fix bug with title and booktitle
1985         and replace a \n with a space when one entry has more than
1986         one line
1987
1988 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1989
1990         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
1991         "No change" and "Reset".
1992
1993         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
1994         them at the front of the list.
1995
1996 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1997
1998         * ControlGraphics.C: add some comments to the char * arrays.
1999         Make rorigin_size const.
2000
2001 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2002
2003         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
2004         Enables the gui's to internationalise these strings.
2005
2006 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
2007
2008         * frnt_lang.C: fix build
2009
2010 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2011
2012         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
2013         If the the caller is the character dialog, add "No change" and "Reset"
2014         to the vector, else don't.
2015         Internationalise the GUI strings here rather than in the different
2016         calling dialogs.
2017         Sort the translated strings, albeit simply.
2018
2019 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
2020
2021         * character.[Ch]: rename namespace character as namespace frnt.
2022
2023         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
2024         as several dialogs will use this info. The function now returns a
2025         vector<LanguagePair> where LanguagePair is a display string and an
2026         identifying string. The display string is internationalised.
2027
2028         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
2029         the identifying strings, "No change" and "Reset".
2030
2031         * Makefile.am: add frnt_lang.[Ch].
2032
2033 2002-04-25  Herbert Voss  <voss@lyx.org>
2034
2035         * ControlSendto.C (allFormats): don't add the graphics extensions to the
2036         export menu
2037
2038 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2039
2040         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
2041         BibTeX databases in a WYSIWYM way.
2042
2043 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2044
2045         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
2046         way past his use-by date.
2047         Make use of the improved info from Buffer::getBibkeyList when using
2048         \bibliography. Enables us to provide natbib support in this case too.
2049
2050 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
2051
2052         * ControlGraphics.C: pass the browseFile dialog a string of only those
2053         formats that can currently be loaded by LyX.
2054
2055 2002-04-15  Herbert Voss  <voss@perce.de>
2056
2057         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
2058         with something like ,,...blah...`` (two commas)
2059
2060 2002-04-14  Herbert Voss  <voss@perce.de>
2061
2062         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
2063         into the support/lstrings for better use in other programs.
2064
2065         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
2066         namespace anon and make globally accessible.
2067         (familyName): test for the presence of a LaTeX Space at the front of
2068         of a name; strip it if it exists.
2069
2070 2002-04-11  Herbert Voss  <voss@perce.de>
2071
2072         * ControlGraphics.C: expand "browse-string" to all available formats
2073
2074 2002-04-11  Herbert Voss  <voss@perce.de>
2075
2076         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
2077
2078 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2079
2080         * ControlAboutlyx.C (getVersion): two _() forgotten
2081
2082 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
2083
2084         * ControlGraphics.C:
2085         * ControlPrint.C:
2086         * ControlBibtex.C: make N_() be _()
2087
2088 2002-04-07  Herbert Voss  <voss@perce.de>
2089
2090         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
2091
2092 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
2093
2094         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
2095         used when reading the BB.
2096
2097 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
2098
2099         * ControlGraphics.C (readBB): Don't open the ifstrem and then
2100         check the format from the contents (and open a second ifstream in the
2101         process. One at a time please.
2102
2103 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2104
2105         * ControlRef.C (getBufferNum): squash warning message.
2106
2107 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2108
2109         * ControlBibtex.C (Browse):
2110         * ControlGraphics.C (Browse):
2111         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
2112
2113         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
2114
2115         * ControlGraphics.C (applyParamsToInset): pass filepath to
2116         InsetGraphics::updateInset.
2117
2118 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2119
2120         * most files: ws cleanup
2121
2122 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2123
2124         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
2125         for it.
2126
2127 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
2128
2129         * ControlGraphics.C:
2130         * ControlInclude.C: better error messages
2131
2132 2002-03-11  Herbert Voss  <voss@lyx.org>
2133
2134         * biblio.C (parseBibTeX): fix another minibug with an
2135         ending comma
2136
2137 2002-03-10  Herbert Voss  <voss@lyx.org>
2138
2139         * biblio.C (parseBibTeX): fix bug
2140         (familyName): improve parsing
2141
2142 2002-03-09  Herbert Voss  <voss@lyx.org>
2143
2144         * ControlGraphics.[Ch]: adding checkFilename() for testing
2145         of non-existing files
2146
2147 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2148
2149         * ControlSendto.C (allFormats): fix a iterators are not pointers
2150         problem.
2151
2152 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
2153
2154         * ControlShowFile.h: add a #include "LString.h"
2155
2156 2002-03-05  Herbert Voss  <voss@lyx.org>
2157
2158         * biblio.C (getInfo): simplify if using paragraph layout
2159         "bibliography".
2160
2161 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2162
2163         * biblio.C (getInfo): return the info field correctly if the key
2164         is not a BibTeX one.
2165         (parseBibTeX): fix crash when data.find('=') returns string::npos.
2166
2167 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2168
2169         * ControlForks.[Ch]: new files. A controller for the Forked Child
2170         processes dialog, enabling the user to see what forked processes
2171         are running, and, if he so desires, to kill them.
2172
2173         * GUI.h: add class GUIForks.
2174
2175         * Makefile.am: add ControlForks.[Ch].
2176
2177         * ControlGraphics.C (getParams): small change due to change in
2178         insetgraphics.
2179
2180 2002-02-21  Herbert Voss  <voss@lyx.org>
2181
2182         * biblio.C: fix bug with commentlines in a bibentry
2183
2184 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2185
2186         * Makefile.am: simpler obj. file compile
2187
2188 2002-02-18  Herbert Voss  <voss@lyx.org>
2189
2190         * ControlGraphics.[Ch]: remove help-file call
2191
2192 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2193
2194         * helper_funcs.h: wrap the structs firster and seconder up in a
2195         namespace to avoid clashes with those in lyxalgo,h.
2196
2197         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
2198         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2199
2200 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2201
2202         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
2203         used.
2204         * ControlTexinfo.C:
2205         change Systemcalls::System to Systemcalls::Wait and
2206         No change of functionality, just reflects the stripped down Systemcalls
2207         class.
2208
2209 2002-02-06  Herbert Voss  <voss@lyx.org>
2210
2211         * ControlGraphics.[C] (readBB): search also in
2212         g'zipped files. If it is useful than PK and compress
2213         should also be supported. use unzipFile() from
2214         support/filetools
2215
2216 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2217
2218         * ControlRef.C (getBufferName): new method to get a real buffer
2219         name from an index.
2220
2221 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2222
2223         * ControlTexInfo.[Ch]: Removed Help functions.
2224
2225 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2226
2227         * ControlSpellchecker.C: clear any selection left
2228         (bug #211)
2229
2230 2002-02-01  Herbert Voss  <voss@lyx.org>
2231
2232         * ControlGraphics.[C] (readBB): search only, if it is a
2233         ".?ps" file and look for bb's at end of file
2234
2235 2002-01-30  Herbert Voss  <voss@lyx.org>
2236
2237         * ControlGraphic.[C]: do not search the whole file, when
2238         getting the bb
2239
2240 2002-01-29  Herbert Voss  <voss@lyx.org>
2241
2242         * ControlGraphic.[C]: added a button for document path
2243         when browsing -> bug 222
2244
2245 2002-01-27  Herbert Voss  <voss@lyx.org>
2246
2247         * ControlGraphic.[Ch]: added support for Bounding Box, other
2248         small changes
2249
2250 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2251
2252         * ControlAboutlyx.h:
2253         * ControlTexinfo.h: added #include "LString.h" where they belong.
2254
2255 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2256
2257         * ControlCitation.C:
2258         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
2259
2260 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
2261
2262         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
2263         bool return type.
2264
2265 2002-01-20  Herbert Voss  <voss@perce.de>
2266
2267         * ControlInclude.[Ch]: better control of unexistings files
2268         when entered without the browser
2269
2270         * ControlGraphic.C (Browse): add extension "ps" when browsing for
2271         a filename
2272
2273 2002-01-19  Herbert Voss  <voss@perce.de>
2274
2275         * biblio.C (getInfo): fix bug when no author is given
2276
2277         * biblio.C (parseBibTeX): change the parsing, so that
2278         '#'-characters in a bibtex entry are no more a problem.
2279
2280 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2281
2282         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
2283         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
2284
2285         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
2286
2287 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2288
2289         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
2290
2291         * ControlExternal.C (Browse): add a std:: qualifier
2292
2293 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2294
2295         * ControlExternal.C (Browse): simplify to use browseRelFile
2296
2297 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2298
2299         * ButtonController.tmpl: added // -*- C++ -*-
2300
2301         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
2302         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
2303         Needed in _one_ of the ControlCommand-derived classes only.
2304
2305 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2306
2307         * ControlInset.h:
2308         * ControlSearch.h: #include LString.h
2309
2310 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2311
2312         * ButtonController.h: split into two. The definition remains in
2313         ButtonController.h, the declaration is now in ButtonController.tmpl.
2314         These template methods should be #included when the derived class is
2315         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
2316         and in the qt2 and gnome equivalents.
2317
2318         * ControlDialogs.h: removed. The definition of class ControlDialog is
2319         now to be found in ControlDialog.h and the declaration of the methods
2320         is in ControlDialog.tmpl. The two template instantiations are performed
2321         in ControlDialog_impl.[Ch], new files also.
2322
2323         * ControlInset.h: split into two. The definition remains in
2324         ControlInset.h, the declaration is now in ControlInset.tmpl.
2325         These template methods should be #included derived class is
2326         instantiated, in this case in 8 other .C files in this directory.
2327
2328         * ControlAboutlyx.[Ch]:
2329         * ControlCharacter.[Ch]:
2330         * ControlCommand.C:
2331         * ControlERT.C:
2332         * ControlError.C:
2333         * ControlExternal.C:
2334         * ControlFloat.C:
2335         * ControlGraphics.C:
2336         * ControlInclude.C:
2337         * ControlLog.[Ch]:
2338         * ControlMinipage.C:
2339         * ControlPreamble.[Ch]:
2340         * ControlPrint.[Ch]:
2341         * ControlSearch.[Ch]:
2342         * ControlShowFile.[Ch]:
2343         * ControlSpellchecker.[Ch]:
2344         * ControlTabularCreate.[Ch]:
2345         * ControlTexinfo.[Ch]:
2346         * ControlThesaurus.[Ch]:
2347         * ControlVCLog.[Ch]: small changes associated with the above ones.
2348
2349         * GUI.h: #include the ButtonController and dialog controller files
2350         here, rather than forward declare them. This is the correct place
2351         for these #includes.
2352
2353         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
2354         Rename ControlDialogs.h as ControlDialog.h.
2355         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
2356         EXTRA_DIST.
2357
2358 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2359
2360         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
2361
2362 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2363
2364         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
2365         can be done)
2366
2367         * ControlGraphics.C (Browse): remove overzealous shortcut
2368
2369 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2370
2371         * FormMinipage.C (apply, update): MinipageParams::width renamed
2372         as MinipageParams::pageWidth. InsetMinipage::width  renamed
2373         as InsetMinipage::pageWidth.
2374
2375 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2376
2377         * ButtonController.h (refreshReadOnly): use explicit typename
2378
2379 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2380
2381         * helper_funcs.h (browseFile): add default empty button descriptions.
2382
2383         * ControlGraphics.C (Browse):
2384         * ControlBibtex.C (Browse):
2385         * ControlInclude.C (Browse): add shortcuts to directory buttons
2386
2387 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
2388
2389         * ControlThesaurus.h:
2390         * ControlThesaurus.C: update to Aiksaurus 0.14
2391
2392 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2393
2394         * ControlSpellchecker.C (clearParams): show the closing message
2395         only if some words have been checked, thereby fixing
2396         bugzilla bug #52.
2397
2398 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2399
2400         * ControlFloat.[Ch]: changes to prevent here definitely being used
2401         with wide figures.
2402
2403 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2404
2405         * ControlThesaurus.h: do not include <config.h> in header files
2406
2407 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2408
2409         * ControlToc.C: changes for floatlist
2410
2411 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2412
2413         * ControlVCLog.C: use _()
2414
2415 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2416
2417         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
2418         that for select.
2419
2420 2001-10-22  Juergen Vigna  <jug@sad.it>
2421
2422         * ControlSpellchecker.C (clearParams): use the error_ message of the
2423         speller_ if available when the spellchecker died.
2424         (setParams): remove double error message display.
2425
2426 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2427
2428         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
2429
2430         * helper_funcs.[Ch] (getLatexUnits): see above.
2431
2432 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2433
2434         * ControlTexinfo.C (getContents): use the right file for .sty files
2435
2436 2001-10-10  Herbert Voss  <voss@perce.de>
2437
2438         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
2439         and some more stuff from FormTexinfo.C
2440
2441         * ControlShowFile.C: hiding the update-button
2442
2443 2001-10-09  Herbert Voss  <voss@perce.de>
2444
2445         * ControlTexinfo.[Ch]: new files. Display information about the
2446         installed texfiles (cls,sty,bst).
2447
2448         * ControlShowFile.[Ch]: new files. Display the contents of a file.
2449
2450         * GUI.h: added classes GUIShowFile and GUITexinfo.
2451
2452         * Makefile.am: modified appropriately.
2453
2454 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2455
2456         * ControlAboutlyx.C (getVersion): use lyx_version and
2457         lyx_release_date instead of old macros
2458
2459 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2460
2461         * ControlSpellchecker.C (check): Behaves well now when the spell
2462         library doesn't know a replacement to an incorrect word.
2463
2464 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2465
2466         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
2467         the correct place. Can now check spelling more than once!
2468
2469 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2470
2471         * ControlSplash.[Ch]: removed.
2472
2473         * GUI.h: remove GUISplash class.
2474
2475         * ViewBase.h: remove ViewSplash class.
2476
2477         * Makefile.am: remove ControlSplash.[Ch].
2478
2479 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
2480
2481         * ControlButtons.h: add variable emergency_exit_. If set to true, the
2482         view will be shut down.
2483
2484         * ControlDialogs.h:
2485         * ControlInset.h: act on emergency_exit_.
2486
2487         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
2488         speller fails to launch.
2489
2490 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2491
2492         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
2493         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
2494
2495 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2496
2497         * ControlRef.h (disconnectOnApply): new method. Set to true.
2498         Perhaps make this user-modifiable?
2499
2500 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2501
2502         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
2503         extensions.
2504
2505 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2506
2507         * ControlRef.C (getBufferList, getBufferNum): New methods
2508
2509 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2510
2511         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
2512         of the dialog when the Apply button is pressed. Defaults to false,
2513         but can be overridden in the daughter classes.
2514
2515         * ControlCitation.h (disconnectOnApply): new method. Set to true.
2516         Perhaps make this user-modifiable?
2517
2518 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2519
2520         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
2521         we have dialogs that update their contents when the buffer changes.
2522         Rather embarassing, really!
2523
2524 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2525
2526         * ControlSearch (replace): change semantics of replace to NOT move on
2527         to the next instance of a word once the present instance has been
2528         replaced unless we are replacing ALL instances of the word.
2529
2530 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2531
2532         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
2533
2534 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
2535
2536         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
2537         dialog, set all options to "reset", close the dialog, re-open it ->
2538         the options are set incorrectly.
2539
2540         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
2541         When Applying it's useful to know whether the dialog is about to close
2542         or not (no point refreshing the display for example).
2543
2544         * ControlInset.C (apply): use isClosing.
2545
2546 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
2547
2548         * ControlInset.h:
2549         * ControlDialogs.h: remove bc() hack, now fixed in
2550           Qt2 frontend. use member dialog_built_ instead of shared
2551           static.
2552
2553         * ButtonController.h:
2554         * ButtonPolicies.C: more debug info
2555
2556         * ButtonControllerBase.C: call refresh() when setting readOnly !
2557
2558         * GUI.h: External form has apply, use the right policy
2559
2560         * character.C: fix two off-by-one errors when latex font was removed
2561
2562 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2563
2564         * ControlInset.h (apply): tentative fix for the press Apply multiple
2565         times and get multiple new Insets problem.
2566
2567 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2568
2569         * ControlCharacter.C: fix typo
2570
2571         * ViewBase.h:
2572         * ControlDialogs.C:
2573         * ControlInsets.C: make sure dialog is built before it is shown, so
2574           it works properly the very first time it is shown
2575
2576 2001-08-20  Herbert Voss  <voss@perce.de>
2577
2578         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
2579         and styles. Added an option for "bibliography into toc"
2580
2581 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2582
2583         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
2584         LaTeX is no longer a font property.
2585
2586 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2587
2588         * GUI.h: Button controller for Reference dialog changed to
2589         NoRepeatedApplyReadOnlyPolicy.
2590
2591         * biblio.C (getInfo): output volume and number info. Move year to end
2592         of string.
2593
2594 2001-08-09  Allan Rae  <rae@lyx.org>
2595
2596         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
2597
2598 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2599
2600         * helper_funcs.C (getVectorFromString): fixed small bug.
2601
2602         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
2603
2604 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
2605
2606         * ControlSpellchecker.C: check next word after insert in personal dict
2607
2608 2001-08-06  Juergen Vigna  <jug@sad.it>
2609
2610         * ControlERT.[Ch]: new file
2611
2612 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2613
2614         * ControlInset.h: const and non-const forms of params().
2615
2616         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
2617         whitespace from either side of each item.
2618
2619 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2620
2621         * ControlFloat.h: add a != operator for FloatParams.
2622         Lars, how did you get this to compile!!!
2623
2624         * ControlMinipage.[Ch]: uncommented someone's commenting out of
2625         operator != for MinipageParams. Who's changing stuff and not compiling?
2626
2627 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2628
2629         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
2630         ControlFloat.C
2631
2632         * GUI.h: add class GUIFloat
2633
2634         * ControlFloat.[Ch]: new files
2635
2636 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2637
2638         * ControlPrint.C: #include Lassert.h here.
2639
2640 2001-07-26  Baruch Even  <baruch@lyx.org>
2641
2642         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
2643         and png.
2644
2645 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2646
2647         * ControlThesaurus.h:
2648         * ControlThesaurus.C:
2649         * GUI.h:
2650         * Makefile.am: thesaurus support
2651
2652 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2653
2654         * ControlInclude.h:
2655         * ControlInclude.C: implement ability to load file
2656
2657 2001-07-18  Juergen Vigna  <jug@sad.it>
2658
2659         * ControlSearch.C (replace): changes to lyxfind.h function calls.
2660
2661 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2662
2663         * biblio.C (getInfo): add a .c_str() to handle the usual
2664         stringstream pain.
2665
2666 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2667
2668         * ControlCitation.[Ch]: changes associated with adding natbib support.
2669         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
2670         New static variable citeStyles_.
2671
2672         * biblio.[Ch]: large internal rearrangement.
2673         New public enum CiteStyle.
2674         New public struct CitationStyle.
2675         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
2676         getNumericalStrings, getAuthorYearStrings
2677         (simpleSearch, regexSearch): no longer publicly accessible.
2678
2679         * helper_funcs.C (getStringFromVector): bug fix.
2680
2681 2001-07-16  Baruch Even  <baruch@lyx.org>
2682
2683         * ControlVCLog.h: Added Lsstream.h to includes.
2684
2685 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
2686
2687         * ControlSpellchecker.[Ch]: remove d-tor.
2688
2689 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
2690
2691         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
2692
2693 2001-07-16  Juergen Vigna  <jug@sad.it>
2694
2695         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
2696         compiled with USE_PSPELL) to be able to switch between ISpell and
2697         PSpell classes.
2698
2699 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2700
2701         Consistent use of Lsstream.h:
2702         * ControlAboutlyx.[Ch] (getCredits):
2703         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
2704
2705 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2706
2707         * ControlCredits.[Ch]: removed
2708         * ControlCopyright.[Ch]: removed
2709         * ControlAboutlyx.[Ch]: added (replaces previous)
2710         * GUI.h: removed credits and copyright added about lyx stuff
2711
2712 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2713
2714         * ControlSpellchecker.C (getSuggestion):
2715         (getWord): add std:: qualifier
2716
2717 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2718
2719         * ControlSpellchecker.[Ch]: added
2720         * ViewBase.h: added partialUpdate(int) member
2721         * GUI.h: added spell stuff
2722
2723 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2724
2725         * ControlExternal.C: (*it). -> it->
2726
2727 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2728
2729         * ButtonController.h: move some included header files out of the
2730         frontends and into here.
2731
2732 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2733
2734         * ControlCharacter.C (c-tor): cosmetic name change of signal.
2735
2736 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2737
2738         * *.[h]: added // -*- C++ -*-
2739         * *.[C]: removed // -*- C++ -*-
2740
2741         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
2742         activate Apply button.
2743         (clearParams): removed.
2744         font_ is now stored as a boost::scoped_ptr.
2745         font_ is no longer deleted on hide(), so it's contents can now be used
2746         by the Font button on the toolbar.
2747         Lots of new methods so that the GUI can easily get the contents of
2748         font_ when it update()s.
2749
2750 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2751
2752         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
2753         crash when the Font button on the Toolbar is pressed.
2754
2755         * GUI.h: change policy of Character button controller to
2756         OkApplyCancelReadOnlyPolicy.
2757
2758 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2759
2760         * ControlToc.C (getContents): don't add anything to the list if it
2761         is supposed to be empty.
2762
2763 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
2764
2765         * helper_funcs.C (getVectorFromString): bug fix.
2766
2767 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2768
2769         * ButtonController.h
2770         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
2771         from ButtonControllerBase::readOnly. Updates the state of the widgets
2772         in the read-only list only when the read-only status of the document
2773         changes.
2774         (refresh): moved this stuff into refreshReadOnly.
2775
2776 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
2777
2778         * ControlPrint.C (c-tor):
2779         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
2780
2781 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
2782
2783         * biblio.C:
2784         * character.h: small clean-ups.
2785
2786 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2787
2788         * ControlToc.C (getType): remove support for old float list.
2789
2790 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2791
2792         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
2793         * ControlGraphics.h: no longer include insetgraphicsParams.h
2794         * ControlInset.h: no longer include LyXView.h
2795
2796         * ControlBibitem.C:
2797         * ControlBibtex.C:
2798         * ControlButtons.C:
2799         * ControlCharacter.C:
2800         * ControlCitation.C:
2801         * ControlCommand.C:
2802         * ControlConnections.C:
2803         * ControlCopyright.C:
2804         * ControlCredits.C:
2805         * ControlError.C:
2806         * ControlExternal.C:
2807         * ControlGraphics.C:
2808         * ControlInclude.C:
2809         * ControlLog.C:
2810         * ControlMinipage.C:
2811         * ControlPreamble.C:
2812         * ControlPrint.C:
2813         * ControlRef.C:
2814         * ControlSearch.C:
2815         * ControlTabularCreate.C:
2816         * ControlToc.C:
2817         * ControlVCLog.C: they're now in here!
2818
2819 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2820
2821         * ButtonControllerBase.h: C++ mode, inherit privately from
2822         noncopyable
2823         * ButtonPolicies.h: ditto
2824
2825         * ButtonController.h: C++ mode, swap init order of restore_ and
2826         cancel_
2827
2828 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2829
2830         * ControlTabularCreate.h:
2831         * ControlTabularCreate.C: make dialogs use a pair of uints
2832           instead of a string
2833
2834         * ControlVCLog.h:
2835         * ControlVCLog.C: fill a stringstream with the log contents
2836         and then delete it
2837
2838         * ControlExternal.C: from Angus, clone the new InsetExternal
2839           before acting on it
2840
2841 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
2842
2843         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
2844         and made more robust.
2845
2846 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2847
2848         * ControlToc.C:
2849         * ControlSearch.C:
2850         * ControlPrint.C:
2851         * ControlPreamble.C:
2852         * ControlInclude.C:
2853         * ControlGraphics.C:
2854         * ControlExternal.C:
2855         * ControlCopyright.C: include gettext.h
2856
2857         * ControlCharacter.C:
2858         * character.C: include gettext.h and language.h
2859
2860 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2861
2862         * ButtonController.h:
2863         * ButtonControllerBase.h:
2864         * ButtonControllerBase.C:
2865         * ButtonPolicies.h:
2866         * ButtonPolicies.C:
2867         * ControlButton.h:
2868         * ControlButton.C:
2869         * ControlButtons.h:
2870         * ControlButtons.C:
2871         * ControlConnections.h:
2872         * ControlDialogs.h:
2873         * ControlInset.h:
2874         * ControlExternal.C:
2875         * Makefile.am:
2876         * README:
2877         * ViewBase.h: s/ControlButton/ControlButtons/
2878         s/popup/dialog/
2879         s/UndoAll/Restore/ + associated
2880
2881 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2882
2883         * ControlToc.[Ch]: new files; a controller for the TOC popup.
2884
2885         * GUI.h:
2886         * Makefile.am: associated changes with all of the above.
2887
2888 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2889
2890         * ControlExternal.C: bug fixes. Can now apply changes to the inset
2891         and edit, view, update the External Material correctly. I hope!
2892
2893 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2894
2895         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
2896
2897         * BCTemplates.h: renamed as ButtonController.h
2898
2899         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
2900
2901         * ViewBase.h:
2902         * ControlConnections.h: associated change in #include and class names.
2903
2904         * ControlExternal.[Ch]: new files; a controller for the External
2905         Material popup.
2906
2907         * GUI.h:
2908         * Makefile.am: associated changes with all of the above.
2909
2910         * ControlGraphics.[Ch]:
2911         * ControlInclude.[Ch]:
2912         * ControlPrint.[Ch]:
2913         (lv): removed.
2914         (Browse): new method. Returns the results of a FileDialog browse.
2915
2916         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
2917         (getVectorFromString): fixed bug.
2918
2919         * biblio.C (simpleSearch): cleaned up.
2920
2921 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2922
2923         * A slight reworking of Baruch Even's ButtonController patch.
2924
2925         * BCTemplates.h: new file; all the templates for the ButtonController.
2926         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
2927         to the more generic setButtonLabel().
2928
2929         * ButtonController.[Ch]: renamed cancel_label and close_label as
2930         cancel_label_ and close_label_.
2931
2932         * Makefile.am: added BCTemplates.h
2933
2934 2001-03-29  Juergen Vigna  <jug@sad.it>
2935
2936         * ControlMinipage.C: removed widthp_ and all it's functions and changed
2937         to use new %-lengths of LyXLength.
2938
2939 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2940
2941         * ControlCitation.C (bibkeysInfo): removed Assert.
2942
2943         * ControlCopyright.h: moved GUICopyright into GUI.h
2944
2945         * GUI.h: see above.
2946
2947 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2948
2949         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
2950         (setDaughterParams): a (by default empty) new method called in show().
2951
2952         * ControlBibitem.h:
2953         * ControlBibtex.h:
2954         * ControlError.h:
2955         * ControlInclude.h:
2956         * ControlMinipage.h:
2957         * ControlRef.h:
2958         * ControlSearch.h:
2959         * ControlUrl.h (clearDaughterParams): removed
2960
2961         * ControlMinipage.C (applyParamsToInset): update the view.
2962         Added namespace minipage containing a helper function getUnits.
2963
2964         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
2965
2966         * ControlCharacter.[Ch]: moved out all the helper functions and the
2967         enum into their own file.
2968         * character.[Ch]: new files; contain the character helper functions,
2969         now inside namespace character.
2970
2971         * ControlCitation.[Ch]: moved out all the helper functions and the
2972         enums into their own file. Simplified interface.
2973         * biblio.[Ch]: new files; contain the citation helper functions,
2974         now inside namespace biblio. Will be of use also to an improved
2975         BibTeX popup.
2976
2977         * ControlGraphics.[Ch]:
2978         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
2979         popups, respectively.
2980
2981         * GUI.h:
2982         * Makefile.am: associated changes.
2983
2984 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2985
2986         * ControlMinipage.[Ch]:
2987         * ControlPreamble.[Ch]:
2988         * ControlPrint.[Ch]:
2989         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
2990         and Print popups and Splash screen, respectively.
2991
2992         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
2993         screens.
2994
2995         * GUI.h:
2996         * Makefile.am: associated changes.
2997
2998 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2999
3000         * ControlConnections.[Ch]: (docType): new method; returns the type
3001         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
3002
3003         * ControlRef.[Ch]:
3004         * ControlSearch.[Ch]:
3005         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
3006         Search and TabularCreate popups, respectively.
3007
3008         * GUI.h:
3009         * Makefile.am: associated changes.
3010
3011 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3012
3013         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
3014         contains data.
3015
3016         * ControlInset.h (apply): fix bug. Can now create new insets again.
3017
3018         * README: describe program flow.
3019
3020 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3021
3022         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
3023
3024 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3025
3026         * ControlDialogs.h: moved class ControlInset into its own file.
3027
3028         * ControlInset.h: new file. class ControlInset has been expanded to take
3029         two template parameters, Inset and Params. Believe that all inset
3030         controllers can be derived from this with the minimum of effort.
3031
3032         * ControlBibitem.[Ch]:
3033         * ControlBibtex.[Ch]:
3034         * ControlCitation.[Ch]:
3035         * ControlCommand.[Ch]: moved most code into ControlInset.
3036
3037         * lots of files. Moved protected stuff into private where possible.
3038
3039         * ControlError.[Ch]:
3040         * ControlInclude.[Ch]:
3041         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
3042         Include and Url popups, respectively.
3043
3044         * GUI.h:
3045         * Makefile.am: associated changes.
3046
3047 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3048
3049         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
3050         vector<string>.
3051
3052 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3053
3054         * ControlCredits.C (getCredits): remove std:: qualifier for
3055         getline().
3056
3057 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3058
3059         * ControlCredits.C (getCredits): add std:: on vector
3060
3061 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3062
3063         * ControlCredits.C: remove using that is only used once, use
3064         std::ios instead of std::iosbase, add some annoying comments.
3065
3066 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3067
3068         * lots of header files: improved explanatory notes.
3069
3070         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
3071         ControlBase is now a class that only controls the interaction of the
3072         View with the ButtonController.
3073
3074         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
3075         to ControlConnectBase. The class controls the connection/disconnection
3076         of signals from the LyX kernel and makes available the kernel (through
3077         lv_) to daughter controller classes.
3078         Moved out class ControlConnectInset to a new file ControlDialogs.h.
3079
3080         * ControlDialogs.h: new file. Contains the definition of two template
3081         controller classes, ControlDialog and ControlInset (was
3082         ControlConnectInset). ControlInset is a parent class for controllers
3083         of inset-popups. ControlDialogs is the rather uninspired name for
3084         the base class of all non-inset popups. (Eg, Document and Paragraph.)
3085         ControlDialogs is reaching a state of maturity as several popups now use
3086         it and its functionality becomes clear. ControlInset is still in a state
3087         of flux. It is likely that functionality will be moved out of
3088         ControlCommands and into it.
3089
3090         * GUI.h: new file. Moved all the template GUIXXX classes out of the
3091         individual Controller header files and into one place. These classes
3092         serve only as convenient wrappers to simplify code in the respective
3093         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
3094
3095         * ControlCharacter.[Ch] (show, update, hide):
3096         * ControlLog.[Ch] (show, update, hide):
3097         * ControlVCLog.[Ch] (show, update, hide): moved back into
3098         the ControlDialogs base class.
3099         (setParams, clearParams): new methods containing controller-specific
3100         code to set/reset the parameters manipulated by the view.
3101
3102         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
3103         empty.
3104         (hide): calls clearParams.
3105
3106         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
3107         by ControlCommand::hide().
3108
3109         * ControlCopyright.[Ch]:
3110         * ControlCredits.[Ch]: new files; controllers for the copyright and
3111         credits popups, respectively.
3112
3113 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3114
3115         * ControlCharacter.C: fix typo
3116
3117 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3118
3119         * ControlCharacter.[Ch]: new files; controller for the character popup.
3120
3121         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
3122         moved to new files helper_funcs.[Ch].
3123
3124         * helper_funcs.[Ch]: new files. Some useful helper functions and
3125         functors.
3126
3127         * Makefile.am: added new files.
3128
3129 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3130
3131         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
3132
3133 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3134
3135         * ControlLog.[Ch]:
3136         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
3137         Control log files, respectively.
3138
3139         * Makefile.am: added new files.
3140
3141 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3142
3143         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
3144
3145         * Makefile.am: added ControlBibtex.[Ch].
3146
3147 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3148
3149         * ControlBibitem.C:
3150         * ControlCitation.C: added "using SigC::slot" declaration.
3151
3152         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
3153         to FormCitation.C prior to the merger: "Do not put space between
3154         multiple keys".
3155
3156 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3157
3158         * several files: remove CXX_WORKING_NAMESPACES
3159
3160         * ButtonController.h: noncopyable is in namespace boost
3161         * ButtonPolicies.h: ditto
3162
3163 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3164
3165         * Merging changes from BRANCH_MVC back into HEAD.
3166
3167 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3168
3169         * Makefile.am: add ControlBibitem.[Ch].
3170
3171         * ControlBibitem.[Ch]: new files that together define the Controller
3172         for a Bibitem popup.
3173
3174         * ControlCommand.h (c-tor): give  kb_action a default value of
3175         LFUN_NOACTION.
3176
3177         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
3178
3179         * ControlCitation.[Ch]: moved search functions out of class.
3180         (bibkeysInfo): new method. Returns const reference to private data.
3181         (searchKeys): added case-sensitive switch. Used only by simpleSearch
3182         for now.
3183
3184 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3185
3186         * ControlCitation.[Ch]: added Search functions to the class,
3187         (shamelessly lifted from Marco's gnome code). I think that these would
3188         be better as helper functions outside the class, but this is a first
3189         stab at it.
3190
3191 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3192
3193         * ControlCitation.[Ch]: (getBibkeyList): removed from class
3194         ControlCitation.
3195         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
3196         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
3197         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
3198         implementation of FormCitation.
3199
3200 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3201
3202         * ButtonPolicies.h: add SMI_NOOP to enum.
3203
3204         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
3205
3206         * ButtonController.C (input): add "optimising" if-statement. Actually,
3207         things don't work correctly without it...
3208
3209 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3210
3211         * ViewBase.h: remove #pragma directive
3212
3213         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
3214         to make g++ happy.
3215
3216 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3217
3218         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
3219
3220         * Makefile.am: added ButtonPolicies.[Ch]
3221
3222         * ButtonController.[Ch]: ButtonController is split into
3223         ButtonControllerBase and a template ButtonController class. The base
3224         class no longer stores a pointer to a ButtonPolicy, but instead
3225         accesses the actual instantiation of the policy through a pure virtual
3226         method bp(). This method and the ButtonPolicy itself are instantiated
3227         in the templatised ButtonController class. This class is derived from
3228         the GUI-specific GUIBC class, meaning that the frontends know
3229         nothing about the actual policy decided upon by the controllers.
3230
3231         * ControlBase.[Ch]: No longer store the View or the ButtonController.
3232         Instead the actual instantiations are accessed through pure virtual
3233         methods view() and bc(). The daughter classes are responsible for the
3234         actual View and ButtonController.
3235
3236         * ControlCitation.h: the templatised class GUICitation instantiates
3237         the methods view() and bc(). It also stores the instances of the
3238         View and ButtonController.
3239
3240 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3241
3242         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
3243         also changed to ButtonController.
3244
3245         * ControlBase.[Ch]:
3246         * ControlConnections.[Ch]:
3247         * ControlCommand.[Ch]:
3248         * ControlCitation.[Ch]:
3249         * ViewBase.h: Changes associated with this.
3250
3251 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
3252
3253         * ButtonControllerBase.[Ch]: new files. Split Allan's original
3254         xforms/ButtonController class into a GUI-I class (here) and an
3255         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
3256
3257         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
3258         from which all Dialog Controllers should be derived. the Controllers
3259         are GUI-independent, but are designed to control the behaviour of
3260         GUI-specific implementaions of each dialog.
3261
3262         * ControlConnections.[Ch]: new files. Classes controlling the
3263         connections of buffer-independent, buffer-dependent and Inset dialogs
3264         with the LyX kernel.
3265
3266         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
3267         InsetCommand subset of insets.
3268
3269         * ControlCitation.[Ch]: new files. The test specialisation! A
3270         controller for the Citation dialog.
3271
3272         * ViewBase.h: new file. ViewBase is an abstract base class from which
3273         GUI-specific dialogs should be derived. The functionality that the GUIs
3274         must now implement is much reduced.