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