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