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