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