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