File: ChangeLog

package info (click to toggle)
pigment-python 0.3.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,856 kB
  • ctags: 2,881
  • sloc: python: 11,567; sh: 9,133; makefile: 227; ansic: 76
file content (582 lines) | stat: -rw-r--r-- 15,628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
=== release 0.3.4 ===

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Update the controller when started to wake up the rendering loop.

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Do not start the controller if it's already started.

2008-07-04  Guillaume Emont  <guillaume@fluendo.com>

	* examples/conversion.py:
	Added cool rotations to the conversion example now that picking
	handles rotations correctly.

2008-07-03  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	* pgm/pgmimage.override:
	Added Drawable.from_canvas(), Drawable.to_canvas(),
	Image.from_drawable() and Image.to_drawable().

	* examples/conversion.py:
	Added an example converting a click position into image (pixel)
	coordinates.

2008-06-23  Guido Amoruso  <guidonte@fluendo.com>

	* pgm/timing/Makefile.am:
	Added pgm/timing/ticker.py to the dist.

2008-06-16  Lionel Martin  <lionel@fluendo.com>

	* pgm/timing/controller.py:
	workaround in order to minimize a race condition (from Florian)

2008-06-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/ticker.py:
	Added Ticker object used to update controllers in one go.

	* pgm/timing/controller.py:
	Adapted to use a ticker when requested.

	* pgm/timing/modifier.py:
	Removed GStreamer logging.

	* examples/cloning.py:
	* examples/implicit.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/timing.py:
	Adapted examples to use the new 'update-pass' Pigment signal and the
	new Ticker object from the animation system.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	Support of rotations in implicit animations.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/controller.py:
	Removed dependency on GStreamer. Apart from being cleaner it also
	improves performance.

2008-06-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	Added support for Pigment rotation functions.

	* examples/pgmgtk.py:
	Made the Fluendo logo rotate.

2008-05-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Removed old enumeration field.

2008-05-08  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for the viewport rotation and reflection functions.

2008-05-07  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	Make the drawable visible if there's no picture file to load.

2008-05-06  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	* benchmarks/graph.py:
	Little tool to benchmark drawables rendering

2008-04-23  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/drawable.py:
	* pgm/graph/group.py:
	Various performance related optimizations:
	- cache drawable position
	- avoid unecessary properties access within loops
	- avoid use of map/lambda in drawable::absolute_position__get: too
	slow
	- opacity_factor_offset is now a real property of Drawable

2008-04-21  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/button.py:
	Added pressure argument to signal handler of "clicked" signal.

2008-04-18  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/group.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	* pgm/widgets/scrollbar.py:
	Added pressure argument to signal handlers of "clicked",
	"drag-begin", "drag-motion" and "pressed" signals.

2008-04-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmevent.override:
	Added support for the pressure events.

=== release 0.3.3 ===

2008-03-03  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/codegen.py:
	Only import docstuff (which needs python-xml) if the --xml-doc option
	is given.

	* README:
	Added python-xml as an optional dependency. Removed the list of
	dependecies for fedora since these are not tested.

2008-03-03  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for PgmViewport::get_embedding_id.

	fixes #231

2008-02-29  Florian Boucault  <florian@fluendo.com>

	* pgm/utils/benchmark.py:
	Removed all graphical stuff. The viewport does not show up anymore.

2008-02-26  Loïc Molinari  <loic@fluendo.com>

	* pgm/utils/benchmark.py:
	Changed authoring to Benjamin.
	Removed trailing spaces.

2008-02-23  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	Was calling a non existing function which actually was a method.

2008-02-22  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	hide the viewport to avoid that it is shown even if it should be
	destroyed already

2008-02-22  Philippe Normand  <philippe@fluendo.com>

	* pgm/utils/Makefile.am:
	Ship benchmark module...

2008-02-22  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Do not change items' z coordinate.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/Makefile.am:
	Added newly added button.py to the Makefile.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Dragging improvement: newly selected item will be on the same row as
	the previously selected item.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added a 'scrolled' signal that allows customisation of the answer on
	mouse chord scrolling.

2008-02-20  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/button.py:
	stop processing

2008-02-19  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	set the canvas to None and remove a print

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	* pgm/utils/benchmark.py:
	moving the benchmark and making it into a class

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/graph/group.py:
	add missing signals

	* pgm/widgets/button.py:
	add a simple button-api

2008-02-18  Florian Boucault  <florian@fluendo.com>

	* examples/video.py:
	Simplified fullscreen toggling code.
	Simplified canvas and viewport sizing code.
	Added fps display toggling capability.
	Removed trailing spaces.

2008-02-15  Lionel Martin  <lionel@fluendo.com>

	* examples/video.py:
	Add screen aspect ratio support and display the framerate

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	set it visible BEFORE doing the layout

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	don't do the layout, if not visible, but do it, when getting visible

2008-02-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regeneration code removed. Replaced with a more efficient and simpler
	approach: items of the list are not added to the Group therefore to
	the Canvas before they need to be shown.
	Regression: 'forward_signals' support removed. It was unused and not
	fully implemented in inheriting widgets though.

2008-02-13  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Set the size before the opacity for list items so that no item with
	the wrong size gets displayed.

2008-02-12  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the alpha blending functions.

	* examples/video.py:
	* examples/webcam.py:
	Disabled alpha blending.

2008-02-11  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	adding a first draft of the benchmark example

2008-02-11  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Added support for Dnd events.
	Added source field retrieving.

	* examples/video.py:
	Added drag 'n drop support.

2008-02-08  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/circular_list_ng.py:
	* pigment-python/pgm/widgets/grid_ng.py:
	* pigment-python/pgm/widgets/list_ng.py:
	Added an 'animated' boolean attribute defining if the list widget is
	animated or not.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added a comment to clarify that semi-obfuscated piece of shell to
	symlink .py files from srcdir.

2008-02-08  Loïc Molinari  <loic@fluendo.com>

	Patch by: Brian Cameron <brian dot cameron at sun dot com>

	* pgm/Makefile.am:
	Added bound libs to the ldflags.

	fixes #131

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(builddir) as well.
	Added a quote protection around a wildcard used by a find command.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(abs_srcdir) since we need it and it
	isn't always exported by autoconf/automake.

2008-02-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added viewport opacity, decorating and frame_rate bindings.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/graph/Makefile.am:
	* pgm/timing/Makefile.am:
	* pgm/utils/Makefile.am:
	* pgm/widgets/Makefile.am:
	Added .pyc files to the list of files to clean.

	* pgm/Makefile.am:
	Added code to symlink .py files from $(srcdir) in all-local.
	Added .pyc files to the list of files to clean.

	* tests/pgm/Makefile.am:
	Fixed the PYTHONPATH environment variable for check-verbose: was using
	$(top_srcdir) instead of $(top_builddir).

2008-02-06  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/list_ng.py:
	API change: compute_zoom dispatched into compute_zoom_height and
	compute_zoom_width.

	* pigment-python/pgm/widgets/circular_list_ng.py:
	Circular lists have no interested in that change: adapted to ignore
	it.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* examples/implicit.py:
	* examples/text.py:
	Updated examples to reflect the new font height definition in pigment.

2008-02-05  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	Added docstuff.py to the list of codegen files.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* autogen.sh:
	Ensures we are in the path where the script is (needed for buildbot).

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/docextract.py:
	Heavily refactored parsing code to allow extraction of short
	descriptions of classes as well as functions/methods.

	* codegen/docextract_to_xml.py:
	Updated to write class descriptions in the xml output.

	* pgm/docstrings.xml:
	File generated with docextract_to_xml.py using pigment source code
	(has to be on the repository since pigment source code is not
	guarenteed to be accessible at build time).

	* codegen/docstuff.py:
	New code to parse the output of docextract_to_xml.py and convert it to
	a string suitable to put in C code.

	* codegen/codegen.py:
	Added a new --xml-doc option that allows to generate docstrings from
	an xml file (of the format created by docextract_to_xml.py)

	* codegen/docgen.py:
	Fixed an issue when a documented object doesn't have its parent in the
	source/defs we're using (case of pigment with GstObject not present).
	Updated according to changes in docextract.py
	Changed hardcoded strings so that we don't generate documentation that
	pretends to be PyGTK's documentation.

	* configure.ac:
	* pgm/Makefile.am:
	Added an option --enable-docstrings that enables putting docstrings in
	the generated binding.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Now use the --py_ssize_t-clean option of codegen.py.

	* pgm/pgm.override:
	Removed our own handling of the Py_ssize_t issue.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	* codegen/README.defs:
	* codegen/argtypes.py:
	* codegen/codegen.py:
	* codegen/createdefs.py:
	* codegen/definitions.py:
	* codegen/defsconvert.py:
	* codegen/defsgen.py:
	* codegen/defsparser.py:
	* codegen/docextract_to_xml.py:
	* codegen/docgen.py:
	* codegen/missingdefs.py:
	* codegen/override.py:
	* codegen/reversewrapper.py:
	* codegen/scanvirtuals.py:
	* codegen/scmexpr.py:
	Updated codegen to a newer version (taken from pygtk).

	* pgm/Makefile.am:
	Removed an option passed to codegen.py that is now obsolete.

	* pgm/pgm.defs:
	* pgm/pgmgtk.defs:
	Added the unblock-threads option to function and method defines since
	it is now optional.

2008-01-31  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added 'empty' method that empties the widget.
	Improved pop that does not relayout if it is not necessary.

=== release 0.3.2 ===

2008-01-23  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Removed libtool version variables.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Bumped Pigment library requirements.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* examples/Makefile.am:
	* examples/pictures/Makefile.am:
	Ship examples at install step.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* NEWS:
	Modified wrong version number.

=== release 0.3.1 ===

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regenerate items when they become visible for the first time.

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Inverted loading and layout of items so that you can do anything up to
	creation of the item in load_item.

2008-01-16  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	Reverting the typedef for Py_ssize_t on python < 2.5: old python used
	int where new python uses Py_ssize_t.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* Makefile.am:
	* win32/Makefile.am:
	* win32/common/Makefile.am:
	* win32/vs6/Makefile.am:
	Added win32 files to dist.

	* RELEASE:
	Added release file.

2008-01-15  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	* pgm/pgmimage.override:
	Fixed portability issues: we were using int/gint where we should have
	used ssize_t/Py_ssize_t.

	fixes #213

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmmodule.c:
	Updated copyrights to 2008.

	* pgm/win32:
	Adapted the MSCV6 configuration files for the Python binding split.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* tests/pgm/test_viewport.py:
	Removed useless print.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Adapted to Pigment rotation sign changes.

	* configure.ac:
	Cosmetic fix.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

	* pgm/widgets/list_ng.py:
	Removed trailing white spaces.

2008-01-11  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/scrollbar.py:
	pypgmtools is no longer; replaced by pgm.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/list_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Added a rotation to the logo.

	* misc/Makefile.am:
	* misc/env:
	Removed unneeded files.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* README:
	Added explanations on how to use pigment python uninstalled.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	Python binding split.