]> git.lyx.org Git - features.git/blob - src/frontends/gnome/ChangeLog
Finish the migration from namespace grfx to lyx::graphics.
[features.git] / src / frontends / gnome / ChangeLog
1 2003-07-21  Angus Leeming  <leeming@lyx.org>
2
3         * lyx_gui.C (reset): use namespace lyx::graphics rather than grfx
4         shortcut.
5
6 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7
8         * FileDialog.C: fix const type order
9
10 2003-02-21  Angus Leeming  <leeming@lyx.org>
11
12         * Timeout_pimpl.[Ch]: removed.
13         * gnomeTimeout.[Ch]: new files, replacing the above.
14         The gnomeTimeout class derives from Timeout::Impl.
15
16 2003-02-21  Angus Leeming  <leeming@lyx.org>
17
18         * FileDialog.C (FileDialog): no need for LyXView *.
19
20 2003-02-14  John Levon  <levon@movementarian.org>
21
22         * FileDialog.C: remove spurious allow/prohibitInput()
23
24 2003-02-12  Michael A. Koziarski  <michael@koziarski.com>
25
26         * GChanges.C
27         * GChanges.h
28         * dialogs/GChanges.glade: implement the Changes dialog
29
30 2003-02-01  Michael A. Koziarski  <michael@koziarski.org>
31
32         Major changes to make the gnome frontend compile and work again.
33
34         Credit to Martin Craig <martin@menudo.freeserve.co.uk> who
35         actually did the work, I just cleaned his patch up.
36
37         Removed Files:
38         * GUIRuntime.C
39
40         Added Files:
41         * Dialogs2.C
42         * Dialogs_impl.h
43         * lyx_gui.C
44
45         Changed Files:
46         * Dialogs.C
47         * FileDialog.C
48         * GAbout.[Ch]
49         * GERT.[Ch]
50         * GError.[Ch]
51         * GFloat.[Ch]
52         * GLog.[Ch]
53         * GPreamble.[Ch]
54         * GTabularCreate.[Ch]
55         * GUrl.[Ch]
56         * GnomeBase.[Ch]
57         * Makefile.am
58         * Timeout_pimpl.C
59
60 2002-12-16  Angus Leeming  <leeming@lyx.org>
61
62         * Makefile.am: remove the if USE_BASIC_IMAGE_LOADER test.
63
64 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
65
66         * several files: ws changes
67
68 2002-09-25  Angus Leeming  <leeming@lyx.org>
69
70         * Dialogs.C:
71         * FileDialog.C: doxygen fixes.
72
73         * GnomeBase.h: rename template FormCB as GnomeCB to avoid doxygen
74         problems with multiple classes (xforms amd gnome) having the same name.
75
76         * GAbout.[Ch]:
77         * GERT.[Ch]:
78         * GError.[Ch]:
79         * GFloat.[Ch]:
80         * GLog.[Ch]:
81         * GPreamble.[Ch]:
82         * GTabularCreate.[Ch]:
83         * GUrl.[Ch]: associated change.
84
85 2002-06-15  Michael A. Koziarski  <michael@koziarski.com>
86
87         * Dialogs.C
88         * Makefile.am: Necessary changes for the various new dialogs
89         * GERT.C
90         * GERT.h
91         * dialogs/GERT.glade: Make ERT Properties dialog follow the GNOME hig.
92         * GLog.C: use std::string, all the conversion is wasteful
93         * GFloat.C
94         * GFloat.h
95         * dialogs/GFloat.glade: Implement the Float Properties Dialog
96         * dialogs/GAbout.glade
97         * GAbout.C
98         * GAbout.h: Temporary Aboutlyx implementation, waiting on some
99         gtkmm  bugs to finalise it.
100
101 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
102
103         * gnomeBC.C: do not include ButtonController.tmpl
104
105 2002-06-03  Michael A. Koziarski  <michael@koziarski.com>
106
107         * dialogs/GLog.C
108         * GLog.C
109         * GLog.h: Implement Log view class
110         * accessors.py: update for new glade format
111
112 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
113
114         == Gtkmm2 upgrade ==
115
116         * dialogs/*: Updated to glade-2 format.
117         * Dialogs.C: add() calls updated
118         * GError.C
119         * GError.h
120         * GERT.C
121         * GERT.h
122         * GPreamble.C
123         * GPreamble.h
124         * GTabularCreate.C
125         * GTabularCreate.h
126         * GUIRunTime.C
127         * GUrl.C
128         * GUrl.h: updated for gtkmm2
129         * GnomeBase.C
130         * GnomeBase.h: updated for gtkmm2 and libglademm.
131         * gnome_helpers.C
132         * gnome_helpers.h: Cruft removed.  Blasted X.h #defines #undef'd
133         * Timeout_pimpl.C
134         * Timeout_pimpl.h
135         * GUIRuntime.C: fix up the references to Gnome::* to use Gtk::*,
136         slight other changes required
137         * Makefile.am: all neccessary changes, mostly including stuff
138         that's been moved into src/frontends/xforms
139
140
141
142 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
143
144         * FileDialog.C: LyXView moved into frontends/
145
146 2002-04-09  Michael A. Koziarski  <michael@koziarski.com>
147
148         * dialoges/GERT.glade
149         * dialoges/GError.glade
150         * dialoges/GUrl.glade
151         * dialoges/GTabularCreate.glade: Added, I left them out of the
152         last commit
153
154 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
155
156         * Makefile.am: change to work correctly with dist
157
158 2002-03-29  Michael A. Koziarski  <michael@koziarski.com>
159
160         * GPreamble.C
161         * GPreamble.h
162         * Makefile.am
163         * dialogs/GPreamble.glade:Implemented Preamble dialog
164         * Dialogs.C
165         * GERT.C
166         * GERT.h
167         * GTabularCreate.C
168         * GTabularCreate.h
169         * GUrl.C
170         * GUrl.h
171         * GError.C
172         * GError.h:  Renamed classes to match the filenames
173         * dialogs/GERT.glade
174         * dialogs/GTabularCreate.glade
175         * dialogs/GUrl.glade
176         * dialogs/GError.glade: FormX isn't used for classes or files, so
177         it shouldn't be used for ui files either.
178         * dialogs/FormERT.glade
179         * dialogs/FormTabularCreate.glade
180         * dialogs/FormUrl.glade
181         * dialogs/FormError.glade
182         * dialogs/diaerror.glade
183         * dialogs/diahelpcopyright.glade
184         * dialogs/diahelpcredits.glade
185         * dialogs/diainsertcitation.glade
186         * dialogs/diainsertindex.glade
187         * dialogs/diainserttabular.glade
188         * dialogs/diainserturl.glade
189         * dialogs/diaprint.glade
190         * dialogs/diatoc.glade: old glade files.  Removed
191
192 2002-03-26  Michael A. Koziarski  <michael@koziarski.com>
193
194         * Makefile.am: Moved all 4 active Form* dialogs to new Filenames.
195         * Dialogs.C: Fixes for the Renaming and #include cleanup
196         * GERT.C
197         * GERT.h
198         * GTabularCreate.C
199         * GTabularCreate.h
200         * GUrl.C
201         * GUrl.h
202         * GError.C
203         * GError.h: #include Fixes for the renaming.  cruft tidyup
204         * README: Reflect new naming convention
205         * GnomeBase.C: cleaned up use of dialog_.  Fix for bug #169,
206         Thanks Angus!
207         * FormCitation.C
208         * FormCitation.h
209         * FormCopyright.C
210         * FormCopyright.h
211         * FormCredits.C
212         * FormCredits.h
213         * FormIndex.C
214         * FormIndex.h
215         * FormPrint.C
216         * FormPrint.h
217         * FormRef.C
218         * FormRef.h
219         * FormToc.C
220         * FormToc.h: Removed, they're old, unused files.
221
222 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
223
224         * most files: ws cleanup
225
226 2002-03-16  Michael A. Koziarski  <michael@koziarski.com>
227
228         * Makefile.am: Cleanup and linking fix.
229         * README: Added procedure for adding a new dialog.
230         * Dialogs.C (tooltipsEnable): new method.
231
232 2002-03-14  Michael A. Koziarski  <michael@koziarski.org>
233
234         * Timeout_pimpl.C
235         * Timeout_pimpl.h: implemented running to fix compilation, linking
236         fix still to come
237
238 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
239
240         * docygen fixes.
241
242 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
243
244         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
245         your version of the xforms libraries is up to the task.
246
247         * Makefile.am: link in the xforms image loader if so configured.
248
249 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
250
251         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
252
253         * GUIRunTime.C (initialiseGraphics): new static method
254
255 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
256
257         * Makefile.am: get rid of LYX_LIBS
258
259 2002-02-10  Michael A. Koziarski  <michael@koziarski.com>
260
261         * FormERT.C
262         * FormERT.h
263         * Dialogs.C
264         * dialogs/FormERT.glade: Implemented FormERT, still seeing the
265         weird crashes
266         * GnomeBase.C: add debug message to help track down the "twice OK"
267         bug
268         * gnomeBC.C: Fix compilation
269
270 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
271
272         * Menubar_pimpl.C
273         * Menubar_pimpl.h
274         * mainapp.h
275         * mainapp.C: Removed,  We should behave similarly to the qt2
276         frontend, so I've removed the LyXGnomified and menubar code.  The
277         menubar wasn't working properly anyway.
278
279 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
280
281         * various:  Cleaned out the old stuff, standardised the new
282         stuff.
283         * GnomeBase.C
284         * GnomeBase.h: Changed the constructor to take one argument.  The
285         dialog name.  The path and name of the glade files can be
286         calculated from there.  These two now provide default validate() &
287         *Clicked functions.
288         * FormUrl.C
289         * FormUrl.h
290         * FormError.C
291         * FormError.h
292         * FormTabularCreate.C
293         * FormTabularCreate.h: updated them to use the new system.
294         Removed Local inline *Clicked functions as they're now in the base
295         class.
296         * README: new, brief outline of what I'm doing here.
297         * accessors.py: Described in README, generates the accessor
298         functions from the glade file.
299
300 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
301
302         * Menubar_pimpl.C
303         * Menubar_pimpl.h
304         * mainapp.h
305         * mainapp.C: Removed,  We should behave similarly to the qt2
306         frontend, so I've removed the LyXGnomified and menubar code.  The
307         menubar wasn't working properly anyway.
308
309 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
310
311         * Menubar_pimpl.C (composeUIInfo):
312         (update): use FuncStatus
313
314 2002-01-03  Michael Koziarski  <michael@koziarski.com>
315
316         * Dialogs.h: fix compilation.
317         * Makefile.am: ditto.
318         * GUIRunTime.C: ditto.  Supply a getScreenDPI().
319
320 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
321
322         * Timeout_pimpl.h: do not include <config.h> in header files.
323
324 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
325
326         * FormCitation.C:
327         * GUIRunTime.C: change "while(" to "while ("
328
329 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
330
331         * Dialogs.C: remove splash dialog code.
332
333         * Makefile.am: remove splash dialog files.
334
335 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
336
337         * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
338         (libgnome_la_SOURCES): sort
339
340 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
341
342         * GUIRunTime.C: initApplication() should take a int & argc, add debug
343
344 2001-07-19  Baruch Even  <baruch@lyx.org>
345
346         * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
347
348 2001-07-16  Baruch Even  <baruch@lyx.org>
349
350         * GUIRunTime.C: Added some functions that were required lately.
351
352 2001-07-16  Baruch Even  <baruch@lyx.org>
353
354         * Makefile.am:
355         * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
356         in repository until they get redone as About Dialog.
357
358         * FileDialog.C:
359         * Menubar_pimpl.C:
360         * Menubar_pimpl.h:
361         * mainapp.C:
362         * mainapp.h: Various fixed to get Gnome FE (FrontEnd) to compile again.
363
364 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
365
366         Consistent use of Lsstream.h:
367         * FormCredits.C (build): std::stringstream -> stringstream.
368
369 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
370
371         * gnomeBC.h: clean-up of included files.
372
373 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
374
375         * FileDialog.C:
376         * FormCitation.C:
377         * FormCopyright.C:
378         * FormCredits.C:
379         * FormError.C:
380         * FormIndex.C:
381         * FormPrint.C:
382         * FormRef.C:
383         * FormTabularCreate.C:
384         * FormToc.C:
385         * FormUrl.C:
386         * GnomeBase.C:
387         * Menubar_pimpl.C:
388         * gnome_helpers.C:
389         * mainapp.C: removed // -*- C++ -*- as first line.
390
391         * FormTabularCreate.h:
392         * FormToc.h:
393         * Timeout_pimpl.h: added // -*- C++ -*- as first line.
394
395 2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
396
397         * FormTabularCreate[Ch]:
398         * dialogs:
399         * Makefile.am:
400         * Dialogs.C:  Created the FormCharacter Dialog and altered the
401         other files to include it.
402
403 2001-04-29  Baruch Even  <baruch@lyx.org>
404
405         * Dialogs.C: Added an include for ControlSplash which is required
406         in GUI.h but is not included there.
407
408         * GnomeBase.C: Changed an Assert to lyx::Assert.
409
410 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
411
412         * FormIndex.C: delete duplicate include files
413
414 2001-04-16  Allan Rae  <rae@lyx.org>
415
416         * gnomeBC.C (setButtonLabel):
417         * Menubar_pimpl.C (updateAllLists):
418         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
419         an unrecognised preprocessor directive.  So ensure they're wrapped.
420
421 2001-04-03  Baruch Even  <baruch@lyx.org>
422
423         * FileDialog.C: Added file to provide the gnome file dialog.
424
425 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
426
427         * Dialogs.C: s/popup/dialog/
428
429         * FormUrl.C:
430         * GnomeBase.C:
431         * GnomeBase.h: s/ControlButton/ControlButtons/
432         s/UndoAll/Restore/
433
434 2001-04-02  Michael Koziarski  <michael@koziarski.org>
435
436         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
437
438         * gnome_helpers.C: Some castings to avoid compilation break.
439
440 2001-04-01  Baruch Even  <baruch@lyx.org>
441
442         * GUIRuntime.C (initApplication):  Changed strings to non-static.
443
444 2001-03-30  Baruch Even  <baruch@lyx.org>
445
446         * FormCredits.C: Added the formatting of the credits text.
447
448         * gnome_helpers.[Ch]: Added functions to get font name from font.
449
450 2001-03-30  Baruch Even  <baruch@lyx.org>
451
452         * GnomeBase.[Ch]: Added the dialog as a responsibility.
453
454         * FormUrl.[Ch]: Changed accordingly.
455         * FormCredits.[Ch]: ditto.
456
457         * gnomeBC.[Ch]: Fixed to get it to compile.
458
459         * gnome_helpers.h: Changed declaration from const char * to char const *
460
461 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
462
463         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
464
465 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
466
467         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
468         Code moved into the generic template base class. Replaced
469         setCancelCloseButton() with setButtonLabel().
470
471 2001-03-29  Baruch Even  <baruch@lyx.org>
472
473         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
474
475 2001-03-29  Baruch Even  <baruch@lyx.org>
476
477         * FormUrl.C (d-tor):
478         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
479         crashes on exit.
480
481         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
482
483 2001-03-29  Michael Koziarski  <michael@koziarski.org>
484
485         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
486
487         * Makefile.am: Added FormCredits.[Ch]
488
489         * FormCredits.[Ch]: Created FormCredits dialog using libglade
490         approach.  Text needs to be formatted still.
491
492         * dialogs/diahelpcredits.glade: Created file.
493
494 2001-03-26  Baruch Even  <baruch@lyx.org>
495
496         * Various files: Fixes to get the gnome frontend to compile again.
497         Removed most xforms dialogs in order to reduce compilation breaks caused
498         by the moves to MVC in the xforms frontend.
499
500         * GUIRuntime.C: Added libglade library initialization.
501
502         * gnomeBC.h:
503         * gnomeBC.C: Added file for the MVC support.
504
505         * gnome_helpers.h: Added file with support functions.
506
507         * GnomeBase.h:
508         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
509         libglade.
510
511         * FormUrl.h:
512         * FormUrl.C: Recreated the dialog in the MVC way.
513
514         * Timeout_pimpl.h:
515         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
516
517 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
518
519         * several files: remove CXX_WORKING_NAMESPACES
520
521 2001-03-11  Baruch Even  <baruch@lyx.org>
522
523         * Various files: More fixes to get it compiled again.
524
525 2001-03-06  Baruch Even  <baruch@lyx.org>
526
527         * Various files: Small fixes to get the gnome frontend to compile again.
528
529 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
530
531         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
532
533 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
534
535         * FormCitation.C: small cleanup.
536         (searchSimple): better localization of variables, don't use
537         sequencing operator if you don't have to.
538
539         * other: use compare instead of strcmp/strncmp