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