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