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