File python-qt4.changes of Package python-qt4
1
-------------------------------------------------------------------
2
Tue Jun 8 16:52:45 CEST 2010 - dmueller@suse.de
3
4
- update to 4.7.3:
5
- Added evaluateToString() and evaluateToStringList() to QXmlQuery.
6
7
-------------------------------------------------------------------
8
Thu May 20 18:11:42 UTC 2010 - cmorve69@yahoo.es
9
10
- Fixed build-compare
11
12
-------------------------------------------------------------------
13
Fri Mar 26 18:52:43 CET 2010 - dmueller@suse.de
14
15
- update to 4.7.2:
16
- A bug fix release.
17
- Added the schema.py example.
18
- Added the missing pushContext() and popContext() to QScriptEngine.
19
- A QStyleOption instance will be wrapped as a specific sub-class where
20
possible.
21
22
-------------------------------------------------------------------
23
Fri Jan 15 10:24:52 UTC 2010 - tittiatcoke@gmail.com
24
25
- update to 4.7
26
* Qt v4.6 is fully supported.
27
* Added the QtMultimedia module.
28
* Added keyword support for optional arguments.
29
* Added docstrings for all classes, functions and methods that
30
describe the Python signatures of all callables.
31
* Any Python object that can be pickled can now be automatically
32
written to and read from QSettings.
33
* A QHostAddress.SpecialAddress can be used whenever a QHostAddress
34
is expected.
35
* Added the optional initialFilter argument to the
36
QFileDialog.get*AndFilter() functions.
37
* Added the readInt(), readQString(), readQStringList(), readQVariant(),
38
writeInt(), writeQString(), writeQStringList() and writeQVariant()
39
methods to QDataStream.
40
* Added widgetPluginPath to the uic module to specify the directories
41
that are searched for widget plugins.
42
* Added the anchorlayout.py, animatedtiles.py, appchooser.py, easing.py,
43
lighting.py, moveblocks.py, states.py and stickman.py examples.
44
* Significantly reduced the size of the modules on Linux and MacOS/X.
45
46
-------------------------------------------------------------------
47
Fri Nov 20 12:19:04 CET 2009 - dmueller@suse.de
48
49
- update to 4.6.2:
50
* A bug fix release.
51
52
-------------------------------------------------------------------
53
Fri Nov 20 12:14:32 CET 2009 - dmueller@suse.de
54
55
- add split-provides
56
57
-------------------------------------------------------------------
58
Sat Oct 24 12:30:06 CEST 2009 - dmueller@suse.de
59
60
- update to 4.6.1:
61
* Added the missing setDropAction() method to QGraphicsSceneDragDropEvent.
62
* Added the QMacCocoaViewContainer class on OS/X.
63
* An updated sandbox.py from Mark Summerfield.
64
65
-------------------------------------------------------------------
66
Mon Sep 28 19:04:17 CEST 2009 - dmueller@suse.de
67
68
- update to 4.6:
69
* alternate, more Pythonic, APIs have been defined
70
* Qt properties can be initialised using keyword
71
arguments passed when creating an instance
72
* signals can be connected using keyword arguments passed
73
when creating an instance
74
* the QObject.pyqtConfigure() method has been added to set
75
Qt properties and connect signals using keyword
76
arguments at any time
77
* Python v2.6 and later allow a Python bytearray to be
78
used whenever a QByteArray is expected
79
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter()
80
and getSaveFileNameAndFilter() static methods have been
81
added to QFileDialog
82
* a QLatin1String can be passed whenever a QString is expected
83
* the compileUiDir() function has been added to the uic module.
84
85
-------------------------------------------------------------------
86
Tue Aug 18 11:20:06 CEST 2009 - aj@suse.de
87
88
- use new python macros.
89
- Remove check for SUSE Linux 9.1.
90
91
-------------------------------------------------------------------
92
Wed Aug 5 23:04:10 CEST 2009 - hpj@urpla.net
93
94
- use configure switch to always install the api file
95
96
-------------------------------------------------------------------
97
Thu Jul 30 04:02:01 CEST 2009 - hpj@urpla.net
98
99
- update to 4.5.4 release, bugfixes and
100
- Fixed a problem where None wasn't being interpreted as an invalid QVariant.
101
- QVariant.toPyObject() now recurses through any collections.
102
- Fixed the super-type of QGLContext because it takes part in parent/child
103
relationships.
104
105
-------------------------------------------------------------------
106
Tue Jul 14 23:02:35 CEST 2009 - beineri@opensuse.org
107
108
- update to 4.5.2 release, bugfixes and
109
* support for the two QImage constructors that operate on non-
110
const data by allowing a sip.voidptr to be passed
111
* support for QHeaderView in pyuic4
112
* any Python object can now be passed where a QVariant is
113
expected, and None is interpreted as an invalid QVariant
114
115
-------------------------------------------------------------------
116
Mon Jul 06 18:17:01 CEST 2009 - hpj@urpla.net
117
118
- create a separated -devel package
119
- install Qt designer plugin
120
- include the nice documentation
121
122
-------------------------------------------------------------------
123
Sun Jul 5 20:49:30 CEST 2009 - dmueller@novell.com
124
125
- only use the configuration fix from trunk
126
127
-------------------------------------------------------------------
128
Wed Jul 1 09:09:35 CEST 2009 - beineri@opensuse.org
129
130
- add trunk diff to fix build with Qt 4.5.2
131
132
-------------------------------------------------------------------
133
Wed Jun 17 11:39:32 CEST 2009 - dmueller@suse.de
134
135
- update to 4.5.1:
136
- Added the setCoordinateMode() and coordinateMode() methods to QGradient.
137
138
-------------------------------------------------------------------
139
Mon Jun 8 09:33:55 CEST 2009 - beineri@opensuse.org
140
141
- update to 4.5 release:
142
* support for Python v3 and Qt v4.5.1
143
* new Pythonic API for connecting signals and slots
144
* port of the current Qt examples launcher
145
146
-------------------------------------------------------------------
147
Wed Jun 3 09:43:37 CEST 2009 - dmueller@suse.de
148
149
- update to 4.5 snapshot 20090601 to fix support with
150
newer python-sip
151
152
-------------------------------------------------------------------
153
Sun May 17 10:29:36 CEST 2009 - beineri@opensuse.org
154
155
- update to 4.5 snapshot as of 20090507
156
157
-------------------------------------------------------------------
158
Thu May 14 10:56:29 CEST 2009 - dmueller@suse.de
159
160
- require at least the exact qt version it was built against
161
162
-------------------------------------------------------------------
163
Fri Mar 6 12:19:02 CET 2009 - coolo@suse.de
164
165
- link the modules against python libraries
166
167
-------------------------------------------------------------------
168
Fri Dec 5 11:22:33 CET 2008 - dmueller@suse.de
169
170
- update to 4.4.4:
171
- QVariant.toPyObject() will now handle any Python object. The way in which
172
QVariant wraps objects has subtlely changed in that the name returned by
173
typeName() may now be different, but is now more consistent.
174
- Added the data() method to the QPolygon, QPolygonF and QXmlAttributes
175
classes.
176
- Added the --no-designer-plugin option to configure.py to disable the
177
building of the Python plugin for Qt Designer.
178
- Added the missing Windows and Mac versions to QSysInfo.
179
180
-------------------------------------------------------------------
181
Sun Aug 10 18:16:17 CEST 2008 - dmueller@suse.de
182
183
- update to 4.4.3:
184
* a QChar can now be used whenever a QString is expected
185
* all read related methods that take a maximum read length
186
will now raise an exception if the length is negative
187
* QVariant constructor that took a QVariantList argument
188
has been replaced
189
* QVariant constructor that took a QVariantMap argument
190
has been replaced
191
* added the embeddeddialogs.py and padnavigator.py examples
192
from Igor Prischepoff
193
194
-------------------------------------------------------------------
195
Mon Jun 30 14:08:20 CEST 2008 - dmueller@suse.de
196
197
- Factory merge (bnc#402524)
198
199
-------------------------------------------------------------------
200
Sat Jun 21 15:43:00 CEST 2008 - mstopka@opensuse.org
201
202
- libQtWebKit support added
203
204
-------------------------------------------------------------------
205
Tue May 27 13:51:00 CEST 2008 - dmueller@suse.de
206
207
- update to 4.4.2:
208
* Major bugfixes, working bindings for Qt 4.4.0
209
210
-------------------------------------------------------------------
211
Wed Mar 19 14:12:15 CET 2008 - dmueller@suse.de
212
213
- fix wrong requires for 10.2
214
215
-------------------------------------------------------------------
216
Tue Feb 19 14:04:26 CET 2008 - dmueller@suse.de
217
218
- fix build against older distributions
219
220
-------------------------------------------------------------------
221
Thu Dec 13 15:06:22 CET 2007 - dmueller@suse.de
222
223
- bindings updated to Qt 4.3.3
224
225
-------------------------------------------------------------------
226
Sat Aug 11 22:50:56 CEST 2007 - dmueller@suse.de
227
228
- fix requires (#297650)
229
230
-------------------------------------------------------------------
231
Fri Aug 3 02:33:13 CEST 2007 - dmueller@suse.de
232
233
- update to 4.3:
234
* bindings updated to match Qt 4.3.0
235
236
-------------------------------------------------------------------
237
Sun Apr 15 00:24:49 CEST 2007 - dmueller@suse.de
238
239
- fix build against newer Qt
240
241
-------------------------------------------------------------------
242
Thu Apr 12 14:19:41 CEST 2007 - dmueller@suse.de
243
244
- Update to 4.2:
245
* bindings updated to match Qt 4.2.0
246
247
-------------------------------------------------------------------
248
Thu Apr 5 13:42:57 CEST 2007 - dmueller@suse.de
249
250
- build against Qt 4.3
251
252
-------------------------------------------------------------------
253
Fri Jan 26 18:12:10 CET 2007 - dmueller@suse.de
254
255
- Initial package (4.1.1)
256
257