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