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