]> git.lyx.org Git - features.git/blob - src/frontends/gtk/ChangeLog
disable conecpt checks for gtk dir, fix concept checks for qt
[features.git] / src / frontends / gtk / ChangeLog
1 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * Disable concept checks with the use of ugly preprocessor stuff
4         in several files. 
5
6 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7
8         * GView.C (hasFocus): new method, always returns true for now
9
10 2004-11-15  John Spray  <spray_john@users.sourceforge.net>
11
12         * The VSpace Dialog:
13           Dialogs.C, Makefile.am, GVSpace.C, GVSpace.h
14         * The Note Dialog:
15           Dialogs.C, Makefile.am, GNote.C, GNote.h
16         * The Float Dialog:
17           Dialogs.C, Makefile.am, GFloat.C, GFloat.h
18         * ghelpers.[Ch]: getGTKStockIcon added to choose gtk
19                 stock icons for FuncRequests, buildLengthNoRelUnitList()
20                 to get vector of units not containing "%"
21         * GToolbar.C: use getGTKStockIcon for toolbutton icons
22         * GMenubar.C: add icons to menu items
23
24 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
25
26         * The ERT dialog:
27           Dialogs.C, Makefile.am, GERT.C, GERT.h
28         * The Box dialog:
29           Dialogs.C, Makefile.am, GBox.C, GBox.h
30         * ghelpers.[Ch], GGraphics.[Ch]: new functions unitsComboFromLength
31                 and getDefaultUnit take functionality that was in GGraphics into
32                 ghelpers
33
34 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
35
36         * GToolbar.C (selected): use layoutSelected()
37
38 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
39
40         * GToolbar.C (selected, clicked):
41         * GMenubar.C (onCommandActivate): do not use the verbose argument
42         to dispatch
43
44 2004-11-04  John Spray  <spray_john@users.sourceforge.net>
45
46         * GWorkArea.C: convert GdkEventButton->state from
47                 gdk mouse button ids into mouse_button::state
48                 using gButtonToLyx function
49
50 2004-10-23  John Spray  <spray_john@users.sourceforge.net>
51
52         * ghelpers.[Ch]: Add buildLengthUnitList() to get vector of
53                 available length unit strings
54         * The Graphics dialog:
55           Dialogs.C, Makefile.am, GGraphics.C, GGraphics.h
56
57 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
58
59         * GWorkArea.C: allow user to scroll only one half workarea height
60         off the end of the document, and make the scrollbar and mousewheel
61         consistant in this respect.
62
63 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
64
65         * The Changes dialog
66         * Dialogs.C, Makefile.am, GChanges.C, GChanges.h
67         * ControlChanges.[Ch]: make accept() and reject() return bool
68         from findNextChange
69
70 2004-10-09  John Spray  <spray_john@users.sourceforge.net>
71
72         * The Log dialog
73         * Dialogs.C, GLog.C, GLog.h, Makefile.am, glade/log.glade
74
75 2004-10-08  John Spray  <spray_john@users.sourceforge.net>
76
77         * The ShowFile dialog
78         * Dialogs.C, GShowFile.C, GShowFile.h, Makefile.am
79         * The Texinfo dialog
80         * Dialogs.C, GTexinfo.C, GTexinfo.h, Makefile.am
81         * The ErrorList dialog
82         * Dialogs.C, GErrorList.C, GErrorList.h, Makefile.am
83         * GViewBase.[Ch]: implement setTitle for gtk windows.
84
85 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
86
87         * The Spellchecker dialog
88         * Dialogs.C, GSpellchecker.C, GSpellchecker.h, Makefile.am
89
90 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
91
92         * GView.C (c-tor): get the layout engine working correctly by
93         invoking Gtk::PACK_EXPAND_WIDGET for the main LyX screen.
94
95 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
96
97         * The MathsMatrix dialog
98         * Dialogs.C, GMathsMatrix.C, GMathsMatrix.h, Makefile.am
99
100 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
101
102         * GMenubar.C: use item->submenu() instead of
103         getMenu(item->submenuname) where item->submenuname is empty.
104         Fixes crash with "Figures" submenu.
105
106 2004-10-03  John Spray  <spray_john@users.sourceforge.net>
107
108         * GMenubar.C: add labels in MenuItems to display bindings
109         * GLyxKeySym.C: make print() output GTK+ style (Ctrl+N instead
110         of C-n)
111
112 2004-10-02  John Spray  <spray_john@users.sourceforge.net>
113
114         * The Table of Contents dialog
115         * Dialogs.C, GToc.C, GToc.h, Makefile.am
116
117 2004-09-29  John Spray  <spray_john@users.sourceforge.net>
118
119         * The Paragraph dialog
120         * Dialogs.C, GParagraph.C, GParagraph.h, Makefile.am
121
122 2004-09-28  John Spray  <spray_john@users.sourceforge.net>
123
124         * GToolbar.[Ch]: Use ComboBox instead of deprecated Combo for
125         GLayoutBox class
126
127 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
128
129         * lyx_gui.C (start): change comment
130         (start): use for_each instead of explicit loop
131
132         * GWorkArea.h: store shared_ptr in the Maps.
133
134         * GWorkArea.C (~ColorCache): delete
135         (getColor): adjust
136         (getXftColor): adjust
137         (cacheColor): adjust
138         (cacheXftColor): adjust
139         (clear): simplify
140
141         * GView.C (GView): use show_all() instead of explict loop
142
143         * GMathPanel.C (doBuild): ws change
144
145 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
146
147         * The Character dialog
148         * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
149         glade/Makefile.am, glade/character.glade
150
151 2004-09-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
152
153         * GXpmBtnTbl.C (construct): use Boost.Assert
154
155         * GToolbar.C (update): make items const
156
157 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
158
159         * GBC.C: Don't let the button controller set the label on GTK+
160         stock icons
161         * GMathPanel.C: resize-friendly packing
162         * glade/*.glade: misc tweaks
163
164 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
165
166         * Reordered and a lot of includes in a lot of files.
167
168 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
169             John Spray  <spray_john@users.sourceforge.net>
170
171         * Initial move to gtk 2.4.
172
173 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
174
175         * WS changes.
176
177 2004-09-25  John Spray  <spray_john@users.sourceforge.net>
178
179         * GPrint.C: minor fixes to make it compile and work, get rid of
180         "Apply"
181         * Dialogs.C: move from FormPrint to GPrint
182         * Makefile.am: move from FormPrint to GPrint
183         * glade/print.glade: rearrange, gtk stock button for Print, get
184         rid of "Apply"
185
186 2004-09-24  John Spray  <spray_john@users.sourceforge.net>
187
188         * GSearch.[Ch]: new files
189         * Dialogs.C: move from formsearch to gsearch
190         * Makefile.am: move from formsearch to gsearch, alphabetically
191         sort list of libgtk_la_SOURCES
192         * glade/search.glade: s/Backwords/Backwards/, accelerator escape
193         for close button, gtk stock buttons for find and replace.
194
195 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
196
197         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
198         mouse-wheel scrolling of document
199
200 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
201
202         * GPainter.C (text): use boost::scoped_array to store the
203         temporary wchar_t pointer
204
205         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
206
207 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
208
209         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
210         implement
211         (set_read_callback,remove_read_callback): remove implementation
212
213         * io_callback.[Ch]: new files
214         * Makefile.am (libgtk_la_SOURCES): handle them
215
216 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
217
218         * lyx_gui.C (register_socket_callback): add stub
219         (unregister_socket_callback): add stub
220
221 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
222
223         * Makefile.am: dont create a separate xforms.lo use he files
224         directly when building libgtk instead.
225
226 2004-05-19  Angus Leeming  <leeming@lyx.org>
227
228         * Most files: wrap code up inside namespace lyx::frontend.
229
230 2004-05-04  Angus Leeming  <leeming@lyx.org>
231
232         * Dialogs.C: Remove "error" dialog identifier.
233
234 2004-04-28  Angus Leeming  <leeming@lyx.org>
235
236         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
237         LayoutBox.
238
239         * GView.C: small changes due to changed Toolbar API.
240
241 2004-04-28  Angus Leeming  <leeming@lyx.org>
242
243         * WorkAreaFactory.C (create): No longer passed x, y data.
244
245         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
246
247 2004-04-28  Angus Leeming  <leeming@lyx.org>
248
249         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
250
251         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
252         of GView::instance.
253
254         * GView.[Ch] (instance): removed.
255
256 2004-04-27  Angus Leeming  <leeming@lyx.org>
257
258         * GView.[Ch]: split the window into 'top', 'left', 'center',
259         'right' and 'bottom' boxes.
260         (getBox): accessor for a particular box.
261
262         * GMenubar.C (c-tor):
263         * GMiniBuffer.C (c-tor):
264         * GWorkArea.C (c-tor):
265         * GToolbar.C (add): access the correct Box in GView.
266
267         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
268         are flagged as 'ON'.
269
270 2004-04-27  Angus Leeming  <leeming@lyx.org>
271
272         * ghelpers.[Ch]: new files.
273         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
274         when looking for glade files.
275
276         * Makefile.am: add new files.
277
278         * GAboutlyx.C (doBuild):
279         * GMathDelim.C (doBuild):
280         * GMathPanel.C (doBuild):
281         * GPrint.C (doBuild):
282         * GTableCreate.C (doBuild):
283         * GText.C (doBuild):
284         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
285         Prevents crash when using a not-installed lyx executable.
286
287 2004-04-20  Angus Leeming  <leeming@lyx.org>
288
289         * Makefile.am (SUBDIRS): add gimages.
290
291         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
292
293         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
294
295         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
296         names of the individual files.
297         'make distdir' Now works when srcdir != builddir.
298
299 2004-04-08  Angus Leeming  <leeming@lyx.org>
300
301         * GPainter.C: compile fixes.
302
303 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
304
305         * GPainter.[Ch]: adjust to changes in Painter.h
306
307 2004-04-05  Angus Leeming  <leeming@lyx.org>
308
309         * Dialogs.C (build): set the preferences dialog button policy to
310         PreferencesPolicy.
311
312 2004-04-05  Angus Leeming  <leeming@lyx.org>
313
314         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
315
316 2004-03-31  Angus Leeming  <leeming@lyx.org>
317
318         * GViewBase.C: remove mention of ControlButtons.h.
319
320         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
321
322 2004-03-31  Angus Leeming  <leeming@lyx.org>
323
324         * Dialogs.C (build): added preamble dialog.
325
326 2004-03-31  Angus Leeming  <leeming@lyx.org>
327
328         * Dialogs.C (build): added spellchecker dialog.
329
330 2004-03-31  Angus Leeming  <leeming@lyx.org>
331
332         * Dialogs.C (build): added preferences dialog.
333
334 2004-03-30  Angus Leeming  <leeming@lyx.org>
335
336         * Dialogs.C (build) added document dialog.
337
338 2004-03-28  Angus Leeming  <leeming@lyx.org>
339
340         * Dialogs.C (build): added print dialog.
341
342 2004-03-27  Angus Leeming  <leeming@lyx.org>
343
344         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
345         dialogs. Removed latexlog.
346
347         * Makefile.am: associated changes.
348
349 2004-03-26  Angus Leeming  <leeming@lyx.org>
350
351         * Makefile.am: ensure that the build can find lyx_forms.h when
352         srcdir != builddir.
353
354 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
355
356         * GLyXKeySym.C (print): new method; print a keysym using
357         kb_keymap::printKeySym (should use some native gtk method instead)
358
359 2004-03-24  Angus Leeming  <leeming@lyx.org>
360
361         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
362         due to the changes in FuncStatus.
363
364         * GToolbar.C (update): ditto.
365
366         * lyx_gui.C (start): remove code to order buffers as it no longer
367         compiles and none of the other frontends do this anymore.
368
369 2004-03-17  Angus Leeming  <leeming@lyx.org>
370
371         * Makefile.am: remove mention of the forks dialog.
372
373 2004-02-09  Huang Ying <hying_caritas@163.com>
374
375         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
376         Button Table according to a set of xpm data or xbm data, is equivalent
377         with bmtable in xforms frontend.
378         * GMathPanel.C : revise using GXpmBtnTbl.
379         * gimages : a directory for xpm used in gtk frontend only.
380         * GMathDelim.C : math delimiter dialog.
381
382 2004-02-07  Huang Ying <hying_caritas@163.com>
383
384         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
385         facilitate setup buttons signal.
386         * GAboutLyx.C : using addxxx series functions.
387         * GTableCreate.C : using addxxx series functions.
388         * GText.C : using addxxx series functions.
389         * GUrl.C : using addxxx series functions.
390
391 2004-02-02  Huang Ying <hying_caritas@163.com>
392
393         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
394         charset, so change the convert function from Glib::locale_to_utf8
395         to Glib::convert(credit, "UTF-8", "ISO8859-1").
396
397 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
398
399         * Dialogs.C:
400         * Makefile.am: remove vclog (compile fix)
401
402 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
403
404         * Dialogs.C:
405         * Makefile.am: remove minipage
406
407 2003-10-30  Huang Ying  <hying_caritas@163.com>
408
409         * GToolbar.C : change layouts widget update code according xforms
410         fronetends to prevent layouts widget from disable always.
411
412 2003-10-28  Huang Ying  <hying_caritas@163.com>
413
414         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
415         interface changing.
416         * FileDialogPrivate.C : get rid of button support in FileDialog
417         because of the implementation of Gtk::FileSelection changed.
418         * glade/.cvsignore : add *.gladep, which is generated during editing
419         *.galde
420         * Add MathPanel, TableCreate and Url dialog
421
422 2003-10-15  José Matos  <jamatos@lyx.org>
423
424         * lyx_gui.C (start): add lyxsocket.
425         (LyX_XErrHandler): fix call to emergencyCleanup.
426
427 2003-10-14  Angus Leeming  <leeming@lyx.org>
428
429         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
430
431 2003-10-13  José Matos  <jamatos@lyx.org>
432
433         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
434         remove_datasocket_callback, remove_serversocket_callback):
435         prefix those fucntions with lyx_gui:: to link correctly.
436
437         * lyx_gui.C (start): fix call to dispatch.
438
439 2003-10-13  Angus Leeming  <leeming@lyx.org>
440
441         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
442         remove_datasocket_callback, remove_serversocket_callback):
443         placeholder functions, enabling the frontend to be linked.
444
445 2003-10-08  Angus Leeming  <leeming@lyx.org>
446
447         Fix doxygen warnings.
448
449         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
450         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
451         * GView.C: \file GView.C -> \file gtk/GView.C
452         * GView.h: \file GView.h -> \file gtk/GView.h
453
454 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
455
456         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
457         adjust.
458         (onButtonClicked): take a FuncRequest
459         (update): adjust
460
461         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
462         (onSubMenuActivate): ditto
463         (onCommandActivate): pass MenuItem::func to dispatch
464
465         * LyXKeySymFactory.C (create): fix new bug
466
467         * GView.C (GView): fix new bug
468
469         * GToolbar.C (add): fix new bug
470
471 2003-09-18  Angus Leeming  <leeming@lyx.org>
472
473         * GPainter.C:
474         * GPainter.h:
475         * GWorkArea.C:
476         * GWorkArea.h:
477         * lyx_gui.C: rename EnumLColor as LColor_color.
478
479 2003-09-16  Angus Leeming  <leeming@lyx.org>
480
481         * GScreen.[Ch] (workarea):
482         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
483         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
484         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
485         move out-of-line.
486
487 2003-09-15  Angus Leeming  <leeming@lyx.org>
488
489         * GPainter.C: add #include "LColor.h".
490         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
491         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
492
493         * GScreen.C:
494         * GWorkArea.C: add #include "LColor.h".
495
496         * GWorkArea.h: remove #include "LColor.h".
497         change typedefs to take an EnumLColor arg rather than an LColor::color one.
498
499         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
500         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
501         than LColor::color ones.
502
503         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
504         than LColor::color ones.
505
506 2003-09-10  Angus Leeming  <leeming@lyx.org>
507
508         * GToolbar.C (onLayoutSelected): missed a change from a call to the
509         Buffer::params member variable to the Buffer::params() function.
510
511 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
512
513         * GPainter.C: change Assert to BOOST_ASSERT
514
515 2003-09-08  Angus Leeming  <leeming@lyx.org>
516
517         * GPainter.h: do not #include <config.h> in header files.
518
519 2003-09-02  Angus Leeming  <leeming@lyx.org>
520
521         * .cvsignore:
522         * glade/.cvsignore: new files.
523
524 2003-09-02  Angus Leeming  <leeming@lyx.org>
525
526         * all files: standard-conformant header blurbs.
527
528 2003-09-02  Huang Ying  <hying_caritas@163.com>
529
530         * initial release