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