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