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