]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
removed most uses of toupper and friends, removed <config.h> from headers and added...
[lyx.git] / src / frontends / ChangeLog
1 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * Timeout.h: 
4         * FileDialog.h: do not include <config.h> in header files.
5
6 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
7
8         * Alert.h: remove spurious semi-colon at the end of the namespace
9         scope. 
10
11 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12
13         * Makefile.am: 
14         * Alert.h:
15         * Alert.C:
16         * Alert_pimpl.h: alerts etc.
17
18 2001-10-09  Herbert Voss  <voss@perce.de>
19
20         * Dialogs.h: added showFile and showTexinfo signals.
21
22 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
23
24         * Dialogs.h (showSplash, destroySplash, splash_): removed.
25
26         * Dialogs.C (destroySplash): removed.
27
28 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
29
30         * GUIRunTime.h: initApplication() should take a & to argc 
31  
32 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
33
34         * Liason.C: IsDirWriteable changed
35  
36 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
37
38         * Liason.C: #include LAssert.h
39
40 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
41
42         * Dialogs.h: add showThesaurus
43  
44 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
45         
46         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
47
48 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
49
50         * Dialogs.h: added showSpellchecker
51         
52 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
53
54         * GUIRunTime.h: (x11Display): 
55         (x11Screen): 
56         (x11Colormap): 
57         (x11VisualDepth): new methods
58
59 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
60
61         * GUIRunTime.h: add createMainView
62
63 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
64
65         * Dialogs.h: add showSpellcheckerPreferences
66
67 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
68
69         * Makefile.am: remove kde frontend
70  
71 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
72
73         * Dialogs.h: removed unused signal showCharacter.
74         Renamed signals showLayoutDocument -> showDocument,
75         showLayoutParagraph -> showParagraph,
76         showLayoutCharacter -> showCharacter.
77         Added signal updateParagraph.
78         Rearranged signals in some sort of alphabetical order again.
79
80 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
81
82         * FileDialog.h:
83         * Timeout.h: added // -*- C++ -*- as first line.
84
85 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * Makefile.am: make the dependencies work for the sub libs.
88
89 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
90
91         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
92         libs here.
93
94 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
95
96         * Makefile.am: make controllers subdir before xforms.
97
98         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
99
100         * Dialogs.C: new file, instantiating the add, destroySplash methods.
101
102 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
103
104         * Liason.[Ch] (setMinibuffer): change second arg to string
105
106         * Dialogs.h: inherit privately from noncopyable
107
108 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
109
110         * Dialogs.h: s/popup/dialog/
111
112 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
113
114         * Liason.C (printBuffer): do not forget file name
115         when printing with empty print_spool_command.
116
117 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
118
119         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
120         are now stored in the controllers dir.
121
122 2001-03-16  Juergen Vigna  <jug@sad.it>
123
124         * Dialogs.h (noncopyable): added minipage signals.
125
126 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
127
128         * several files: remove CXX_WORKING_NAMESPACES
129
130         * ButtonPolicies.h: noncopyable is in namespace boost
131         * Dialogs.h (noncopyable): ditto
132         * DialogBase.h (noncopyable): ditto
133
134 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
135
136         * Merging changes from BRANCH_MVC back into HEAD.
137
138         * Makefile.am: added controllers to SUBDIRS.
139         removed ButtonPolicies.[Ch]. Now in controllers.
140
141         * DialogBase.h: commented out abstract method show().
142
143         * Dialogs.h: The dialogs are now stored as a 
144         std::vector<boost::shared_ptr<DialogBase> >.
145         Removed using directives.
146         (d-tor) removed.
147         (add): new helper method. Makes code in c-tor a little tidier.
148         (destroySplash): Moved out of xforms implementation.
149
150         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
151
152 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
153
154         * Dialogs.h: add showMathPanel signal
155
156 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
157
158         * Dialogs.h: add showExternal signal
159
160 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
161
162         * Dialogs.h: add pointer to splash form
163
164         * GUIRunTime.h: minor cleanup
165
166 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
167
168         * Dialogs.h: remove createInclude
169
170 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
171
172         * Makefile.am
173         * FileDialog.h: new GUII FileDialog
174
175 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
176
177         * Dialogs.h: setUserFreeFont, showLayoutCharacter
178
179 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
180
181         * DialogBase.h: derived from noncopyable, rather than deriving
182         xforms/FormBase from it.
183
184 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
185
186         * DialogBase.C: add close(), non-pure. This is
187           useful for logdlg.C in the KDE frontend.
188
189         * Dialogs.h: splash, include, and bib forms
190
191 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
192
193         * ButtonPolicies.C:
194         * ButtonPolicies.h: and remove OkViewPolicy,
195           it's a duplicate of IgnorantPolicy
196
197         * Makefile.am:
198         * Timeout.C:
199         * Timeout.h: add GUI-I Timeout class
200
201 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
202
203         * ButtonPolicies.C:
204         * ButtonPolicies.h: add OkViewPolicy
205
206         * src/frontends/Dialogs.h: add showVCLogFile signal
207
208 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
209
210         * Makefile.am: add qt2 frontend