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