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