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