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