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