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