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