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