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