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