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