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