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