]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
4f49ba5e43aa44350756ad390227f0d0e3288966
[lyx.git] / src / frontends / controllers / ChangeLog
1 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
4
5 2002-07-15  Mike Fabian  <mfabian@suse.de>
6
7         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
8         of compare_no_case, because in turkish, 'i' is not the lowercase
9         version of 'I', and thus turkish locale breaks parsing of tags.
10
11 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12
13         * ControlBibtex.C (applyParamsToInset): ws change
14
15 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
16
17         * ControlInclude.C: Add warning if absolute path name and
18         check_typeset is used together
19
20 2002-06-28  Angus Leeming  <leeming@lyx.org>
21
22         * ControlGraphics.C: changes associated with the name changes
23         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
24
25 2002-06-25  Angus Leeming  <leeming@lyx.org>
26
27         * ControlGraphics.C (readBB): Channges associated with the changed
28         interface to the graphics cache.
29
30 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
31
32         * ControlParagraph.C: layout as layout
33
34 2002-06-21  Angus Leeming  <leeming@lyx.org>
35
36         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
37         * tex_helpers.h: #include "LString.h".
38
39 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
40
41         * ControlBibtex.C:
42         * ControlBibitem.C: use repaint()
43
44 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
45
46         * ControlTexinfo.C: do the same for Texinfo
47
48         * tex_helpers.C: don't try to read a file that isn't there
49
50 2002-06-21  Herbert Voss  <voss@perce.de>
51
52         * ControlBibtex.C: do an automatic update, when no bst-list
53         exists
54
55 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
56
57         * GUI.h: createIndex() changed
58
59 2002-06-18  Herbert Voss  <voss@perce.de>
60
61         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
62         helperstuff. Now the bibtex gui can use some of these functions
63
64 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
65
66         * ControlGraphics.C: just make the mask *.*
67
68 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
69
70         * changes to simplify function setup, removal of a lot of includes.
71
72 2002-06-12  Angus Leeming  <leeming@lyx.org>
73
74         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
75
76 2002-06-12  Angus Leeming  <leeming@lyx.org>
77
78         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
79
80 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
81
82         * ControlParagraph.[Ch]: new paragraph controller
83         * GUI.h: add new controller
84         * Makefile.am: ditto
85
86 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
87
88         * GUI.h: do not include ButtonController.tmpl
89
90         * ControlInset.h: include ControlInset.tmpl
91
92         * ControlCitation.C: do not include ControlInset.tmpl
93         * ControlCommand.C: ditto
94         * ControlERT.C: ditto
95         * ControlError.C: ditto
96         * ControlExternal.C: ditto
97         * ControlFloat.C: ditto
98         * ControlGraphics.C: ditto
99         * ControlInclude.C: ditto
100         * ControlMinipage.C: ditto
101
102         * ControlDialog.tmpl: remove the Base:: prefix
103
104 2002-06-07  Angus Leeming  <leeming@lyx.org>
105
106         Fixes needed to compile with Compaq cxx 6.5.
107         * ControlDialog.tmpl: I have had to prefix base class methods with
108         Base:: Wierd!
109
110         * ControlInset.tmpl: #include a couple of headers.
111
112 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
113
114         * switch from SigC signals to boost::signals
115
116 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
117
118         * biblio.h: include vector
119
120         * biblio.C: change include order
121         (regexSearch): use boost regex and get rid of LRegex
122
123 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
124
125         * ControlAboutlyx.C:
126         * ControlBibitem.C:
127         * ControlBibtex.C:
128         * ControlCharacter.C:
129         * ControlCitation.C:
130         * ControlCommand.C:
131         * ControlConnections.C:
132         * ControlERT.C:
133         * ControlError.C:
134         * ControlExternal.C:
135         * ControlFloat.C:
136         * ControlForks.C:
137         * ControlGraphics.C:
138         * ControlInclude.C:
139         * ControlIndex.C:
140         * ControlLog.C:
141         * ControlMinipage.C:
142         * ControlPreamble.C:
143         * ControlPrint.C:
144         * ControlRef.C:
145         * ControlSearch.C:
146         * ControlSendto.C:
147         * ControlShowFile.C:
148         * ControlSpellchecker.C:
149         * ControlTabularCreate.C:
150         * ControlTexinfo.C:
151         * ControlThesaurus.C:
152         * ControlToc.C:
153         * ControlUrl.C:
154         * ControlVCLog.C: LyXView moved into frontends
155
156 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
157
158         * ControlExternal.C: add scoped_ptr.hpp
159
160         * ControlCharacter.h: use more specific smart_ptr header.
161
162 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
163
164         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
165
166 2002-05-13  Herbert Voss  <voss@perce.de>
167
168         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
169         like "Odland, G. and ... "
170         (parseBibTeX): fix bug with title and booktitle
171         and replace a \n with a space when one entry has more than
172         one line
173
174 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
175
176         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
177         "No change" and "Reset".
178
179         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
180         them at the front of the list.
181
182 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
183
184         * ControlGraphics.C: add some comments to the char * arrays.
185         Make rorigin_size const.
186
187 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
188
189         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
190         Enables the gui's to internationalise these strings.
191
192 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
193
194         * frnt_lang.C: fix build
195
196 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
197
198         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
199         If the the caller is the character dialog, add "No change" and "Reset"
200         to the vector, else don't.
201         Internationalise the GUI strings here rather than in the different
202         calling dialogs.
203         Sort the translated strings, albeit simply.
204
205 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
206
207         * character.[Ch]: rename namespace character as namespace frnt.
208
209         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
210         as several dialogs will use this info. The function now returns a
211         vector<LanguagePair> where LanguagePair is a display string and an
212         identifying string. The display string is internationalised.
213
214         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
215         the identifying strings, "No change" and "Reset".
216
217         * Makefile.am: add frnt_lang.[Ch].
218
219 2002-04-25  Herbert Voss  <voss@lyx.org>
220
221         * ControlSendto.C (allFormats): don't add the graphics extensions to the
222         export menu
223
224 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
225
226         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
227         BibTeX databases in a WYSIWYM way.
228
229 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
230
231         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
232         way past his use-by date.
233         Make use of the improved info from Buffer::getBibkeyList when using
234         \bibliography. Enables us to provide natbib support in this case too.
235
236 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
237
238         * ControlGraphics.C: pass the browseFile dialog a string of only those
239         formats that can currently be loaded by LyX.
240
241 2002-04-15  Herbert Voss  <voss@perce.de>
242
243         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
244         with something like ,,...blah...`` (two commas)
245
246 2002-04-14  Herbert Voss  <voss@perce.de>
247
248         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
249         into the support/lstrings for better use in other programs.
250
251         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
252         namespace anon and make globally accessible.
253         (familyName): test for the presence of a LaTeX Space at the front of
254         of a name; strip it if it exists.
255
256 2002-04-11  Herbert Voss  <voss@perce.de>
257
258         * ControlGraphics.C: expand "browse-string" to all available formats
259
260 2002-04-11  Herbert Voss  <voss@perce.de>
261
262         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
263
264 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
265
266         * ControlAboutlyx.C (getVersion): two _() forgotten
267
268 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
269
270         * ControlGraphics.C:
271         * ControlPrint.C:
272         * ControlBibtex.C: make N_() be _()
273
274 2002-04-07  Herbert Voss  <voss@perce.de>
275
276         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
277
278 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
279
280         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
281         used when reading the BB.
282
283 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
284
285         * ControlGraphics.C (readBB): Don't open the ifstrem and then
286         check the format from the contents (and open a second ifstream in the
287         process. One at a time please.
288
289 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
290
291         * ControlRef.C (getBufferNum): squash warning message.
292
293 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
294
295         * ControlBibtex.C (Browse):
296         * ControlGraphics.C (Browse):
297         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
298
299         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
300
301         * ControlGraphics.C (applyParamsToInset): pass filepath to
302         InsetGraphics::updateInset.
303
304 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
305
306         * most files: ws cleanup
307
308 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
309
310         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
311         for it.
312
313 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
314
315         * ControlGraphics.C:
316         * ControlInclude.C: better error messages
317
318 2002-03-11  Herbert Voss  <voss@lyx.org>
319
320         * biblio.C (parseBibTeX): fix another minibug with an
321         ending comma
322
323 2002-03-10  Herbert Voss  <voss@lyx.org>
324
325         * biblio.C (parseBibTeX): fix bug
326         (familyName): improve parsing
327
328 2002-03-09  Herbert Voss  <voss@lyx.org>
329
330         * ControlGraphics.[Ch]: adding checkFilename() for testing
331         of non-existing files
332
333 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
334
335         * ControlSendto.C (allFormats): fix a iterators are not pointers
336         problem.
337
338 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
339
340         * ControlShowFile.h: add a #include "LString.h"
341
342 2002-03-05  Herbert Voss  <voss@lyx.org>
343
344         * biblio.C (getInfo): simplify if using paragraph layout
345         "bibliography".
346
347 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
348
349         * biblio.C (getInfo): return the info field correctly if the key
350         is not a BibTeX one.
351         (parseBibTeX): fix crash when data.find('=') returns string::npos.
352
353 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
354
355         * ControlForks.[Ch]: new files. A controller for the Forked Child
356         processes dialog, enabling the user to see what forked processes
357         are running, and, if he so desires, to kill them.
358
359         * GUI.h: add class GUIForks.
360
361         * Makefile.am: add ControlForks.[Ch].
362
363         * ControlGraphics.C (getParams): small change due to change in
364         insetgraphics.
365
366 2002-02-21  Herbert Voss  <voss@lyx.org>
367
368         * biblio.C: fix bug with commentlines in a bibentry
369
370 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
371
372         * Makefile.am: simpler obj. file compile
373
374 2002-02-18  Herbert Voss  <voss@lyx.org>
375
376         * ControlGraphics.[Ch]: remove help-file call
377
378 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
379
380         * helper_funcs.h: wrap the structs firster and seconder up in a
381         namespace to avoid clashes with those in lyxalgo,h.
382
383         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
384         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
385
386 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
387
388         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
389         used.
390         * ControlTexinfo.C:
391         change Systemcalls::System to Systemcalls::Wait and
392         No change of functionality, just reflects the stripped down Systemcalls
393         class.
394
395 2002-02-06  Herbert Voss  <voss@lyx.org>
396
397         * ControlGraphics.[C] (readBB): search also in
398         g'zipped files. If it is useful than PK and compress
399         should also be supported. use unzipFile() from
400         support/filetools
401
402 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
403
404         * ControlRef.C (getBufferName): new method to get a real buffer
405         name from an index.
406
407 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
408
409         * ControlTexInfo.[Ch]: Removed Help functions.
410
411 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
412
413         * ControlSpellchecker.C: clear any selection left
414         (bug #211)
415
416 2002-02-01  Herbert Voss  <voss@lyx.org>
417
418         * ControlGraphics.[C] (readBB): search only, if it is a
419         ".?ps" file and look for bb's at end of file
420
421 2002-01-30  Herbert Voss  <voss@lyx.org>
422
423         * ControlGraphic.[C]: do not search the whole file, when
424         getting the bb
425
426 2002-01-29  Herbert Voss  <voss@lyx.org>
427
428         * ControlGraphic.[C]: added a button for document path
429         when browsing -> bug 222
430
431 2002-01-27  Herbert Voss  <voss@lyx.org>
432
433         * ControlGraphic.[Ch]: added support for Bounding Box, other
434         small changes
435
436 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
437
438         * ControlAboutlyx.h:
439         * ControlTexinfo.h: added #include "LString.h" where they belong.
440
441 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
442
443         * ControlCitation.C:
444         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
445
446 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
447
448         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
449         bool return type.
450
451 2002-01-20  Herbert Voss  <voss@perce.de>
452
453         * ControlInclude.[Ch]: better control of unexistings files
454         when entered without the browser
455
456         * ControlGraphic.C (Browse): add extension "ps" when browsing for
457         a filename
458
459 2002-01-19  Herbert Voss  <voss@perce.de>
460
461         * biblio.C (getInfo): fix bug when no author is given
462
463         * biblio.C (parseBibTeX): change the parsing, so that
464         '#'-characters in a bibtex entry are no more a problem.
465
466 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
467
468         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
469         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
470
471         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
472
473 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
474
475         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
476
477         * ControlExternal.C (Browse): add a std:: qualifier
478
479 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
480
481         * ControlExternal.C (Browse): simplify to use browseRelFile
482
483 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
484
485         * ButtonController.tmpl: added // -*- C++ -*-
486
487         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
488         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
489         Needed in _one_ of the ControlCommand-derived classes only.
490
491 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
492
493         * ControlInset.h:
494         * ControlSearch.h: #include LString.h
495
496 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
497
498         * ButtonController.h: split into two. The definition remains in
499         ButtonController.h, the declaration is now in ButtonController.tmpl.
500         These template methods should be #included when the derived class is
501         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
502         and in the qt2 and gnome equivalents.
503
504         * ControlDialogs.h: removed. The definition of class ControlDialog is
505         now to be found in ControlDialog.h and the declaration of the methods
506         is in ControlDialog.tmpl. The two template instantiations are performed
507         in ControlDialog_impl.[Ch], new files also.
508
509         * ControlInset.h: split into two. The definition remains in
510         ControlInset.h, the declaration is now in ControlInset.tmpl.
511         These template methods should be #included derived class is
512         instantiated, in this case in 8 other .C files in this directory.
513
514         * ControlAboutlyx.[Ch]:
515         * ControlCharacter.[Ch]:
516         * ControlCommand.C:
517         * ControlERT.C:
518         * ControlError.C:
519         * ControlExternal.C:
520         * ControlFloat.C:
521         * ControlGraphics.C:
522         * ControlInclude.C:
523         * ControlLog.[Ch]:
524         * ControlMinipage.C:
525         * ControlPreamble.[Ch]:
526         * ControlPrint.[Ch]:
527         * ControlSearch.[Ch]:
528         * ControlShowFile.[Ch]:
529         * ControlSpellchecker.[Ch]:
530         * ControlTabularCreate.[Ch]:
531         * ControlTexinfo.[Ch]:
532         * ControlThesaurus.[Ch]:
533         * ControlVCLog.[Ch]: small changes associated with the above ones.
534
535         * GUI.h: #include the ButtonController and dialog controller files
536         here, rather than forward declare them. This is the correct place
537         for these #includes.
538
539         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
540         Rename ControlDialogs.h as ControlDialog.h.
541         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
542         EXTRA_DIST.
543
544 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
545
546         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
547
548 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
549
550         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
551         can be done)
552
553         * ControlGraphics.C (Browse): remove overzealous shortcut
554
555 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
556
557         * FormMinipage.C (apply, update): MinipageParams::width renamed
558         as MinipageParams::pageWidth. InsetMinipage::width  renamed
559         as InsetMinipage::pageWidth.
560
561 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * ButtonController.h (refreshReadOnly): use explicit typename
564
565 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
566
567         * helper_funcs.h (browseFile): add default empty button descriptions.
568
569         * ControlGraphics.C (Browse):
570         * ControlBibtex.C (Browse):
571         * ControlInclude.C (Browse): add shortcuts to directory buttons
572
573 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
574
575         * ControlThesaurus.h:
576         * ControlThesaurus.C: update to Aiksaurus 0.14
577
578 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
579
580         * ControlSpellchecker.C (clearParams): show the closing message
581         only if some words have been checked, thereby fixing
582         bugzilla bug #52.
583
584 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
585
586         * ControlFloat.[Ch]: changes to prevent here definitely being used
587         with wide figures.
588
589 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
590
591         * ControlThesaurus.h: do not include <config.h> in header files
592
593 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
594
595         * ControlToc.C: changes for floatlist
596
597 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
598
599         * ControlVCLog.C: use _()
600
601 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
602
603         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
604         that for select.
605
606 2001-10-22  Juergen Vigna  <jug@sad.it>
607
608         * ControlSpellchecker.C (clearParams): use the error_ message of the
609         speller_ if available when the spellchecker died.
610         (setParams): remove double error message display.
611
612 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
613
614         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
615
616         * helper_funcs.[Ch] (getLatexUnits): see above.
617
618 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
619
620         * ControlTexinfo.C (getContents): use the right file for .sty files
621
622 2001-10-10  Herbert Voss  <voss@perce.de>
623
624         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
625         and some more stuff from FormTexinfo.C
626
627         * ControlShowFile.C: hiding the update-button
628
629 2001-10-09  Herbert Voss  <voss@perce.de>
630
631         * ControlTexinfo.[Ch]: new files. Display information about the
632         installed texfiles (cls,sty,bst).
633
634         * ControlShowFile.[Ch]: new files. Display the contents of a file.
635
636         * GUI.h: added classes GUIShowFile and GUITexinfo.
637
638         * Makefile.am: modified appropriately.
639
640 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
641
642         * ControlAboutlyx.C (getVersion): use lyx_version and
643         lyx_release_date instead of old macros
644
645 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
646
647         * ControlSpellchecker.C (check): Behaves well now when the spell
648         library doesn't know a replacement to an incorrect word.
649
650 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
651
652         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
653         the correct place. Can now check spelling more than once!
654
655 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
656
657         * ControlSplash.[Ch]: removed.
658
659         * GUI.h: remove GUISplash class.
660
661         * ViewBase.h: remove ViewSplash class.
662
663         * Makefile.am: remove ControlSplash.[Ch].
664
665 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
666
667         * ControlButtons.h: add variable emergency_exit_. If set to true, the
668         view will be shut down.
669
670         * ControlDialogs.h:
671         * ControlInset.h: act on emergency_exit_.
672
673         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
674         speller fails to launch.
675
676 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
677
678         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
679         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
680
681 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
682
683         * ControlRef.h (disconnectOnApply): new method. Set to true.
684         Perhaps make this user-modifiable?
685
686 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
687
688         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
689         extensions.
690
691 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
692
693         * ControlRef.C (getBufferList, getBufferNum): New methods
694
695 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
696
697         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
698         of the dialog when the Apply button is pressed. Defaults to false,
699         but can be overridden in the daughter classes.
700
701         * ControlCitation.h (disconnectOnApply): new method. Set to true.
702         Perhaps make this user-modifiable?
703
704 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
705
706         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
707         we have dialogs that update their contents when the buffer changes.
708         Rather embarassing, really!
709
710 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
711
712         * ControlSearch (replace): change semantics of replace to NOT move on
713         to the next instance of a word once the present instance has been
714         replaced unless we are replacing ALL instances of the word.
715
716 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
717
718         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
719
720 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
721
722         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
723         dialog, set all options to "reset", close the dialog, re-open it ->
724         the options are set incorrectly.
725
726         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
727         When Applying it's useful to know whether the dialog is about to close
728         or not (no point refreshing the display for example).
729
730         * ControlInset.C (apply): use isClosing.
731
732 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
733
734         * ControlInset.h:
735         * ControlDialogs.h: remove bc() hack, now fixed in
736           Qt2 frontend. use member dialog_built_ instead of shared
737           static.
738
739         * ButtonController.h:
740         * ButtonPolicies.C: more debug info
741
742         * ButtonControllerBase.C: call refresh() when setting readOnly !
743
744         * GUI.h: External form has apply, use the right policy
745
746         * character.C: fix two off-by-one errors when latex font was removed
747
748 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
749
750         * ControlInset.h (apply): tentative fix for the press Apply multiple
751         times and get multiple new Insets problem.
752
753 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
754
755         * ControlCharacter.C: fix typo
756
757         * ViewBase.h:
758         * ControlDialogs.C:
759         * ControlInsets.C: make sure dialog is built before it is shown, so
760           it works properly the very first time it is shown
761
762 2001-08-20  Herbert Voss  <voss@perce.de>
763
764         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
765         and styles. Added an option for "bibliography into toc"
766
767 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
768
769         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
770         LaTeX is no longer a font property.
771
772 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
773
774         * GUI.h: Button controller for Reference dialog changed to
775         NoRepeatedApplyReadOnlyPolicy.
776
777         * biblio.C (getInfo): output volume and number info. Move year to end
778         of string.
779
780 2001-08-09  Allan Rae  <rae@lyx.org>
781
782         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
783
784 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
785
786         * helper_funcs.C (getVectorFromString): fixed small bug.
787
788         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
789
790 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
791
792         * ControlSpellchecker.C: check next word after insert in personal dict
793
794 2001-08-06  Juergen Vigna  <jug@sad.it>
795
796         * ControlERT.[Ch]: new file
797
798 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
799
800         * ControlInset.h: const and non-const forms of params().
801
802         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
803         whitespace from either side of each item.
804
805 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
806
807         * ControlFloat.h: add a != operator for FloatParams.
808         Lars, how did you get this to compile!!!
809
810         * ControlMinipage.[Ch]: uncommented someone's commenting out of
811         operator != for MinipageParams. Who's changing stuff and not compiling?
812
813 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
814
815         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
816         ControlFloat.C
817
818         * GUI.h: add class GUIFloat
819
820         * ControlFloat.[Ch]: new files
821
822 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
823
824         * ControlPrint.C: #include Lassert.h here.
825
826 2001-07-26  Baruch Even  <baruch@lyx.org>
827
828         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
829         and png.
830
831 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
832
833         * ControlThesaurus.h:
834         * ControlThesaurus.C:
835         * GUI.h:
836         * Makefile.am: thesaurus support
837
838 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
839
840         * ControlInclude.h:
841         * ControlInclude.C: implement ability to load file
842
843 2001-07-18  Juergen Vigna  <jug@sad.it>
844
845         * ControlSearch.C (replace): changes to lyxfind.h function calls.
846
847 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
848
849         * biblio.C (getInfo): add a .c_str() to handle the usual
850         stringstream pain.
851
852 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
853
854         * ControlCitation.[Ch]: changes associated with adding natbib support.
855         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
856         New static variable citeStyles_.
857
858         * biblio.[Ch]: large internal rearrangement.
859         New public enum CiteStyle.
860         New public struct CitationStyle.
861         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
862         getNumericalStrings, getAuthorYearStrings
863         (simpleSearch, regexSearch): no longer publicly accessible.
864
865         * helper_funcs.C (getStringFromVector): bug fix.
866
867 2001-07-16  Baruch Even  <baruch@lyx.org>
868
869         * ControlVCLog.h: Added Lsstream.h to includes.
870
871 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
872
873         * ControlSpellchecker.[Ch]: remove d-tor.
874
875 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
876
877         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
878
879 2001-07-16  Juergen Vigna  <jug@sad.it>
880
881         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
882         compiled with USE_PSPELL) to be able to switch between ISpell and
883         PSpell classes.
884
885 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
886
887         Consistent use of Lsstream.h:
888         * ControlAboutlyx.[Ch] (getCredits):
889         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
890
891 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
892
893         * ControlCredits.[Ch]: removed
894         * ControlCopyright.[Ch]: removed
895         * ControlAboutlyx.[Ch]: added (replaces previous)
896         * GUI.h: removed credits and copyright added about lyx stuff
897
898 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
899
900         * ControlSpellchecker.C (getSuggestion):
901         (getWord): add std:: qualifier
902
903 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
904
905         * ControlSpellchecker.[Ch]: added
906         * ViewBase.h: added partialUpdate(int) member
907         * GUI.h: added spell stuff
908
909 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
910
911         * ControlExternal.C: (*it). -> it->
912
913 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
914
915         * ButtonController.h: move some included header files out of the
916         frontends and into here.
917
918 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
919
920         * ControlCharacter.C (c-tor): cosmetic name change of signal.
921
922 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
923
924         * *.[h]: added // -*- C++ -*-
925         * *.[C]: removed // -*- C++ -*-
926
927         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
928         activate Apply button.
929         (clearParams): removed.
930         font_ is now stored as a boost::scoped_ptr.
931         font_ is no longer deleted on hide(), so it's contents can now be used
932         by the Font button on the toolbar.
933         Lots of new methods so that the GUI can easily get the contents of
934         font_ when it update()s.
935
936 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
937
938         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
939         crash when the Font button on the Toolbar is pressed.
940
941         * GUI.h: change policy of Character button controller to
942         OkApplyCancelReadOnlyPolicy.
943
944 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
945
946         * ControlToc.C (getContents): don't add anything to the list if it
947         is supposed to be empty.
948
949 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
950
951         * helper_funcs.C (getVectorFromString): bug fix.
952
953 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
954
955         * ButtonController.h
956         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
957         from ButtonControllerBase::readOnly. Updates the state of the widgets
958         in the read-only list only when the read-only status of the document
959         changes.
960         (refresh): moved this stuff into refreshReadOnly.
961
962 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
963
964         * ControlPrint.C (c-tor):
965         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
966
967 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
968
969         * biblio.C:
970         * character.h: small clean-ups.
971
972 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
973
974         * ControlToc.C (getType): remove support for old float list.
975
976 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
977
978         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
979         * ControlGraphics.h: no longer include insetgraphicsParams.h
980         * ControlInset.h: no longer include LyXView.h
981
982         * ControlBibitem.C:
983         * ControlBibtex.C:
984         * ControlButtons.C:
985         * ControlCharacter.C:
986         * ControlCitation.C:
987         * ControlCommand.C:
988         * ControlConnections.C:
989         * ControlCopyright.C:
990         * ControlCredits.C:
991         * ControlError.C:
992         * ControlExternal.C:
993         * ControlGraphics.C:
994         * ControlInclude.C:
995         * ControlLog.C:
996         * ControlMinipage.C:
997         * ControlPreamble.C:
998         * ControlPrint.C:
999         * ControlRef.C:
1000         * ControlSearch.C:
1001         * ControlTabularCreate.C:
1002         * ControlToc.C:
1003         * ControlVCLog.C: they're now in here!
1004
1005 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1006
1007         * ButtonControllerBase.h: C++ mode, inherit privately from
1008         noncopyable
1009         * ButtonPolicies.h: ditto
1010
1011         * ButtonController.h: C++ mode, swap init order of restore_ and
1012         cancel_
1013
1014 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1015
1016         * ControlTabularCreate.h:
1017         * ControlTabularCreate.C: make dialogs use a pair of uints
1018           instead of a string
1019
1020         * ControlVCLog.h:
1021         * ControlVCLog.C: fill a stringstream with the log contents
1022         and then delete it
1023
1024         * ControlExternal.C: from Angus, clone the new InsetExternal
1025           before acting on it
1026
1027 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
1028
1029         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
1030         and made more robust.
1031
1032 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1033
1034         * ControlToc.C:
1035         * ControlSearch.C:
1036         * ControlPrint.C:
1037         * ControlPreamble.C:
1038         * ControlInclude.C:
1039         * ControlGraphics.C:
1040         * ControlExternal.C:
1041         * ControlCopyright.C: include gettext.h
1042
1043         * ControlCharacter.C:
1044         * character.C: include gettext.h and language.h
1045
1046 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1047
1048         * ButtonController.h:
1049         * ButtonControllerBase.h:
1050         * ButtonControllerBase.C:
1051         * ButtonPolicies.h:
1052         * ButtonPolicies.C:
1053         * ControlButton.h:
1054         * ControlButton.C:
1055         * ControlButtons.h:
1056         * ControlButtons.C:
1057         * ControlConnections.h:
1058         * ControlDialogs.h:
1059         * ControlInset.h:
1060         * ControlExternal.C:
1061         * Makefile.am:
1062         * README:
1063         * ViewBase.h: s/ControlButton/ControlButtons/
1064         s/popup/dialog/
1065         s/UndoAll/Restore/ + associated
1066
1067 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1068
1069         * ControlToc.[Ch]: new files; a controller for the TOC popup.
1070
1071         * GUI.h:
1072         * Makefile.am: associated changes with all of the above.
1073
1074 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1075
1076         * ControlExternal.C: bug fixes. Can now apply changes to the inset
1077         and edit, view, update the External Material correctly. I hope!
1078
1079 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1080
1081         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
1082
1083         * BCTemplates.h: renamed as ButtonController.h
1084
1085         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
1086
1087         * ViewBase.h:
1088         * ControlConnections.h: associated change in #include and class names.
1089
1090         * ControlExternal.[Ch]: new files; a controller for the External
1091         Material popup.
1092
1093         * GUI.h:
1094         * Makefile.am: associated changes with all of the above.
1095
1096         * ControlGraphics.[Ch]:
1097         * ControlInclude.[Ch]:
1098         * ControlPrint.[Ch]:
1099         (lv): removed.
1100         (Browse): new method. Returns the results of a FileDialog browse.
1101
1102         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
1103         (getVectorFromString): fixed bug.
1104
1105         * biblio.C (simpleSearch): cleaned up.
1106
1107 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1108
1109         * A slight reworking of Baruch Even's ButtonController patch.
1110
1111         * BCTemplates.h: new file; all the templates for the ButtonController.
1112         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
1113         to the more generic setButtonLabel().
1114
1115         * ButtonController.[Ch]: renamed cancel_label and close_label as
1116         cancel_label_ and close_label_.
1117
1118         * Makefile.am: added BCTemplates.h
1119
1120 2001-03-29  Juergen Vigna  <jug@sad.it>
1121
1122         * ControlMinipage.C: removed widthp_ and all it's functions and changed
1123         to use new %-lengths of LyXLength.
1124
1125 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1126
1127         * ControlCitation.C (bibkeysInfo): removed Assert.
1128
1129         * ControlCopyright.h: moved GUICopyright into GUI.h
1130
1131         * GUI.h: see above.
1132
1133 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1134
1135         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
1136         (setDaughterParams): a (by default empty) new method called in show().
1137
1138         * ControlBibitem.h:
1139         * ControlBibtex.h:
1140         * ControlError.h:
1141         * ControlInclude.h:
1142         * ControlMinipage.h:
1143         * ControlRef.h:
1144         * ControlSearch.h:
1145         * ControlUrl.h (clearDaughterParams): removed
1146
1147         * ControlMinipage.C (applyParamsToInset): update the view.
1148         Added namespace minipage containing a helper function getUnits.
1149
1150         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
1151
1152         * ControlCharacter.[Ch]: moved out all the helper functions and the
1153         enum into their own file.
1154         * character.[Ch]: new files; contain the character helper functions,
1155         now inside namespace character.
1156
1157         * ControlCitation.[Ch]: moved out all the helper functions and the
1158         enums into their own file. Simplified interface.
1159         * biblio.[Ch]: new files; contain the citation helper functions,
1160         now inside namespace biblio. Will be of use also to an improved
1161         BibTeX popup.
1162
1163         * ControlGraphics.[Ch]:
1164         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
1165         popups, respectively.
1166
1167         * GUI.h:
1168         * Makefile.am: associated changes.
1169
1170 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1171
1172         * ControlMinipage.[Ch]:
1173         * ControlPreamble.[Ch]:
1174         * ControlPrint.[Ch]:
1175         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
1176         and Print popups and Splash screen, respectively.
1177
1178         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
1179         screens.
1180
1181         * GUI.h:
1182         * Makefile.am: associated changes.
1183
1184 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1185
1186         * ControlConnections.[Ch]: (docType): new method; returns the type
1187         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
1188
1189         * ControlRef.[Ch]:
1190         * ControlSearch.[Ch]:
1191         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
1192         Search and TabularCreate popups, respectively.
1193
1194         * GUI.h:
1195         * Makefile.am: associated changes.
1196
1197 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1198
1199         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
1200         contains data.
1201
1202         * ControlInset.h (apply): fix bug. Can now create new insets again.
1203
1204         * README: describe program flow.
1205
1206 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1207
1208         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
1209
1210 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1211
1212         * ControlDialogs.h: moved class ControlInset into its own file.
1213
1214         * ControlInset.h: new file. class ControlInset has been expanded to take
1215         two template parameters, Inset and Params. Believe that all inset
1216         controllers can be derived from this with the minimum of effort.
1217
1218         * ControlBibitem.[Ch]:
1219         * ControlBibtex.[Ch]:
1220         * ControlCitation.[Ch]:
1221         * ControlCommand.[Ch]: moved most code into ControlInset.
1222
1223         * lots of files. Moved protected stuff into private where possible.
1224
1225         * ControlError.[Ch]:
1226         * ControlInclude.[Ch]:
1227         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
1228         Include and Url popups, respectively.
1229
1230         * GUI.h:
1231         * Makefile.am: associated changes.
1232
1233 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1234
1235         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
1236         vector<string>.
1237
1238 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1239
1240         * ControlCredits.C (getCredits): remove std:: qualifier for
1241         getline().
1242
1243 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1244
1245         * ControlCredits.C (getCredits): add std:: on vector
1246
1247 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1248
1249         * ControlCredits.C: remove using that is only used once, use
1250         std::ios instead of std::iosbase, add some annoying comments.
1251
1252 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1253
1254         * lots of header files: improved explanatory notes.
1255
1256         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
1257         ControlBase is now a class that only controls the interaction of the
1258         View with the ButtonController.
1259
1260         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
1261         to ControlConnectBase. The class controls the connection/disconnection
1262         of signals from the LyX kernel and makes available the kernel (through
1263         lv_) to daughter controller classes.
1264         Moved out class ControlConnectInset to a new file ControlDialogs.h.
1265
1266         * ControlDialogs.h: new file. Contains the definition of two template
1267         controller classes, ControlDialog and ControlInset (was
1268         ControlConnectInset). ControlInset is a parent class for controllers
1269         of inset-popups. ControlDialogs is the rather uninspired name for
1270         the base class of all non-inset popups. (Eg, Document and Paragraph.)
1271         ControlDialogs is reaching a state of maturity as several popups now use
1272         it and its functionality becomes clear. ControlInset is still in a state
1273         of flux. It is likely that functionality will be moved out of
1274         ControlCommands and into it.
1275
1276         * GUI.h: new file. Moved all the template GUIXXX classes out of the
1277         individual Controller header files and into one place. These classes
1278         serve only as convenient wrappers to simplify code in the respective
1279         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
1280
1281         * ControlCharacter.[Ch] (show, update, hide):
1282         * ControlLog.[Ch] (show, update, hide):
1283         * ControlVCLog.[Ch] (show, update, hide): moved back into
1284         the ControlDialogs base class.
1285         (setParams, clearParams): new methods containing controller-specific
1286         code to set/reset the parameters manipulated by the view.
1287
1288         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
1289         empty.
1290         (hide): calls clearParams.
1291
1292         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
1293         by ControlCommand::hide().
1294
1295         * ControlCopyright.[Ch]:
1296         * ControlCredits.[Ch]: new files; controllers for the copyright and
1297         credits popups, respectively.
1298
1299 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1300
1301         * ControlCharacter.C: fix typo
1302
1303 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1304
1305         * ControlCharacter.[Ch]: new files; controller for the character popup.
1306
1307         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
1308         moved to new files helper_funcs.[Ch].
1309
1310         * helper_funcs.[Ch]: new files. Some useful helper functions and
1311         functors.
1312
1313         * Makefile.am: added new files.
1314
1315 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1316
1317         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
1318
1319 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1320
1321         * ControlLog.[Ch]:
1322         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
1323         Control log files, respectively.
1324
1325         * Makefile.am: added new files.
1326
1327 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1328
1329         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
1330
1331         * Makefile.am: added ControlBibtex.[Ch].
1332
1333 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1334
1335         * ControlBibitem.C:
1336         * ControlCitation.C: added "using SigC::slot" declaration.
1337
1338         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
1339         to FormCitation.C prior to the merger: "Do not put space between
1340         multiple keys".
1341
1342 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1343
1344         * several files: remove CXX_WORKING_NAMESPACES
1345
1346         * ButtonController.h: noncopyable is in namespace boost
1347         * ButtonPolicies.h: ditto
1348
1349 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1350
1351         * Merging changes from BRANCH_MVC back into HEAD.
1352
1353 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1354
1355         * Makefile.am: add ControlBibitem.[Ch].
1356
1357         * ControlBibitem.[Ch]: new files that together define the Controller
1358         for a Bibitem popup.
1359
1360         * ControlCommand.h (c-tor): give  kb_action a default value of
1361         LFUN_NOACTION.
1362
1363         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
1364
1365         * ControlCitation.[Ch]: moved search functions out of class.
1366         (bibkeysInfo): new method. Returns const reference to private data.
1367         (searchKeys): added case-sensitive switch. Used only by simpleSearch
1368         for now.
1369
1370 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1371
1372         * ControlCitation.[Ch]: added Search functions to the class,
1373         (shamelessly lifted from Marco's gnome code). I think that these would
1374         be better as helper functions outside the class, but this is a first
1375         stab at it.
1376
1377 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1378
1379         * ControlCitation.[Ch]: (getBibkeyList): removed from class
1380         ControlCitation.
1381         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
1382         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
1383         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
1384         implementation of FormCitation.
1385
1386 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1387
1388         * ButtonPolicies.h: add SMI_NOOP to enum.
1389
1390         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
1391
1392         * ButtonController.C (input): add "optimising" if-statement. Actually,
1393         things don't work correctly without it...
1394
1395 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1396
1397         * ViewBase.h: remove #pragma directive
1398
1399         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
1400         to make g++ happy.
1401
1402 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1403
1404         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
1405
1406         * Makefile.am: added ButtonPolicies.[Ch]
1407
1408         * ButtonController.[Ch]: ButtonController is split into
1409         ButtonControllerBase and a template ButtonController class. The base
1410         class no longer stores a pointer to a ButtonPolicy, but instead
1411         accesses the actual instantiation of the policy through a pure virtual
1412         method bp(). This method and the ButtonPolicy itself are instantiated
1413         in the templatised ButtonController class. This class is derived from
1414         the GUI-specific GUIBC class, meaning that the frontends know
1415         nothing about the actual policy decided upon by the controllers.
1416
1417         * ControlBase.[Ch]: No longer store the View or the ButtonController.
1418         Instead the actual instantiations are accessed through pure virtual
1419         methods view() and bc(). The daughter classes are responsible for the
1420         actual View and ButtonController.
1421
1422         * ControlCitation.h: the templatised class GUICitation instantiates
1423         the methods view() and bc(). It also stores the instances of the
1424         View and ButtonController.
1425
1426 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1427
1428         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
1429         also changed to ButtonController.
1430
1431         * ControlBase.[Ch]:
1432         * ControlConnections.[Ch]:
1433         * ControlCommand.[Ch]:
1434         * ControlCitation.[Ch]:
1435         * ViewBase.h: Changes associated with this.
1436
1437 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1438
1439         * ButtonControllerBase.[Ch]: new files. Split Allan's original
1440         xforms/ButtonController class into a GUI-I class (here) and an
1441         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
1442
1443         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
1444         from which all Dialog Controllers should be derived. the Controllers
1445         are GUI-independent, but are designed to control the behaviour of
1446         GUI-specific implementaions of each dialog.
1447
1448         * ControlConnections.[Ch]: new files. Classes controlling the
1449         connections of buffer-independent, buffer-dependent and Inset dialogs
1450         with the LyX kernel.
1451
1452         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
1453         InsetCommand subset of insets.
1454
1455         * ControlCitation.[Ch]: new files. The test specialisation! A
1456         controller for the Citation dialog.
1457
1458         * ViewBase.h: new file. ViewBase is an abstract base class from which
1459         GUI-specific dialogs should be derived. The functionality that the GUIs
1460         must now implement is much reduced.