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