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