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