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