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