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