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