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