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