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