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