]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
[lyx.git] / src / insets / ChangeLog
1 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * ExternalTemplate.C (read): the reading of external insets now checks
4         for \end_inset and removes it form the input stream.
5
6 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
7
8         * ExternalTemplate.h:
9         * ExternalTemplate.C:
10         * insetexternal.h:
11         * insetexternal.C: move form to GUII
12
13 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14
15         * insettoc.C (Ascii): use the Buffer typedefs
16
17 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18
19         * insettoc.C (Ascii): implement for dynamic number of lists
20
21         * insetcaption.[Ch]: update from new_insets branch
22         * insetfloat.[Ch]: ditto
23         
24 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
25
26         * insetexternal.C:
27         * figinset.C: use new File Dialog
28
29 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
30
31         * insettext.C: changes becuase of ParagraphParameters.
32
33 2001-02-28  Baruch Even  <baruch@ev-en.org>
34
35         * insetgraphics.C (updateInset): Changed due to the change in
36         GraphicsCache.
37
38 2001-02-26  Juergen Vigna  <jug@sad.it>
39
40         * insettext.C (SetFont): Set Undo only if we have selection (as it is
41         handled in LyXText).
42
43 2001-02-23  Juergen Vigna  <jug@sad.it>
44
45         * insettext.C (draw): some small repainting fixes.
46         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
47
48         * inset.C (LocalDispatch): changed action to be a kb_action (as it
49         should be) and not an int.
50         
51         * insettabular.C (LocalDispatch): ditto
52
53         * insettext.C (LocalDispatch): ditto
54
55         * insetcollapsable.C (LocalDispatch): ditto
56
57 2001-02-22  Juergen Vigna  <jug@sad.it>
58
59         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
60         DISPATCH it and we don't have a locking_inset.
61
62 2001-02-21  Baruch Even  <baruch@ev-en.org>
63
64         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
65         instead of GraphicsCacheItem *.
66
67 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
68
69         * insetcollapsable.C (getLyXText): add const qualifier to second
70         parameter. 
71
72 2001-02-22  Juergen Vigna  <jug@sad.it>
73
74         * insettext.C (getLyXText): honor the recursive parameter.
75         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
76
77         * inset.C (getLyXText): added bool recursive parameter.
78
79         * insettext.C (SetUpdateStatus): or the update codes.
80         (draw): check need_update with &.
81         (InsetButtonPress): set no_selection to not put a selection when
82         entering an inset and it is redraws in another spot.
83
84         * insettext.h: made need_update an int.
85
86 2001-02-20  Baruch Even  <baruch@ev-en.org>
87
88         * insetgraphics.h:
89         * insetgraphisc.C: Changed to use better semantics when loading images
90         for inline view. Now it doesn't keep the pixmap itself but it's holder.
91
92 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
93
94         * insetcommand.h:
95         * inseterror.h:
96         * insetgraphics.C: change name of "hide" signal to "hideDialog",
97         consistent with InsetTabular.
98         
99 2001-02-19  Juergen Vigna  <jug@sad.it>
100
101         * insettabular.C (LocalDispatch): implement PAGE up/down.
102
103         * insettext.C (draw): clear all of it on need_update==INIT too!
104
105         * insettabular.C (InsetUnlock): always clear the selection.
106
107         * inset.C (scroll): normally we only want to scroll the inset until
108         it is fully visible so if top_x + offset > 20 then just set scx to 0.
109
110 2001-02-14  Juergen Vigna  <jug@sad.it>
111
112         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
113         (resetPos): fixed scroll behaviour.
114         (LocalDispatch): do an update if moving cursor inside a table cell
115         requests a scroll of the tabular.
116
117 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
118
119         * insettext.C (textWidth): constify local var
120
121         * insettabular.C: small cleanup.
122
123         * insetfoot.C (Latex): constify local var
124
125         * insetcollapsable.C: small cleanup.
126
127         * figinset.C (runqueue): use compare instead of strcmp
128
129 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
130
131         * insettext.C:
132         * insetinfo.C: remove cruft
133
134 2001-02-14  Juergen Vigna  <jug@sad.it>
135
136         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
137
138 2001-02-13  Juergen Vigna  <jug@sad.it>
139
140         * insettext.C (InsertInset): don't move left (is this right?)
141
142         * insettabular.C (LocalDispatch): use of the no_draw variable
143
144         * insettabular.h: new no_draw variable to stop redraw
145
146         * insettabular.C (TabularFeatures): fixed update for alignment change
147
148 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
149
150         * insetinclude.C:
151         * insetbib.h:
152         * insetbib.C: move dialogs to frontends/
153
154 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
155
156         * insettext.C (LocalDispatch): Restore the language if the inset
157         becomes empty.
158
159 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
160
161         * insettext.C (moveRightIntern): Update the selection cursor.
162         (moveLeftIntern): Ditto.
163
164 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
165
166         * Makefile.am: remove BoundingBox.h
167
168         * BoundingBox.h: removed
169
170 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
171         
172         * insettext.C (LocalDispatch): Update selection cursor when moving 
173         cursor to the right.
174         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
175         (moveLeftIntern): Ditto.
176
177 2001-02-05  Baruch Even  <baruch.even@writeme.com>
178
179         * insetgraphics.C: Updated automatic image conversion, it now goes into
180         temporary directory instead of with the image itself.
181
182 2001-01-21  Baruch Even  <baruch@ev-en.org>
183
184         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
185         to EPS or PNG when needed (support bitmap graphics).
186
187 2000-11-02  Baruch Even  <baruch@ev-en.org>
188
189         * insetgraphics.C:
190         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
191         and removal of commented out code.
192
193 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
194
195         * insetbib.C (callback): Update citations if the key has changed.
196
197 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
198
199         * insetbib.C (InsetBibKey): Better computation of default key.
200         (getScreenLabel) Show both the key and the label.
201         (getBibLabel): New method.
202         (callback): Force a redraw if the inset have been changed.
203
204 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * insetref.C (getType, getName): Move methods from 
207         src/frontends/xforms/FormRef.C.
208
209 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
210
211         * insettabular.C: Various improvements (use only one dummy position).
212
213 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
214
215         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
216         par->bibkey->width. This fixes the crashes when running without
217         gui or when having included documents.
218
219 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
220
221         * insetcommand.C (getAsString, setFromString): Cleanup.
222
223 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
224
225         * insetref.C: Add the array InsetRef::types that contains
226         information about all supported reference types.
227
228 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
229
230         * lyxinset.h: remove trailing comma in enum.
231
232 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
233
234         * insettext.C: kill LyXBell.