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