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