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