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