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