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