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