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