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