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