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