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