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