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