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