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