]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
Clean-up of the button controller.
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * FormCitationDialogImpl.C: added using directive.
4
5         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
6         No idea why this wasn't done ages ago! 
7
8 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
9
10         * FormCharacter.C:
11         * FormParagraph.C (c-tor): cosmetic name change of signal.
12
13 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14
15         * FormCitation.C:
16         * Qt2Base.C: removed // -*- C++ -*- as first line.
17
18         * FileDialog_private.h:
19         * FormCopyright.h:
20         * FormCredits.h:
21         * FormIndex.h:
22         * FormParagraph.h:
23         * FormPrint.h:
24         * FormRef.h:
25         * FormSearch.h:
26         * FormSplash.h:
27         * FormTabularCreate.h:
28         * FormToc.h:
29         * FormUrl.h:
30         * QtLyXView.h: added // -*- C++ -*- as first line.
31
32 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
33
34         * <various>: fix random space pepper to use
35           hard tabs. Also add <config.h> where necessitated
36           by using LString.h
37  
38 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
39
40         * FormDocument.C (build): add iso8859-15 support.
41
42 2001-05-17  Allan Rae  <rae@lyx.org>
43
44         * FormCharacter.C:
45         * FormCopyright.C:
46         * FormCredits.C:
47         * FormSearch.C: gettext went missing but is back gain now _().
48
49         * Makefile.am:  ButtonController is now ButtonControllerBase.
50         It now compiles but it won't link lyx on my system.  Complaints about
51         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
52         are all present and accounted for by ldconfig.  YMMV.
53
54 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
55
56         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
57
58 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
59
60         * FormCharacter.C:
61         * FormDocument.h:
62         * FormSearch.C:
63         * Dialogs.C: s/popup/dialog/
64
65         * qt2BC.h:
66         * qt2BC.C:
67         * FormCitation.C:
68         * FormDocument.C: s/UndoAll/Restore/
69
70         * Qt2Base.h:
71         * Qt2Base.C: s/ControlButton/ControlButtons/
72
73         
74 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
75
76         * Makefile.am: Simplified Makefile.am
77
78 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
79
80         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
81         fixes from XForms
82         * several files: MVC for citation dialog
83
84 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
85
86         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
87
88 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
89
90         * qt2 compiles again:
91         * Makefile.am: added missing xform dialogs
92         * FormParagraph.C: only extra setting if wanted
93         * FormParagraph.h: add namespace to connection
94         
95 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
96
97         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
98         NO_PEXTRA is not defined (in line with XForms frontend)
99
100         * Dialogs.C: Adapted to backend changes
101
102         * Makefile.am: updated citation dialog
103         * Citation dialog added: FormCitation.{C,h},
104         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
105
106 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
107
108         * several files: remove CXX_WORKING_NAMESPACES
109
110 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
111
112         * Added splash screen
113         * Makefile.am: updated
114         * FormSplash.[Ch]: added
115         * FormSplashImpl.[Ch]: added
116         
117 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
118
119         * Makefile.am: updated
120         * paragraphdlg.ui: manually enabled items in minipage settings
121         * paragraphdlgimpl.C: tweak enable code on extra page
122         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
123         * FileDialog_private.[Ch]: added
124         * FileDialog.C: added
125         * FormParagraph.C: params settings updated
126
127 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
128
129         * Search dialog added:
130         * FormSearch.[Ch]
131         * searchdlg.ui
132         * searchdlg.[Ch]
133         * searchdlgimpl.[Ch]
134
135 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
136
137         * remove inheritance from noncopyable in Form*.h
138         * Character dialog added:
139         * FormCharacter.[Ch]
140         * chardlg.ui
141         * chardlg.[Ch]
142         * chardlgimpl.[Ch]
143         
144 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
145
146         * FormParagraph.C: fix bview->update()
147
148 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
149
150         *FormParagraph.C:
151         *FormParagraph.h:
152         *FormPrint.C:
153         *FormPrint.h:
154         *FormTabularCreate.C:
155         *FormTabularCreate.h:
156         *QtLyXView.h:
157         *emptytable.C:
158         *emptytable.h:
159         *paragraphdlg.C:
160         *paragraphdlg.h:
161         *paragraphdlg.ui:
162         *paragraphdlgimpl.C:
163         *paragraphdlgimpl.h:
164         *printdlg.C:
165         *printdlg.h:
166         *printdlg.ui:
167         *printdlgimpl.C:
168         *printdlgimpl.h:
169         *tabularcreatedlg.C:
170         *tabularcreatedlg.h:
171         *tabularcreatedlg.ui:
172         *tabularcreatedlgimpl.C:
173         *tabularcreatedlgimpl.h:
174         *Makefile.am: added paragraph/print/tabular create dialogs
175
176 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
177
178         * src/frontends/qt2/.cvsignore:
179         * Dialogs.C:
180         * FormCopyright.C:
181         * FormCopyright.h:
182         * FormCopyrightDialog.C:
183         * FormCopyrightDialog.h:
184         * FormCopyrightDialogBase.C:
185         * FormCopyrightDialogBase.h:
186         * FormCopyrightDialogBase.ui:
187         * GUIRunTime.C:
188         * Makefile.am: start frontend with the Copyright
189           dialog