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