]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
Search the src tree for glade files, so preventing an unnecessary crash
[lyx.git] / src / frontends / gtk / ChangeLog
1 2004-04-27  Angus Leeming  <leeming@lyx.org>
2
3         * ghelpers.[Ch]: new files.
4         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
5         when looking for glade files.
6
7         * Makefile.am: add new files.
8
9         * GAboutlyx.C (doBuild):
10         * GMathDelim.C (doBuild):
11         * GMathPanel.C (doBuild):
12         * GPrint.C (doBuild):
13         * GTableCreate.C (doBuild):
14         * GText.C (doBuild):
15         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
16         Prevents crash when using a not-installed lyx executable.
17
18 2004-04-20  Angus Leeming  <leeming@lyx.org>
19
20         * Makefile.am (SUBDIRS): add gimages.
21
22         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
23
24         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
25
26         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
27         names of the individual files.
28         'make distdir' Now works when srcdir != builddir.
29
30 2004-04-08  Angus Leeming  <leeming@lyx.org>
31
32         * GPainter.C: compile fixes.
33
34 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
35
36         * GPainter.[Ch]: adjust to changes in Painter.h
37
38 2004-04-05  Angus Leeming  <leeming@lyx.org>
39
40         * Dialogs.C (build): set the preferences dialog button policy to
41         PreferencesPolicy.
42
43 2004-04-05  Angus Leeming  <leeming@lyx.org>
44
45         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
46
47 2004-03-31  Angus Leeming  <leeming@lyx.org>
48
49         * GViewBase.C: remove mention of ControlButtons.h.
50
51         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
52
53 2004-03-31  Angus Leeming  <leeming@lyx.org>
54
55         * Dialogs.C (build): added preamble dialog.
56
57 2004-03-31  Angus Leeming  <leeming@lyx.org>
58
59         * Dialogs.C (build): added spellchecker dialog.
60
61 2004-03-31  Angus Leeming  <leeming@lyx.org>
62
63         * Dialogs.C (build): added preferences dialog.
64
65 2004-03-30  Angus Leeming  <leeming@lyx.org>
66
67         * Dialogs.C (build) added document dialog.
68
69 2004-03-28  Angus Leeming  <leeming@lyx.org>
70
71         * Dialogs.C (build): added print dialog.
72
73 2004-03-27  Angus Leeming  <leeming@lyx.org>
74
75         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
76         dialogs. Removed latexlog.
77
78         * Makefile.am: associated changes.
79
80 2004-03-26  Angus Leeming  <leeming@lyx.org>
81
82         * Makefile.am: ensure that the build can find lyx_forms.h when
83         srcdir != builddir.
84
85 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
86
87         * GLyXKeySym.C (print): new method; print a keysym using
88         kb_keymap::printKeySym (should use some native gtk method instead)
89
90 2004-03-24  Angus Leeming  <leeming@lyx.org>
91
92         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
93         due to the changes in FuncStatus.
94
95         * GToolbar.C (update): ditto.
96
97         * lyx_gui.C (start): remove code to order buffers as it no longer
98         compiles and none of the other frontends do this anymore.
99
100 2004-03-17  Angus Leeming  <leeming@lyx.org>
101
102         * Makefile.am: remove mention of the forks dialog.
103
104 2004-02-09  Huang Ying <hying_caritas@163.com>
105
106         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
107         Button Table according to a set of xpm data or xbm data, is equivalent
108         with bmtable in xforms frontend.
109         * GMathPanel.C : revise using GXpmBtnTbl.
110         * gimages : a directory for xpm used in gtk frontend only.
111         * GMathDelim.C : math delimiter dialog.
112
113 2004-02-07  Huang Ying <hying_caritas@163.com>
114
115         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
116         facilitate setup buttons signal.
117         * GAboutLyx.C : using addxxx series functions.
118         * GTableCreate.C : using addxxx series functions.
119         * GText.C : using addxxx series functions.
120         * GUrl.C : using addxxx series functions.
121
122 2004-02-02  Huang Ying <hying_caritas@163.com>
123
124         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
125         charset, so change the convert function from Glib::locale_to_utf8
126         to Glib::convert(credit, "UTF-8", "ISO8859-1").
127
128 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
129
130         * Dialogs.C:
131         * Makefile.am: remove vclog (compile fix)
132
133 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
134
135         * Dialogs.C:
136         * Makefile.am: remove minipage
137
138 2003-10-30  Huang Ying  <hying_caritas@163.com>
139
140         * GToolbar.C : change layouts widget update code according xforms
141         fronetends to prevent layouts widget from disable always.
142
143 2003-10-28  Huang Ying  <hying_caritas@163.com>
144
145         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
146         interface changing.
147         * FileDialogPrivate.C : get rid of button support in FileDialog
148         because of the implementation of Gtk::FileSelection changed.
149         * glade/.cvsignore : add *.gladep, which is generated during editing
150         *.galde
151         * Add MathPanel, TableCreate and Url dialog
152
153 2003-10-15  José Matos  <jamatos@lyx.org>
154
155         * lyx_gui.C (start): add lyxsocket.
156         (LyX_XErrHandler): fix call to emergencyCleanup.
157
158 2003-10-14  Angus Leeming  <leeming@lyx.org>
159
160         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
161
162 2003-10-13  José Matos  <jamatos@lyx.org>
163
164         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
165         remove_datasocket_callback, remove_serversocket_callback):
166         prefix those fucntions with lyx_gui:: to link correctly.
167
168         * lyx_gui.C (start): fix call to dispatch.
169
170 2003-10-13  Angus Leeming  <leeming@lyx.org>
171
172         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
173         remove_datasocket_callback, remove_serversocket_callback):
174         placeholder functions, enabling the frontend to be linked.
175
176 2003-10-08  Angus Leeming  <leeming@lyx.org>
177
178         Fix doxygen warnings.
179
180         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
181         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
182         * GView.C: \file GView.C -> \file gtk/GView.C
183         * GView.h: \file GView.h -> \file gtk/GView.h
184
185 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
186
187         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
188         adjust.
189         (onButtonClicked): take a FuncRequest
190         (update): adjust
191
192         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
193         (onSubMenuActivate): ditto
194         (onCommandActivate): pass MenuItem::func to dispatch
195
196         * LyXKeySymFactory.C (create): fix new bug
197
198         * GView.C (GView): fix new bug
199
200         * GToolbar.C (add): fix new bug
201
202 2003-09-18  Angus Leeming  <leeming@lyx.org>
203
204         * GPainter.C:
205         * GPainter.h:
206         * GWorkArea.C:
207         * GWorkArea.h:
208         * lyx_gui.C: rename EnumLColor as LColor_color.
209
210 2003-09-16  Angus Leeming  <leeming@lyx.org>
211
212         * GScreen.[Ch] (workarea):
213         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
214         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
215         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
216         move out-of-line.
217
218 2003-09-15  Angus Leeming  <leeming@lyx.org>
219
220         * GPainter.C: add #include "LColor.h".
221         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
222         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
223
224         * GScreen.C:
225         * GWorkArea.C: add #include "LColor.h".
226
227         * GWorkArea.h: remove #include "LColor.h".
228         change typedefs to take an EnumLColor arg rather than an LColor::color one.
229
230         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
231         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
232         than LColor::color ones.
233
234         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
235         than LColor::color ones.
236
237 2003-09-10  Angus Leeming  <leeming@lyx.org>
238
239         * GToolbar.C (onLayoutSelected): missed a change from a call to the
240         Buffer::params member variable to the Buffer::params() function.
241
242 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
243
244         * GPainter.C: change Assert to BOOST_ASSERT
245
246 2003-09-08  Angus Leeming  <leeming@lyx.org>
247
248         * GPainter.h: do not #include <config.h> in header files.
249
250 2003-09-02  Angus Leeming  <leeming@lyx.org>
251
252         * .cvsignore:
253         * glade/.cvsignore: new files.
254
255 2003-09-02  Angus Leeming  <leeming@lyx.org>
256
257         * all files: standard-conformant header blurbs.
258
259 2003-09-02  Huang Ying  <hying_caritas@163.com>
260
261         * initial release