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