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