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