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