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