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