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