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