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