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