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