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