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