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