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