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