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