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