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