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