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