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