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