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