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