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