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