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