]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
The dialogs/guiapi re-working.
[lyx.git] / src / frontends / controllers / ChangeLog
1 2002-08-15  Angus Leeming  <leeming@lyx.org>
2
3         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
4
5         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
6
7 2002-08-15  Angus Leeming  <leeming@lyx.org>
8
9         * lots: changed my email address to leeming@lyx.org.
10
11         * GUI.h: return it to private derivation from boost::noncopyable.
12
13 2002-08-14  Angus Leeming  <leeming@lyx.org>
14
15         * GUI.h: public derivation from boost::noncopyable.
16
17 2002-08-14  Angus Leeming  <leeming@lyx.org>
18
19         * GUI.h: class GUI deries from boost::noncopyable
20
21         * ControlButtons.h: no longer derives from DialogBase, but instead
22         derives directly from boost::noncopyable.
23
24         * ViewBase.h: derives from boost::noncopyable.
25
26         * ControlCharacter.C:
27         * ControlCommand.C:
28         * ControlConnections.C:
29         * ControlGraphics.C:
30         * ControlInclude.C:
31         * ControlParagraph.C:
32         * ControlPreamble.C:
33         * ControlPrint.C:
34         * ControlSearch.C:
35         * ControlSpellchecker.C:
36         * ControlTexinfo.C:
37         * ControlThesaurus.C:
38         rearrange #includes. Remove unnecessary ones.
39
40         * ControlError.h: add "insets/inseterror.h".
41
42         * helper_funcs.h: add necessary #includes.
43
44         * tex_helpers.[Ch]: add #pragma directives for g++.
45
46         * Makefile.am: remove src/frontends from -I list to compiler.
47
48 2002-08-13  Angus Leeming  <leeming@lyx.org>
49
50         * ControlConnections.C:
51         * ControlTexinfo.C:
52         changes due to the changed LyXView interface that now returns references
53         to member variables not pointers.
54
55 2002-08-12  Angus Leeming  <leeming@lyx.org>
56
57         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
58         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
59         for the most commonly accessed core methods, to minimise code
60         dependiencies.
61
62         * many files: use these wrappers and remove associated #includes.
63
64 2002-08-12  Angus Leeming  <leeming@lyx.org>
65
66         * ControlButtons.[Ch] (bc, view): no longer virtual.
67         (setView, setButtonController): new methods, invoked by GUI.
68
69         * ControlDialog.h (show):
70         * ControlInset.h (createInset, showInset): make public, so that GUI can
71         invoke them.
72
73         * GUI.h: GUI now contains a controller, rather than deriving from it.
74         remove all those friend functions since we can now access the show,
75         createInset, showInset controller methods.
76
77         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
78         (ViewBC): scrapped.
79
80         * character.h: #include a couple of STL files.
81
82 2002-08-08  John Levon  <levon@movementarian.org>
83
84         * ControlCommandBuffer.C: LyXAction cleanup
85  
86 2002-08-07  John Levon  <levon@movementarian.org>
87
88         * ControlSpellchecker.C: fix crash when spellchecker doesn't
89           initialise
90
91 2002-08-06  John Levon  <levon@movementarian.org>
92
93         * ControlSpellchecker.C:
94         * ControlSpellchecker.h: use WordLangTuple 
95  
96 2002-08-06  John Levon  <levon@movementarian.org>
97
98         * ControlSpellchecker.C: show an alert with the
99           error message on initialisation failure
100  
101 2002-08-04  John Levon  <levon@movementarian.org>
102
103         * ControlSpellchecker.h:
104         * ControlSpellchecker.C: some cleanups
105  
106         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/ 
107  <
108 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
109
110         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
111         the Dialogs::updateParagraph signal is emitted.
112
113 2002-08-02  Angus Leeming  <leeming@lyx.org>
114
115         * ControlCharacter.C (apply):
116         * ControlERT.C (applyParamsToInset):
117         * ControlParagraph.C (apply):
118         * ControlSearch.C (find, replace):
119         * ControlThesaurus.C (replace): changes due to LyXView::view() now
120         returning a boost::shared_ptr.
121
122 2002-08-01  John Levon  <levon@movementarian.org>
123
124         * ControlSendto.C: writeFile() change
125
126 2002-08-01  John Levon  <levon@movementarian.org>
127
128         * ControlSpellchecker.h:
129         * ControlSpellchecker.C: remove options
130
131 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
132
133         * several files: strip,frontStrip -> trim,ltrim,rtrim
134
135 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
136
137         * biblio.C (parseBibTeX): modify because of strip changes
138
139 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
140
141         * ControlFloat.[Ch]: Implement Wide Float toggle
142         Replace "allow_here_definitely" by "wide"
143
144 2002-07-22  Herbert Voss  <voss@lyx.org>
145
146         * ControlGraphics.C: small changes
147
148 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
149
150         * ControlToc.C: remove getType
151
152 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
153
154         * ControlCommandBuffer.C: don't add "" to history
155
156 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
157
158         * ControlRef.C: fix dispatch call nicely
159
160 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
161
162         * Makefile.am:
163         * ControlCommandBuffer.h:
164         * ControlCommandBuffer.C: add controller for command (mini) buffer
165           handling
166
167 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
168
169         * ControlRef.C: fix dispatch call
170
171 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
172
173         * ControlCharacter.C: use view_state_changed not setState
174
175 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
176
177         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
178
179 2002-07-15  Mike Fabian  <mfabian@suse.de>
180
181         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
182         of compare_no_case, because in turkish, 'i' is not the lowercase
183         version of 'I', and thus turkish locale breaks parsing of tags.
184
185 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
186
187         * ControlBibtex.C (applyParamsToInset): ws change
188
189 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
190
191         * ControlInclude.C: Add warning if absolute path name and
192         check_typeset is used together
193
194 2002-06-28  Angus Leeming  <leeming@lyx.org>
195
196         * ControlGraphics.C: changes associated with the name changes
197         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
198
199 2002-06-25  Angus Leeming  <leeming@lyx.org>
200
201         * ControlGraphics.C (readBB): Channges associated with the changed
202         interface to the graphics cache.
203
204 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
205
206         * ControlParagraph.C: layout as layout
207
208 2002-06-21  Angus Leeming  <leeming@lyx.org>
209
210         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
211         * tex_helpers.h: #include "LString.h".
212
213 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
214
215         * ControlBibtex.C:
216         * ControlBibitem.C: use repaint()
217
218 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
219
220         * ControlTexinfo.C: do the same for Texinfo
221
222         * tex_helpers.C: don't try to read a file that isn't there
223
224 2002-06-21  Herbert Voss  <voss@perce.de>
225
226         * ControlBibtex.C: do an automatic update, when no bst-list
227         exists
228
229 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
230
231         * GUI.h: createIndex() changed
232
233 2002-06-18  Herbert Voss  <voss@perce.de>
234
235         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
236         helperstuff. Now the bibtex gui can use some of these functions
237
238 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
239
240         * ControlGraphics.C: just make the mask *.*
241
242 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
243
244         * changes to simplify function setup, removal of a lot of includes.
245
246 2002-06-12  Angus Leeming  <leeming@lyx.org>
247
248         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
249
250 2002-06-12  Angus Leeming  <leeming@lyx.org>
251
252         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
253
254 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
255
256         * ControlParagraph.[Ch]: new paragraph controller
257         * GUI.h: add new controller
258         * Makefile.am: ditto
259
260 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
261
262         * GUI.h: do not include ButtonController.tmpl
263
264         * ControlInset.h: include ControlInset.tmpl
265
266         * ControlCitation.C: do not include ControlInset.tmpl
267         * ControlCommand.C: ditto
268         * ControlERT.C: ditto
269         * ControlError.C: ditto
270         * ControlExternal.C: ditto
271         * ControlFloat.C: ditto
272         * ControlGraphics.C: ditto
273         * ControlInclude.C: ditto
274         * ControlMinipage.C: ditto
275
276         * ControlDialog.tmpl: remove the Base:: prefix
277
278 2002-06-07  Angus Leeming  <leeming@lyx.org>
279
280         Fixes needed to compile with Compaq cxx 6.5.
281         * ControlDialog.tmpl: I have had to prefix base class methods with
282         Base:: Wierd!
283
284         * ControlInset.tmpl: #include a couple of headers.
285
286 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
287
288         * switch from SigC signals to boost::signals
289
290 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
291
292         * biblio.h: include vector
293
294         * biblio.C: change include order
295         (regexSearch): use boost regex and get rid of LRegex
296
297 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
298
299         * ControlAboutlyx.C:
300         * ControlBibitem.C:
301         * ControlBibtex.C:
302         * ControlCharacter.C:
303         * ControlCitation.C:
304         * ControlCommand.C:
305         * ControlConnections.C:
306         * ControlERT.C:
307         * ControlError.C:
308         * ControlExternal.C:
309         * ControlFloat.C:
310         * ControlForks.C:
311         * ControlGraphics.C:
312         * ControlInclude.C:
313         * ControlIndex.C:
314         * ControlLog.C:
315         * ControlMinipage.C:
316         * ControlPreamble.C:
317         * ControlPrint.C:
318         * ControlRef.C:
319         * ControlSearch.C:
320         * ControlSendto.C:
321         * ControlShowFile.C:
322         * ControlSpellchecker.C:
323         * ControlTabularCreate.C:
324         * ControlTexinfo.C:
325         * ControlThesaurus.C:
326         * ControlToc.C:
327         * ControlUrl.C:
328         * ControlVCLog.C: LyXView moved into frontends
329
330 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
331
332         * ControlExternal.C: add scoped_ptr.hpp
333
334         * ControlCharacter.h: use more specific smart_ptr header.
335
336 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
337
338         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
339
340 2002-05-13  Herbert Voss  <voss@perce.de>
341
342         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
343         like "Odland, G. and ... "
344         (parseBibTeX): fix bug with title and booktitle
345         and replace a \n with a space when one entry has more than
346         one line
347
348 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
349
350         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
351         "No change" and "Reset".
352
353         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
354         them at the front of the list.
355
356 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
357
358         * ControlGraphics.C: add some comments to the char * arrays.
359         Make rorigin_size const.
360
361 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
362
363         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
364         Enables the gui's to internationalise these strings.
365
366 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
367
368         * frnt_lang.C: fix build
369
370 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
371
372         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
373         If the the caller is the character dialog, add "No change" and "Reset"
374         to the vector, else don't.
375         Internationalise the GUI strings here rather than in the different
376         calling dialogs.
377         Sort the translated strings, albeit simply.
378
379 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
380
381         * character.[Ch]: rename namespace character as namespace frnt.
382
383         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
384         as several dialogs will use this info. The function now returns a
385         vector<LanguagePair> where LanguagePair is a display string and an
386         identifying string. The display string is internationalised.
387
388         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
389         the identifying strings, "No change" and "Reset".
390
391         * Makefile.am: add frnt_lang.[Ch].
392
393 2002-04-25  Herbert Voss  <voss@lyx.org>
394
395         * ControlSendto.C (allFormats): don't add the graphics extensions to the
396         export menu
397
398 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
399
400         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
401         BibTeX databases in a WYSIWYM way.
402
403 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
404
405         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
406         way past his use-by date.
407         Make use of the improved info from Buffer::getBibkeyList when using
408         \bibliography. Enables us to provide natbib support in this case too.
409
410 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
411
412         * ControlGraphics.C: pass the browseFile dialog a string of only those
413         formats that can currently be loaded by LyX.
414
415 2002-04-15  Herbert Voss  <voss@perce.de>
416
417         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
418         with something like ,,...blah...`` (two commas)
419
420 2002-04-14  Herbert Voss  <voss@perce.de>
421
422         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
423         into the support/lstrings for better use in other programs.
424
425         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
426         namespace anon and make globally accessible.
427         (familyName): test for the presence of a LaTeX Space at the front of
428         of a name; strip it if it exists.
429
430 2002-04-11  Herbert Voss  <voss@perce.de>
431
432         * ControlGraphics.C: expand "browse-string" to all available formats
433
434 2002-04-11  Herbert Voss  <voss@perce.de>
435
436         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
437
438 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
439
440         * ControlAboutlyx.C (getVersion): two _() forgotten
441
442 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
443
444         * ControlGraphics.C:
445         * ControlPrint.C:
446         * ControlBibtex.C: make N_() be _()
447
448 2002-04-07  Herbert Voss  <voss@perce.de>
449
450         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
451
452 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
453
454         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
455         used when reading the BB.
456
457 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
458
459         * ControlGraphics.C (readBB): Don't open the ifstrem and then
460         check the format from the contents (and open a second ifstream in the
461         process. One at a time please.
462
463 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
464
465         * ControlRef.C (getBufferNum): squash warning message.
466
467 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
468
469         * ControlBibtex.C (Browse):
470         * ControlGraphics.C (Browse):
471         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
472
473         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
474
475         * ControlGraphics.C (applyParamsToInset): pass filepath to
476         InsetGraphics::updateInset.
477
478 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
479
480         * most files: ws cleanup
481
482 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
483
484         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
485         for it.
486
487 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
488
489         * ControlGraphics.C:
490         * ControlInclude.C: better error messages
491
492 2002-03-11  Herbert Voss  <voss@lyx.org>
493
494         * biblio.C (parseBibTeX): fix another minibug with an
495         ending comma
496
497 2002-03-10  Herbert Voss  <voss@lyx.org>
498
499         * biblio.C (parseBibTeX): fix bug
500         (familyName): improve parsing
501
502 2002-03-09  Herbert Voss  <voss@lyx.org>
503
504         * ControlGraphics.[Ch]: adding checkFilename() for testing
505         of non-existing files
506
507 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
508
509         * ControlSendto.C (allFormats): fix a iterators are not pointers
510         problem.
511
512 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
513
514         * ControlShowFile.h: add a #include "LString.h"
515
516 2002-03-05  Herbert Voss  <voss@lyx.org>
517
518         * biblio.C (getInfo): simplify if using paragraph layout
519         "bibliography".
520
521 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
522
523         * biblio.C (getInfo): return the info field correctly if the key
524         is not a BibTeX one.
525         (parseBibTeX): fix crash when data.find('=') returns string::npos.
526
527 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
528
529         * ControlForks.[Ch]: new files. A controller for the Forked Child
530         processes dialog, enabling the user to see what forked processes
531         are running, and, if he so desires, to kill them.
532
533         * GUI.h: add class GUIForks.
534
535         * Makefile.am: add ControlForks.[Ch].
536
537         * ControlGraphics.C (getParams): small change due to change in
538         insetgraphics.
539
540 2002-02-21  Herbert Voss  <voss@lyx.org>
541
542         * biblio.C: fix bug with commentlines in a bibentry
543
544 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
545
546         * Makefile.am: simpler obj. file compile
547
548 2002-02-18  Herbert Voss  <voss@lyx.org>
549
550         * ControlGraphics.[Ch]: remove help-file call
551
552 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
553
554         * helper_funcs.h: wrap the structs firster and seconder up in a
555         namespace to avoid clashes with those in lyxalgo,h.
556
557         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
558         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
559
560 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
561
562         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
563         used.
564         * ControlTexinfo.C:
565         change Systemcalls::System to Systemcalls::Wait and
566         No change of functionality, just reflects the stripped down Systemcalls
567         class.
568
569 2002-02-06  Herbert Voss  <voss@lyx.org>
570
571         * ControlGraphics.[C] (readBB): search also in
572         g'zipped files. If it is useful than PK and compress
573         should also be supported. use unzipFile() from
574         support/filetools
575
576 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
577
578         * ControlRef.C (getBufferName): new method to get a real buffer
579         name from an index.
580
581 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
582
583         * ControlTexInfo.[Ch]: Removed Help functions.
584
585 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
586
587         * ControlSpellchecker.C: clear any selection left
588         (bug #211)
589
590 2002-02-01  Herbert Voss  <voss@lyx.org>
591
592         * ControlGraphics.[C] (readBB): search only, if it is a
593         ".?ps" file and look for bb's at end of file
594
595 2002-01-30  Herbert Voss  <voss@lyx.org>
596
597         * ControlGraphic.[C]: do not search the whole file, when
598         getting the bb
599
600 2002-01-29  Herbert Voss  <voss@lyx.org>
601
602         * ControlGraphic.[C]: added a button for document path
603         when browsing -> bug 222
604
605 2002-01-27  Herbert Voss  <voss@lyx.org>
606
607         * ControlGraphic.[Ch]: added support for Bounding Box, other
608         small changes
609
610 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
611
612         * ControlAboutlyx.h:
613         * ControlTexinfo.h: added #include "LString.h" where they belong.
614
615 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
616
617         * ControlCitation.C:
618         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
619
620 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
621
622         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
623         bool return type.
624
625 2002-01-20  Herbert Voss  <voss@perce.de>
626
627         * ControlInclude.[Ch]: better control of unexistings files
628         when entered without the browser
629
630         * ControlGraphic.C (Browse): add extension "ps" when browsing for
631         a filename
632
633 2002-01-19  Herbert Voss  <voss@perce.de>
634
635         * biblio.C (getInfo): fix bug when no author is given
636
637         * biblio.C (parseBibTeX): change the parsing, so that
638         '#'-characters in a bibtex entry are no more a problem.
639
640 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
641
642         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
643         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
644
645         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
646
647 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
648
649         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
650
651         * ControlExternal.C (Browse): add a std:: qualifier
652
653 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
654
655         * ControlExternal.C (Browse): simplify to use browseRelFile
656
657 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
658
659         * ButtonController.tmpl: added // -*- C++ -*-
660
661         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
662         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
663         Needed in _one_ of the ControlCommand-derived classes only.
664
665 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
666
667         * ControlInset.h:
668         * ControlSearch.h: #include LString.h
669
670 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
671
672         * ButtonController.h: split into two. The definition remains in
673         ButtonController.h, the declaration is now in ButtonController.tmpl.
674         These template methods should be #included when the derived class is
675         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
676         and in the qt2 and gnome equivalents.
677
678         * ControlDialogs.h: removed. The definition of class ControlDialog is
679         now to be found in ControlDialog.h and the declaration of the methods
680         is in ControlDialog.tmpl. The two template instantiations are performed
681         in ControlDialog_impl.[Ch], new files also.
682
683         * ControlInset.h: split into two. The definition remains in
684         ControlInset.h, the declaration is now in ControlInset.tmpl.
685         These template methods should be #included derived class is
686         instantiated, in this case in 8 other .C files in this directory.
687
688         * ControlAboutlyx.[Ch]:
689         * ControlCharacter.[Ch]:
690         * ControlCommand.C:
691         * ControlERT.C:
692         * ControlError.C:
693         * ControlExternal.C:
694         * ControlFloat.C:
695         * ControlGraphics.C:
696         * ControlInclude.C:
697         * ControlLog.[Ch]:
698         * ControlMinipage.C:
699         * ControlPreamble.[Ch]:
700         * ControlPrint.[Ch]:
701         * ControlSearch.[Ch]:
702         * ControlShowFile.[Ch]:
703         * ControlSpellchecker.[Ch]:
704         * ControlTabularCreate.[Ch]:
705         * ControlTexinfo.[Ch]:
706         * ControlThesaurus.[Ch]:
707         * ControlVCLog.[Ch]: small changes associated with the above ones.
708
709         * GUI.h: #include the ButtonController and dialog controller files
710         here, rather than forward declare them. This is the correct place
711         for these #includes.
712
713         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
714         Rename ControlDialogs.h as ControlDialog.h.
715         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
716         EXTRA_DIST.
717
718 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
719
720         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
721
722 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
723
724         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
725         can be done)
726
727         * ControlGraphics.C (Browse): remove overzealous shortcut
728
729 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
730
731         * FormMinipage.C (apply, update): MinipageParams::width renamed
732         as MinipageParams::pageWidth. InsetMinipage::width  renamed
733         as InsetMinipage::pageWidth.
734
735 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
736
737         * ButtonController.h (refreshReadOnly): use explicit typename
738
739 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
740
741         * helper_funcs.h (browseFile): add default empty button descriptions.
742
743         * ControlGraphics.C (Browse):
744         * ControlBibtex.C (Browse):
745         * ControlInclude.C (Browse): add shortcuts to directory buttons
746
747 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
748
749         * ControlThesaurus.h:
750         * ControlThesaurus.C: update to Aiksaurus 0.14
751
752 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
753
754         * ControlSpellchecker.C (clearParams): show the closing message
755         only if some words have been checked, thereby fixing
756         bugzilla bug #52.
757
758 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
759
760         * ControlFloat.[Ch]: changes to prevent here definitely being used
761         with wide figures.
762
763 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
764
765         * ControlThesaurus.h: do not include <config.h> in header files
766
767 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
768
769         * ControlToc.C: changes for floatlist
770
771 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
772
773         * ControlVCLog.C: use _()
774
775 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
776
777         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
778         that for select.
779
780 2001-10-22  Juergen Vigna  <jug@sad.it>
781
782         * ControlSpellchecker.C (clearParams): use the error_ message of the
783         speller_ if available when the spellchecker died.
784         (setParams): remove double error message display.
785
786 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
787
788         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
789
790         * helper_funcs.[Ch] (getLatexUnits): see above.
791
792 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
793
794         * ControlTexinfo.C (getContents): use the right file for .sty files
795
796 2001-10-10  Herbert Voss  <voss@perce.de>
797
798         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
799         and some more stuff from FormTexinfo.C
800
801         * ControlShowFile.C: hiding the update-button
802
803 2001-10-09  Herbert Voss  <voss@perce.de>
804
805         * ControlTexinfo.[Ch]: new files. Display information about the
806         installed texfiles (cls,sty,bst).
807
808         * ControlShowFile.[Ch]: new files. Display the contents of a file.
809
810         * GUI.h: added classes GUIShowFile and GUITexinfo.
811
812         * Makefile.am: modified appropriately.
813
814 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
815
816         * ControlAboutlyx.C (getVersion): use lyx_version and
817         lyx_release_date instead of old macros
818
819 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
820
821         * ControlSpellchecker.C (check): Behaves well now when the spell
822         library doesn't know a replacement to an incorrect word.
823
824 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
825
826         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
827         the correct place. Can now check spelling more than once!
828
829 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
830
831         * ControlSplash.[Ch]: removed.
832
833         * GUI.h: remove GUISplash class.
834
835         * ViewBase.h: remove ViewSplash class.
836
837         * Makefile.am: remove ControlSplash.[Ch].
838
839 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
840
841         * ControlButtons.h: add variable emergency_exit_. If set to true, the
842         view will be shut down.
843
844         * ControlDialogs.h:
845         * ControlInset.h: act on emergency_exit_.
846
847         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
848         speller fails to launch.
849
850 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
851
852         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
853         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
854
855 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
856
857         * ControlRef.h (disconnectOnApply): new method. Set to true.
858         Perhaps make this user-modifiable?
859
860 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
861
862         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
863         extensions.
864
865 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
866
867         * ControlRef.C (getBufferList, getBufferNum): New methods
868
869 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
870
871         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
872         of the dialog when the Apply button is pressed. Defaults to false,
873         but can be overridden in the daughter classes.
874
875         * ControlCitation.h (disconnectOnApply): new method. Set to true.
876         Perhaps make this user-modifiable?
877
878 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
879
880         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
881         we have dialogs that update their contents when the buffer changes.
882         Rather embarassing, really!
883
884 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
885
886         * ControlSearch (replace): change semantics of replace to NOT move on
887         to the next instance of a word once the present instance has been
888         replaced unless we are replacing ALL instances of the word.
889
890 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
891
892         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
893
894 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
895
896         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
897         dialog, set all options to "reset", close the dialog, re-open it ->
898         the options are set incorrectly.
899
900         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
901         When Applying it's useful to know whether the dialog is about to close
902         or not (no point refreshing the display for example).
903
904         * ControlInset.C (apply): use isClosing.
905
906 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
907
908         * ControlInset.h:
909         * ControlDialogs.h: remove bc() hack, now fixed in
910           Qt2 frontend. use member dialog_built_ instead of shared
911           static.
912
913         * ButtonController.h:
914         * ButtonPolicies.C: more debug info
915
916         * ButtonControllerBase.C: call refresh() when setting readOnly !
917
918         * GUI.h: External form has apply, use the right policy
919
920         * character.C: fix two off-by-one errors when latex font was removed
921
922 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
923
924         * ControlInset.h (apply): tentative fix for the press Apply multiple
925         times and get multiple new Insets problem.
926
927 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
928
929         * ControlCharacter.C: fix typo
930
931         * ViewBase.h:
932         * ControlDialogs.C:
933         * ControlInsets.C: make sure dialog is built before it is shown, so
934           it works properly the very first time it is shown
935
936 2001-08-20  Herbert Voss  <voss@perce.de>
937
938         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
939         and styles. Added an option for "bibliography into toc"
940
941 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
942
943         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
944         LaTeX is no longer a font property.
945
946 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
947
948         * GUI.h: Button controller for Reference dialog changed to
949         NoRepeatedApplyReadOnlyPolicy.
950
951         * biblio.C (getInfo): output volume and number info. Move year to end
952         of string.
953
954 2001-08-09  Allan Rae  <rae@lyx.org>
955
956         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
957
958 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
959
960         * helper_funcs.C (getVectorFromString): fixed small bug.
961
962         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
963
964 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
965
966         * ControlSpellchecker.C: check next word after insert in personal dict
967
968 2001-08-06  Juergen Vigna  <jug@sad.it>
969
970         * ControlERT.[Ch]: new file
971
972 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
973
974         * ControlInset.h: const and non-const forms of params().
975
976         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
977         whitespace from either side of each item.
978
979 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
980
981         * ControlFloat.h: add a != operator for FloatParams.
982         Lars, how did you get this to compile!!!
983
984         * ControlMinipage.[Ch]: uncommented someone's commenting out of
985         operator != for MinipageParams. Who's changing stuff and not compiling?
986
987 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
988
989         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
990         ControlFloat.C
991
992         * GUI.h: add class GUIFloat
993
994         * ControlFloat.[Ch]: new files
995
996 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
997
998         * ControlPrint.C: #include Lassert.h here.
999
1000 2001-07-26  Baruch Even  <baruch@lyx.org>
1001
1002         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
1003         and png.
1004
1005 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1006
1007         * ControlThesaurus.h:
1008         * ControlThesaurus.C:
1009         * GUI.h:
1010         * Makefile.am: thesaurus support
1011
1012 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1013
1014         * ControlInclude.h:
1015         * ControlInclude.C: implement ability to load file
1016
1017 2001-07-18  Juergen Vigna  <jug@sad.it>
1018
1019         * ControlSearch.C (replace): changes to lyxfind.h function calls.
1020
1021 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1022
1023         * biblio.C (getInfo): add a .c_str() to handle the usual
1024         stringstream pain.
1025
1026 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1027
1028         * ControlCitation.[Ch]: changes associated with adding natbib support.
1029         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
1030         New static variable citeStyles_.
1031
1032         * biblio.[Ch]: large internal rearrangement.
1033         New public enum CiteStyle.
1034         New public struct CitationStyle.
1035         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
1036         getNumericalStrings, getAuthorYearStrings
1037         (simpleSearch, regexSearch): no longer publicly accessible.
1038
1039         * helper_funcs.C (getStringFromVector): bug fix.
1040
1041 2001-07-16  Baruch Even  <baruch@lyx.org>
1042
1043         * ControlVCLog.h: Added Lsstream.h to includes.
1044
1045 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
1046
1047         * ControlSpellchecker.[Ch]: remove d-tor.
1048
1049 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1050
1051         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
1052
1053 2001-07-16  Juergen Vigna  <jug@sad.it>
1054
1055         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
1056         compiled with USE_PSPELL) to be able to switch between ISpell and
1057         PSpell classes.
1058
1059 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1060
1061         Consistent use of Lsstream.h:
1062         * ControlAboutlyx.[Ch] (getCredits):
1063         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
1064
1065 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1066
1067         * ControlCredits.[Ch]: removed
1068         * ControlCopyright.[Ch]: removed
1069         * ControlAboutlyx.[Ch]: added (replaces previous)
1070         * GUI.h: removed credits and copyright added about lyx stuff
1071
1072 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1073
1074         * ControlSpellchecker.C (getSuggestion):
1075         (getWord): add std:: qualifier
1076
1077 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1078
1079         * ControlSpellchecker.[Ch]: added
1080         * ViewBase.h: added partialUpdate(int) member
1081         * GUI.h: added spell stuff
1082
1083 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1084
1085         * ControlExternal.C: (*it). -> it->
1086
1087 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1088
1089         * ButtonController.h: move some included header files out of the
1090         frontends and into here.
1091
1092 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1093
1094         * ControlCharacter.C (c-tor): cosmetic name change of signal.
1095
1096 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1097
1098         * *.[h]: added // -*- C++ -*-
1099         * *.[C]: removed // -*- C++ -*-
1100
1101         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
1102         activate Apply button.
1103         (clearParams): removed.
1104         font_ is now stored as a boost::scoped_ptr.
1105         font_ is no longer deleted on hide(), so it's contents can now be used
1106         by the Font button on the toolbar.
1107         Lots of new methods so that the GUI can easily get the contents of
1108         font_ when it update()s.
1109
1110 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1111
1112         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
1113         crash when the Font button on the Toolbar is pressed.
1114
1115         * GUI.h: change policy of Character button controller to
1116         OkApplyCancelReadOnlyPolicy.
1117
1118 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1119
1120         * ControlToc.C (getContents): don't add anything to the list if it
1121         is supposed to be empty.
1122
1123 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
1124
1125         * helper_funcs.C (getVectorFromString): bug fix.
1126
1127 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1128
1129         * ButtonController.h
1130         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
1131         from ButtonControllerBase::readOnly. Updates the state of the widgets
1132         in the read-only list only when the read-only status of the document
1133         changes.
1134         (refresh): moved this stuff into refreshReadOnly.
1135
1136 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
1137
1138         * ControlPrint.C (c-tor):
1139         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
1140
1141 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
1142
1143         * biblio.C:
1144         * character.h: small clean-ups.
1145
1146 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1147
1148         * ControlToc.C (getType): remove support for old float list.
1149
1150 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1151
1152         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
1153         * ControlGraphics.h: no longer include insetgraphicsParams.h
1154         * ControlInset.h: no longer include LyXView.h
1155
1156         * ControlBibitem.C:
1157         * ControlBibtex.C:
1158         * ControlButtons.C:
1159         * ControlCharacter.C:
1160         * ControlCitation.C:
1161         * ControlCommand.C:
1162         * ControlConnections.C:
1163         * ControlCopyright.C:
1164         * ControlCredits.C:
1165         * ControlError.C:
1166         * ControlExternal.C:
1167         * ControlGraphics.C:
1168         * ControlInclude.C:
1169         * ControlLog.C:
1170         * ControlMinipage.C:
1171         * ControlPreamble.C:
1172         * ControlPrint.C:
1173         * ControlRef.C:
1174         * ControlSearch.C:
1175         * ControlTabularCreate.C:
1176         * ControlToc.C:
1177         * ControlVCLog.C: they're now in here!
1178
1179 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1180
1181         * ButtonControllerBase.h: C++ mode, inherit privately from
1182         noncopyable
1183         * ButtonPolicies.h: ditto
1184
1185         * ButtonController.h: C++ mode, swap init order of restore_ and
1186         cancel_
1187
1188 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1189
1190         * ControlTabularCreate.h:
1191         * ControlTabularCreate.C: make dialogs use a pair of uints
1192           instead of a string
1193
1194         * ControlVCLog.h:
1195         * ControlVCLog.C: fill a stringstream with the log contents
1196         and then delete it
1197
1198         * ControlExternal.C: from Angus, clone the new InsetExternal
1199           before acting on it
1200
1201 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
1202
1203         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
1204         and made more robust.
1205
1206 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1207
1208         * ControlToc.C:
1209         * ControlSearch.C:
1210         * ControlPrint.C:
1211         * ControlPreamble.C:
1212         * ControlInclude.C:
1213         * ControlGraphics.C:
1214         * ControlExternal.C:
1215         * ControlCopyright.C: include gettext.h
1216
1217         * ControlCharacter.C:
1218         * character.C: include gettext.h and language.h
1219
1220 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1221
1222         * ButtonController.h:
1223         * ButtonControllerBase.h:
1224         * ButtonControllerBase.C:
1225         * ButtonPolicies.h:
1226         * ButtonPolicies.C:
1227         * ControlButton.h:
1228         * ControlButton.C:
1229         * ControlButtons.h:
1230         * ControlButtons.C:
1231         * ControlConnections.h:
1232         * ControlDialogs.h:
1233         * ControlInset.h:
1234         * ControlExternal.C:
1235         * Makefile.am:
1236         * README:
1237         * ViewBase.h: s/ControlButton/ControlButtons/
1238         s/popup/dialog/
1239         s/UndoAll/Restore/ + associated
1240
1241 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1242
1243         * ControlToc.[Ch]: new files; a controller for the TOC popup.
1244
1245         * GUI.h:
1246         * Makefile.am: associated changes with all of the above.
1247
1248 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1249
1250         * ControlExternal.C: bug fixes. Can now apply changes to the inset
1251         and edit, view, update the External Material correctly. I hope!
1252
1253 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1254
1255         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
1256
1257         * BCTemplates.h: renamed as ButtonController.h
1258
1259         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
1260
1261         * ViewBase.h:
1262         * ControlConnections.h: associated change in #include and class names.
1263
1264         * ControlExternal.[Ch]: new files; a controller for the External
1265         Material popup.
1266
1267         * GUI.h:
1268         * Makefile.am: associated changes with all of the above.
1269
1270         * ControlGraphics.[Ch]:
1271         * ControlInclude.[Ch]:
1272         * ControlPrint.[Ch]:
1273         (lv): removed.
1274         (Browse): new method. Returns the results of a FileDialog browse.
1275
1276         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
1277         (getVectorFromString): fixed bug.
1278
1279         * biblio.C (simpleSearch): cleaned up.
1280
1281 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1282
1283         * A slight reworking of Baruch Even's ButtonController patch.
1284
1285         * BCTemplates.h: new file; all the templates for the ButtonController.
1286         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
1287         to the more generic setButtonLabel().
1288
1289         * ButtonController.[Ch]: renamed cancel_label and close_label as
1290         cancel_label_ and close_label_.
1291
1292         * Makefile.am: added BCTemplates.h
1293
1294 2001-03-29  Juergen Vigna  <jug@sad.it>
1295
1296         * ControlMinipage.C: removed widthp_ and all it's functions and changed
1297         to use new %-lengths of LyXLength.
1298
1299 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1300
1301         * ControlCitation.C (bibkeysInfo): removed Assert.
1302
1303         * ControlCopyright.h: moved GUICopyright into GUI.h
1304
1305         * GUI.h: see above.
1306
1307 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1308
1309         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
1310         (setDaughterParams): a (by default empty) new method called in show().
1311
1312         * ControlBibitem.h:
1313         * ControlBibtex.h:
1314         * ControlError.h:
1315         * ControlInclude.h:
1316         * ControlMinipage.h:
1317         * ControlRef.h:
1318         * ControlSearch.h:
1319         * ControlUrl.h (clearDaughterParams): removed
1320
1321         * ControlMinipage.C (applyParamsToInset): update the view.
1322         Added namespace minipage containing a helper function getUnits.
1323
1324         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
1325
1326         * ControlCharacter.[Ch]: moved out all the helper functions and the
1327         enum into their own file.
1328         * character.[Ch]: new files; contain the character helper functions,
1329         now inside namespace character.
1330
1331         * ControlCitation.[Ch]: moved out all the helper functions and the
1332         enums into their own file. Simplified interface.
1333         * biblio.[Ch]: new files; contain the citation helper functions,
1334         now inside namespace biblio. Will be of use also to an improved
1335         BibTeX popup.
1336
1337         * ControlGraphics.[Ch]:
1338         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
1339         popups, respectively.
1340
1341         * GUI.h:
1342         * Makefile.am: associated changes.
1343
1344 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1345
1346         * ControlMinipage.[Ch]:
1347         * ControlPreamble.[Ch]:
1348         * ControlPrint.[Ch]:
1349         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
1350         and Print popups and Splash screen, respectively.
1351
1352         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
1353         screens.
1354
1355         * GUI.h:
1356         * Makefile.am: associated changes.
1357
1358 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1359
1360         * ControlConnections.[Ch]: (docType): new method; returns the type
1361         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
1362
1363         * ControlRef.[Ch]:
1364         * ControlSearch.[Ch]:
1365         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
1366         Search and TabularCreate popups, respectively.
1367
1368         * GUI.h:
1369         * Makefile.am: associated changes.
1370
1371 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1372
1373         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
1374         contains data.
1375
1376         * ControlInset.h (apply): fix bug. Can now create new insets again.
1377
1378         * README: describe program flow.
1379
1380 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1381
1382         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
1383
1384 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1385
1386         * ControlDialogs.h: moved class ControlInset into its own file.
1387
1388         * ControlInset.h: new file. class ControlInset has been expanded to take
1389         two template parameters, Inset and Params. Believe that all inset
1390         controllers can be derived from this with the minimum of effort.
1391
1392         * ControlBibitem.[Ch]:
1393         * ControlBibtex.[Ch]:
1394         * ControlCitation.[Ch]:
1395         * ControlCommand.[Ch]: moved most code into ControlInset.
1396
1397         * lots of files. Moved protected stuff into private where possible.
1398
1399         * ControlError.[Ch]:
1400         * ControlInclude.[Ch]:
1401         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
1402         Include and Url popups, respectively.
1403
1404         * GUI.h:
1405         * Makefile.am: associated changes.
1406
1407 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1408
1409         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
1410         vector<string>.
1411
1412 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1413
1414         * ControlCredits.C (getCredits): remove std:: qualifier for
1415         getline().
1416
1417 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1418
1419         * ControlCredits.C (getCredits): add std:: on vector
1420
1421 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1422
1423         * ControlCredits.C: remove using that is only used once, use
1424         std::ios instead of std::iosbase, add some annoying comments.
1425
1426 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1427
1428         * lots of header files: improved explanatory notes.
1429
1430         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
1431         ControlBase is now a class that only controls the interaction of the
1432         View with the ButtonController.
1433
1434         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
1435         to ControlConnectBase. The class controls the connection/disconnection
1436         of signals from the LyX kernel and makes available the kernel (through
1437         lv_) to daughter controller classes.
1438         Moved out class ControlConnectInset to a new file ControlDialogs.h.
1439
1440         * ControlDialogs.h: new file. Contains the definition of two template
1441         controller classes, ControlDialog and ControlInset (was
1442         ControlConnectInset). ControlInset is a parent class for controllers
1443         of inset-popups. ControlDialogs is the rather uninspired name for
1444         the base class of all non-inset popups. (Eg, Document and Paragraph.)
1445         ControlDialogs is reaching a state of maturity as several popups now use
1446         it and its functionality becomes clear. ControlInset is still in a state
1447         of flux. It is likely that functionality will be moved out of
1448         ControlCommands and into it.
1449
1450         * GUI.h: new file. Moved all the template GUIXXX classes out of the
1451         individual Controller header files and into one place. These classes
1452         serve only as convenient wrappers to simplify code in the respective
1453         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
1454
1455         * ControlCharacter.[Ch] (show, update, hide):
1456         * ControlLog.[Ch] (show, update, hide):
1457         * ControlVCLog.[Ch] (show, update, hide): moved back into
1458         the ControlDialogs base class.
1459         (setParams, clearParams): new methods containing controller-specific
1460         code to set/reset the parameters manipulated by the view.
1461
1462         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
1463         empty.
1464         (hide): calls clearParams.
1465
1466         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
1467         by ControlCommand::hide().
1468
1469         * ControlCopyright.[Ch]:
1470         * ControlCredits.[Ch]: new files; controllers for the copyright and
1471         credits popups, respectively.
1472
1473 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1474
1475         * ControlCharacter.C: fix typo
1476
1477 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1478
1479         * ControlCharacter.[Ch]: new files; controller for the character popup.
1480
1481         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
1482         moved to new files helper_funcs.[Ch].
1483
1484         * helper_funcs.[Ch]: new files. Some useful helper functions and
1485         functors.
1486
1487         * Makefile.am: added new files.
1488
1489 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1490
1491         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
1492
1493 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1494
1495         * ControlLog.[Ch]:
1496         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
1497         Control log files, respectively.
1498
1499         * Makefile.am: added new files.
1500
1501 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1502
1503         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
1504
1505         * Makefile.am: added ControlBibtex.[Ch].
1506
1507 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1508
1509         * ControlBibitem.C:
1510         * ControlCitation.C: added "using SigC::slot" declaration.
1511
1512         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
1513         to FormCitation.C prior to the merger: "Do not put space between
1514         multiple keys".
1515
1516 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1517
1518         * several files: remove CXX_WORKING_NAMESPACES
1519
1520         * ButtonController.h: noncopyable is in namespace boost
1521         * ButtonPolicies.h: ditto
1522
1523 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1524
1525         * Merging changes from BRANCH_MVC back into HEAD.
1526
1527 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1528
1529         * Makefile.am: add ControlBibitem.[Ch].
1530
1531         * ControlBibitem.[Ch]: new files that together define the Controller
1532         for a Bibitem popup.
1533
1534         * ControlCommand.h (c-tor): give  kb_action a default value of
1535         LFUN_NOACTION.
1536
1537         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
1538
1539         * ControlCitation.[Ch]: moved search functions out of class.
1540         (bibkeysInfo): new method. Returns const reference to private data.
1541         (searchKeys): added case-sensitive switch. Used only by simpleSearch
1542         for now.
1543
1544 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1545
1546         * ControlCitation.[Ch]: added Search functions to the class,
1547         (shamelessly lifted from Marco's gnome code). I think that these would
1548         be better as helper functions outside the class, but this is a first
1549         stab at it.
1550
1551 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1552
1553         * ControlCitation.[Ch]: (getBibkeyList): removed from class
1554         ControlCitation.
1555         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
1556         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
1557         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
1558         implementation of FormCitation.
1559
1560 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1561
1562         * ButtonPolicies.h: add SMI_NOOP to enum.
1563
1564         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
1565
1566         * ButtonController.C (input): add "optimising" if-statement. Actually,
1567         things don't work correctly without it...
1568
1569 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1570
1571         * ViewBase.h: remove #pragma directive
1572
1573         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
1574         to make g++ happy.
1575
1576 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1577
1578         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
1579
1580         * Makefile.am: added ButtonPolicies.[Ch]
1581
1582         * ButtonController.[Ch]: ButtonController is split into
1583         ButtonControllerBase and a template ButtonController class. The base
1584         class no longer stores a pointer to a ButtonPolicy, but instead
1585         accesses the actual instantiation of the policy through a pure virtual
1586         method bp(). This method and the ButtonPolicy itself are instantiated
1587         in the templatised ButtonController class. This class is derived from
1588         the GUI-specific GUIBC class, meaning that the frontends know
1589         nothing about the actual policy decided upon by the controllers.
1590
1591         * ControlBase.[Ch]: No longer store the View or the ButtonController.
1592         Instead the actual instantiations are accessed through pure virtual
1593         methods view() and bc(). The daughter classes are responsible for the
1594         actual View and ButtonController.
1595
1596         * ControlCitation.h: the templatised class GUICitation instantiates
1597         the methods view() and bc(). It also stores the instances of the
1598         View and ButtonController.
1599
1600 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1601
1602         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
1603         also changed to ButtonController.
1604
1605         * ControlBase.[Ch]:
1606         * ControlConnections.[Ch]:
1607         * ControlCommand.[Ch]:
1608         * ControlCitation.[Ch]:
1609         * ViewBase.h: Changes associated with this.
1610
1611 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1612
1613         * ButtonControllerBase.[Ch]: new files. Split Allan's original
1614         xforms/ButtonController class into a GUI-I class (here) and an
1615         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
1616
1617         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
1618         from which all Dialog Controllers should be derived. the Controllers
1619         are GUI-independent, but are designed to control the behaviour of
1620         GUI-specific implementaions of each dialog.
1621
1622         * ControlConnections.[Ch]: new files. Classes controlling the
1623         connections of buffer-independent, buffer-dependent and Inset dialogs
1624         with the LyX kernel.
1625
1626         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
1627         InsetCommand subset of insets.
1628
1629         * ControlCitation.[Ch]: new files. The test specialisation! A
1630         controller for the Citation dialog.
1631
1632         * ViewBase.h: new file. ViewBase is an abstract base class from which
1633         GUI-specific dialogs should be derived. The functionality that the GUIs
1634         must now implement is much reduced.