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