]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
a0689fe7e55e62995b1b36a28590673c65e51907
[lyx.git] / src / frontends / gnome / ChangeLog
1 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * FormIndex.C: delete duplicate include files
4
5 2001-04-16  Allan Rae  <rae@lyx.org>
6
7         * gnomeBC.C (setButtonLabel): 
8         * Menubar_pimpl.C (updateAllLists): 
9         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
10         an unrecognised preprocessor directive.  So ensure they're wrapped. 
11
12 2001-04-03  Baruch Even  <baruch@lyx.org>
13
14         * FileDialog.C: Added file to provide the gnome file dialog.
15
16 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
17
18         * Dialogs.C: s/popup/dialog/
19
20         * FormUrl.C:
21         * GnomeBase.C:
22         * GnomeBase.h: s/ControlButton/ControlButtons/
23         s/UndoAll/Restore/
24         
25 2001-04-02  Michael Koziarski  <michael@koziarski.org>
26
27         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
28
29         * gnome_helpers.C: Some castings to avoid compilation break.
30
31 2001-04-01  Baruch Even  <baruch@lyx.org>
32
33         * GUIRuntime.C (initApplication):  Changed strings to non-static.
34
35 2001-03-30  Baruch Even  <baruch@lyx.org>
36
37         * FormCredits.C: Added the formatting of the credits text.
38
39         * gnome_helpers.[Ch]: Added functions to get font name from font.
40
41 2001-03-30  Baruch Even  <baruch@lyx.org>
42
43         * GnomeBase.[Ch]: Added the dialog as a responsibility.
44
45         * FormUrl.[Ch]: Changed accordingly.
46         * FormCredits.[Ch]: ditto.
47
48         * gnomeBC.[Ch]: Fixed to get it to compile.
49
50         * gnome_helpers.h: Changed declaration from const char * to char const *
51
52 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
53
54         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
55
56 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
57
58         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
59         Code moved into the generic template base class. Replaced
60         setCancelCloseButton() with setButtonLabel().
61
62 2001-03-29  Baruch Even  <baruch@lyx.org>
63
64         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
65
66 2001-03-29  Baruch Even  <baruch@lyx.org>
67
68         * FormUrl.C (d-tor):
69         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
70         crashes on exit.
71
72         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
73
74 2001-03-29  Michael Koziarski  <michael@koziarski.org>
75
76         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
77
78         * Makefile.am: Added FormCredits.[Ch]
79
80         * FormCredits.[Ch]: Created FormCredits dialog using libglade
81         approach.  Text needs to be formatted still.
82
83         * dialogs/diahelpcredits.glade: Created file.
84
85 2001-03-26  Baruch Even  <baruch@lyx.org>
86
87         * Various files: Fixes to get the gnome frontend to compile again. 
88         Removed most xforms dialogs in order to reduce compilation breaks caused
89         by the moves to MVC in the xforms frontend.
90
91         * GUIRuntime.C: Added libglade library initialization.
92
93         * gnomeBC.h:
94         * gnomeBC.C: Added file for the MVC support.
95
96         * gnome_helpers.h: Added file with support functions.
97
98         * GnomeBase.h:
99         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
100         libglade.
101
102         * FormUrl.h:
103         * FormUrl.C: Recreated the dialog in the MVC way.
104
105         * Timeout_pimpl.h:
106         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
107
108 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
109
110         * several files: remove CXX_WORKING_NAMESPACES
111
112 2001-03-11  Baruch Even  <baruch@lyx.org>
113
114         * Various files: More fixes to get it compiled again.
115
116 2001-03-06  Baruch Even  <baruch@lyx.org>
117
118         * Various files: Small fixes to get the gnome frontend to compile again.
119
120 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
121
122         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
123
124 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
125
126         * FormCitation.C: small cleanup.
127         (searchSimple): better localization of variables, don't use
128         sequencing operator if you don't have to.
129
130         * other: use compare instead of strcmp/strncmp