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