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