~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

* New upstream pre-release:
  + debian/control:
    - Update dependencies.
* debian/control:
  + Update Standards-Version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-12-11  Edward Hervey <edward.hervey@collabora.co.uk>
2
 
 
3
 
        * ChangeLog:
4
 
        * NEWS:
5
 
        * RELEASE:
6
 
        * configure.ac:
7
 
        Releasing 0.11.3 "Paella Cubana"
8
 
        ChangeLog is now generated only at (pre-)release time !
9
 
 
10
 
2008-12-11  Edward Hervey <bilboed@bilboed.com>
 
1
2009-07-24  Edward Hervey <bilboed@bilboed.com>
 
2
 
 
3
        * configure.ac:
 
4
          0.13.1.2 pre-release
 
5
 
 
6
2009-07-24  Edward Hervey <bilboed@bilboed.com>
 
7
 
 
8
        * tests/test_gap.py:
 
9
          test_gap: Fix import (else it doesn't work with make distcheck)
 
10
 
 
11
2009-07-16  Brandon Lewis <brandon_lewis@berkeley.edu>
 
12
 
 
13
        * pitivi/ui/trackobject.py:
 
14
          ui.trackobject: fix clip backround size closes bug 577451 also fixes another bug in which the trackobject name background rect was not properly clipped to the size of the trackobject
 
15
 
 
16
2009-07-23  Brandon Lewis <brandon_lewis@berkeley.edu>
 
17
 
 
18
        * pitivi/ui/timeline.py:
 
19
          ui.timeline.py: prevent timeline controlls from claiming too much height by requesting exactly one pixel of height
 
20
          closes bug 589513
 
21
 
 
22
2009-07-19  Alessandro Decina <alessandro.d@gmail.com>
 
23
 
 
24
        * pitivi/timeline/timeline.py:
 
25
        * tests/test_timeline.py:
 
26
          Make MoveContext avoid clip overlaps.
 
27
 
 
28
2009-07-19  Alessandro Decina <alessandro.d@gmail.com>
 
29
 
 
30
        * pitivi/timeline/Makefile.am:
 
31
        * pitivi/timeline/gap.py:
 
32
        * tests/Makefile.am:
 
33
        * tests/test_gap.py:
 
34
          Add code to represent and find gaps between timeline objects.
 
35
 
 
36
2009-07-19  Alessandro Decina <alessandro.d@gmail.com>
 
37
 
 
38
        * pitivi/timeline/timeline.py:
 
39
        * tests/test_timeline.py:
 
40
          Keep TimelineObjects sorted by start time in the Timeline.
 
41
          Do the same as for Track, so that we can implement fast enough
 
42
          Timeline.getPreviousTimelineObject and Timeline.getNextTimelineObject.
 
43
 
 
44
2009-07-19  Alessandro Decina <alessandro.d@gmail.com>
 
45
 
 
46
        * pitivi/timeline/track.py:
 
47
        * pitivi/utils.py:
 
48
        * tests/test_track.py:
 
49
          Keep TrackObjects sorted by start time inside Track.
 
50
          Keep TrackObjects sorted by start inside Track so that we can implement decently
 
51
          fast getPreviousTrackObject and getNextTrackObject.
 
52
 
 
53
2009-07-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
54
 
 
55
        * pitivi/ui/mainwindow.py:
 
56
        * pitivi/ui/sourcelist.py:
 
57
          UI: set is_important property of Save, Import, Render, and Undo actions closes bug 575963
 
58
 
 
59
2009-07-19  Edward Hervey <bilboed@bilboed.com>
 
60
 
 
61
        * pitivi/factories/base.py:
 
62
          SourceFactory: Synchronize the state of newly added elements with parent.
 
63
 
 
64
2009-07-19  Edward Hervey <bilboed@bilboed.com>
 
65
 
 
66
        * pitivi/elements/mixer.py:
 
67
          SmartAdderBin: Reorganize request pad removal to avoid errors.
 
68
          There is a corner case by which the streaming thread will currently
 
69
          be doing caps negotiation downstream (which is not aborted by the
 
70
          flush start/stop events that went through from gnonlin).
 
71
          In order to avoid the streaming thread from returning with GST_FLOW_NOT_LINKED
 
72
          once it has finished its business downstream, we deactivate the source pad
 
73
          of audioresample so that the streaming thread will return GST_FLOW_WRONG_STATE.
 
74
 
 
75
2009-07-19  Edward Hervey <bilboed@bilboed.com>
 
76
 
 
77
        * pitivi/factories/timeline.py:
 
78
          TimelineFactory: Guarantee a unique pad name
 
79
          Due to this code being called from two different threads, we need a better
 
80
          way to guarantee a unique pad name. Taking the python id of the pad (which will
 
81
          be unique) is a simple and effective way.
 
82
 
 
83
2009-07-19  Jesse Aviles <jesseaviles@gmail.com>
 
84
 
 
85
        * po/es.po:
 
86
          Updated Spanish translation
 
87
 
 
88
2009-07-16  Edward Hervey <bilboed@bilboed.com>
 
89
 
 
90
        * pitivi/factories/base.py:
 
91
          SourceFactory: Also add an audioresample before volume.
 
92
          This ensures we can handle any kind of audio.
 
93
 
 
94
2009-07-16  Edward Hervey <bilboed@bilboed.com>
 
95
 
 
96
        * pitivi/timeline/track.py:
 
97
          timeline.Track: Fill in GnlSource before putting it in a GnlComposition.
 
98
          This avoids a race-condition where the GnlSource wouldn't be ready before the
 
99
          moment GnlComposition tries to use it.
 
100
 
 
101
2009-07-15  Edward Hervey <bilboed@bilboed.com>
 
102
 
 
103
          Merging translations
 
104
          Merge commit 'gnome/master'
 
105
 
 
106
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
107
 
 
108
        * tests/test_timeline.py:
 
109
          test_timeline.py: add a couple regression tests
 
110
 
 
111
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
112
 
 
113
        * pitivi/timeline/timeline.py:
 
114
          timeline.py: fix ripple span calculation when there is nothign to ripple
 
115
 
 
116
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
117
 
 
118
        * pitivi/ui/trackobject.py:
 
119
          ui.trackobject: only set context mode during a key_press when context is not None
 
120
 
 
121
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
122
 
 
123
        * pitivi/timeline/timeline.py:
 
124
          timeline.py: fix clamping of position in MoveContext._rippleTo
 
125
 
 
126
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
127
 
 
128
        * pitivi/timeline/timeline.py:
 
129
          timeline.py: only ripple clips whose start > latest clip in the context
 
130
 
 
131
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
132
 
 
133
        * pitivi/timeline/timeline.py:
 
134
          timeline.py: add getObjs{Before,After} time methods
 
135
 
 
136
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
137
 
 
138
        * pitivi/timeline/timeline.py:
 
139
          timeline.py: fix calculation of span
 
140
 
 
141
2009-07-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
142
 
 
143
        * pitivi/timeline/timeline.py:
 
144
          timeline.py: don't move clips on mode change if we haven't already made an edit
 
145
 
 
146
2009-07-09  Brandon Lewis <brandon_lewis@berkeley.edu>
 
147
 
 
148
        * tests/test_timeline.py:
 
149
          test_timeline.py: test MoveContext ripple mode
 
150
 
 
151
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
152
 
 
153
        * pitivi/timeline/timeline.py:
 
154
          timeline.py: handle edge snapping directly in roll modes of trim contexts
 
155
 
 
156
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
157
 
 
158
        * pitivi/timeline/timeline.py:
 
159
          timeline.py: handle edge snapping directly in MoveContext
 
160
 
 
161
2009-07-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
162
 
 
163
        * pitivi/timeline/timeline.py:
 
164
          eliminate editFocus method of trimming contexts
 
165
 
 
166
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
167
 
 
168
        * pitivi/timeline/timeline.py:
 
169
          timeline.py: implement ripple mode for moving clips
 
170
 
 
171
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
172
 
 
173
        * pitivi/ui/trackobject.py:
 
174
          ui.trackobject.py: use controller modifer state to determine context mode; set context mode after keyboard events
 
175
 
 
176
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
177
 
 
178
        * pitivi/ui/controller.py:
 
179
          ui.controller.py: also set modifier state appropriately after keyboard events
 
180
 
 
181
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
182
 
 
183
        * pitivi/ui/controller.py:
 
184
          ui.controller.py: connect to and handle key_{press,release}_event signals
 
185
 
 
186
2009-07-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
187
 
 
188
        * pitivi/ui/controller.py:
 
189
          ui.controller.py: remember state of modifier keys when we receive an event
 
190
 
 
191
2009-07-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
192
 
 
193
        * pitivi/ui/trackobject.py:
 
194
          ui.trackobject.py: activate roll mode when shift is held down during drag
 
195
 
 
196
2009-07-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
197
 
 
198
        * pitivi/timeline/timeline.py:
 
199
          timeline.py: buggy first stab at roll editing
 
200
 
 
201
2009-07-14  Mario Blättermann <mariobl@gnome.org>
 
202
 
 
203
        * po/de.po:
 
204
          Updated German translation
 
205
 
 
206
2009-07-14  Alessandro Decina <alessandro.d@gmail.com>
 
207
 
 
208
        * pitivi/timeline/timeline.py:
 
209
          Make Timeline.getSourceFactoryStreamMap a private method.
 
210
 
 
211
2009-07-14  Alessandro Decina <alessandro.d@gmail.com>
 
212
 
 
213
        * pitivi/timeline/timeline.py:
 
214
          Fix a bug in timeline edges that I added in c585ee
 
215
 
 
216
2009-07-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
217
 
 
218
        * tests/test_timeline.py:
 
219
          test_timeline.py: add test case for removeFactory()
 
220
 
 
221
2009-07-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
222
 
 
223
        * pitivi/project.py:
 
224
          project.py: call removeFactory() from _sourceRemovedCb fixes 582351
 
225
 
 
226
2009-07-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
227
 
 
228
        * pitivi/timeline/timeline.py:
 
229
          timeline.py: add removeFactory method which removes all instances of a given factory
 
230
 
 
231
2009-07-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
232
 
 
233
        * pitivi/project.py:
 
234
          project.py: connect to SourceList source-removed signal
 
235
 
 
236
2009-07-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
237
 
 
238
        * pitivi/ui/timeline.py:
 
239
          ui.timeline.py: set object priority while dragging temporary clips
 
240
          fixes bug 576575
 
241
 
 
242
2009-07-13  Alessandro Decina <alessandro.d@gmail.com>
 
243
 
 
244
        * pitivi/timeline/timeline.py:
 
245
          Fix removal of timeline edges when updates are disabled.
 
246
 
 
247
2009-07-13  Alessandro Decina <alessandro.d@gmail.com>
 
248
 
 
249
        * pitivi/timeline/timeline.py:
 
250
          Fix an exception tracking edges of a newly dragged clip.
 
251
 
 
252
2009-07-13  Edward Hervey <bilboed@bilboed.com>
 
253
 
 
254
        * po/POTFILES.in:
 
255
          POTFILES: Add missing file
 
256
 
 
257
2009-07-13  Edward Hervey <bilboed@bilboed.com>
 
258
 
 
259
          Merging translations
 
260
          Merge commit 'gnome/master'
 
261
 
 
262
2009-07-12  António Lima <amrlima@gmail.com>
 
263
 
 
264
        * po/pt.po:
 
265
          Updated Portuguese translation
 
266
 
 
267
2009-07-10  Alessandro Decina <alessandro.d@gmail.com>
 
268
 
 
269
        * pitivi/ui/trackobject.py:
 
270
          Remove redefinition of drag_end
 
271
 
 
272
2009-07-10  Alessandro Decina <alessandro.d@gmail.com>
 
273
 
 
274
        * pitivi/timeline/timeline.py:
 
275
        * tests/test_timeline.py:
 
276
          Fix moving multiple objects when the focus is not the earliest object.
 
277
 
 
278
2009-07-10  Jan Gerber <j@bootlab.org>
 
279
 
 
280
        * pitivi/discoverer.py:
 
281
          tempfiles: Use a /tmp subdirectory for temporary files.
 
282
 
 
283
2009-07-10  Alessandro Decina <alessandro.d@gmail.com>
 
284
 
 
285
        * tests/test_timeline.py:
 
286
          Fix tests for editing contexts.
 
287
 
 
288
2009-07-10  Alessandro Decina <alessandro.d@gmail.com>
 
289
 
 
290
        * pitivi/timeline/timeline.py:
 
291
          Remove 4 unnecessary loops over the same sequence in MoveContext.
 
292
 
 
293
2009-07-08  Alessandro Decina <alessandro.d@gmail.com>
 
294
 
 
295
        * pitivi/timeline/timeline.py:
 
296
        * pitivi/ui/trackobject.py:
 
297
        * tests/test_timeline.py:
 
298
          Add back addStartEnd and removeStartEnd to timeline edges.
 
299
          I added addStartEnd and removeStartEnd back. In the process, i fixed
 
300
          removeStartEnd so that now calling rebuildEdges isn't needed anymore.
 
301
          Finally i restored the tests removed in b8d13554440b24237d14b9f29de4b8eedf146dfa.
 
302
 
 
303
2009-07-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
304
 
 
305
        * pitivi/ui/trackobject.py:
 
306
          ui.trackobject.py: fix some rebasing mistakes
 
307
 
 
308
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
309
 
 
310
        * pitivi/ui/trackobject.py:
 
311
          ui.trackobject.py: select track object on mouse down if it is not currently selected
 
312
 
 
313
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
314
 
 
315
        * pitivi/timeline/timeline.py:
 
316
          timeline.py: clamp values properly in editing context
 
317
 
 
318
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
319
 
 
320
        * pitivi/ui/trackobject.py:
 
321
          ui.trackobject.py: use editing context interface
 
322
 
 
323
2009-05-30  Edward Hervey <bilboed@bilboed.com>
 
324
 
 
325
        * pitivi/ui/trackobject.py:
 
326
        * pitivi/ui/zoominterface.py:
 
327
          ui: expose rage and hatred at gst.CLOCK_TIME_NONE
 
328
 
 
329
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
330
 
 
331
        * pitivi/timeline/timeline.py:
 
332
        * tests/test_timeline.py:
 
333
          timeline.py: test_timeline.py: exercise the primary methods of each context, and make sure that they at least don't raise an exception
 
334
 
 
335
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
336
 
 
337
        * pitivi/timeline/timeline.py:
 
338
        * tests/test_timeline.py:
 
339
          timeline.py, test_timeline.py: major refactor of EditingContext code
 
340
          The previous monolithic context was proving to be too unwieldy and difficult
 
341
          to implement. Moreover, there were some performance problems related to all
 
342
          the intialization. Finally, mode switching was akward with the old design.
 
343
          This commit refactors InteractiveEditingContext into EditingContext and
 
344
          several subclasses which implement the different operations of moving, triming
 
345
          the start point, and trimming the end point. Also adding new test case to test
 
346
          implementation.
 
347
 
 
348
2009-05-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
349
 
 
350
        * pitivi/timeline/timeline.py:
 
351
        * tests/test_timeline.py:
 
352
          test_timeline: add test cases for adjacency functions
 
353
 
 
354
2009-05-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
355
 
 
356
        * pitivi/timeline/timeline.py:
 
357
        * tests/test_timeline.py:
 
358
          fix timelineedges unit tests
 
359
 
 
360
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
361
 
 
362
        * pitivi/timeline/timeline.py:
 
363
          timelineedges: add methods to get lists of incident objects
 
364
 
 
365
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
366
 
 
367
        * pitivi/timeline/timeline.py:
 
368
          timelineedges: keep track of which track objects are associated with particular edges
 
369
 
 
370
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
371
 
 
372
        * pitivi/timeline/timeline.py:
 
373
          ui.timelineedges: handle case where not all track objects in a timelineobj have same start/end
 
374
 
 
375
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
376
 
 
377
        * pitivi/timeline/timeline.py:
 
378
          ui.timelineedges: only allow one instance of the same time in the list of edges
 
379
 
 
380
2009-07-10  Alessandro Decina <alessandro.d@gmail.com>
 
381
 
 
382
        * pitivi/timeline/timeline.py:
 
383
        * pitivi/timeline/track.py:
 
384
        * tests/test_track.py:
 
385
          Fix trimStart to take into account the in_point.
 
386
 
 
387
2009-07-08  Edward Hervey <bilboed@bilboed.com>
 
388
 
 
389
          Merging translations
 
390
          Merge commit 'gnome/master'
 
391
 
 
392
2009-07-07  Daniel Nylander <po@danielnylander.se>
 
393
 
 
394
        * po/sv.po:
 
395
          Updated Swedish translation
 
396
 
 
397
2009-07-07  Alessandro Decina <alessandro.d@gmail.com>
 
398
 
 
399
        * pitivi/timeline/timeline.py:
 
400
          Add a comment explaining why TimelineEdges does what it does.
 
401
 
 
402
2009-07-04  Alessandro Decina <alessandro.d@gmail.com>
 
403
 
 
404
        * pitivi/timeline/timeline.py:
 
405
          Put back bits of 12b1a30974f081ed034910e98990480c1546a26c that i accidentally reverted in 477d039fbb05f5aeb4a21582be8ce7d23d835623. Oops.
 
406
 
 
407
2009-07-04  Alessandro Decina <alessandro.d@gmail.com>
 
408
 
 
409
        * pitivi/timeline/timeline.py:
 
410
          Fix splitting objects, which was broken in 9122088baac0e760567c3c931c9ed6580c852a85.
 
411
 
 
412
2009-07-04  Alessandro Decina <alessandro.d@gmail.com>
 
413
 
 
414
        * pitivi/timeline/timeline.py:
 
415
          Revert "timeline.py: fix TimelineObject.split() which was broken by commit"
 
416
          This reverts commit 0599fd6ea6db60f0277047787bd1512d6946b7da.
 
417
 
 
418
2009-07-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
419
 
 
420
        * pitivi/timeline/timeline.py:
 
421
          timeline.py: fix TimelineObject.split() which was broken by commit 9122088baac0e760567c3c931c9ed6580c852a85
 
422
          The problem is that the track objects created by TimelineObjectcopy() were not properly
 
423
          removed from the timeline. Now instead of calling trackObject.split() for each
 
424
          track object, we simply call setDuration() and trimStart on the timeline
 
425
          object copies.
 
426
 
 
427
2009-07-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
428
 
 
429
        * pitivi/timeline/timeline.py:
 
430
          timeline.py: TimelineObject.copy() now adds timeline objects to the copy with addTimlineObject(). This ensures that the timeline field is properly set and that track-object-added is emitted.
 
431
          git add -i FTW
 
432
 
 
433
2009-07-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
434
 
 
435
        * pitivi/timeline/timeline_undo.py:
 
436
          timeline_undo.py: don't forget to connect to existing track objects in _connectToTimelineObject
 
437
 
 
438
2009-07-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
439
 
 
440
        * pitivi/timeline/timeline_undo.py:
 
441
          timeline_undo.py: fix a typo in _disconnectFromTrackObject
 
442
 
 
443
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
444
 
 
445
        * pitivi/timeline/timeline_undo.py:
 
446
        * pitivi/timeline/track.py:
 
447
        * pitivi/ui/curve.py:
 
448
        * pitivi/ui/trackobject.py:
 
449
          Add undo/redo support for keyframes.
 
450
 
 
451
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
452
 
 
453
        * pitivi/ui/controller.py:
 
454
        * pitivi/ui/curve.py:
 
455
        * pitivi/ui/trackobject.py:
 
456
          Pass event args to drag_start and drag_end.
 
457
 
 
458
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
459
 
 
460
        * pitivi/timeline/timeline.py:
 
461
          Add track-object-added and track-object-removed signals to TimelineObject.
 
462
 
 
463
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
464
 
 
465
        * pitivi/formatters/etree.py:
 
466
        * pitivi/timeline/track.py:
 
467
        * pitivi/ui/curve.py:
 
468
        * tests/test_etree_formatter.py:
 
469
        * tests/test_track.py:
 
470
          Rename newKeyFrame/removeKeyFrame to newKeyframe and removeKeyframe.
 
471
 
 
472
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
473
 
 
474
        * pitivi/formatters/etree.py:
 
475
        * pitivi/timeline/timeline.py:
 
476
        * pitivi/timeline/timeline_undo.py:
 
477
        * pitivi/timeline/track.py:
 
478
        * tests/test_etree_formatter.py:
 
479
        * tests/test_timeline_undo.py:
 
480
        * tests/test_track.py:
 
481
          Make TrackObjects reusable once they have been removed from a Track.
 
482
          This change makes TrackObjects reusable by decoupling construction and
 
483
          initialization. Now you can call makeBin() and releaseBin() in pairs on the same
 
484
          object to create/destroy bins keeping the same track object instance (with the
 
485
          associated data, eg keyframes).
 
486
          With this change, bins are now created when objects are added to a Track
 
487
          (Track.addTrackObject) and destroyed when removed from a track
 
488
          (Track.removeTrackObject)
 
489
          The first visible benefit of this change is that it simplifies TimelineObject
 
490
          do/undo operations a lot.
 
491
 
 
492
2009-07-03  Alessandro Decina <alessandro.d@gmail.com>
 
493
 
 
494
        * pitivi/formatters/etree.py:
 
495
        * pitivi/timeline/track.py:
 
496
        * pitivi/ui/trackobject.py:
 
497
        * tests/test_etree_formatter.py:
 
498
          Refactor interpolator code slightly.
 
499
          Make track_object.interpolators a dictionary of the form property_name ->
 
500
          (property, interpolator) so that we can lookup interpolators by property_name
 
501
          without having to iterate all the keys every time.
 
502
          Make it possible to rebuild interpolators when the content of a track_object's
 
503
          bin changes.  This commit is part of a larger change to make interpolator operations undoable.
 
504
 
 
505
2009-07-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
506
 
 
507
        * pitivi/timeline/track.py:
 
508
          track.py: remove obsolete FIXME/TODO comments and clarify the remaining ones
 
509
 
 
510
2009-06-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
511
 
 
512
        * pitivi/ui/curve.py:
 
513
          curve.py: take in_point into account in xyToTimeValue
 
514
 
 
515
2009-06-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
516
 
 
517
        * tests/test_track.py:
 
518
          tests/test_track.py: check that keyframe curves are preserved when splitting in testSplitObject
 
519
 
 
520
2009-06-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
521
 
 
522
        * pitivi/timeline/track.py:
 
523
          track: duplicate keyframe curves in trackobject.copy(), which in turn means that splitting clips properly preserves keyframes
 
524
 
 
525
2009-06-25  Brandon Lewis <brandon_lewis@berkeley.edu>
 
526
 
 
527
        * tests/test_etree_formatter.py:
 
528
          checkpoint: keyframe curves are now handled in etree formatter.
 
529
          test_etree_formatter: update test{Save,Load}TrackObject to handle keyframe curves when present
 
530
 
 
531
2009-06-25  Brandon Lewis <brandon_lewis@berkeley.edu>
 
532
 
 
533
        * pitivi/formatters/etree.py:
 
534
          etree: use the correct type for value when saving and loading keyframes
 
535
 
 
536
2009-06-24  Brandon Lewis <brandon_lewis@berkeley.edu>
 
537
 
 
538
        * pitivi/factories/test.py:
 
539
          AudioTestSourceFactory: return volume in list of interpolated properties
 
540
 
 
541
2009-06-24  Brandon Lewis <brandon_lewis@berkeley.edu>
 
542
 
 
543
        * pitivi/timeline/track.py:
 
544
          timeline.track: add Interpolator.getInteriorKeyframes(), and TrackObject.getInterpolator() methods
 
545
 
 
546
2009-06-24  Brandon Lewis <brandon_lewis@berkeley.edu>
 
547
 
 
548
        * pitivi/formatters/etree.py:
 
549
          etree: fix some typos in keyframe serialization code
 
550
 
 
551
2009-06-24  Brandon Lewis <brandon_lewis@berkeley.edu>
 
552
 
 
553
        * pitivi/timeline/track.py:
 
554
          Interpolator: check keyword arguments against None, not falsehood
 
555
 
 
556
2009-06-23  Brandon Lewis <brandon_lewis@berkeley.edu>
 
557
 
 
558
        * pitivi/formatters/etree.py:
 
559
          etree: add support for keyframe curves
 
560
 
 
561
2009-06-30  Alessandro Decina <alessandro.d@gmail.com>
 
562
 
 
563
        * pitivi/ui/curve.py:
 
564
          Fix keyframe removal. Fixes #587333.
 
565
 
 
566
2009-06-30  Alessandro Decina <alessandro.d@gmail.com>
 
567
 
 
568
        * pitivi/settings.py:
 
569
          Fix crash if $HOME/.local/share doesn't exist. Fixes #587371.
 
570
 
 
571
2009-06-30  Alessandro Decina <alessandro.d@gmail.com>
 
572
 
 
573
        * pitivi/application.py:
 
574
          Make the -i option work when -a isn't specified. Fixes #587377.
 
575
 
 
576
2009-06-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
577
 
 
578
        * pitivi/ui/timelinecanvas.py:
 
579
          timelinecanvas: make sure razor actually splits at playhead position when razor is snapped to the playhead
 
580
 
 
581
2009-06-29  Alessandro Decina <alessandro.d@gmail.com>
 
582
 
 
583
        * pitivi/timeline/track.py:
 
584
          Fix a couple of copy and paste screwups in timeline/track.py.
 
585
 
 
586
2009-06-29  Alessandro Decina <alessandro.d@gmail.com>
 
587
 
 
588
        * pitivi/ui/trackobject.py:
 
589
          Make dragging a single item select it first.
 
590
          This makes dragging more intuitive, at least to me.
 
591
 
 
592
2009-06-29  Alessandro Decina <alessandro.d@gmail.com>
 
593
 
 
594
        * pitivi/ui/controller.py:
 
595
          Emit drag_start/drag_end only when an object is actually moved.
 
596
 
 
597
2009-06-29  Jan Gerber <j@bootlab.org>
 
598
 
 
599
        * pitivi/formatters/format.py:
 
600
        * pitivi/formatters/playlist.py:
 
601
          Fix .pls/.m3u formatters. Fixes #584899.
 
602
 
 
603
2009-06-29  Alessandro Decina <alessandro.d@gmail.com>
 
604
 
 
605
        * pitivi/application.py:
 
606
          Make importing clips from the command line with -i -a undoable (just for the sake of it).
 
607
 
 
608
2009-06-27  Edward Hervey <bilboed@bilboed.com>
 
609
 
 
610
        * pitivi/elements/singledecodebin.py:
 
611
          SingleDecodeBin: Don't deactivate elements from a streaming thread.
 
612
          This cause many issues like elements being unreffed before they were set
 
613
          to gst.STATE_NULL.
 
614
          Funnily enough... it also seems to make loading the timeline faster.
 
615
 
 
616
2009-06-26  Alessandro Decina <alessandro.d@gmail.com>
 
617
 
 
618
        * pitivi/factories/operation.py:
 
619
          Always add SmartScale to the rendering pipeline.
 
620
          This is needed to make DV rendering work, since the ffmpeg dv muxer accepts only some specific resolutions.
 
621
 
 
622
2009-06-26  Alessandro Decina <alessandro.d@gmail.com>
 
623
 
 
624
        * pitivi/sourcelist_undo.py:
 
625
        * pitivi/ui/sourcelist.py:
 
626
          Fix removal of clips from the sourcelist.
 
627
 
 
628
2009-06-26  Alessandro Decina <alessandro.d@gmail.com>
 
629
 
 
630
        * pitivi/ui/mainwindow.py:
 
631
          Fix sensitiveness of the Render button.
 
632
 
 
633
2009-06-26  Alessandro Decina <alessandro.d@gmail.com>
 
634
 
 
635
        * pitivi/formatters/etree.py:
 
636
        * pitivi/settings.py:
 
637
        * pitivi/ui/encodingdialog.py:
 
638
          Fix the encoding dialog a bit more. The code needs major love though.
 
639
 
 
640
2009-06-26  Alessandro Decina <alessandro.d@gmail.com>
 
641
 
 
642
        * pitivi/formatters/etree.py:
 
643
        * pitivi/settings.py:
 
644
        * pitivi/ui/encodingdialog.py:
 
645
          Fix the etree formatter, settings and encoding dialog when working with raw streams.
 
646
 
 
647
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
648
 
 
649
        * pitivi/Makefile.am:
 
650
          Dist pitivi/sourcelist_undo.py
 
651
 
 
652
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
653
 
 
654
        * pitivi/elements/arraysink.py:
 
655
          Remove an hopefully unneeded slice from ArraySink.
 
656
 
 
657
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
658
 
 
659
        * pitivi/ui/mainwindow.py:
 
660
          Replace catch-all try/except: statement, trap the expected exception.
 
661
 
 
662
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
663
 
 
664
        * pitivi/discoverer.py:
 
665
          Discoverer: unbreak to accept any kind of raw video
 
666
 
 
667
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
668
 
 
669
        * pitivi/ui/mainwindow.py:
 
670
          mainwindow: Other fix for change in SourceList API
 
671
 
 
672
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
673
 
 
674
        * tests/test_discoverer.py:
 
675
          tests/test_discoverer: Really simulate a picture source.
 
676
 
 
677
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
678
 
 
679
        * pitivi/pipeline.py:
 
680
          pipeline: Add a debugging statement to know when seeking failed
 
681
 
 
682
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
683
 
 
684
        * pitivi/elements/mixer.py:
 
685
          mixer: add debugging
 
686
 
 
687
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
688
 
 
689
        * pitivi/ui/sourcelist.py:
 
690
          ui.sourcelist: Fix for changes in sourcelist API
 
691
 
 
692
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
693
 
 
694
        * pitivi/discoverer.py:
 
695
          Discoverer: fix Picture detection. If we get a duration it's not a static picture.
 
696
 
 
697
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
698
 
 
699
        * tests/test_track.py:
 
700
          test_track: Fix for latest change
 
701
 
 
702
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
703
 
 
704
        * pitivi/timeline/track.py:
 
705
          TrackObject: Fix typo
 
706
 
 
707
2009-06-20  Edward Hervey <bilboed@bilboed.com>
 
708
 
 
709
        * pitivi/utils.py:
 
710
          utils: Clean up the probe event handler
 
711
 
 
712
2009-06-20  Edward Hervey <bilboed@bilboed.com>
 
713
 
 
714
        * pitivi/timeline/track.py:
 
715
          TrackObject: Don't set unchanged properties on gstreamer objects.
 
716
          Basically it's a bug at the GObject level. If you set a property to the
 
717
          same value it was previously set to... the 'notify' signal will be
 
718
          emitted...
 
719
          ... and since several things (like gnlcomposition and the timeline ui)
 
720
          are listening to those notify expecting changes we were just wasting
 
721
          cpu time for nothing.
 
722
 
 
723
2009-06-14  Edward Hervey <bilboed@bilboed.com>
 
724
 
 
725
        * pitivi/factories/base.py:
 
726
          URISourceFactoryMixin: Insert audioconvert before volume element.
 
727
          This fixes the cases where the raw audio stream is unsigned which volume
 
728
          can't handle.
 
729
 
 
730
2009-06-14  Edward Hervey <bilboed@bilboed.com>
 
731
 
 
732
        * configure.ac:
 
733
          configure.ac: Update requirements for gnonlin/gstreamer
 
734
          We need latest gnonlin git for gnlcomposition/gnloperation fixes.
 
735
          We need latest -base for adder fixes.
 
736
 
 
737
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
738
 
 
739
        * pitivi/timeline/track.py:
 
740
          track: whooops, actually set the proper time :)
 
741
 
 
742
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
743
 
 
744
        * pitivi/factories/base.py:
 
745
          SourceFactoryObject: add some debugging statements
 
746
 
 
747
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
748
 
 
749
        * pitivi/timeline/track.py:
 
750
          timeline.track: Fix gst.Controller usage some more.
 
751
          The problem was that we were trying to set keyframes... before they had any
 
752
          useful content.
 
753
 
 
754
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
755
 
 
756
        * pitivi/timeline/track.py:
 
757
        * tests/test_etree_formatter.py:
 
758
          timeline.track: Actually use the gst.Controller
 
759
 
 
760
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
761
 
 
762
        * pitivi/timeline/track.py:
 
763
          TrackObject: add logging capability
 
764
 
 
765
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
766
 
 
767
        * pitivi/timeline/timeline.py:
 
768
          timeline.track: Add a comment about factories and timeline objects
 
769
 
 
770
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
771
 
 
772
        * pitivi/utils.py:
 
773
          utils: Add a method to get the controllable properties of a GstObject
 
774
          Will recursively go down into the childs.
 
775
 
 
776
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
777
 
 
778
        * pitivi/ui/curve.py:
 
779
          Curve: invert scale on the y-axis so that up is higher
 
780
 
 
781
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
782
 
 
783
        * pitivi/ui/curve.py:
 
784
          Curve: make the curve easier mouse traget by increasing line width
 
785
 
 
786
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
787
 
 
788
        * pitivi/ui/curve.py:
 
789
          Curve: make keyframes a little smaller
 
790
 
 
791
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
792
 
 
793
        * pitivi/ui/curve.py:
 
794
          Curve: use constants for keyframe width / height
 
795
 
 
796
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
797
 
 
798
        * pitivi/ui/curve.py:
 
799
          Curve: add bounds to x, y coordinates before checking if they are in the path
 
800
 
 
801
2009-06-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
802
 
 
803
        * pitivi/ui/curve.py:
 
804
          Curve: treat start of stream as left edge of clip
 
805
 
 
806
2009-05-30  Edward Hervey <bilboed@bilboed.com>
 
807
 
 
808
        * pitivi/ui/Makefile.am:
 
809
          pitivi.ui: Dist curve.py
 
810
 
 
811
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
812
 
 
813
        * pitivi/ui/curve.py:
 
814
          curve: fix time, value <-> x, y functions
 
815
 
 
816
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
817
 
 
818
        * pitivi/ui/curve.py:
 
819
          curve: fix getKeyframeXY
 
820
 
 
821
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
822
 
 
823
        * pitivi/ui/curve.py:
 
824
          interpolator: doubleclick adds/removes keyframes, click-and drag moves keyframes, fix drawing
 
825
 
 
826
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
827
 
 
828
        * pitivi/timeline/track.py:
 
829
          interpolator: fix removeKeyframe
 
830
 
 
831
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
832
 
 
833
        * pitivi/timeline/track.py:
 
834
          interpolator: getKeyframes yields star, end as well
 
835
 
 
836
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
837
 
 
838
        * pitivi/timeline/track.py:
 
839
          interpolator: clamp keyframe values between lower and upper. don't do clamping in UI
 
840
 
 
841
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
842
 
 
843
        * pitivi/ui/curve.py:
 
844
          curve: handle click-and-drag on keyframes
 
845
 
 
846
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
847
 
 
848
        * pitivi/ui/curve.py:
 
849
          curve: draw keyframes directly
 
850
 
 
851
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
852
 
 
853
        * pitivi/ui/curve.py:
 
854
          curve: curve is now a view, with its own controller
 
855
 
 
856
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
857
 
 
858
        * pitivi/timeline/track.py:
 
859
          keyframe: handle comparison with None more gracefully, interpolator: use setObjectTime on start/end keyframes
 
860
 
 
861
2009-05-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
862
 
 
863
        * pitivi/receiver.py:
 
864
          reciever: use is to compare with None, using != throws exception in some cases
 
865
 
 
866
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
867
 
 
868
        * pitivi/ui/curve.py:
 
869
          ui.curve: draw keyframes as boxes
 
870
 
 
871
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
872
 
 
873
        * pitivi/ui/curve.py:
 
874
          curve: complete redraw when curve changes
 
875
 
 
876
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
877
 
 
878
        * pitivi/timeline/track.py:
 
879
          interpolator: add keyframe-moved signal
 
880
 
 
881
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
882
 
 
883
        * pitivi/ui/trackobject.py:
 
884
          ui.trackobject: add a curve for each interpolator
 
885
 
 
886
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
887
 
 
888
        * pitivi/timeline/track.py:
 
889
          interpolator: make start, end public
 
890
 
 
891
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
892
 
 
893
        * pitivi/ui/curve.py:
 
894
          ui.curve: check in curve canvas item module
 
895
 
 
896
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
897
 
 
898
        * pitivi/timeline/track.py:
 
899
          fix typos in interpolator / keyframe
 
900
 
 
901
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
902
 
 
903
        * pitivi/factories/file.py:
 
904
        * pitivi/timeline/track.py:
 
905
          fix typos in factories
 
906
 
 
907
2009-05-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
908
 
 
909
        * pitivi/timeline/track.py:
 
910
          trackobject: finish api, add comments, disable actual controller code
 
911
 
 
912
2009-05-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
913
 
 
914
        * pitivi/timeline/track.py:
 
915
          trackobject: base implementation of interpolators and keyframes
 
916
 
 
917
2009-05-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
918
 
 
919
        * pitivi/factories/base.py:
 
920
        * pitivi/factories/file.py:
 
921
          factories: add methods to get list of interpolated properties from factories based on stream
 
922
 
 
923
2009-06-24  Edward Hervey <bilboed@bilboed.com>
 
924
 
 
925
          Merging translations
 
926
          Merge commit 'gnome/master'
 
927
 
 
928
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
929
 
 
930
        * pitivi/ui/previewer.py:
 
931
          Remove an avoidable loop plotting waveforms. Micro optimization that removes ~30ms to each _plotWaveform call.
 
932
 
 
933
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
934
 
 
935
        * pitivi/ui/mainwindow.py:
 
936
          Connect to the delete-event so we can stop pitivi from closing if there are unsaved changes.
 
937
 
 
938
2009-06-24  Alessandro Decina <alessandro.d@gmail.com>
 
939
 
 
940
        * pitivi/sourcelist_undo.py:
 
941
          git add pitivi/sourcelist_undo.py
 
942
 
 
943
2009-06-22  Mario Blättermann <mariobl@gnome.org>
 
944
 
 
945
        * po/de.po:
 
946
          Updated German translation
 
947
 
 
948
2009-06-21  Jesse Avilés <jesseaviles@gmail.com>
 
949
 
 
950
        * po/es.po:
 
951
          Updated Spanish translation Signed-off-by: Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
952
          Author:    Jesse Avilés <jesseaviles@gmail.com>
 
953
 
 
954
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
955
 
 
956
        * pitivi/application.py:
 
957
        * pitivi/discoverer.py:
 
958
        * pitivi/formatters/etree.py:
 
959
        * pitivi/project.py:
 
960
        * pitivi/sourcelist.py:
 
961
        * pitivi/ui/mainwindow.py:
 
962
        * pitivi/ui/sourcelist.py:
 
963
        * pitivi/ui/timeline.py:
 
964
        * tests/test_discoverer.py:
 
965
        * tests/test_etree_formatter.py:
 
966
        * tests/test_sourcelist.py:
 
967
          Refactor pitivi.sourcelist. Tweak missing-plugin handling.
 
968
          Refactor pitivi.sourcelist so that it removes the (broken) mapping methods and
 
969
          emits saner signals (source-added, source-removed rather than file_added and
 
970
          file_removed).
 
971
          Also tweak missing-plugin handling in discoverer so that we can rediscover a
 
972
          source more quickly after installing missing plugins.
 
973
 
 
974
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
975
 
 
976
        * pitivi/device.py:
 
977
        * pitivi/factories/base.py:
 
978
        * pitivi/factories/file.py:
 
979
        * pitivi/factories/test.py:
 
980
        * pitivi/factories/timeline.py:
 
981
        * pitivi/sourcelist.py:
 
982
        * tests/common.py:
 
983
        * tests/test_factories_base.py:
 
984
        * tests/test_factories_file.py:
 
985
        * tests/test_timeline.py:
 
986
        * tests/test_track.py:
 
987
          Refactor source factories a bit.
 
988
          This change makes SourceFactory derived factories have an URI. This simplifies
 
989
          the code that deals with source factories, as it can assume factory.uri to be
 
990
          always there.
 
991
          It also removes ObjectFactory.displayname, changing it to ObjectFactory.name
 
992
          (ObjectFactory.name was previously either unused or used to store an URI...).
 
993
          I also removed some "Just In Case" code (try/except: and the like) from
 
994
          PictureFileSourceFactory._releaseBin.
 
995
 
 
996
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
997
 
 
998
        * pitivi/sourcelist.py:
 
999
        * pitivi/ui/sourcelist.py:
 
1000
        * pitivi/ui/timeline.py:
 
1001
          Fix a bug adding clips to the timeline introduced by 4215225a2f334c69bafeb846d26db2c97fbd7eb9.
 
1002
 
 
1003
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
1004
 
 
1005
        * pitivi/factories/file.py:
 
1006
          Remove bogus FileSourceFactory._releaseBin.
 
1007
 
 
1008
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
1009
 
 
1010
        * pitivi/device.py:
 
1011
        * pitivi/factories/base.py:
 
1012
        * pitivi/factories/file.py:
 
1013
        * pitivi/factories/timeline.py:
 
1014
        * pitivi/ui/sourcelist.py:
 
1015
        * pitivi/ui/webcam_managerdialog.py:
 
1016
        * tests/test_factories_base.py:
 
1017
        * tests/test_factories_file.py:
 
1018
          Remove ObjectFactory.displayname. YAGNI.
 
1019
 
 
1020
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
1021
 
 
1022
        * pitivi/device.py:
 
1023
          Ooops looks like i missed a __repr__.
 
1024
 
 
1025
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
1026
 
 
1027
        * pitivi/device.py:
 
1028
        * pitivi/pipeline.py:
 
1029
        * pitivi/settings.py:
 
1030
          Change a bunch of __repr__ to __str__.
 
1031
 
 
1032
2009-06-19  Alessandro Decina <alessandro.d@gmail.com>
 
1033
 
 
1034
        * pitivi/formatters/etree.py:
 
1035
        * pitivi/stream.py:
 
1036
          Add some debugging to the ETree formatter.
 
1037
 
 
1038
2009-06-15  Alessandro Decina <alessandro.d@gmail.com>
 
1039
 
 
1040
        * pitivi/ui/mainwindow.py:
 
1041
          Sync sensitiveness of the render button when a project is loaded. Fixes #585794.
 
1042
 
 
1043
2009-06-15  Alessandro Decina <alessandro.d@gmail.com>
 
1044
 
 
1045
        * pitivi/ui/mainwindow.py:
 
1046
          Set project.uri the first time we save a new project.
 
1047
 
 
1048
2009-06-13  Gianvito Cavasoli <gianvito@gmx.it>
 
1049
 
 
1050
        * po/it.po:
 
1051
          Update Italian translation
 
1052
 
 
1053
2009-06-12  Edward Hervey <bilboed@bilboed.com>
 
1054
 
 
1055
          Merging translations
 
1056
          Merge commit 'gnome/master'
 
1057
 
 
1058
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1059
 
 
1060
        * pitivi/ui/mainwindow.py:
 
1061
          Fix the unsaved changes dialog to show Save As if we're closing a new project.
 
1062
 
 
1063
2009-06-12  Mario Blättermann <mariobl@gnome.org>
 
1064
 
 
1065
        * po/de.po:
 
1066
          Updated German translation
 
1067
 
 
1068
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1069
 
 
1070
        * pitivi/ui/mainwindow.py:
 
1071
          More fixes to the unsaved changes dialog.
 
1072
 
 
1073
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1074
 
 
1075
        * pitivi/ui/mainwindow.py:
 
1076
          Make the buttons spread horizontally in the unsaved changes dialog.
 
1077
 
 
1078
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1079
 
 
1080
        * pitivi/ui/mainwindow.py:
 
1081
          Remove the separator from the unsaved changes dialog.
 
1082
 
 
1083
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1084
 
 
1085
        * pitivi/ui/mainwindow.py:
 
1086
          Overwrite the project file when saving from the unsaved changes dialog.
 
1087
 
 
1088
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1089
 
 
1090
        * pitivi/ui/mainwindow.py:
 
1091
          Make the unsaved changes dialog a bit prettier (make it match gedit's).
 
1092
 
 
1093
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1094
 
 
1095
        * pitivi/projectmanager.py:
 
1096
        * pitivi/ui/mainwindow.py:
 
1097
        * tests/test_projectmanager.py:
 
1098
          Show a dialog if a project is being closed and there are unsaved changes.
 
1099
 
 
1100
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1101
 
 
1102
        * pitivi/formatters/etree.py:
 
1103
          Fix a bug in loading xptv files i introduced in 5796420d0da050d3cb268de35346132eee1dae7a.
 
1104
 
 
1105
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1106
 
 
1107
        * pitivi/formatters/base.py:
 
1108
        * pitivi/formatters/format.py:
 
1109
        * pitivi/projectmanager.py:
 
1110
        * pitivi/ui/mainwindow.py:
 
1111
        * tests/test_projectmanager.py:
 
1112
          Move saveProject to ProjectManager, implement the project-saved signal and hook that up with the action_log.
 
1113
 
 
1114
2009-06-12  Alessandro Decina <alessandro.d@gmail.com>
 
1115
 
 
1116
        * pitivi/undo.py:
 
1117
        * tests/test_undo.py:
 
1118
          Add checkpoint() and dirty() to UndoableActionLog.
 
1119
          The methods can be used to save the current state of the log and check if it's
 
1120
          been modified.
 
1121
 
 
1122
2009-06-11  Edward Hervey <bilboed@bilboed.com>
 
1123
 
 
1124
        * tests/test_factories_file.py:
 
1125
          test_factories_file: Fix check due to my latest commits
 
1126
 
 
1127
2009-06-11  Edward Hervey <bilboed@bilboed.com>
 
1128
 
 
1129
        * tests/common.py:
 
1130
          tests/common: Be more verbose when we have a leak.
 
1131
 
 
1132
2009-06-11  Edward Hervey <bilboed@bilboed.com>
 
1133
 
 
1134
        * pitivi/factories/base.py:
 
1135
        * pitivi/factories/file.py:
 
1136
          factories: Fix leak introduce by one of my previous commit
 
1137
 
 
1138
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1139
 
 
1140
        * pitivi/Makefile.am:
 
1141
        * tests/Makefile.am:
 
1142
          dist *undo*py files.
 
1143
 
 
1144
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1145
 
 
1146
        * pitivi/ui/mainwindow.py:
 
1147
          Make the Save button sensitive or insensitive based on context
 
1148
 
 
1149
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1150
 
 
1151
        * pitivi/ui/sourcelist.py:
 
1152
          ui.sourcelist. Implement do/undo for the InsertEnd action
 
1153
 
 
1154
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1155
 
 
1156
        * pitivi/timeline/timeline.py:
 
1157
        * pitivi/timeline/timeline_undo.py:
 
1158
        * pitivi/utils.py:
 
1159
          Use the disable-updates signal to reduce the number of undo/redo actions.
 
1160
 
 
1161
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1162
 
 
1163
        * pitivi/timeline/timeline.py:
 
1164
        * pitivi/timeline/timeline_undo.py:
 
1165
          Rename the object-added signal to timeline-object-added.
 
1166
 
 
1167
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1168
 
 
1169
        * tests/test_undo.py:
 
1170
          Add a check for undo() do() undo().
 
1171
 
 
1172
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1173
 
 
1174
        * tests/test_timeline_undo.py:
 
1175
          Add a check for doing/undoing timeline objects priority changes.
 
1176
 
 
1177
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1178
 
 
1179
        * pitivi/application.py:
 
1180
        * pitivi/undo.py:
 
1181
          undo: clean the log when a project is closed.
 
1182
 
 
1183
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1184
 
 
1185
        * pitivi/ui/mainwindow.py:
 
1186
        * pitivi/undo.py:
 
1187
        * tests/test_undo.py:
 
1188
          undo: remove some of the complexity by removing support for async actions.
 
1189
 
 
1190
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1191
 
 
1192
        * pitivi/ui/mainwindow.py:
 
1193
          Add keyboard shortcuts for undo and redo.
 
1194
 
 
1195
2009-06-11  Alessandro Decina <alessandro.d@gmail.com>
 
1196
 
 
1197
        * pitivi/timeline/timeline_undo.py:
 
1198
        * tests/test_timeline_undo.py:
 
1199
          Add tests for undoing/redoing timeline actions. Fix redoing split.
 
1200
 
 
1201
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1202
 
 
1203
        * pitivi/timeline/timeline_undo.py:
 
1204
        * pitivi/ui/timelinecanvas.py:
 
1205
          Add undo support for splitting object. Redo still broken.
 
1206
 
 
1207
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1208
 
 
1209
        * pitivi/ui/trackobject.py:
 
1210
          Add undo/redo support for trimming objects at end.
 
1211
 
 
1212
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1213
 
 
1214
        * pitivi/ui/trackobject.py:
 
1215
          Add undo/redo support for trimming clips at start.
 
1216
 
 
1217
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1218
 
 
1219
        * pitivi/timeline/timeline_undo.py:
 
1220
          Fix undo of deleted clips.
 
1221
 
 
1222
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1223
 
 
1224
        * pitivi/timeline/timeline.py:
 
1225
        * pitivi/timeline/timeline_undo.py:
 
1226
        * pitivi/ui/mainwindow.py:
 
1227
        * pitivi/ui/timeline.py:
 
1228
        * pitivi/undo.py:
 
1229
          Add support to undo/redo deletion of clips.
 
1230
 
 
1231
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1232
 
 
1233
        * pitivi/ui/mainwindow.py:
 
1234
        * pitivi/undo.py:
 
1235
          Show the names of the actions that can be undone/redone.
 
1236
 
 
1237
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1238
 
 
1239
        * pitivi/ui/trackobject.py:
 
1240
          Make moving a clip in the timeline undoable.
 
1241
 
 
1242
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1243
 
 
1244
        * pitivi/ui/mainwindow.py:
 
1245
        * pitivi/ui/mainwindow.xml:
 
1246
          Add Undo and Redo actions.
 
1247
 
 
1248
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1249
 
 
1250
        * pitivi/application.py:
 
1251
          Add undo action log to Application.
 
1252
 
 
1253
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1254
 
 
1255
        * pitivi/utils.py:
 
1256
          Make PropertyChangeTracker add signals to itself for the signals it's proxying.
 
1257
 
 
1258
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1259
 
 
1260
        * pitivi/undo.py:
 
1261
          Ignore changes while we are redoing/undoing. Add can-undo can-redo signals.
 
1262
 
 
1263
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1264
 
 
1265
        * pitivi/timeline/timeline.py:
 
1266
          Add object-added and object-removed signals to Timeline.
 
1267
 
 
1268
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1269
 
 
1270
        * pitivi/timeline/Makefile.am:
 
1271
          dist pitivi/timeline/timeline_undo.py
 
1272
 
 
1273
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1274
 
 
1275
        * pitivi/timeline/timeline_undo.py:
 
1276
          git add pitivi/timeline/timeline_undo.py
 
1277
 
 
1278
2009-06-10  Alessandro Decina <alessandro.d@gmail.com>
 
1279
 
 
1280
        * pitivi/undo.py:
 
1281
        * tests/test_undo.py:
 
1282
          Pass the name of the action group to UndoableActionLog.begin.
 
1283
 
 
1284
2009-06-09  Alessandro Decina <alessandro.d@gmail.com>
 
1285
 
 
1286
        * pitivi/timeline/timeline.py:
 
1287
        * pitivi/utils.py:
 
1288
          Make PropertyChangeTracker reusable.
 
1289
 
 
1290
2009-06-09  Alessandro Decina <alessandro.d@gmail.com>
 
1291
 
 
1292
        * pitivi/timeline/timeline.py:
 
1293
          Remove unused import gst.
 
1294
 
 
1295
2009-06-09  Alessandro Decina <alessandro.d@gmail.com>
 
1296
 
 
1297
        * pitivi/undo.py:
 
1298
        * tests/test_undo.py:
 
1299
          Add simple undo/redo system.
 
1300
 
 
1301
2009-06-10  Edward Hervey <bilboed@bilboed.com>
 
1302
 
 
1303
        * pitivi/elements/mixer.py:
 
1304
        * pitivi/factories/base.py:
 
1305
          mixer/factory: Several fixes for the smart mixer element.
 
1306
 
 
1307
2009-06-09  Alessandro Decina <alessandro.d@gmail.com>
 
1308
 
 
1309
        * pitivi/timeline/timeline.py:
 
1310
          Remove unused import from pitivi.timeline.timeline
 
1311
 
 
1312
2009-06-09  Alessandro Decina <alessandro.d@gmail.com>
 
1313
 
 
1314
        * pitivi/projectmanager.py:
 
1315
        * tests/test_projectmanager.py:
 
1316
          Emit new-project-created in ProjectManager.newBlankProject.
 
1317
 
 
1318
2009-06-09  Edward Hervey <bilboed@bilboed.com>
 
1319
 
 
1320
        * pitivi/Makefile.am:
 
1321
          Makefile.am: don't forget to dist new files
 
1322
 
 
1323
2009-06-09  Edward Hervey <bilboed@bilboed.com>
 
1324
 
 
1325
        * pitivi/elements/Makefile.am:
 
1326
        * pitivi/elements/mixer.py:
 
1327
        * pitivi/factories/test.py:
 
1328
        * pitivi/timeline/track.py:
 
1329
          Timeline: Add new smart audio mixing.
 
1330
          Currently it's using a fixed output caps, it should be changed to be the
 
1331
          audio caps from the project output audio settings.
 
1332
 
 
1333
2009-06-09  Edward Hervey <bilboed@bilboed.com>
 
1334
 
 
1335
          Merging translations
 
1336
          Merge commit 'gnome/master'
 
1337
 
 
1338
2009-06-08  Mario Blättermann <mariobl@gnome.org>
 
1339
 
 
1340
        * po/de.po:
 
1341
          Updated German translation
 
1342
 
 
1343
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1344
 
 
1345
        * pitivi/settings.py:
 
1346
          Really fix Signallable so that tests/test_signallable.py passes.
 
1347
 
 
1348
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1349
 
 
1350
        * tests/test_signallable.py:
 
1351
          Enough! Fix tests.test_signallable which has been broken forever.
 
1352
 
 
1353
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1354
 
 
1355
        * tests/test_etree_formatter.py:
 
1356
        * tests/test_formatter.py:
 
1357
          Move tests/test_formatter.py to tests/test_etree_formatter.py.
 
1358
 
 
1359
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1360
 
 
1361
        * pitivi/formatters/etree.py:
 
1362
          Move the factory rediscovering bits in separate methods. Tests coming next.
 
1363
 
 
1364
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1365
 
 
1366
        * pitivi/application.py:
 
1367
        * pitivi/formatters/base.py:
 
1368
        * pitivi/formatters/etree.py:
 
1369
        * pitivi/project.py:
 
1370
        * pitivi/projectmanager.py:
 
1371
        * pitivi/ui/mainwindow.py:
 
1372
        * pitivi/ui/sourcelist.py:
 
1373
        * tests/test_basic.py:
 
1374
          Make project loading suck less by calling addFactory every time we rescan a factory.
 
1375
 
 
1376
2009-06-08  Alessandro Decina <alessandro.d@gmail.com>
 
1377
 
 
1378
        * pitivi/application.py:
 
1379
        * pitivi/ui/sourcelist.py:
 
1380
          Call newBlankProject() only once the UI has been initialized.
 
1381
 
 
1382
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1383
 
 
1384
        * pitivi/formatters/base.py:
 
1385
        * pitivi/formatters/etree.py:
 
1386
        * pitivi/projectmanager.py:
 
1387
        * pitivi/ui/mainwindow.py:
 
1388
          Connect to ProjectManager signals from the main window.
 
1389
 
 
1390
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1391
 
 
1392
        * pitivi/formatters/etree.py:
 
1393
          Fix a NameError introduced in the previous commit.
 
1394
 
 
1395
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1396
 
 
1397
        * pitivi/formatters/base.py:
 
1398
        * pitivi/formatters/etree.py:
 
1399
        * pitivi/formatters/playlist.py:
 
1400
        * tests/test_projectmanager.py:
 
1401
          Reload factories when loading xptv projects.
 
1402
 
 
1403
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1404
 
 
1405
        * pitivi/formatters/base.py:
 
1406
        * pitivi/formatters/etree.py:
 
1407
        * pitivi/formatters/playlist.py:
 
1408
        * pitivi/projectmanager.py:
 
1409
        * tests/test_projectmanager.py:
 
1410
          Rename Formatter._parse to Formatter._loadProject for consistency with Formatter._saveProject.
 
1411
          Also, remove the optional project argument from _loadProject (it was unused).
 
1412
 
 
1413
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1414
 
 
1415
        * pitivi/projectmanager.py:
 
1416
        * tests/test_projectmanager.py:
 
1417
          Add tests for ProjectManager.newBlankProject.
 
1418
 
 
1419
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1420
 
 
1421
        * tests/test_projectmanager.py:
 
1422
          Add tests for ProjectManager.closeRunningProject.
 
1423
 
 
1424
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1425
 
 
1426
        * tests/test_projectmanager.py:
 
1427
          Oops, git add some more hunks that should have gone with the previous commit.
 
1428
 
 
1429
2009-06-05  Alessandro Decina <alessandro.d@gmail.com>
 
1430
 
 
1431
        * tests/test_projectmanager.py:
 
1432
          Cosmetic changes to test_projectmanager.py
 
1433
 
 
1434
2009-06-04  Alessandro Decina <alessandro.d@gmail.com>
 
1435
 
 
1436
        * pitivi/application.py:
 
1437
        * pitivi/formatters/base.py:
 
1438
        * pitivi/project.py:
 
1439
        * pitivi/projectmanager.py:
 
1440
        * pitivi/ui/mainwindow.py:
 
1441
        * pitivi/ui/propertyeditor.py:
 
1442
        * tests/test_projectmanager.py:
 
1443
          Add tests for ProjectManager.loadProject and fix things in the process.
 
1444
 
 
1445
2009-06-04  Alessandro Decina <alessandro.d@gmail.com>
 
1446
 
 
1447
        * pitivi/formatters/format.py:
 
1448
        * pitivi/project.py:
 
1449
          Make registering formatters a bit more dynamic.
 
1450
          Add pitivi.format.register_formatter so i can register dummy formatters in unit
 
1451
          tests.
 
1452
 
 
1453
2009-06-03  Alessandro Decina <alessandro.d@gmail.com>
 
1454
 
 
1455
        * pitivi/formatters/format.py:
 
1456
          Remove unused import
 
1457
 
 
1458
2009-06-03  Alessandro Decina <alessandro.d@gmail.com>
 
1459
 
 
1460
        * pitivi/application.py:
 
1461
        * pitivi/projectmanager.py:
 
1462
        * pitivi/ui/mainwindow.py:
 
1463
          Move project methods from pitivi.application to pitivi.projectmanager.
 
1464
 
 
1465
2009-06-03  Alessandro Decina <alessandro.d@gmail.com>
 
1466
 
 
1467
        * pitivi/application.py:
 
1468
          Remove dead code (addProject)
 
1469
 
 
1470
2009-06-02  Alessandro Decina <alessandro.d@gmail.com>
 
1471
 
 
1472
        * pitivi/application.py:
 
1473
        * pitivi/formatters/base.py:
 
1474
        * pitivi/ui/mainwindow.py:
 
1475
          Make project loading look async to Formatter clients.
 
1476
 
 
1477
2009-06-02  Alessandro Decina <alessandro.d@gmail.com>
 
1478
 
 
1479
        * pitivi/application.py:
 
1480
        * pitivi/ui/mainwindow.py:
 
1481
          Make Pitivi.loadProject always take an URI.
 
1482
 
 
1483
2009-06-02  Alessandro Decina <alessandro.d@gmail.com>
 
1484
 
 
1485
        * pitivi/application.py:
 
1486
        * pitivi/check.py:
 
1487
          Refactor the application launcher.
 
1488
 
 
1489
2009-06-02  Edward Hervey <bilboed@bilboed.com>
 
1490
 
 
1491
          Merging translations
 
1492
          Merge commit 'gnome/master'
 
1493
 
 
1494
2009-06-01  Per Kongstad <p_kongstad@op.pl>
 
1495
 
 
1496
        * po/da.po:
 
1497
          Updated Danish translation
 
1498
 
 
1499
2009-06-01  Alessandro Decina <alessandro.d@gmail.com>
 
1500
 
 
1501
        * pitivi/factories/base.py:
 
1502
          Use match_stream_groups in SourceFactory.makeBin.
 
1503
 
 
1504
2009-06-01  Alessandro Decina <alessandro.d@gmail.com>
 
1505
 
 
1506
        * pitivi/timeline/timeline.py:
 
1507
        * tests/test_timeline.py:
 
1508
          Use match_stream_groups in Timeline.addSourceFactory.
 
1509
 
 
1510
2009-06-01  Alessandro Decina <alessandro.d@gmail.com>
 
1511
 
 
1512
        * pitivi/stream.py:
 
1513
        * tests/test_stream.py:
 
1514
          Add stream matching code.
 
1515
          Add match_stream_groups and match_stream_groups_map to pitivi.stream.
 
1516
 
 
1517
2009-06-01  Per Kongstad <p_kongstad@op.pl>
 
1518
 
 
1519
        * po/da.po:
 
1520
          Updated Danish translation
 
1521
 
 
1522
2009-06-01  Mario Blättermann <mariobl@gnome.org>
 
1523
 
 
1524
        * po/de.po:
 
1525
          Updated German translation
 
1526
 
 
1527
2009-06-01  Edward Hervey <bilboed@bilboed.com>
 
1528
 
 
1529
        * pitivi/ui/exportsettingswidget.py:
 
1530
          ui: Add comments for translators. Fixes #584416
 
1531
 
 
1532
2009-06-01  Edward Hervey <bilboed@bilboed.com>
 
1533
 
 
1534
        * pitivi/check.py:
 
1535
          check.py: Fix string (Cairo=>cairo). Fixes #584415
 
1536
 
 
1537
2009-05-31  Per Kongstad <p_kongstad@op.pl>
 
1538
 
 
1539
        * po/LINGUAS:
 
1540
        * po/da.po:
 
1541
          Added Danish translation
 
1542
 
 
1543
2009-05-21  Claude Paroz <claude@2xlibre.net>
 
1544
 
 
1545
        * pitivi/ui/pluginmanagerdialog.py:
 
1546
          PluginManagerDialog: Use named placeholder. Fixes #583474
 
1547
 
 
1548
2009-05-28  Claude Paroz <claude@2xlibre.net>
 
1549
 
 
1550
        * pitivi/utils.py:
 
1551
          utils: Add translator comment. Fixes #583861
 
1552
          This helps translators to know what "non local" means.
 
1553
 
 
1554
2009-05-28  Bruce Cowan <bcowan@fastmail.co.uk>
 
1555
 
 
1556
        * pitivi/application.py:
 
1557
        * pitivi/check.py:
 
1558
        * pitivi/discoverer.py:
 
1559
        * pitivi/ui/exportsettingswidget.glade:
 
1560
        * pitivi/ui/net_capture.glade:
 
1561
        * pitivi/ui/pluginmanagerdialog.py:
 
1562
        * pitivi/ui/screencast_manager.glade:
 
1563
        * pitivi/ui/sourcelist.py:
 
1564
          Minor string fixes. Fixes #584056
 
1565
 
 
1566
2009-05-28  Claude Paroz <claude@2xlibre.net>
 
1567
 
 
1568
        * pitivi/formatters/format.py:
 
1569
        * po/POTFILES.in:
 
1570
          Formatters: Translate file filter menu. Fixes #584084
 
1571
 
 
1572
2009-05-28  Claude Paroz <claude@2xlibre.net>
 
1573
 
 
1574
        * pitivi/ui/mainwindow.py:
 
1575
          MainWindow: Make button labels translatable. Fixes #584086
 
1576
 
 
1577
2009-05-28  Claude Paroz <claude@2xlibre.net>
 
1578
 
 
1579
        * pitivi/ui/encodingdialog.glade:
 
1580
        * pitivi/ui/exportsettingswidget.py:
 
1581
        * pitivi/ui/gstwidget.py:
 
1582
          EncodingDialog: Make strings translatable. Fixes #584123
 
1583
 
 
1584
2009-05-28  Claude Paroz <claude@2xlibre.net>
 
1585
 
 
1586
        * pitivi/ui/prefs.py:
 
1587
        * pitivi/ui/previewer.py:
 
1588
        * pitivi/ui/timelinecanvas.py:
 
1589
        * pitivi/ui/trackobject.py:
 
1590
        * po/POTFILES.in:
 
1591
          UI: Make Preferences labels translatable. Fixes #584128
 
1592
 
 
1593
2009-05-28  Edward Hervey <bilboed@bilboed.com>
 
1594
 
 
1595
        * pitivi/timeline/timeline.py:
 
1596
          Timeline*: more documentation.
 
1597
          I also added some comments which the code author's should review.
 
1598
 
 
1599
2009-04-25  Edward Hervey <bilboed@bilboed.com>
 
1600
 
 
1601
        * pitivi/timeline/timeline.py:
 
1602
          TimelineObject/Selection : Add documentation.
 
1603
 
 
1604
2009-04-30  Edward Hervey <bilboed@bilboed.com>
 
1605
 
 
1606
        * pitivi/timeline/timeline.py:
 
1607
          timeline: more documentation
 
1608
 
 
1609
2009-04-25  Edward Hervey <bilboed@bilboed.com>
 
1610
 
 
1611
        * pitivi/timeline/timeline.py:
 
1612
          TimelineObject: Cleanup selected property.
 
1613
 
 
1614
2009-05-28  Edward Hervey <bilboed@bilboed.com>
 
1615
 
 
1616
        * pitivi/timeline/timeline.py:
 
1617
        * pitivi/timeline/track.py:
 
1618
          timeline: Don't use time as variable name
 
1619
 
 
1620
2009-05-29  António Lima <amrlima@gmail.com>
 
1621
 
 
1622
        * po/pt.po:
 
1623
          Updated Portuguese translation
 
1624
 
 
1625
2009-05-29  Edward Hervey <bilboed@bilboed.com>
 
1626
 
 
1627
        * configure.ac:
 
1628
          configure.ac: And back to development we go !
 
1629
 
 
1630
2009-05-27  Edward Hervey <bilboed@bilboed.com>
 
1631
 
 
1632
        * AUTHORS:
 
1633
        * ChangeLog:
 
1634
        * NEWS:
 
1635
        * RELEASE:
 
1636
        * configure.ac:
 
1637
          0.13.1 Release "L'Aquila Immota Manet : The eagle remains unmoved"
 
1638
 
 
1639
2009-05-27  Bruce Cowan <bcowan@fastmail.co.uk>
 
1640
 
 
1641
        * po/en_GB.po:
 
1642
          Updated British English translation
 
1643
 
 
1644
2009-05-26  Edward Hervey <bilboed@bilboed.com>
 
1645
 
 
1646
        * pitivi/formatters/etree.py:
 
1647
          ElementTreeFormatter: Properly load sources. Fixes #582419
 
1648
 
 
1649
2009-05-26  Dmitriy Kodanev <dkodanev@gmail.com>
 
1650
 
 
1651
        * po/LINGUAS:
 
1652
        * po/ru.po:
 
1653
          Added Russian translation
 
1654
 
 
1655
2009-05-24  Edward Hervey <bilboed@bilboed.com>
 
1656
 
 
1657
        * configure.ac:
 
1658
          0.13.0.3 pre-release
 
1659
 
 
1660
2009-05-24  Edward Hervey <bilboed@bilboed.com>
 
1661
 
 
1662
        * common:
 
1663
          Update common submodule
 
1664
 
 
1665
2009-05-24  Jean-François Fortin Tam <nekohayo@gmail.com>
 
1666
 
 
1667
        * pitivi/ui/mainwindow.py:
 
1668
          About: Implement clickable URL for website. Fixes #583514
 
1669
 
 
1670
2009-05-24  Mario Blättermann <mariobl@gnome.org>
 
1671
 
 
1672
        * po/de.po:
 
1673
          Updated German translation
 
1674
 
 
1675
2009-05-23  Edward Hervey <bilboed@bilboed.com>
 
1676
 
 
1677
        * pitivi/pitivigstutils.py:
 
1678
          gst: import gst modules to have GTypes loaded. Fixes #583595
 
1679
          This is so we can load caps that have GstAudioChannelPosition for
 
1680
          example.
 
1681
 
 
1682
2009-05-23  Alessandro Decina <alessandro.d@gmail.com>
 
1683
 
 
1684
        * pitivi.desktop.in:
 
1685
          Use Exec=pitivi %f in  the .desktop file.
 
1686
 
 
1687
2009-05-23  Alessandro Decina <alessandro.d@gmail.com>
 
1688
 
 
1689
        * pitivi/application.py:
 
1690
          Change the command line interface to be more .desktop file friendly.
 
1691
          Fixes #583637.
 
1692
 
 
1693
2009-05-23  Alessandro Decina <alessandro.d@gmail.com>
 
1694
 
 
1695
        * pitivi/discoverer.py:
 
1696
          Workaround to make the missing-plugin API work when using decodebin2.
 
1697
          Decodebin2 commits its state change to PAUSED before posting missing-plugin
 
1698
          messages. The workaround consists in manually popping messages off the bus
 
1699
          before doing our internal check for missing plugins.
 
1700
          Fixes #583487.
 
1701
 
 
1702
2009-05-23  Edward Hervey <bilboed@bilboed.com>
 
1703
 
 
1704
        * pitivi/ui/sourcelist.py:
 
1705
          sourcelist: Escape names for markup. Fixes #583592
 
1706
 
 
1707
2009-05-22  Claude Paroz <claude@2xlibre.net>
 
1708
 
 
1709
        * pitivi/ui/pluginmanagerdialog.py:
 
1710
          Revert "Use named placeholder syntax in translatable string"
 
1711
          Sorry, I inadvertantly pushed this patch (which is planned for a
 
1712
          further version).
 
1713
 
 
1714
2009-05-22  Claude Paroz <claude@2xlibre.net>
 
1715
 
 
1716
        * po/fr.po:
 
1717
          Updated French translation
 
1718
 
 
1719
2009-05-21  Claude Paroz <claude@2xlibre.net>
 
1720
 
 
1721
        * pitivi/ui/pluginmanagerdialog.py:
 
1722
          Use named placeholder syntax in translatable string
 
1723
 
 
1724
2009-05-22  Edward Hervey <bilboed@bilboed.com>
 
1725
 
 
1726
          Merging translations
 
1727
          Merge commit 'gnome/master'
 
1728
 
 
1729
2009-05-22  Antón Méixome <meixome@mancomun.org>
 
1730
 
 
1731
        * po/LINGUAS:
 
1732
        * po/gl.po:
 
1733
          Added Galician Translation.
 
1734
 
 
1735
2009-05-22  Edward Hervey <bilboed@bilboed.com>
 
1736
 
 
1737
        * pitivi/ui/exportsettingswidget.py:
 
1738
          exportsettingswidget: 1024x768 is XGA and not WXGA. Fixes #583472
 
1739
 
 
1740
2009-05-21  Claude Paroz <claude@2xlibre.net>
 
1741
 
 
1742
        * po/fr.po:
 
1743
          Updated French translation
 
1744
 
 
1745
2009-05-21  Alessandro Decina <alessandro.d@gmail.com>
 
1746
 
 
1747
        * pitivi/stream.py:
 
1748
        * pitivi/timeline/timeline.py:
 
1749
        * pitivi/ui/sourcelist.py:
 
1750
        * tests/test_timeline.py:
 
1751
          Allow importing multi-audio or multi-video clips.
 
1752
          Be less strict in mapping streams to tracks for now, adding the first stream of
 
1753
          each kind to the timeline.
 
1754
 
 
1755
2009-05-21  Mario Blättermann <mariobl@gnome.org>
 
1756
 
 
1757
        * po/de.po:
 
1758
          Updated German translation
 
1759
 
 
1760
2009-05-21  Edward Hervey <bilboed@bilboed.com>
 
1761
 
 
1762
        * configure.ac:
 
1763
          0.13.0.2 pre-release !
 
1764
 
 
1765
2009-05-21  Edward Hervey <bilboed@bilboed.com>
 
1766
 
 
1767
        * configure.ac:
 
1768
          configure.ac: Require latest gnonlin for 'update' speedups.
 
1769
 
 
1770
2009-05-21  Edward Hervey <bilboed@bilboed.com>
 
1771
 
 
1772
        * pitivi/Makefile.am:
 
1773
        * pitivi/elements/Makefile.am:
 
1774
        * pitivi/factories/Makefile.am:
 
1775
        * pitivi/formatters/Makefile.am:
 
1776
        * pitivi/timeline/Makefile.am:
 
1777
          Makefile.am : Order files alphabetically.
 
1778
          This is to make it easier to spot missing disted files.
 
1779
 
 
1780
2009-05-20  Edward Hervey <bilboed@bilboed.com>
 
1781
 
 
1782
        * po/fr.po:
 
1783
          po: Update French translation a bit more
 
1784
 
 
1785
2009-05-20  Edward Hervey <bilboed@bilboed.com>
 
1786
 
 
1787
        * po/POTFILES.in:
 
1788
          POTFILES.in: Adding missing files
 
1789
 
 
1790
2009-05-20  Edward Hervey <bilboed@bilboed.com>
 
1791
 
 
1792
        * pitivi/ui/mainwindow.py:
 
1793
          MainWindow: Really deactivate screencast support for the release.
 
1794
          It hasn't been ported.
 
1795
 
 
1796
2009-05-20  Edward Hervey <bilboed@bilboed.com>
 
1797
 
 
1798
        * pitivi/ui/viewer.py:
 
1799
          Viewer: Protect seeks with try/except
 
1800
 
 
1801
2009-05-20  Stéphane Maniaci <stephane.maniaci@gmail.com>
 
1802
 
 
1803
        * pitivi/ui/viewer.py:
 
1804
          Viewer: Implement rewind/forward buttons.
 
1805
 
 
1806
2009-05-20  Edward Hervey <bilboed@bilboed.com>
 
1807
 
 
1808
        * pitivi/ui/ruler.py:
 
1809
          Ruler._doSeek(): Forward the on_idle argument
 
1810
          This should get rid of various deadlocks due to reentrant seeks on
 
1811
          the pipeline.
 
1812
 
 
1813
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1814
 
 
1815
        * pitivi/ui/mainwindow.py:
 
1816
          MainWindow: Don't assume get_uri() returns a string.
 
1817
 
 
1818
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1819
 
 
1820
        * pitivi/ui/mainwindow.py:
 
1821
          MissingURIDialog: Don't forget to unquote the URI. Finishes fixing #580654
 
1822
 
 
1823
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1824
 
 
1825
        * pitivi/formatters/base.py:
 
1826
        * tests/test_formatter.py:
 
1827
          Formatter: Make mapping system a bit more resilient.
 
1828
          I have to disable the test for the time being since it will
 
1829
          actually check to see if the uri is accessible.
 
1830
 
 
1831
2009-05-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1832
 
 
1833
        * pitivi/application.py:
 
1834
        * pitivi/ui/mainwindow.py:
 
1835
          Application: forward missing-uri signal from formatter. Partially fixes #580654
 
1836
 
 
1837
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1838
 
 
1839
        * pitivi/ui/timeline.py:
 
1840
          ui.timeline: optimize key handling seek code a bit more.
 
1841
 
 
1842
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1843
 
 
1844
        * pitivi/pipeline.py:
 
1845
          Pipeline: Catch/debug exceptions from queries on the gst.Pipeline
 
1846
 
 
1847
2009-05-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1848
 
 
1849
        * pitivi/ui/mainwindow.py:
 
1850
        * pitivi/ui/timeline.py:
 
1851
          ui: seek only when timeline/ruler has focus. Fixes #579319.
 
1852
          Also move keyboard seeking to ui.timeline.
 
1853
 
 
1854
2009-05-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1855
 
 
1856
        * pitivi/pipeline.py:
 
1857
          pipeline: clamp seek values between [0, duration]
 
1858
 
 
1859
2009-05-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1860
 
 
1861
        * pitivi/ui/mainwindow.py:
 
1862
        * pitivi/ui/mainwindow.xml:
 
1863
          remove seeking actions from UI
 
1864
 
 
1865
2009-05-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1866
 
 
1867
        * pitivi/pipeline.py:
 
1868
        * pitivi/ui/viewer.py:
 
1869
          pipeline, ui.viewer: move implementation of play, pause, and toggle into pipeline() class
 
1870
 
 
1871
2009-05-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
1872
 
 
1873
        * pitivi/ui/controller.py:
 
1874
          ui.controller: items should grab focus on mouseover
 
1875
 
 
1876
2009-05-19  Alessandro Decina <alessandro.d@gmail.com>
 
1877
 
 
1878
        * pitivi/ui/ruler.py:
 
1879
        * pitivi/utils.py:
 
1880
        * tests/test_seeker.py:
 
1881
          Seeker: make seeking in a idle handler optional.
 
1882
 
 
1883
2009-05-19  Alessandro Decina <alessandro.d@gmail.com>
 
1884
 
 
1885
        * pitivi/utils.py:
 
1886
        * tests/test_seeker.py:
 
1887
          Change Seeker to do the first seek in a idle_add.
 
1888
          Fixes a deadlock in gnlcomposition caused by the ruler seeking in
 
1889
          setShadedDuration, which is triggered when the composition start/duration values
 
1890
          change.
 
1891
 
 
1892
2009-05-19  Alessandro Decina <alessandro.d@gmail.com>
 
1893
 
 
1894
        * pitivi/formatters/etree.py:
 
1895
          Add support for factories other than FileSourceFactory in ElementTreeFormatter.
 
1896
 
 
1897
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1898
 
 
1899
        * pitivi/plumber.py:
 
1900
          plumber: Remove buggy scaler
 
1901
          Should fix most of the issues we've been seeing lately...
 
1902
 
 
1903
2009-05-19  Edward Hervey <bilboed@bilboed.com>
 
1904
 
 
1905
        * pitivi/ui/exportsettingswidget.py:
 
1906
          ExportSettingsWidget: Don't return bogus element settings. Fixes #583147
 
1907
 
 
1908
2009-05-18  Edward Hervey <bilboed@bilboed.com>
 
1909
 
 
1910
        * pitivi/formatters/base.py:
 
1911
        * tests/test_formatter.py:
 
1912
          Formatter: Add minimalistic support for moved file mapping.
 
1913
          Requires implementation in the UI.
 
1914
          The idea is that when a file has moved, Formatter will emit the
 
1915
          'missing-uri' signal.
 
1916
          Within that callback, the application should:
 
1917
          * ask the user for the new location
 
1918
          * call Formatter.addMapping()
 
1919
          Hopefully... if files have moved for a project, they most likely
 
1920
          have all moved in the same fashion, so this signal should only be
 
1921
          emitted once.
 
1922
 
 
1923
2009-05-18  Alessandro Decina <alessandro.d@gmail.com>
 
1924
 
 
1925
        * pitivi/Makefile.am:
 
1926
          Dist pitivi/reflect.py
 
1927
 
 
1928
2009-05-18  Alessandro Decina <alessandro.d@gmail.com>
 
1929
 
 
1930
        * tests/test_seeker.py:
 
1931
          Fix Seeker tests.
 
1932
 
 
1933
2009-05-15  Edward Hervey <bilboed@bilboed.com>
 
1934
 
 
1935
        * pitivi/utils.py:
 
1936
          Seeker: Don't wait 80ms for the first seek.
 
1937
 
 
1938
2009-05-15  Edward Hervey <bilboed@bilboed.com>
 
1939
 
 
1940
        * .gitignore:
 
1941
          .gitignore: Add .xptv
 
1942
 
 
1943
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1944
 
 
1945
        * pitivi/ui/timelinecanvas.py:
 
1946
          TimelineCanvas: More extensive scrollwheel behaviour. Fixes #576326
 
1947
          UP/DOWN : scrolls left/right
 
1948
          SHIFT + UP/DOWN : scrolls up/down
 
1949
          CTRL + UP/DOWN : zooms in/out
 
1950
          Also made the canvas Loggable (for debug messages).
 
1951
 
 
1952
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1953
 
 
1954
        * pitivi/formatters/etree.py:
 
1955
          ElementTreeFormatter: Check if nodes are non-None.
 
1956
 
 
1957
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1958
 
 
1959
        * pitivi/formatters/etree.py:
 
1960
          ElementTreeFormatter: Store/Load container/codec settings. Fixes #569834
 
1961
 
 
1962
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1963
 
 
1964
        * pitivi/ui/gstwidget.py:
 
1965
          gstwidget: Use the numerical representation of enums.
 
1966
          Moving around strongly-typed enum values is pointless since:
 
1967
          * we need that GType to be loaded to be usefule (not great when loading
 
1968
          a project...)
 
1969
          * we've got the name of the property so we can get the enum back later on.
 
1970
 
 
1971
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1972
 
 
1973
        * pitivi/formatters/etree.py:
 
1974
          ElementTreeFormatter: Only load settings.. if there are any :)
 
1975
 
 
1976
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1977
 
 
1978
        * pitivi/ui/gstwidget.py:
 
1979
          gstwidget: Only return non-default values.
 
1980
 
 
1981
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1982
 
 
1983
        * pitivi/formatters/etree.py:
 
1984
          ElementTreeFormatter: Save/Load project settings. Partially fixes #569834
 
1985
 
 
1986
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1987
 
 
1988
        * pitivi/formatters/base.py:
 
1989
        * pitivi/formatters/etree.py:
 
1990
        * pitivi/formatters/playlist.py:
 
1991
          Formatter: Add optional project argument to _parse()
 
1992
 
 
1993
2009-05-14  Edward Hervey <bilboed@bilboed.com>
 
1994
 
 
1995
        * pitivi/ui/encodingdialog.py:
 
1996
        * pitivi/ui/mainwindow.py:
 
1997
          UI: Save last folder used for exports. Fixes #579638
 
1998
 
 
1999
2009-05-13  Edward Hervey <bilboed@bilboed.com>
 
2000
 
 
2001
        * Makefile.am:
 
2002
        * configure.ac:
 
2003
        * icons/16x16/Makefile.am:
 
2004
        * icons/16x16/pitivi.png:
 
2005
        * icons/16x16/pitivi.svg:
 
2006
        * icons/22x22/Makefile.am:
 
2007
        * icons/22x22/pitivi.png:
 
2008
        * icons/22x22/pitivi.svg:
 
2009
        * icons/24x24/Makefile.am:
 
2010
        * icons/24x24/pitivi.png:
 
2011
        * icons/32x32/Makefile.am:
 
2012
        * icons/32x32/pitivi.png:
 
2013
        * icons/32x32/pitivi.svg:
 
2014
        * icons/48x48/Makefile.am:
 
2015
        * icons/48x48/pitivi.png:
 
2016
        * icons/48x48/pitivi.svg:
 
2017
        * icons/Makefile.am:
 
2018
          icons: Add scalable icons. Fixes #573997
 
2019
          Icons by Andreas Nilsson
 
2020
 
 
2021
2009-05-13  Edward Hervey <bilboed@bilboed.com>
 
2022
 
 
2023
          Merging translations
 
2024
          Merge commit 'gnome/master'
 
2025
 
 
2026
2009-05-13  Edward Hervey <bilboed@bilboed.com>
 
2027
 
 
2028
        * pitivi/ui/previewer.py:
 
2029
          ui.previewer: Use nearest-neighbour method for video scaling.
 
2030
          It's substantially faster than the other methods (and we don't care
 
2031
          about the thumbnails quality at that resolution).
 
2032
 
 
2033
2009-05-12  Mario Blättermann <mariobl@gnome.org>
 
2034
 
 
2035
        * po/de.po:
 
2036
          Updated German translation
 
2037
 
 
2038
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2039
 
 
2040
        * pitivi/ui/mainwindow.py:
 
2041
          Viewer: Reset the pipeline before setting a new Pipeline/Action.
 
2042
          If we don't do this... the pipelines still carry on existing for some
 
2043
          weird reason. Don't have time to further investigate this, but we
 
2044
          should have a deeper look after the release.
 
2045
 
 
2046
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2047
 
 
2048
        * pitivi/ui/mainwindow.py:
 
2049
          UI: Adjust Viewer DAR whenever the project settings change. Fixes #572099
 
2050
 
 
2051
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2052
 
 
2053
        * pitivi/ui/mainwindow.py:
 
2054
          ui: Set project DAR on Viewer when switching to the timeline.
 
2055
 
 
2056
2009-05-12  Alessandro Decina <alessandro.d@gmail.com>
 
2057
 
 
2058
        * pitivi/ui/exportsettingswidget.py:
 
2059
          Show framerates in presets.
 
2060
 
 
2061
2009-05-12  Alessandro Decina <alessandro.d@gmail.com>
 
2062
 
 
2063
        * pitivi/ui/exportsettingswidget.py:
 
2064
          Fix framerate in 480p ntsc preset.
 
2065
 
 
2066
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2067
 
 
2068
        * pitivi/ui/viewer.py:
 
2069
          ui.viewer: Remove dead code/args
 
2070
 
 
2071
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2072
 
 
2073
        * pitivi/ui/viewer.py:
 
2074
          ui.viewer: Fix the DAR a bit more. Partially fixes #572099
 
2075
 
 
2076
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2077
 
 
2078
        * pitivi/ui/mainwindow.py:
 
2079
          mainwindow: Use existing SourceFactory when viewing a source.
 
2080
 
 
2081
2009-05-12  Jean-François Fortin Tam <nekohayo@gmail.com>
 
2082
 
 
2083
        * pitivi/ui/exportsettingswidget.py:
 
2084
          Add more presets.
 
2085
 
 
2086
2009-05-12  Alessandro Decina <alessandro.d@gmail.com>
 
2087
 
 
2088
        * pitivi/ui/encodingdialog.py:
 
2089
        * pitivi/utils.py:
 
2090
        * tests/test_utils.py:
 
2091
          Use better formatting for durations in sourcelist and encodingdialog.
 
2092
          Based on a patch from Jean-François Fortin Tam <nekohayo at gmail dot com>.
 
2093
          Fixes #575955.
 
2094
 
 
2095
2009-05-12  Edward Hervey <bilboed@bilboed.com>
 
2096
 
 
2097
        * pitivi/ui/previewer.py:
 
2098
          ui.previewer: Use stream Display Aspect Ratio for proper thumbnails.
 
2099
          I have no idea what that previous calculation was trying to do.
 
2100
 
 
2101
2009-05-11  Edward Hervey <bilboed@bilboed.com>
 
2102
 
 
2103
        * pitivi/pixmaps/Makefile.am:
 
2104
        * pitivi/ui/Makefile.am:
 
2105
          Makefile.am : Add new files
 
2106
 
 
2107
2009-05-11  Edward Hervey <bilboed@bilboed.com>
 
2108
 
 
2109
        * pitivi/ui/timeline.py:
 
2110
          ui/timeline: Specify position argument to gtk.UIManager.insert_action_group()
 
2111
          Theoretically there is a default of -1 since pygtk 2.12.0 ... but some
 
2112
          distros have decided otherwise.
 
2113
 
 
2114
2009-05-11  Edward Hervey <bilboed@bilboed.com>
 
2115
 
 
2116
        * configure.ac:
 
2117
          configure.ac: require the latest gstreamer core and python bindings
 
2118
 
 
2119
2009-05-10  Edward Hervey <bilboed@bilboed.com>
 
2120
 
 
2121
        * pitivi/discoverer.py:
 
2122
          Discoverer: Reduce the maximum thumbnail size to 96x96
 
2123
          We resize them in the UI to 64 pixels wide. This should leave us
 
2124
          some margin and speeds up loading big files even more drastically.
 
2125
 
 
2126
2009-05-10  Mario Blättermann <mariobl@gnome.org>
 
2127
 
 
2128
        * po/de.po:
 
2129
          Updated German translation
 
2130
 
 
2131
2009-05-10  Edward Hervey <bilboed@bilboed.com>
 
2132
 
 
2133
        * pitivi/discoverer.py:
 
2134
          Discoverer: Increase the blocksize of the source elements to 128kb
 
2135
          The default value is 4kb ... which makes the decoding of high-bitrate
 
2136
          content (like 6MPixel photos or HDV footage) in push-mode exceedingly
 
2137
          slow. Giving 32times more data at once speeds up those scenarios.
 
2138
 
 
2139
2009-05-10  Edward Hervey <bilboed@bilboed.com>
 
2140
 
 
2141
        * pitivi/discoverer.py:
 
2142
          Discoverer: Limit size of video to thumbnail to 720x720.
 
2143
          We use videoscale in nearest-neighbour mode (which is faster).
 
2144
 
 
2145
2009-05-10  Edward Hervey <bilboed@bilboed.com>
 
2146
 
 
2147
        * configure.ac:
 
2148
          configure.ac: bump python-gtk requirement to 2.12.0
 
2149
 
 
2150
2009-05-10  Edward Hervey <bilboed@bilboed.com>
 
2151
 
 
2152
        * pitivi/ui/viewer.py:
 
2153
          ui.viewer: fix typo (which disabled seek-by-mousewheel)
 
2154
 
 
2155
2009-05-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2156
 
 
2157
        * pitivi/ui/common.py:
 
2158
        * pitivi/ui/trackobject.py:
 
2159
          ui.trackobject: Subtle gradient for the clip background. Fixes #580671
 
2160
 
 
2161
2009-05-07  Edward Hervey <bilboed@bilboed.com>
 
2162
 
 
2163
        * pitivi/timeline/timeline.py:
 
2164
        * pitivi/timeline/track.py:
 
2165
        * pitivi/ui/timeline.py:
 
2166
        * pitivi/ui/trackobject.py:
 
2167
          Timeline: Disable updates when adding/moving objects in the timeline.
 
2168
          This requires current gnonlin git, and might need some more optimisation
 
2169
          by putting even more timeline modifications between enable/disableUpdates.
 
2170
 
 
2171
2009-05-08  Edward Hervey <bilboed@bilboed.com>
 
2172
 
 
2173
          Merging translations
 
2174
          Merge commit 'gnome/master'
 
2175
 
 
2176
2009-05-08  Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
2177
 
 
2178
        * po/es.po:
 
2179
          Updated Spanish translation by Jesse Avilés
 
2180
 
 
2181
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2182
 
 
2183
        * pitivi/timeline/timeline.py:
 
2184
          Fix group/ungroup sensitiveness a bit more.
 
2185
 
 
2186
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2187
 
 
2188
        * pitivi/ui/timeline.py:
 
2189
          Make group and ungroup sensitive (or not) based on the current selection.
 
2190
 
 
2191
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2192
 
 
2193
        * pitivi/ui/timeline.py:
 
2194
          Re-enable group and ungroup actions
 
2195
 
 
2196
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2197
 
 
2198
        * pitivi/timeline/timeline.py:
 
2199
          Fix Timeline.groupSelection and Timeline.ungroupSelection.
 
2200
          Those functions weren't updated when selection code was moved out of
 
2201
          Timeline.
 
2202
 
 
2203
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2204
 
 
2205
        * pitivi/timeline/timeline.py:
 
2206
        * pitivi/timeline/track.py:
 
2207
          Revert "timeline.timeline: selection tracks individual track-objects internally"
 
2208
          This reverts commit 5c5704d51b14a53b90ee2e30156e88cad23b67c3.
 
2209
 
 
2210
2009-05-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2211
 
 
2212
        * pitivi/ui/previewer.py:
 
2213
          previewer: add config option / preference to disable previews on random-access sources (fixes 580673)
 
2214
 
 
2215
2009-05-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2216
 
 
2217
        * tests/test_timeline.py:
 
2218
          tests: move Selection unit test to Link unit test.
 
2219
 
 
2220
2009-05-07  Alessandro Decina <alessandro.d@gmail.com>
 
2221
 
 
2222
        * pitivi/ui/timeline.py:
 
2223
          Revert "ui.timeline: seek playhead to mouse position on button release"
 
2224
          This reverts commit dcebfca36e9686bf3e74f73ddcf7a3ecbcd7a807.
 
2225
 
 
2226
2009-05-07  Edward Hervey <bilboed@bilboed.com>
 
2227
 
 
2228
          Merging translations
 
2229
          Merge commit 'gnome/master'
 
2230
 
 
2231
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2232
 
 
2233
        * pitivi/discoverer.py:
 
2234
        * pitivi/sourcelist.py:
 
2235
        * tests/test_discoverer.py:
 
2236
          Discoverer: pass the discovered uri in discovery-done.
 
2237
 
 
2238
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2239
 
 
2240
        * pitivi/discoverer.py:
 
2241
          Discoverer: fix "no streams found" error message
 
2242
 
 
2243
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2244
 
 
2245
        * pitivi/discoverer.py:
 
2246
        * tests/test_discoverer.py:
 
2247
          Discoverer: rename error_debug to error_detail
 
2248
 
 
2249
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2250
 
 
2251
        * pitivi/discoverer.py:
 
2252
        * pitivi/sourcelist.py:
 
2253
        * pitivi/ui/netstream_managerdialog.py:
 
2254
        * pitivi/ui/sourcelist.py:
 
2255
        * pitivi/ui/webcam_managerdialog.py:
 
2256
        * tests/test_discoverer.py:
 
2257
          Discoverer: rename addFile to addUri.
 
2258
 
 
2259
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2260
 
 
2261
        * pitivi/application.py:
 
2262
        * pitivi/discoverer.py:
 
2263
        * pitivi/sourcelist.py:
 
2264
        * pitivi/ui/sourcelist.py:
 
2265
        * tests/test_discoverer.py:
 
2266
          Discoverer: refactor signals.
 
2267
          Remove new_sourcefilefactory.
 
2268
          Change finished_analyzing to discovery-done.
 
2269
          Change not_media_file to discovery-error.
 
2270
 
 
2271
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2272
 
 
2273
        * Makefile.am:
 
2274
          Dist pitivi.xml
 
2275
 
 
2276
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2277
 
 
2278
          Merge branch 'discoverer-discover-factory'
 
2279
 
 
2280
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2281
 
 
2282
        * tests/test_discoverer.py:
 
2283
          Remove unused import.
 
2284
 
 
2285
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2286
 
 
2287
        * pitivi/discoverer.py:
 
2288
          Split Discoverer._analyze in smaller methods.
 
2289
 
 
2290
2009-05-06  Alessandro Decina <alessandro.d@gmail.com>
 
2291
 
 
2292
        * pitivi/formatters/etree.py:
 
2293
          etree formatter: fix headers, remove unused imports
 
2294
 
 
2295
2009-05-06  Sandeep Shedmake <sshedmak@redhat.com>
 
2296
 
 
2297
        * po/mr.po:
 
2298
          commit one change in po/mr.po
 
2299
 
 
2300
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2301
 
 
2302
        * pitivi/ui/encodingdialog.py:
 
2303
          encodingdialog: Use set_uri/set_current_name
 
2304
          This makes it in sync with the get_uri method we use to get the
 
2305
          currently set location.
 
2306
 
 
2307
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2308
 
 
2309
        * pitivi/project.py:
 
2310
        * pitivi/ui/exportsettingswidget.py:
 
2311
          exportsettingswidget: Fix several issues related to loading/saving settings.
 
2312
          There seems to have been some subtle changes in gtk since this code was
 
2313
          written, causing the combobox changed callback to be called more often.
 
2314
          This should partially fix #569834
 
2315
 
 
2316
2009-05-05  Alessandro Decina <alessandro.d@gmail.com>
 
2317
 
 
2318
        * pitivi/action.py:
 
2319
        * pitivi/application.py:
 
2320
        * pitivi/device.py:
 
2321
        * pitivi/discoverer.py:
 
2322
        * pitivi/factories/base.py:
 
2323
        * pitivi/formatters/base.py:
 
2324
        * pitivi/log/log.py:
 
2325
        * pitivi/pipeline.py:
 
2326
        * pitivi/pluginmanager.py:
 
2327
        * pitivi/project.py:
 
2328
        * pitivi/settings.py:
 
2329
        * pitivi/signalinterface.py:
 
2330
        * pitivi/sourcelist.py:
 
2331
        * pitivi/stream.py:
 
2332
        * pitivi/threads.py:
 
2333
        * pitivi/timeline/timeline.py:
 
2334
        * pitivi/timeline/track.py:
 
2335
        * pitivi/ui/previewer.py:
 
2336
        * pitivi/utils.py:
 
2337
        * tests/test_signallable.py:
 
2338
          Make Signallable and Loggable new style classes.
 
2339
          Fixes random segfaults with python2.6.
 
2340
 
 
2341
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2342
 
 
2343
        * pitivi/ui/mainwindow.py:
 
2344
          mainwindow: settings-changed signal from Project no longer has an argument.
 
2345
 
 
2346
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2347
 
 
2348
        * pitivi/settings.py:
 
2349
          settings: Add a try/except to catch issues with broken config files.
 
2350
          We should get rid of this in the long run.
 
2351
 
 
2352
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2353
 
 
2354
        * pitivi/formatters/etree.py:
 
2355
          ElementTreeFormatter: Add a FIXME comment.
 
2356
 
 
2357
2009-05-05  Edward Hervey <bilboed@bilboed.com>
 
2358
 
 
2359
          Merging translations
 
2360
          Merge commit 'gnome/master'
 
2361
 
 
2362
2009-05-04  Alessandro Decina <alessandro.d@gmail.com>
 
2363
 
 
2364
        * pitivi/plumber.py:
 
2365
          Also put videoscale in DefaultVideoSink.
 
2366
 
 
2367
2009-05-04  Alessandro Decina <alessandro.d@gmail.com>
 
2368
 
 
2369
        * pitivi/ui/viewer.py:
 
2370
          viewer: stay in sync with the pipeline state.
 
2371
          Fixes #580962.
 
2372
 
 
2373
2009-05-04  Alessandro Decina <alessandro.d@gmail.com>
 
2374
 
 
2375
        * pitivi/ui/mainwindow.py:
 
2376
          Fix loading project files containing spaces or non ascii characters.
 
2377
          Fixes #580972.
 
2378
 
 
2379
2009-05-04  Mario Blättermann <mariobl@gnome.org>
 
2380
 
 
2381
        * po/ChangeLog:
 
2382
        * po/de.po:
 
2383
          Updated German translation
 
2384
 
 
2385
2009-05-03  Edward Hervey <bilboed@bilboed.com>
 
2386
 
 
2387
          Merging translations
 
2388
          Merge commit 'gnome/master'
 
2389
 
 
2390
2009-05-03  Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
2391
 
 
2392
        * po/zh_HK.po:
 
2393
        * po/zh_TW.po:
 
2394
          Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
2395
 
 
2396
2009-05-01  Edward Hervey <bilboed@bilboed.com>
 
2397
 
 
2398
        * pitivi/action.py:
 
2399
        * pitivi/plumber.py:
 
2400
          action/sinks: When disabling Sync, also disable QoS.
 
2401
          This should fix the 'stuttering' issue when rendering on computers which
 
2402
          are too slow to do (faster than) real-time rendering.
 
2403
 
 
2404
2009-04-30  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2405
 
 
2406
        * pitivi/ui/trackobject.py:
 
2407
          ui.trackobject: moving slected clip moves all selected (fixes 572098)
 
2408
 
 
2409
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2410
 
 
2411
        * pitivi/timeline/timeline.py:
 
2412
        * pitivi/ui/trackobject.py:
 
2413
          timeline.timeline: fix union and difference selection modes
 
2414
 
 
2415
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2416
 
 
2417
        * pitivi/timeline/timeline.py:
 
2418
        * pitivi/timeline/track.py:
 
2419
          timeline.timeline: selection tracks individual track-objects internally
 
2420
 
 
2421
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2422
 
 
2423
        * pitivi/timeline/timeline.py:
 
2424
        * pitivi/ui/timeline.py:
 
2425
          timeline.timeline: move timeline selection methods to selection class
 
2426
 
 
2427
2009-04-21  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2428
 
 
2429
        * pitivi/timeline/timeline.py:
 
2430
          timeline.timeline: Link no longer inherits from selection
 
2431
 
 
2432
2009-04-30  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2433
 
 
2434
        * pitivi/ui/trackobject.py:
 
2435
          ui.trackobject: indicate selection by tinting the body of the clip rather than drawing an outline around them
 
2436
 
 
2437
2009-04-27  Alessandro Decina <alessandro.d@gmail.com>
 
2438
 
 
2439
        * pitivi/plumber.py:
 
2440
          Add ffmpegcolorspace before xvimagesink.
 
2441
          xvimagesink doesn't seem to support I420 under vmware.
 
2442
 
 
2443
2009-04-30  Alessandro Decina <alessandro.d@gmail.com>
 
2444
 
 
2445
        * pitivi/sourcelist.py:
 
2446
          pitivi.sourcelist: fix a bug removing clips.
 
2447
          Fixes #580192.
 
2448
 
 
2449
2009-04-30  Alessandro Decina <alessandro.d@gmail.com>
 
2450
 
 
2451
        * pitivi/ui/controller.py:
 
2452
          ui.controller: reset the cursor to ARROW.
 
2453
          Fixes #580191.
 
2454
 
 
2455
2009-04-30  Alessandro Decina <alessandro.d@gmail.com>
 
2456
 
 
2457
        * Makefile.am:
 
2458
        * pitivi.desktop.in:
 
2459
        * pitivi.xml:
 
2460
          Register the text/x-xptv mime type, and set pitivi as its default app.
 
2461
 
 
2462
2009-04-30  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2463
 
 
2464
        * pitivi/ui/previewer.py:
 
2465
          ui.previewer: add thumbnail spacing preference option: fixes 575952
 
2466
 
 
2467
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2468
 
 
2469
        * pitivi/ui/trackobject.py:
 
2470
          ui.trackobject: add clip title font preference option
 
2471
 
 
2472
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2473
 
 
2474
        * pitivi/settings.py:
 
2475
        * pitivi/ui/prefs.py:
 
2476
          ui.prefs: add font preference option and test case
 
2477
 
 
2478
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2479
 
 
2480
        * pitivi/ui/dynamic.py:
 
2481
          ui.dynamic: add font selector widget
 
2482
 
 
2483
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2484
 
 
2485
        * pitivi/settings.py:
 
2486
        * pitivi/ui/prefs.py:
 
2487
          settings, ui.prefs: add ability to reset to factory defaults
 
2488
 
 
2489
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2490
 
 
2491
        * pitivi/ui/mainwindow.py:
 
2492
        * pitivi/ui/prefs.py:
 
2493
          ui.prefs: remember size of dialog
 
2494
 
 
2495
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2496
 
 
2497
        * pitivi/ui/prefs.py:
 
2498
          ui.prefs: sort preferences by their unlocalized label names; clean up bad labels
 
2499
 
 
2500
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2501
 
 
2502
        * pitivi/ui/prefs.py:
 
2503
        * pitivi/ui/trackobject.py:
 
2504
          ui.prefs: sort preferences by their unlocalized label names; clean up bad labels
 
2505
 
 
2506
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2507
 
 
2508
        * pitivi/ui/mainwindow.py:
 
2509
        * pitivi/ui/timeline.py:
 
2510
        * pitivi/ui/timelinecanvas.py:
 
2511
        * pitivi/ui/track.py:
 
2512
        * pitivi/ui/trackobject.py:
 
2513
          ui: add edge snap and clip color preferences
 
2514
 
 
2515
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2516
 
 
2517
        * pitivi/ui/prefs.py:
 
2518
          ui.prefs: disable test options; add color preference
 
2519
 
 
2520
2009-04-29  Brandon Lewis <brandon.lewis@berkeley.edu>
 
2521
 
 
2522
        * pitivi/settings.py:
 
2523
        * pitivi/ui/common.py:
 
2524
        * pitivi/ui/dynamic.py:
 
2525
          ui.common: check in code for manipulating color values
 
2526
 
 
2527
2009-04-16  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2528
 
 
2529
        * pitivi/ui/dynamic.py:
 
2530
          ui.dynamic: add color widget and test case
 
2531
 
 
2532
2009-04-16  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2533
 
 
2534
        * pitivi/ui/dynamic.py:
 
2535
          ui.prefs: set adjustment parameters on numeric widgets when value changes
 
2536
 
 
2537
2009-04-16  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2538
 
 
2539
        * pitivi/ui/dynamic.py:
 
2540
        * pitivi/ui/prefs.py:
 
2541
          ui.prefs, ui.dynamic: preference widgets now actually set associated settings, restart warning shown for non-live properties
 
2542
 
 
2543
2009-04-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2544
 
 
2545
        * pitivi/settings.py:
 
2546
        * pitivi/ui/dynamic.py:
 
2547
        * pitivi/ui/mainwindow.py:
 
2548
        * pitivi/ui/prefs.py:
 
2549
        * pitivi/ui/previewer.py:
 
2550
          ui.prefs: test cases for UI prefs and dummy implementation for all dynamic widgets
 
2551
 
 
2552
2009-04-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2553
 
 
2554
        * pitivi/ui/mainwindow.py:
 
2555
        * pitivi/ui/mainwindow.xml:
 
2556
        * pitivi/ui/prefs.py:
 
2557
          mainwindow, prefs: basic layout of preferences dialog
 
2558
 
 
2559
2009-04-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2560
 
 
2561
        * pitivi/settings.py:
 
2562
        * pitivi/ui/mainwindow.py:
 
2563
          settings: add support for receiving signals from properties
 
2564
 
 
2565
2009-04-23  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2566
 
 
2567
        * pitivi/ui/timeline.py:
 
2568
          ui.timeline: seek playhead to mouse position on button release
 
2569
 
 
2570
2009-04-23  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2571
 
 
2572
        * pitivi/ui/timeline.py:
 
2573
          ui.timeline: don't let the timeline shrink during a drag
 
2574
 
 
2575
2009-04-28  Alessandro Decina <alessandro.d@gmail.com>
 
2576
 
 
2577
        * pitivi/timeline/timeline.py:
 
2578
        * pitivi/ui/trackobject.py:
 
2579
          Add edge snapping when trimming at start.
 
2580
          Fixes #580172.
 
2581
 
 
2582
2009-04-27  Alessandro Decina <alessandro.d@gmail.com>
 
2583
 
 
2584
        * pitivi/formatters/etree.py:
 
2585
          Handle unicode when deserializing object factories.
 
2586
          Fixes #579410 even more.
 
2587
 
 
2588
2009-04-27  Alessandro Decina <alessandro.d@gmail.com>
 
2589
 
 
2590
        * pitivi/formatters/etree.py:
 
2591
        * pitivi/utils.py:
 
2592
          Write filenames as utf-8 in the project file.
 
2593
          Fixes #579410.
 
2594
 
 
2595
2009-04-27  Alessandro Decina <alessandro.d@gmail.com>
 
2596
 
 
2597
        * pitivi/discoverer.py:
 
2598
          Use urlsafe_b64encode to generate thumbnail names.
 
2599
          Fixes #576872.
 
2600
 
 
2601
2009-04-27  Alessandro Decina <alessandro.d@gmail.com>
 
2602
 
 
2603
        * pitivi/pixmaps/Makefile.am:
 
2604
          Dist invisible.png
 
2605
 
 
2606
2009-04-21  Mario Blättermann <mariobl@gnome.org>
 
2607
 
 
2608
        * po/ChangeLog:
 
2609
        * po/de.po:
 
2610
          Updated German translation
 
2611
 
 
2612
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2613
 
 
2614
        * pitivi/formatters/base.py:
 
2615
        * pitivi/formatters/etree.py:
 
2616
        * pitivi/formatters/playlist.py:
 
2617
        * pitivi/utils.py:
 
2618
          formatters: Fix validateSourceURI and use it in the formatters.
 
2619
          FIXME : Add support for it in the ui, by listening to 'missing-uri'
 
2620
 
 
2621
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2622
 
 
2623
        * pitivi/formatters/base.py:
 
2624
          Formatter: Add a debugging statement
 
2625
 
 
2626
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2627
 
 
2628
        * pitivi/formatters/Makefile.am:
 
2629
        * pitivi/formatters/format.py:
 
2630
        * pitivi/formatters/playlist.py:
 
2631
          formatters: Add new playlist read-only Formatter
 
2632
          I mostly did this to try another kind of formatter... and man is it easy :)
 
2633
 
 
2634
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2635
 
 
2636
        * pitivi/timeline/timeline.py:
 
2637
          Timeline: Be a bit more flexible when figuring out stream compatibility.
 
2638
          And also add a bit of debugging
 
2639
 
 
2640
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2641
 
 
2642
        * pitivi/ui/sourcelist.py:
 
2643
          ui.sourcelist: Don't load a new project which isn't "ready"
 
2644
          This happens with formatters that require discoverer to be run on its
 
2645
          sources.
 
2646
 
 
2647
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2648
 
 
2649
        * pitivi/timeline/timeline.py:
 
2650
          pitivi.timeline.time: Makes the classes Loggable
 
2651
 
 
2652
2009-04-21  Edward Hervey <bilboed@bilboed.com>
 
2653
 
 
2654
        * pitivi/ui/preview.py:
 
2655
          ui/preview: Avoid calculations using element if it's not valid anymore.
 
2656
          This happens because goocanvas does calls after we release the related
 
2657
          TrackObject.
 
2658
 
 
2659
2009-04-20  Daniel Nylander <po@danielnylander.se>
 
2660
 
 
2661
        * po/ChangeLog:
 
2662
        * po/sv.po:
 
2663
          Updated sv translation
 
2664
 
 
2665
2009-04-20  Edward Hervey <bilboed@bilboed.com>
 
2666
 
 
2667
          Merging translations
 
2668
          Merge commit 'gnome/master'
 
2669
 
 
2670
2009-04-20  Gianvito Cavasoli <gianvito@gmx.it>
 
2671
 
 
2672
        * po/it.po:
 
2673
          Updated Italian translation
 
2674
 
 
2675
2009-04-20  Edward Hervey <bilboed@bilboed.com>
 
2676
 
 
2677
        * pitivi/formatters/etree.py:
 
2678
          ElementTreeFormatter: Save ordered list of sources. Fixes #579534
 
2679
 
 
2680
2009-04-20  Edward Hervey <bilboed@bilboed.com>
 
2681
 
 
2682
        * pitivi/sourcelist.py:
 
2683
          SourceList: Add gstSources() method to get a sorted list of sources.
 
2684
          The order is the order in which the sources were added to the SourceList
 
2685
 
 
2686
2009-04-20  Edward Hervey <bilboed@bilboed.com>
 
2687
 
 
2688
        * tests/test_formatter.py:
 
2689
          Fix test break introduced by d28582fd94f4a292d5dd08de149c984c65589287
 
2690
 
 
2691
2009-04-19  Edward Hervey <bilboed@bilboed.com>
 
2692
 
 
2693
        * pitivi/elements/singledecodebin.py:
 
2694
          singledecodebin: Small fixes to make it work with loaded Factories.
 
2695
          The detection for the requested pad is really really really unstable.
 
2696
          We're relying on mystical pad names to figure out if the pad is the
 
2697
          requested one....
 
2698
 
 
2699
2009-04-19  Edward Hervey <bilboed@bilboed.com>
 
2700
 
 
2701
        * pitivi/formatters/etree.py:
 
2702
          ElementTreeFormatter: Also save/load Stream.pad_name
 
2703
          Fixme : We should really switch to another name for that attribute.
 
2704
 
 
2705
2009-04-19  Edward Hervey <bilboed@bilboed.com>
 
2706
 
 
2707
        * pitivi/ui/previewer.py:
 
2708
          ui/previewer: Don't forget to give SingleDecodeBin the Stream also.
 
2709
 
 
2710
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2711
 
 
2712
        * pitivi/formatters/base.py:
 
2713
        * pitivi/ui/mainwindow.py:
 
2714
          ui.mainwindow: don't save as when we save a project we just opened from a file
 
2715
 
 
2716
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2717
 
 
2718
        * pitivi/formatters/etree.py:
 
2719
          formatters.etree: save and restore object factory duration
 
2720
 
 
2721
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2722
 
 
2723
        * pitivi/ui/timelinecontrols.py:
 
2724
          ui.timelinecontrols: clean up some loose ends in the UI
 
2725
 
 
2726
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2727
 
 
2728
        * pitivi/application.py:
 
2729
        * pitivi/project.py:
 
2730
          project,application: move creation of default tracks to the newBlankProject() method (temporary hack to make loading work)
 
2731
 
 
2732
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2733
 
 
2734
        * tests/test_formatter.py:
 
2735
          formatter: fix loading test cases
 
2736
 
 
2737
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2738
 
 
2739
        * pitivi/formatters/etree.py:
 
2740
          formatter.etree: fillTimeline operates on the projects existing timeline rather than creating a new one
 
2741
 
 
2742
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2743
 
 
2744
        * pitivi/formatters/etree.py:
 
2745
          formatters.etree: remove completely-unused and redundant method _loadProject
 
2746
 
 
2747
2009-04-17  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2748
 
 
2749
        * pitivi/formatters/etree.py:
 
2750
        * pitivi/ui/mainwindow.py:
 
2751
        * pitivi/ui/track.py:
 
2752
          ui.trackobject, ui.timeline.py, ui.timelinecanvas: add any existing track objects (except default) when track is set
 
2753
 
 
2754
2009-04-19  Timo Jyrinki <timo.jyrinki@iki.fi>
 
2755
 
 
2756
        * po/fi.po:
 
2757
          Updated Finnish translation.
 
2758
 
 
2759
2009-04-17  Edward Hervey <bilboed@bilboed.com>
 
2760
 
 
2761
        * pitivi/formatters/etree.py:
 
2762
          ElementTreeFormatter: Finish implementation.
 
2763
          The project now fully loads.
 
2764
 
 
2765
2009-04-17  Edward Hervey <bilboed@bilboed.com>
 
2766
 
 
2767
        * pitivi/formatters/base.py:
 
2768
          Formatter: Add _fillTimeline() method along with debugging and slight fixes
 
2769
 
 
2770
2009-04-17  Edward Hervey <bilboed@bilboed.com>
 
2771
 
 
2772
        * pitivi/sourcelist.py:
 
2773
          SourceList: Allow only giving the factory to addFactory.
 
2774
          When providing a URISourceFactoryMixin factory we don't need to specify
 
2775
          the URI (it's contained in the factory).
 
2776
 
 
2777
2009-04-16  Edward Hervey <bilboed@bilboed.com>
 
2778
 
 
2779
        * pitivi/formatters/base.py:
 
2780
          Formatter: Add logging
 
2781
 
 
2782
2009-04-16  Edward Hervey <bilboed@bilboed.com>
 
2783
 
 
2784
        * pitivi/application.py:
 
2785
          Application: Fix loadProject method, log exceptions
 
2786
 
 
2787
2009-04-16  Edward Hervey <bilboed@bilboed.com>
 
2788
 
 
2789
        * pitivi/log/log.py:
 
2790
          Loggable: Add a method for logging exceptions
 
2791
 
 
2792
2009-04-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2793
 
 
2794
        * pitivi/ui/mainwindow.py:
 
2795
          mainwindow: remove an unnecessary signal connection
 
2796
 
 
2797
2009-04-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2798
 
 
2799
        * pitivi/formatters/etree.py:
 
2800
        * pitivi/formatters/format.py:
 
2801
        * pitivi/ui/mainwindow.py:
 
2802
          ui.mainwindow, formatters.format: fill in missing high-level functions, adjust UI to match
 
2803
 
 
2804
2009-04-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2805
 
 
2806
        * pitivi/application.py:
 
2807
        * pitivi/ui/mainwindow.py:
 
2808
        * pitivi/ui/projecttabs.py:
 
2809
        * pitivi/ui/sourcelist.py:
 
2810
        * pitivi/ui/timeline.py:
 
2811
        * pitivi/ui/timelinecanvas.py:
 
2812
        * pitivi/ui/timelinecontrols.py:
 
2813
          UI: refactor UI to ensure that UI properly connects to new projects when they are created
 
2814
 
 
2815
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
2816
 
 
2817
        * pitivi/formatters/etree.py:
 
2818
        * tests/test_formatter.py:
 
2819
          etree: Split the serialization into a separate method.
 
2820
          This still allows the unit test to check the validity of the output.
 
2821
 
 
2822
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
2823
 
 
2824
        * pitivi/formatters/base.py:
 
2825
          formatter: saveProject doesn't return anything.
 
2826
          If there's a failure, an exception will be raised, else the save was
 
2827
          successful.
 
2828
 
 
2829
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
2830
 
 
2831
        * pitivi/formatters/etree.py:
 
2832
        * tests/test_formatter.py:
 
2833
          formatters.etree: Move the context into the class
 
2834
 
 
2835
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
2836
 
 
2837
        * pitivi/formatters/etree.py:
 
2838
          etree: simplify code
 
2839
 
 
2840
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
2841
 
 
2842
        * pitivi/formatters/format.py:
 
2843
          formatter.format: implement save_project
 
2844
 
 
2845
2009-04-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2846
 
 
2847
        * pitivi/ui/timelinecontrols.py:
 
2848
          timeliecontrols: fix sizing bug
 
2849
 
 
2850
2009-04-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2851
 
 
2852
        * pitivi/application.py:
 
2853
          application: fix missing import
 
2854
 
 
2855
2009-04-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2856
 
 
2857
        * pitivi/application.py:
 
2858
        * pitivi/formatters/base.py:
 
2859
        * pitivi/formatters/format.py:
 
2860
        * pitivi/project.py:
 
2861
        * pitivi/ui/mainwindow.py:
 
2862
          UI: file load and save actions now hook into formatter code
 
2863
 
 
2864
2009-03-27  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
2865
 
 
2866
        * pitivi/formatters/etree.py:
 
2867
        * tests/test_formatter.py:
 
2868
          checkpoint. save and load implemented, now need to be hooked in pitivi.
 
2869
 
 
2870
2009-03-27  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
2871
 
 
2872
        * pitivi/formatters/etree.py:
 
2873
        * tests/test_formatter.py:
 
2874
          tmp. finish save.
 
2875
 
 
2876
2009-03-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
2877
 
 
2878
        * tests/test_formatter.py:
 
2879
          Checkpoint. Incomplete ElementTree based formatter + some tests.
 
2880
 
 
2881
2009-03-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
2882
 
 
2883
        * pitivi/reflect.py:
 
2884
          Add pitivi/reflect.py.
 
2885
          The module contains bits of python reflection code stolen from
 
2886
          twisted.python.reflect that  are used by the xml formatters. Original license is
 
2887
          MIT.
 
2888
 
 
2889
2009-03-17  Edward Hervey <bilboed@bilboed.com>
 
2890
 
 
2891
        * pitivi/formatters/base.py:
 
2892
        * pitivi/formatters/format.py:
 
2893
        * pitivi/project.py:
 
2894
        * pitivi/sourcelist.py:
 
2895
        * pitivi/utils.py:
 
2896
          A bit more code, still not 100% done with the design and docs.
 
2897
 
 
2898
2009-03-16  Edward Hervey <bilboed@bilboed.com>
 
2899
 
 
2900
        * .gitignore:
 
2901
          Ignore more
 
2902
 
 
2903
2009-03-16  Edward Hervey <bilboed@bilboed.com>
 
2904
 
 
2905
        * pitivi/Makefile.am:
 
2906
        * pitivi/project.py:
 
2907
        * pitivi/projectsaver.py:
 
2908
        * pitivi/ui/mainwindow.py:
 
2909
          Remove projectsaver
 
2910
 
 
2911
2009-03-16  Edward Hervey <bilboed@bilboed.com>
 
2912
 
 
2913
        * pitivi/ui/mainwindow.py:
 
2914
          re-enable UI actions for file save/load
 
2915
 
 
2916
2009-03-16  Edward Hervey <bilboed@bilboed.com>
 
2917
 
 
2918
        * pitivi/Makefile.am:
 
2919
        * pitivi/device.py:
 
2920
        * pitivi/project.py:
 
2921
        * pitivi/serializable.py:
 
2922
        * pitivi/settings.py:
 
2923
        * pitivi/sourcelist.py:
 
2924
          Remove Serializable and all of its usage in pitivi
 
2925
 
 
2926
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
2927
 
 
2928
        * pitivi/application.py:
 
2929
          Application: new addProject() method and 'new-project' signal
 
2930
 
 
2931
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
2932
 
 
2933
        * pitivi/formatters/base.py:
 
2934
        * pitivi/formatters/format.py:
 
2935
          A bunch more minor fixes
 
2936
 
 
2937
2009-02-10  Edward Hervey <bilboed@bilboed.com>
 
2938
 
 
2939
        * pitivi/formatters/base.py:
 
2940
        * pitivi/formatters/format.py:
 
2941
          Documentation fixes
 
2942
 
 
2943
2009-02-10  Edward Hervey <bilboed@bilboed.com>
 
2944
 
 
2945
        * configure.ac:
 
2946
        * pitivi/Makefile.am:
 
2947
        * pitivi/formatters/Makefile.am:
 
2948
          Add formatters to autotools build system.
 
2949
 
 
2950
2009-01-07  Edward Hervey <bilboed@bilboed.com>
 
2951
 
 
2952
        * pitivi/formatters/__init__.py:
 
2953
        * pitivi/formatters/base.py:
 
2954
        * pitivi/formatters/format.py:
 
2955
          Formatter: Write out design specifications in blank classes with documentation.
 
2956
 
 
2957
2009-03-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
2958
 
 
2959
        * pitivi/timeline/timeline.py:
 
2960
        * pitivi/timeline/track.py:
 
2961
        * tests/test_timeline.py:
 
2962
        * tests/test_timeline_factory.py:
 
2963
        * tests/test_track.py:
 
2964
          Make TrackObjects take a stream parameter.
 
2965
          This should make files with multiple a/v streams work. It's also needed during
 
2966
          project loading.
 
2967
 
 
2968
2009-04-16  Edward Hervey <bilboed@bilboed.com>
 
2969
 
 
2970
          Merge commit 'gnome/master'
 
2971
 
 
2972
2009-04-16  Claude Paroz <claude@2xlibre.net>
 
2973
 
 
2974
        * po/fr.po:
 
2975
          Partial update of French translation
 
2976
 
 
2977
2009-04-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2978
 
 
2979
        * pitivi/ui/controller.py:
 
2980
          ui.controller: don't call click after a drag
 
2981
 
 
2982
2009-04-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2983
 
 
2984
        * pitivi/ui/zoominterface.py:
 
2985
          ui.zoominterface: smooth out zooming at lower zoom levels
 
2986
 
 
2987
2009-04-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2988
 
 
2989
        * pitivi/pixmaps/invisible.png:
 
2990
        * pitivi/ui/sourcelist.py:
 
2991
        * pitivi/ui/timeline.py:
 
2992
          ui.sourcelist: hide drag icon when pointer moves over timeline
 
2993
 
 
2994
2009-04-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
2995
 
 
2996
        * pitivi/ui/timeline.py:
 
2997
        * pitivi/ui/timelinecanvas.py:
 
2998
          ui.timelinecanvas: snap razor to playhead position
 
2999
 
 
3000
2009-04-09  Edward Hervey <bilboed@bilboed.com>
 
3001
 
 
3002
        * pitivi/ui/Makefile.am:
 
3003
          ui: actions.xml moved to mainwindows.xml
 
3004
 
 
3005
2009-04-08  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3006
 
 
3007
          Merge branch 'menus'
 
3008
 
 
3009
2009-04-07  Edward Hervey <bilboed@bilboed.com>
 
3010
 
 
3011
          Merge commit 'gnome/master'
 
3012
 
 
3013
2009-04-07  Sandeep Shedmake <sshedmak@redhat.com>
 
3014
 
 
3015
        * po/LINGUAS:
 
3016
          Added 'mr'
 
3017
 
 
3018
2009-04-07  Sandeep Shedmake <sshedmak@redhat.com>
 
3019
 
 
3020
        * po/mr.po:
 
3021
          Added Marathi Translations
 
3022
 
 
3023
2009-04-07  Ankitkumar Patel <ankit@redhat.com>
 
3024
 
 
3025
        * po/gu.po:
 
3026
          Added Gujarati Translations File
 
3027
 
 
3028
2009-04-07  Ankitkumar Patel <ankit@redhat.com>
 
3029
 
 
3030
        * po/ChangeLog:
 
3031
        * po/LINGUAS:
 
3032
          Updated ChangeLog and LINGUAS with Gujarati addition information
 
3033
 
 
3034
2009-04-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3035
 
 
3036
        * pitivi/ui/mainwindow.py:
 
3037
        * pitivi/ui/mainwindow.xml:
 
3038
          add last of the menu commands
 
3039
 
 
3040
2009-04-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3041
 
 
3042
        * pitivi/ui/mainwindow.py:
 
3043
          mainwindow: change library menu to project menu
 
3044
 
 
3045
2009-04-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3046
 
 
3047
        * pitivi/ui/mainwindow.py:
 
3048
          mainwindow: save toolbar visibility to configuration
 
3049
 
 
3050
2009-04-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3051
 
 
3052
        * pitivi/timeline/timeline.py:
 
3053
        * pitivi/ui/timeline.py:
 
3054
          menus for timeline
 
3055
 
 
3056
2009-04-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3057
 
 
3058
        * pitivi/ui/actions.xml:
 
3059
        * pitivi/ui/mainwindow.py:
 
3060
        * pitivi/ui/mainwindow.xml:
 
3061
        * pitivi/ui/sourcelist.py:
 
3062
        * pitivi/ui/timeline.py:
 
3063
          add missing menu items and supporting code
 
3064
 
 
3065
2009-04-01  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3066
 
 
3067
        * pitivi/timeline/timeline.py:
 
3068
        * pitivi/ui/actions.xml:
 
3069
        * pitivi/ui/mainwindow.py:
 
3070
        * pitivi/ui/viewer.py:
 
3071
          mainwindow, timeline, viewer: keyboard seeking support
 
3072
 
 
3073
2009-03-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3074
 
 
3075
        * pitivi/ui/sourcelist.py:
 
3076
          sourcelist: only call drag_begin at appropriate time, Finally Fixes 572327
 
3077
 
 
3078
2009-03-13  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3079
 
 
3080
        * pitivi/ui/sourcelist.py:
 
3081
          sourcelist: wait until mouse-up to clear selection, if ever
 
3082
 
 
3083
2009-03-30  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3084
 
 
3085
        * pitivi/ui/actions.xml:
 
3086
        * pitivi/ui/mainwindow.py:
 
3087
          mainwindow: add accelerators for fullscreen, playpause, and other actions
 
3088
 
 
3089
2009-03-30  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3090
 
 
3091
        * pitivi/ui/viewer.py:
 
3092
          viewer: add new method togglePlayback(), which also properly sets the play button icon
 
3093
 
 
3094
2009-03-08  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3095
 
 
3096
        * pitivi/ui/actions.xml:
 
3097
        * pitivi/ui/mainwindow.py:
 
3098
        * pitivi/ui/timeline.py:
 
3099
        * pitivi/ui/viewer.py:
 
3100
          Expose viewer API externally
 
3101
 
 
3102
2009-03-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3103
 
 
3104
        * pitivi/ui/previewer.py:
 
3105
          also take pixel aspect ratio into account
 
3106
 
 
3107
2009-03-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3108
 
 
3109
        * pitivi/ui/previewer.py:
 
3110
          really take into account the thumbnail aspect ratio
 
3111
 
 
3112
2009-03-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3113
 
 
3114
        * pitivi/ui/previewer.py:
 
3115
          really take into account the thumbnail aspect ratio
 
3116
 
 
3117
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3118
 
 
3119
        * pitivi/timeline/track.py:
 
3120
        * pitivi/ui/timelinecontrols.py:
 
3121
        * pitivi/ui/track.py:
 
3122
          Fix a traceback removing clips. Fixes #576577.
 
3123
 
 
3124
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3125
 
 
3126
        * pitivi/ui/sourcelist.py:
 
3127
          sourcelist: always display video before audio. Fixes #575957.
 
3128
 
 
3129
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3130
 
 
3131
        * configure.ac:
 
3132
        * pitivi/check.py:
 
3133
          configure.ac: bump requirements to gst-python 0.10.14.1 and gnonlin 0.10.10.2.
 
3134
 
 
3135
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3136
 
 
3137
        * pitivi/elements/singledecodebin.py:
 
3138
          singledecodebin: add a 1s queue before decoders.
 
3139
 
 
3140
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3141
 
 
3142
        * pitivi/application.py:
 
3143
          application: fix not_media_file signal handling.
 
3144
 
 
3145
2009-03-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3146
 
 
3147
        * pitivi/plumber.py:
 
3148
          plumber: enable QoS in sinks now that gnonlin handles QoS events.
 
3149
 
 
3150
2009-03-24  Edward Hervey <bilboed@bilboed.com>
 
3151
 
 
3152
        * po/POTFILES.in:
 
3153
          po: Add pitivi/ui/timelinecontrols.py
 
3154
 
 
3155
2009-03-24  Edward Hervey <bilboed@bilboed.com>
 
3156
 
 
3157
        * pitivi/ui/Makefile.am:
 
3158
          ui/Makefile.am : Fix typo
 
3159
 
 
3160
2009-03-24  Edward Hervey <bilboed@bilboed.com>
 
3161
 
 
3162
        * pitivi/ui/Makefile.am:
 
3163
          ui: Add new files to Makefile.am
 
3164
 
 
3165
2009-03-19  Edward Hervey <bilboed@bilboed.com>
 
3166
 
 
3167
        * common:
 
3168
          Switch to head of common
 
3169
 
 
3170
2009-03-19  Edward Hervey <bilboed@bilboed.com>
 
3171
 
 
3172
        * .gitmodules:
 
3173
          Use gstreamer common submodule now that they've switched
 
3174
 
 
3175
2009-03-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3176
 
 
3177
        * pitivi/factories/base.py:
 
3178
        * pitivi/pipeline.py:
 
3179
        * tests/common.py:
 
3180
        * tests/test_action.py:
 
3181
        * tests/test_pipeline.py:
 
3182
        * tests/test_pipeline_action.py:
 
3183
          Refactor state change and position reporting code in Pipeline. Fixes #575123.
 
3184
 
 
3185
2009-03-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3186
 
 
3187
        * pitivi/timeline/timeline.py:
 
3188
          Remove the track-order-changed signal from Timeline as it isn't used anywhere.
 
3189
 
 
3190
2009-03-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3191
 
 
3192
        * pitivi/timeline/timeline.py:
 
3193
        * pitivi/timeline/track.py:
 
3194
        * pitivi/ui/trackobject.py:
 
3195
          Put back the implementation of TrackObject.setProperty and TimelineObject.setProperty and just call setObjectProperty from ui/trackobject.
 
3196
 
 
3197
2009-03-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3198
 
 
3199
        * pitivi/timeline/track.py:
 
3200
        * pitivi/ui/timeline.py:
 
3201
        * pitivi/ui/timelinecanvas.py:
 
3202
        * pitivi/ui/timelinecontrols.py:
 
3203
        * pitivi/ui/track.py:
 
3204
          Remove the expanded property from timeline/track.py and move the functionality to timeline/ui/*
 
3205
 
 
3206
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3207
 
 
3208
        * pitivi/ui/trackobject.py:
 
3209
          trackobject: clear y mousedown coordinate so veritcal mostion is more natural
 
3210
 
 
3211
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3212
 
 
3213
        * pitivi/ui/controller.py:
 
3214
        * pitivi/ui/trackobject.py:
 
3215
          trackobject: stabilize layer height calculation
 
3216
 
 
3217
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3218
 
 
3219
        * pitivi/timeline/track.py:
 
3220
        * pitivi/ui/trackobject.py:
 
3221
          timeline.track: fix max priority calculation
 
3222
 
 
3223
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3224
 
 
3225
        * pitivi/timeline/timeline.py:
 
3226
        * pitivi/timeline/track.py:
 
3227
        * pitivi/ui/timelinecontrols.py:
 
3228
          track: deactivate priority synchronization for now. ui.timelinecontrols: deactivate track expander.
 
3229
 
 
3230
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3231
 
 
3232
        * pitivi/ui/timelinecanvas.py:
 
3233
        * pitivi/ui/track.py:
 
3234
        * pitivi/ui/trackobject.py:
 
3235
          timelinecanvas, trackobject: re-enable vertical movement
 
3236
 
 
3237
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3238
 
 
3239
        * pitivi/ui/common.py:
 
3240
        * pitivi/ui/timelinecanvas.py:
 
3241
        * pitivi/ui/timelinecontrols.py:
 
3242
        * pitivi/ui/track.py:
 
3243
        * pitivi/ui/trackobject.py:
 
3244
          ui.track: tracks can now be expanded/contracted
 
3245
 
 
3246
2009-03-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3247
 
 
3248
        * pitivi/timeline/timeline.py:
 
3249
        * pitivi/timeline/track.py:
 
3250
        * pitivi/ui/common.py:
 
3251
        * pitivi/ui/timeline.py:
 
3252
        * pitivi/ui/track.py:
 
3253
          track: add expanded property, ui.track: use expanded property to determine height
 
3254
 
 
3255
2009-03-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3256
 
 
3257
        * pitivi/ui/timeline.py:
 
3258
        * pitivi/ui/timelinecontrols.py:
 
3259
          ui.timeline: deactivate track controls, since we can't do anything with them right now
 
3260
 
 
3261
2009-03-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3262
 
 
3263
        * pitivi/ui/timeline.py:
 
3264
        * pitivi/ui/timelinecontrols.py:
 
3265
          ui.timeline: finally get layers and track controls to appear properly
 
3266
 
 
3267
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3268
 
 
3269
        * pitivi/timeline/track.py:
 
3270
        * pitivi/ui/timeline.py:
 
3271
        * pitivi/ui/timelinecanvas.py:
 
3272
        * pitivi/ui/timelinecontrols.py:
 
3273
        * pitivi/ui/track.py:
 
3274
        * pitivi/ui/trackobject.py:
 
3275
          add timeline controls next to timeline canvas
 
3276
          set priority based on y-axis
 
3277
          add max-priority property to timeline.track
 
3278
          fix function signature
 
3279
          disable vertical movement for now, we have a long way to go
 
3280
          start working on track controls
 
3281
          fix some issues
 
3282
 
 
3283
2009-03-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3284
 
 
3285
        * pitivi/action.py:
 
3286
        * pitivi/pipeline.py:
 
3287
        * pitivi/signalinterface.py:
 
3288
        * pitivi/stream.py:
 
3289
        * tests/common.py:
 
3290
        * tests/test_pipeline.py:
 
3291
        * tests/test_pipeline_action.py:
 
3292
          Misc fixes to make test_pipeline and test_pipeline_action pass again.
 
3293
 
 
3294
2009-03-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3295
 
 
3296
        * pitivi/timeline/track.py:
 
3297
        * tests/test_track.py:
 
3298
          track: add track.max_priority + tests.
 
3299
 
 
3300
2009-03-15  Edward Hervey <bilboed@bilboed.com>
 
3301
 
 
3302
        * .gitignore:
 
3303
          .gitignore: Ignore more files
 
3304
 
 
3305
2009-03-16  Edward Hervey <bilboed@bilboed.com>
 
3306
 
 
3307
        * pitivi/ui/mainwindow.py:
 
3308
          mainwindow: Move the 3 musketeers to the top of the list.
 
3309
          Alessandro wasn't in the list of contributors, so added it at the
 
3310
          top along with Brandon.
 
3311
 
 
3312
2009-03-12  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3313
 
 
3314
        * pitivi/stream.py:
 
3315
          stream: add a fix for wav files.
 
3316
 
 
3317
2009-03-12  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3318
 
 
3319
        * pitivi/discoverer.py:
 
3320
        * tests/test_discoverer.py:
 
3321
          discoverer: link the pads even before we get a notify::caps signal.
 
3322
 
 
3323
2009-03-12  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3324
 
 
3325
        * pitivi/discoverer.py:
 
3326
        * tests/test_discoverer.py:
 
3327
          discoverer: link pads on the first notify::caps even if caps are still not fixed.
 
3328
 
 
3329
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3330
 
 
3331
        * pitivi/factories/timeline.py:
 
3332
          Don't put the FixSeekStart element in the timeline pipeline with gst-python <= 0.10.14, as it triggers a bug in basetransform.
 
3333
 
 
3334
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3335
 
 
3336
        * AUTHORS:
 
3337
          Put myself in AUTHORS \o/.
 
3338
 
 
3339
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3340
 
 
3341
        * pitivi/ui/mainwindow.py:
 
3342
          Unify the code to disable unimplemented features.
 
3343
 
 
3344
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3345
 
 
3346
        * pitivi/ui/mainwindow.py:
 
3347
          Also disable network capture.
 
3348
 
 
3349
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3350
 
 
3351
        * pitivi/ui/mainwindow.py:
 
3352
          Grey out unimplemented items from the menu bar and the toolbar.
 
3353
 
 
3354
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3355
 
 
3356
        * pitivi/ui/timeline.py:
 
3357
          ui/timeline: hide the horizontal scrollbar if the timeline is empty.
 
3358
 
 
3359
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3360
 
 
3361
        * pitivi/discoverer.py:
 
3362
        * pitivi/stream.py:
 
3363
          Use pad.props.caps rather than pad.get_caps() in some places where we don't expect unfixed caps.
 
3364
          Fixes #574595.
 
3365
 
 
3366
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3367
 
 
3368
        * pitivi/ui/sourcelist.py:
 
3369
          Fix indentation in pitivi/ui/sourcelist.py.
 
3370
 
 
3371
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3372
 
 
3373
        * pitivi/discoverer.py:
 
3374
          Make pitivi/discoverer.py runnable for testing.
 
3375
 
 
3376
2009-03-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3377
 
 
3378
        * tests/test_discoverer.py:
 
3379
          Fix discoverer tests.
 
3380
 
 
3381
2009-03-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3382
 
 
3383
        * pitivi/elements/smartscale.py:
 
3384
          smartscale: add a workaround for bug #574805 in gst core.
 
3385
 
 
3386
2009-03-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3387
 
 
3388
        * pitivi/application.py:
 
3389
          application.py: make it possible to pass relative paths as arguments
 
3390
 
 
3391
2009-03-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3392
 
 
3393
        * pitivi/application.py:
 
3394
          application: useful command-line arguments, with documentation
 
3395
 
 
3396
2009-03-09  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3397
 
 
3398
        * pitivi/ui/previewer.py:
 
3399
          previewer: limit maximum number of pending requests to user configurable limit
 
3400
 
 
3401
2009-03-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3402
 
 
3403
        * pitivi/Makefile.am:
 
3404
        * pitivi/pixmaps/Makefile.am:
 
3405
          Dist some pixmaps.
 
3406
 
 
3407
2009-03-10  Edward Hervey <bilboed@bilboed.com>
 
3408
 
 
3409
        * pitivi/Makefile.am:
 
3410
        * pitivi/ui/Makefile.am:
 
3411
          Don't forget to change the Makefile.am for moved files
 
3412
 
 
3413
2009-03-09  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3414
 
 
3415
        * pitivi/previewer.py:
 
3416
        * pitivi/ui/preview.py:
 
3417
        * pitivi/ui/previewer.py:
 
3418
          previewer: move to UI directory
 
3419
 
 
3420
2009-03-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3421
 
 
3422
        * docs/debian-packaging:
 
3423
          Add docs/debian-packaging, a doc explaining how to do pitivi packages for PPA.
 
3424
 
 
3425
2009-03-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3426
 
 
3427
        * tests/Makefile.am:
 
3428
          Fix make dist.
 
3429
 
 
3430
2009-03-08  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3431
 
 
3432
        * pitivi/previewer.py:
 
3433
        * pitivi/ui/defaultpropertyeditor.py:
 
3434
        * pitivi/ui/mainwindow.py:
 
3435
        * pitivi/ui/preview.py:
 
3436
        * pitivi/ui/projecttabs.py:
 
3437
        * pitivi/ui/propertyeditor.py:
 
3438
        * pitivi/ui/timeline.py:
 
3439
        * pitivi/ui/timelinecanvas.py:
 
3440
        * pitivi/ui/webcam_managerdialog.py:
 
3441
        * pitivi/ui/zoominterface.py:
 
3442
          User Interface: remove double-underscore identifiers
 
3443
          defaultpropertyeditor: remove double-underscore identifiers
 
3444
          ui.timelinecanvas: remove double-underscore identifiers
 
3445
          mainwindow: remove double-underscore identifiers
 
3446
          webcam_managerdialog: remove double-underscore identifiers
 
3447
          ui.timeline: remove double-underscore identifiers
 
3448
          zoominterface: remove double-underscore identifiers
 
3449
          ui.preview: remove double-underscore identifiers
 
3450
          ui.projecttabs: remove double-underscore identifiers
 
3451
          ui.propertyeditor: remove double-underscore identifiers
 
3452
          previewer: remove double-underscore identifiers
 
3453
 
 
3454
2009-03-08  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3455
 
 
3456
        * pitivi/ui/audiofxlist.py:
 
3457
        * pitivi/ui/mainwindow.py:
 
3458
        * pitivi/ui/projecttabs.py:
 
3459
        * pitivi/ui/propertyeditor.py:
 
3460
        * pitivi/ui/screencast_managerdialog.py:
 
3461
        * pitivi/ui/sourcelist.py:
 
3462
        * pitivi/ui/videofxlist.py:
 
3463
          User Interface: remove remaining references to instance.pitivi
 
3464
 
 
3465
2009-03-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3466
 
 
3467
        * tests/runtests.py:
 
3468
        * tests/testHList.py:
 
3469
        * tests/testmagnets.py:
 
3470
          remove unneeded files
 
3471
 
 
3472
2009-03-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3473
 
 
3474
        * pitivi/previewer.py:
 
3475
          previewer: add cache size configuration option, set a reasonable default
 
3476
 
 
3477
2009-03-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3478
 
 
3479
        * pitivi/previewer.py:
 
3480
          previewer: cache previews using the thumbnailcache module
 
3481
 
 
3482
2009-03-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3483
 
 
3484
        * pitivi/thumbnailcache.py:
 
3485
        * tests/test_cache.py:
 
3486
          new module: thumbnailcache, with unit test
 
3487
 
 
3488
2009-03-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3489
 
 
3490
        * pitivi/ui/timeline.py:
 
3491
          timeline: reduce jumpiness when scrolling after zooming
 
3492
 
 
3493
2009-03-02  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3494
 
 
3495
        * pitivi/ui/zoominterface.py:
 
3496
          Zoomable: more zoom levels, more evenly spaced
 
3497
 
 
3498
2009-03-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3499
 
 
3500
        * pitivi/ui/viewer.py:
 
3501
          Set the viewer unsensitive when the pipeline is empty. Fixes #573890.
 
3502
 
 
3503
2009-03-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3504
 
 
3505
        * pitivi/encode.py:
 
3506
          Add a workaround for a bug in identity with single-segment=true and oggmux.
 
3507
          The bug was fixed in gstreamer core, commit c20fb4c1.
 
3508
 
 
3509
2009-03-04  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3510
 
 
3511
        * pitivi/pipeline.py:
 
3512
        * pitivi/stream.py:
 
3513
          Workaround a bug that breaks rendering of still pictures.
 
3514
 
 
3515
2009-03-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3516
 
 
3517
        * pitivi/previewer.py:
 
3518
          previewer: fix previews for still images to only use single thumbnail
 
3519
 
 
3520
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3521
 
 
3522
        * pitivi/action.py:
 
3523
        * pitivi/factories/file.py:
 
3524
          Release consumers in Action._releasePipelineObjects. Fixes #573899.
 
3525
 
 
3526
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3527
 
 
3528
        * pitivi/ui/timeline.py:
 
3529
          Reset scrolling limits in the timeline when objects are removed. Fixes #573892.
 
3530
 
 
3531
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3532
 
 
3533
        * pitivi/ui/viewer.py:
 
3534
          Make the viewer have a black background by default. Fixes #573894.
 
3535
 
 
3536
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3537
 
 
3538
        * pitivi/ui/encodingdialog.py:
 
3539
          Remove unnecessarty star-notation introduced in the previous commit.
 
3540
 
 
3541
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3542
 
 
3543
        * pitivi/ui/encodingdialog.py:
 
3544
          Handle delete-event in EncodingDialog. Fixes #573898.
 
3545
 
 
3546
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3547
 
 
3548
        * pitivi/project.py:
 
3549
        * pitivi/settings.py:
 
3550
        * pitivi/ui/encodingdialog.py:
 
3551
          Fix single stream encoding. Fixes #573897.
 
3552
 
 
3553
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3554
 
 
3555
        * pitivi/ui/viewer.py:
 
3556
          Catch PipelineError exceptions calling pipeline.seek from the viewer.
 
3557
 
 
3558
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3559
 
 
3560
        * pitivi/project.py:
 
3561
        * pitivi/ui/mainwindow.py:
 
3562
        * pitivi/ui/projecttabs.py:
 
3563
        * pitivi/ui/sourcelist.py:
 
3564
          Implement playback from the sourcelist. Fixes #573887.
 
3565
 
 
3566
2009-03-03  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3567
 
 
3568
        * pitivi/ui/ruler.py:
 
3569
        * pitivi/ui/viewer.py:
 
3570
        * pitivi/utils.py:
 
3571
        * tests/test_seeker.py:
 
3572
          Add pitivi.utils.Seeker. Make ruler and viewer use it.
 
3573
 
 
3574
2009-03-03  Edward Hervey <bilboed@bilboed.com>
 
3575
 
 
3576
        * pitivi/action.py:
 
3577
        * pitivi/application.py:
 
3578
        * pitivi/device.py:
 
3579
        * pitivi/discoverer.py:
 
3580
        * pitivi/encode.py:
 
3581
        * pitivi/factories/base.py:
 
3582
        * pitivi/factories/file.py:
 
3583
        * pitivi/pipeline.py:
 
3584
        * pitivi/plumber.py:
 
3585
        * pitivi/previewer.py:
 
3586
        * pitivi/project.py:
 
3587
        * pitivi/settings.py:
 
3588
        * pitivi/sourcelist.py:
 
3589
        * pitivi/threads.py:
 
3590
        * pitivi/ui/filelisterrordialog.py:
 
3591
        * pitivi/ui/gstwidget.py:
 
3592
        * pitivi/ui/mainwindow.py:
 
3593
        * pitivi/ui/netstream_managerdialog.py:
 
3594
        * pitivi/ui/ruler.py:
 
3595
        * pitivi/ui/sourcelist.py:
 
3596
        * pitivi/ui/viewer.py:
 
3597
          Debug: Use ',' insted of '%' so that we avoid interpreting arguments if we don't output debug.
 
3598
 
 
3599
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3600
 
 
3601
        * pitivi/discoverer.py:
 
3602
          Discoverer: use sync_state_with_parent() instead of setting a specific state.
 
3603
 
 
3604
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3605
 
 
3606
        * pitivi/discoverer.py:
 
3607
          Discoverer: Stop the analysis when we get a GST_MESSAGE_ERROR.
 
3608
          Previously, this would eventually time-out. But it's better to be
 
3609
          informed ASAP that there's an issue (and carry on loading the other files).
 
3610
 
 
3611
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3612
 
 
3613
        * pitivi/ui/encodingdialog.py:
 
3614
          EncodingDialog: Only connect to the position/eos signals when we use the Pipeline.
 
3615
 
 
3616
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3617
 
 
3618
        * pitivi/ui/viewer.py:
 
3619
          Viewer: Connect to EOS, and set the play/pause button to Play.
 
3620
 
 
3621
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3622
 
 
3623
        * pitivi/ui/sourcelist.py:
 
3624
          Don't show duration for images in the source list.
 
3625
 
 
3626
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3627
 
 
3628
        * pitivi/factories/file.py:
 
3629
          Fix PictureFileSourceFactory duration and default_duration.
 
3630
 
 
3631
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3632
 
 
3633
        * pitivi/elements/singledecodebin.py:
 
3634
          discoverer: fix a bug in _closePadLink that seems to break flac detection.
 
3635
 
 
3636
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3637
 
 
3638
        * pitivi/pipeline.py:
 
3639
          Pipeline: Query new duration when we receive GST_MESSAGE_DURATION on the bus.
 
3640
          Yes, we do NOT use the value stored in the message, since there's many reasons
 
3641
          it will not be coherent. The only accurate way is to query the duration.
 
3642
 
 
3643
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3644
 
 
3645
        * pitivi/timeline/track.py:
 
3646
          Track: Remove the object from a composition before setting it to NULL.
 
3647
          This makes sure that the composition can properly release the object,
 
3648
          including stopping its streaming thread. If we don't do this, we end up
 
3649
          trying to set an object to NULL while its streaming thread is blocked downstream.
 
3650
 
 
3651
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3652
 
 
3653
        * pitivi/ui/mainwindow.py:
 
3654
        * pitivi/ui/viewer.py:
 
3655
          UI/Seek: Protect calls to Pipeline.seek() with try/except.
 
3656
          This avoids ending up in weird situations where you can't use the
 
3657
          Viewer seekbar anymore.
 
3658
 
 
3659
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3660
 
 
3661
        * pitivi/sourcelist.py:
 
3662
          Always unquote URIs in SourceList.addUris. Fixes #572346.
 
3663
 
 
3664
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3665
 
 
3666
        * pitivi/factories/file.py:
 
3667
        * pitivi/timeline/track.py:
 
3668
          Set PictureFileSourceFactory.default_duration.
 
3669
 
 
3670
2009-03-02  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3671
 
 
3672
        * pitivi/log/loggable.py:
 
3673
          Make Loggable.error not raise SystemExit.
 
3674
 
 
3675
2009-03-02  Edward Hervey <bilboed@bilboed.com>
 
3676
 
 
3677
        * pitivi/ui/defaultpropertyeditor.py:
 
3678
        * pitivi/ui/mainwindow.py:
 
3679
        * pitivi/ui/pluginmanagerdialog.glade:
 
3680
        * pitivi/ui/sourcelist.py:
 
3681
          UI: More translation fixups
 
3682
 
 
3683
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3684
 
 
3685
        * pitivi/timeline/timeline.py:
 
3686
          Revert "timeline: link all objects in the current selection together"
 
3687
          This reverts commit 6421dd56b35be032757aae43e257538c8cf0afcb.
 
3688
 
 
3689
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3690
 
 
3691
        * pitivi/timeline/timeline.py:
 
3692
          timeline: link all objects in the current selection together
 
3693
 
 
3694
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3695
 
 
3696
        * pitivi/ui/sourcelist.py:
 
3697
        * pitivi/ui/timeline.py:
 
3698
          timeline: you can now drop several clips onto the timeline at a time
 
3699
 
 
3700
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3701
 
 
3702
        * pitivi/ui/timeline.py:
 
3703
          Scroll timeline to playhead after zooming
 
3704
 
 
3705
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3706
 
 
3707
        * pitivi/ui/mainwindow.py:
 
3708
        * pitivi/ui/timeline.py:
 
3709
          timeline: scroll to center of playhead when playhead moves offscreen
 
3710
 
 
3711
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3712
 
 
3713
        * pitivi/ui/ruler.py:
 
3714
          ruler: make sure ruler updates shaded region properly
 
3715
 
 
3716
2009-02-28  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3717
 
 
3718
        * pitivi/ui/ruler.py:
 
3719
        * pitivi/ui/timeline.py:
 
3720
        * pitivi/ui/timelinecanvas.py:
 
3721
          timeline: timeline and ruler do not shrink when duration decreases
 
3722
 
 
3723
2009-02-28  Edward Hervey <bilboed@bilboed.com>
 
3724
 
 
3725
        * po/POTFILES.in:
 
3726
          POTFILES: Add pitivi/ui/encodingdialog.py
 
3727
 
 
3728
2009-02-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3729
 
 
3730
        * pitivi/ui/timeline.py:
 
3731
          timeline: clamp new object position to 0 on initial drag-and-drop
 
3732
 
 
3733
2009-02-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3734
 
 
3735
        * pitivi/previewer.py:
 
3736
          Previewer: fix thumbnailing logic
 
3737
 
 
3738
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3739
 
 
3740
        * pitivi/plugincore.py:
 
3741
        * pitivi/plumber.py:
 
3742
        * pitivi/ui/defaultpropertyeditor.py:
 
3743
        * pitivi/ui/point.py:
 
3744
        * pitivi/ui/projectsettings.py:
 
3745
          More code cleanup
 
3746
 
 
3747
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3748
 
 
3749
        * pitivi/elements/arraysink.py:
 
3750
        * pitivi/elements/imagefreeze.py:
 
3751
        * pitivi/pluginmanager.py:
 
3752
        * pitivi/previewer.py:
 
3753
        * pitivi/project.py:
 
3754
        * pitivi/projectsaver.py:
 
3755
        * pitivi/settings.py:
 
3756
        * pitivi/signalinterface.py:
 
3757
        * pitivi/sourcelist.py:
 
3758
        * pitivi/threads.py:
 
3759
        * pitivi/timeline/timeline.py:
 
3760
        * pitivi/ui/audiofxlist.py:
 
3761
        * pitivi/ui/controller.py:
 
3762
        * pitivi/ui/defaultpropertyeditor.py:
 
3763
        * pitivi/ui/netstream_managerdialog.py:
 
3764
        * pitivi/ui/pluginmanagerdialog.py:
 
3765
        * pitivi/ui/point.py:
 
3766
        * pitivi/ui/preview.py:
 
3767
        * pitivi/ui/projecttabs.py:
 
3768
        * pitivi/ui/propertyeditor.py:
 
3769
        * pitivi/ui/screencast_managerdialog.py:
 
3770
        * pitivi/ui/sourcelist.py:
 
3771
        * pitivi/ui/timeline.py:
 
3772
        * pitivi/ui/timelinecanvas.py:
 
3773
        * pitivi/ui/track.py:
 
3774
        * pitivi/ui/trackobject.py:
 
3775
        * pitivi/ui/videofxlist.py:
 
3776
        * pitivi/ui/view.py:
 
3777
        * pitivi/ui/viewer.py:
 
3778
        * pitivi/ui/webcam_managerdialog.py:
 
3779
        * pitivi/ui/zoominterface.py:
 
3780
        * pitivi/utils.py:
 
3781
          Massive trailing whitespace fix
 
3782
 
 
3783
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3784
 
 
3785
        * pitivi/application.py:
 
3786
        * pitivi/discoverer.py:
 
3787
        * pitivi/encode.py:
 
3788
        * pitivi/pluginmanager.py:
 
3789
        * pitivi/previewer.py:
 
3790
        * pitivi/project.py:
 
3791
        * pitivi/receiver.py:
 
3792
        * pitivi/settings.py:
 
3793
        * pitivi/signalgroup.py:
 
3794
        * pitivi/stream.py:
 
3795
        * pitivi/ui/controller.py:
 
3796
        * pitivi/ui/encodingdialog.py:
 
3797
        * pitivi/ui/filelisterrordialog.py:
 
3798
        * pitivi/ui/gstwidget.py:
 
3799
        * pitivi/ui/netstream_managerdialog.py:
 
3800
        * pitivi/ui/pluginmanagerdialog.py:
 
3801
        * pitivi/ui/preview.py:
 
3802
        * pitivi/ui/projectsettings.py:
 
3803
        * pitivi/ui/ruler.py:
 
3804
        * pitivi/ui/sourcelist.py:
 
3805
        * pitivi/ui/timelinecanvas.py:
 
3806
        * pitivi/ui/viewer.py:
 
3807
        * pitivi/ui/webcam_managerdialog.py:
 
3808
        * pitivi/utils.py:
 
3809
          First round of cleanups
 
3810
 
 
3811
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3812
 
 
3813
        * pitivi/timeline/Makefile.am:
 
3814
        * pitivi/timeline/effects.py:
 
3815
        * pitivi/timeline/objects.py:
 
3816
        * pitivi/ui/track.py:
 
3817
        * tests/common.py:
 
3818
          Remove unused pitivi.timeline modules
 
3819
 
 
3820
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3821
 
 
3822
        * tests/test_discoverer.py:
 
3823
          test_discoverer: Adapt for message changes in discoverer
 
3824
 
 
3825
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3826
 
 
3827
        * pitivi/discoverer.py:
 
3828
        * pitivi/effects.py:
 
3829
        * pitivi/settings.py:
 
3830
        * pitivi/sourcelist.py:
 
3831
          More conversions to new-style logging
 
3832
 
 
3833
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3834
 
 
3835
        * pitivi/application.py:
 
3836
        * pitivi/check.py:
 
3837
        * pitivi/discoverer.py:
 
3838
        * pitivi/settings.py:
 
3839
        * pitivi/ui/cam_capture.glade:
 
3840
        * pitivi/ui/encodingdialog.glade:
 
3841
        * pitivi/ui/filelisterrordialog.py:
 
3842
        * pitivi/ui/gstwidget.py:
 
3843
        * pitivi/ui/mainwindow.py:
 
3844
        * pitivi/ui/net_capture.glade:
 
3845
        * pitivi/ui/pluginmanagerdialog.py:
 
3846
          Translation: Round of fixups according to tips in #563351
 
3847
 
 
3848
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3849
 
 
3850
        * pitivi/timeline/Makefile.am:
 
3851
        * pitivi/timeline/composition.py:
 
3852
        * pitivi/timeline/source.py:
 
3853
        * pitivi/ui/timeline.py:
 
3854
        * tests/common.py:
 
3855
          timeline: Remove unused modules from old design
 
3856
 
 
3857
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3858
 
 
3859
        * pitivi/elements/imagefreeze.py:
 
3860
          ImageFreeze: Use element debugging (instead of no-category debugging)
 
3861
 
 
3862
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3863
 
 
3864
        * pitivi/factories/operation.py:
 
3865
          StreamModifier: Don't forget to put the final capsfilter
 
3866
 
 
3867
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3868
 
 
3869
        * pitivi/utils.py:
 
3870
          utils/pad_probe: Use pad name if no section was specified
 
3871
 
 
3872
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3873
 
 
3874
        * pitivi/action.py:
 
3875
        * pitivi/check.py:
 
3876
          Action/Check: more cleanups
 
3877
 
 
3878
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3879
 
 
3880
        * pitivi/application.py:
 
3881
          Application: general cleanup
 
3882
 
 
3883
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3884
 
 
3885
        * pitivi/pipeline.py:
 
3886
          Pipeline: Only deactivate active actions, and don't forget to initialize some values.
 
3887
 
 
3888
2009-02-27  Edward Hervey <bilboed@bilboed.com>
 
3889
 
 
3890
        * pitivi/Makefile.am:
 
3891
        * pitivi/application.py:
 
3892
        * pitivi/bin.py:
 
3893
        * pitivi/playground.py:
 
3894
        * pitivi/ui/mainwindow.py:
 
3895
        * pitivi/ui/sourcelist.py:
 
3896
        * pitivi/ui/timeline.py:
 
3897
        * pitivi/ui/viewer.py:
 
3898
        * po/POTFILES.in:
 
3899
        * tests/common.py:
 
3900
        * tests/test_basic.py:
 
3901
          Remove the bin and playground modules from the old API
 
3902
 
 
3903
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3904
 
 
3905
        * pitivi/ui/encodingdialog.glade:
 
3906
          Fix Bug 563443: use render stock icon in project render dialog
 
3907
 
 
3908
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3909
 
 
3910
        * pitivi/ui/gstwidget.py:
 
3911
          Fix bug 569988: on gstwidget, set spinbutton step increments, range, and climb rate as appropriate
 
3912
 
 
3913
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3914
 
 
3915
        * pitivi/ui/trackobject.py:
 
3916
          background behind clip name, so text is easier to read
 
3917
 
 
3918
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3919
 
 
3920
        * pitivi/ui/ruler.py:
 
3921
          scroll wheel over timeline ruler zooms timeline
 
3922
 
 
3923
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3924
 
 
3925
        * pitivi/ui/actions.xml:
 
3926
          remove save-as button from timeline toolbar
 
3927
 
 
3928
2009-02-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
3929
 
 
3930
        * pitivi/settings.py:
 
3931
          implement xdg specification
 
3932
 
 
3933
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3934
 
 
3935
        * pitivi/action.py:
 
3936
          ViewAction: Only link audiosink if we have sync == True
 
3937
 
 
3938
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3939
 
 
3940
        * pitivi/plumber.py:
 
3941
          Plumber: Clear our cached values when the bin is released
 
3942
 
 
3943
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3944
 
 
3945
        * pitivi/ui/encodingdialog.py:
 
3946
          EncodingDialog: Only change sync properties of *active* actions
 
3947
 
 
3948
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3949
 
 
3950
        * pitivi/ui/encodingdialog.py:
 
3951
          EncodingDialog: Properly activate/deactivate sync when rendering
 
3952
 
 
3953
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3954
 
 
3955
        * pitivi/action.py:
 
3956
        * pitivi/plumber.py:
 
3957
          Plumber/Action: Properly propagate 'sync' property
 
3958
 
 
3959
2009-02-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3960
 
 
3961
        * pitivi/ui/track.py:
 
3962
        * pitivi/ui/zoominterface.py:
 
3963
          Fix zooming.
 
3964
 
 
3965
2009-02-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3966
 
 
3967
        * pitivi/previewer.py:
 
3968
          Remove a pdb.set_trace() call from the previous commit. Oops.
 
3969
 
 
3970
2009-02-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
3971
 
 
3972
        * pitivi/previewer.py:
 
3973
          previewer: workaround inaccurate seeks.
 
3974
 
 
3975
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3976
 
 
3977
        * pitivi/application.py:
 
3978
        * pitivi/device.py:
 
3979
        * pitivi/discoverer.py:
 
3980
        * pitivi/encode.py:
 
3981
        * pitivi/pipeline.py:
 
3982
        * pitivi/plumber.py:
 
3983
        * pitivi/project.py:
 
3984
        * pitivi/stream.py:
 
3985
        * pitivi/threads.py:
 
3986
        * pitivi/ui/exportsettingswidget.py:
 
3987
        * pitivi/ui/filelisterrordialog.py:
 
3988
        * pitivi/ui/gstwidget.py:
 
3989
        * pitivi/ui/mainwindow.py:
 
3990
        * pitivi/ui/pathwalker.py:
 
3991
        * pitivi/ui/ruler.py:
 
3992
        * pitivi/ui/sourcelist.py:
 
3993
        * pitivi/ui/timeline.py:
 
3994
        * pitivi/ui/viewer.py:
 
3995
          Convert majority of modules to new-style debugging
 
3996
 
 
3997
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
3998
 
 
3999
        * pitivi/utils.py:
 
4000
          utils: Move time_to_string variant from the UI
 
4001
 
 
4002
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4003
 
 
4004
        * pitivi/action.py:
 
4005
          Action: Remove dead code
 
4006
 
 
4007
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4008
 
 
4009
        * pitivi/pipeline.py:
 
4010
          Pipeline: Remove unused code, and store position timeout.
 
4011
 
 
4012
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4013
 
 
4014
        * tests/common.py:
 
4015
        * tests/test_action.py:
 
4016
        * tests/test_discoverer.py:
 
4017
        * tests/test_encode.py:
 
4018
        * tests/test_factories_base.py:
 
4019
        * tests/test_factories_file.py:
 
4020
        * tests/test_pipeline.py:
 
4021
        * tests/test_pipeline_action.py:
 
4022
        * tests/test_timeline.py:
 
4023
        * tests/test_track.py:
 
4024
          tests: Fix leak-detection system, more in par with what gst-python uses
 
4025
 
 
4026
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4027
 
 
4028
        * pitivi/pipeline.py:
 
4029
          Pipeline: Fix releaseTee for cases when the tee doesn't exist anymore (??)
 
4030
 
 
4031
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4032
 
 
4033
        * pitivi/pipeline.py:
 
4034
          Pipeline: Release the lock when exiting the method
 
4035
 
 
4036
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4037
 
 
4038
        * pitivi/stream.py:
 
4039
          Stream: Protect iterations of element pads (it can change while iterating)
 
4040
 
 
4041
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4042
 
 
4043
        * pitivi/pipeline.py:
 
4044
          Pipeline: Protect pad added/removed with a lock. Make sure bins exist before using them.
 
4045
 
 
4046
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4047
 
 
4048
        * pitivi/ui/encodingdialog.py:
 
4049
          EncodingDialog: More fixups with UI
 
4050
 
 
4051
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4052
 
 
4053
        * pitivi/action.py:
 
4054
          Action: Make sure we have our consumers when activating.
 
4055
          Also, use .sync_state_with_parent() after adding an element to a pipeline.
 
4056
 
 
4057
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4058
 
 
4059
        * pitivi/pipeline.py:
 
4060
          Pipeline: Fix Stream matching. Remember all streams. Use the proper StreamEntry.
 
4061
 
 
4062
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4063
 
 
4064
        * pitivi/action.py:
 
4065
        * pitivi/pipeline.py:
 
4066
          Pipeline/Action: More debugging
 
4067
 
 
4068
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4069
 
 
4070
        * pitivi/factories/base.py:
 
4071
          SinkFactory: Fix makeBin to check for compatible stream
 
4072
 
 
4073
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4074
 
 
4075
        * pitivi/factories/base.py:
 
4076
        * pitivi/factories/file.py:
 
4077
        * pitivi/factories/timeline.py:
 
4078
          Factories: Convert to new logging system
 
4079
 
 
4080
2009-02-26  Edward Hervey <bilboed@bilboed.com>
 
4081
 
 
4082
        * pitivi/log/log.py:
 
4083
          log: Add thread id in output
 
4084
 
 
4085
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4086
 
 
4087
        * pitivi/pipeline.py:
 
4088
          Pipeline: Don't forget to deactivate actions before removing them.
 
4089
 
 
4090
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4091
 
 
4092
        * pitivi/encode.py:
 
4093
          encode: Fix debug
 
4094
 
 
4095
2009-02-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4096
 
 
4097
        * pitivi/timeline/track.py:
 
4098
        * tests/test_track.py:
 
4099
          Fix a bug in sub-splitting splitted objects.
 
4100
 
 
4101
2009-02-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4102
 
 
4103
        * pitivi/ui/mainwindow.py:
 
4104
          Revert "Revert "MainWindow: activate and connect to timeline position handler""
 
4105
          This reverts commit e65ce9204b43ba645865cd1736b4dbe8b71eb7a6.
 
4106
 
 
4107
2009-02-23  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4108
 
 
4109
        * pitivi/factories/timeline.py:
 
4110
        * pitivi/stream.py:
 
4111
          Add FixSeekStart element to TimelineSourceFactory.
 
4112
          The element is needed to make seeking on the timeline work when the
 
4113
          timeline contains tracks of different lengths and the seek is past a
 
4114
          track's length.
 
4115
 
 
4116
2009-02-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4117
 
 
4118
        * pitivi/previewer.py:
 
4119
          previewer: fix a bug that caused drawing artifacts while editing.
 
4120
 
 
4121
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4122
 
 
4123
        * pitivi/stream.py:
 
4124
          Stream: Fix debugging
 
4125
 
 
4126
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4127
 
 
4128
        * pitivi/utils.py:
 
4129
          utils: Switch to new logging system
 
4130
 
 
4131
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4132
 
 
4133
        * pitivi/log/log.py:
 
4134
        * pitivi/log/loggable.py:
 
4135
          log: Loggable now passes a proper object name, give it more room in printf output
 
4136
 
 
4137
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4138
 
 
4139
        * pitivi/action.py:
 
4140
          RenderAction: Use 5s queueing.
 
4141
 
 
4142
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4143
 
 
4144
        * pitivi/pipeline.py:
 
4145
          Pipeline._binPadRemovedCb: Check if it's a pad we control
 
4146
 
 
4147
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4148
 
 
4149
        * pitivi/action.py:
 
4150
          Action: Some stream might not have any caps
 
4151
 
 
4152
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4153
 
 
4154
        * pitivi/factories/operation.py:
 
4155
          StreamModifier: Fix typos
 
4156
 
 
4157
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4158
 
 
4159
        * pitivi/factories/operation.py:
 
4160
          Operation: Insert a single-segment identity in modifiers
 
4161
 
 
4162
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4163
 
 
4164
        * pitivi/encode.py:
 
4165
          Encode: more new-style debugging
 
4166
 
 
4167
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4168
 
 
4169
        * pitivi/ui/mainwindow.py:
 
4170
          MainWindow: Connect to the Pipeline and not the playground
 
4171
 
 
4172
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4173
 
 
4174
        * pitivi/ui/encodingdialog.py:
 
4175
          EncodingDialog: Fix usage of Action
 
4176
 
 
4177
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4178
 
 
4179
        * pitivi/action.py:
 
4180
        * pitivi/factories/base.py:
 
4181
        * pitivi/pipeline.py:
 
4182
          Switch to using new logging system
 
4183
 
 
4184
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4185
 
 
4186
        * pitivi/stream.py:
 
4187
          Stream: Only compare pad_names if both streams have some. Use Loggable.
 
4188
 
 
4189
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4190
 
 
4191
        * pitivi/ui/encodingdialog.py:
 
4192
          EncodingDialog: TEMPORARY COMMIT, REBASE ME !
 
4193
 
 
4194
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4195
 
 
4196
        * pitivi/factories/base.py:
 
4197
          ObjectFactory: Set elements to STATE_NULL before releasing them
 
4198
 
 
4199
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4200
 
 
4201
        * pitivi/factories/timeline.py:
 
4202
          TimelineFactory: Only remove pads that we control
 
4203
 
 
4204
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4205
 
 
4206
        * pitivi/pipeline.py:
 
4207
          Pipeline: Don't error out on stream/factories that were already removed
 
4208
 
 
4209
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4210
 
 
4211
        * pitivi/pipeline.py:
 
4212
          Pipeline: Don't release the bin twice
 
4213
 
 
4214
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4215
 
 
4216
        * pitivi/stream.py:
 
4217
          Stream: limit length of __repr__
 
4218
 
 
4219
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4220
 
 
4221
        * pitivi/timeline/track.py:
 
4222
          Track: Set gstreamer elements to NULL before removing them from a container.
 
4223
 
 
4224
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4225
 
 
4226
        * pitivi/ui/viewer.py:
 
4227
          Viewer: If getting the duration fails, use gst.CLOCK_TIME_NONE
 
4228
 
 
4229
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4230
 
 
4231
        * pitivi/ui/zoominterface.py:
 
4232
          ZoomInterface: Fix issue with long and gst.CLOCK_TIME_NONE
 
4233
 
 
4234
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4235
 
 
4236
        * pitivi/device.py:
 
4237
          Device: Attempt at cleaning up after usage
 
4238
 
 
4239
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4240
 
 
4241
        * pitivi/project.py:
 
4242
          Project: Release the pipeline when done
 
4243
 
 
4244
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4245
 
 
4246
        * pitivi/playground.py:
 
4247
          Playground: misc fixes, playground will die anyway
 
4248
 
 
4249
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4250
 
 
4251
        * pitivi/action.py:
 
4252
        * pitivi/plumber.py:
 
4253
          Action/Plumber: First go at adding 'sync' to view sinks
 
4254
 
 
4255
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4256
 
 
4257
        * tests/test_action.py:
 
4258
        * tests/test_basic.py:
 
4259
        * tests/test_binary_search.py:
 
4260
        * tests/test_discoverer.py:
 
4261
        * tests/test_encode.py:
 
4262
        * tests/test_factories_base.py:
 
4263
        * tests/test_factories_file.py:
 
4264
        * tests/test_pipeline.py:
 
4265
        * tests/test_pipeline_action.py:
 
4266
        * tests/test_stream.py:
 
4267
        * tests/test_timeline.py:
 
4268
        * tests/test_timeline_factory.py:
 
4269
        * tests/test_track.py:
 
4270
          Tests: Switch tests to use new leak-checking TestCase class
 
4271
 
 
4272
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4273
 
 
4274
        * tests/common.py:
 
4275
          Tests: Add new base TestCase class for checking for leaks
 
4276
 
 
4277
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4278
 
 
4279
        * pitivi/settings.py:
 
4280
          StreamEncodeSettings: Mark whether streams shoudl be modified
 
4281
 
 
4282
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4283
 
 
4284
        * pitivi/ui/encodingdialog.py:
 
4285
          EncodingDialog: Start switching to new API
 
4286
 
 
4287
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4288
 
 
4289
        * pitivi/action.py:
 
4290
          Action: Add convenience function for creating a RenderAction
 
4291
 
 
4292
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4293
 
 
4294
        * pitivi/timeline/track.py:
 
4295
          Track: properly release/disconnect everything
 
4296
 
 
4297
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4298
 
 
4299
        * pitivi/application.py:
 
4300
          Application: improve cleanup
 
4301
 
 
4302
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4303
 
 
4304
        * pitivi/encode.py:
 
4305
          Encode: Only create modifiers if we're meant to modify the streams. implement releaseBin
 
4306
 
 
4307
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4308
 
 
4309
        * pitivi/factories/base.py:
 
4310
          ObjectFactory: Track bins created
 
4311
 
 
4312
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4313
 
 
4314
        * pitivi/factories/file.py:
 
4315
          Factories: New URISinkFactory class
 
4316
 
 
4317
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4318
 
 
4319
        * pitivi/factories/file.py:
 
4320
          FileFactory: implement releaseBin
 
4321
 
 
4322
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4323
 
 
4324
        * pitivi/pipeline.py:
 
4325
          Pipeline: implement release()
 
4326
 
 
4327
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4328
 
 
4329
        * pitivi/settings.py:
 
4330
          Settings: Add a utility function to convert from old settings to new ones
 
4331
 
 
4332
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4333
 
 
4334
        * pitivi/ui/encodingdialog.py:
 
4335
          encodingdialog: some cleanups
 
4336
 
 
4337
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4338
 
 
4339
        * pitivi/ui/mainwindow.py:
 
4340
          MainWindow: more stuff moved to Project
 
4341
 
 
4342
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4343
 
 
4344
        * pitivi/project.py:
 
4345
          Project: Add Pipeline and factory for the timeline
 
4346
 
 
4347
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4348
 
 
4349
        * pitivi/ui/mainwindow.py:
 
4350
          MainWindow: Cleanup and documentation
 
4351
 
 
4352
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4353
 
 
4354
        * pitivi/stream.py:
 
4355
          Stream: Add a __repr__
 
4356
 
 
4357
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4358
 
 
4359
        * pitivi/stream.py:
 
4360
          Stream: Only filter by pad_name if we have more than one candidate.
 
4361
 
 
4362
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4363
 
 
4364
        * pitivi/action.py:
 
4365
          Action: cache the links returned by autoLink
 
4366
 
 
4367
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4368
 
 
4369
        * tests/test_action.py:
 
4370
          test_action: Add/extend RenderAction tests
 
4371
 
 
4372
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4373
 
 
4374
        * pitivi/action.py:
 
4375
          Action: Fix debugging
 
4376
 
 
4377
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4378
 
 
4379
        * pitivi/pipeline.py:
 
4380
          Pipeline: When unlinking/remove bins, start by setting downstream to NULL
 
4381
          This avoids deadlocks when deactivating Actions.
 
4382
 
 
4383
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4384
 
 
4385
        * pitivi/pipeline.py:
 
4386
          Pipeline: Add debugging
 
4387
 
 
4388
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4389
 
 
4390
        * pitivi/factories/operation.py:
 
4391
          VideoModifierFactory: Only use videoscale if output caps are present AND fixed
 
4392
 
 
4393
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4394
 
 
4395
        * pitivi/action.py:
 
4396
          Action: Simplify RenderAction and make actions Loggable
 
4397
 
 
4398
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4399
 
 
4400
        * pitivi/settings.py:
 
4401
          Settings: Use a copy of StaticPadTemplate.get_caps() because of a refcounting issue
 
4402
 
 
4403
2009-02-20  Alessandro Decina <alessandro.d@gmail.com>
 
4404
 
 
4405
        * pitivi/pipeline.py:
 
4406
          Create stream entries for static pads.
 
4407
 
 
4408
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4409
 
 
4410
        * pitivi/stream.py:
 
4411
          stream: remove useless line
 
4412
 
 
4413
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4414
 
 
4415
        * pitivi/settings.py:
 
4416
          settings: StreamEncodeSettings: Figure out input/output streams dynamically
 
4417
 
 
4418
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4419
 
 
4420
        * tests/test_action.py:
 
4421
          fix bug
 
4422
 
 
4423
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4424
 
 
4425
        * tests/test_action.py:
 
4426
          test_action: Add test for RenderAction
 
4427
 
 
4428
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4429
 
 
4430
        * pitivi/encode.py:
 
4431
          encode: New RenderSinkFactory, and properly export streams on all factories
 
4432
 
 
4433
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4434
 
 
4435
        * tests/runtests.py:
 
4436
          Enable new logging in tests
 
4437
 
 
4438
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4439
 
 
4440
        * pitivi/encode.py:
 
4441
        * pitivi/factories/operation.py:
 
4442
        * pitivi/settings.py:
 
4443
        * tests/test_encode.py:
 
4444
          Encode: Use stream modifiers for encoding when an input stream is specified
 
4445
 
 
4446
2009-02-19  Edward Hervey <bilboed@bilboed.com>
 
4447
 
 
4448
        * pitivi/action.py:
 
4449
          Start of RenderAction implementation
 
4450
 
 
4451
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4452
 
 
4453
        * pitivi/encode.py:
 
4454
        * tests/test_encode.py:
 
4455
          More fixups in RenderFactory
 
4456
 
 
4457
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4458
 
 
4459
        * tests/test_encode.py:
 
4460
          test_encode: Test encodersettings property
 
4461
 
 
4462
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4463
 
 
4464
        * tests/test_encode.py:
 
4465
          New test for pitivi.encode
 
4466
 
 
4467
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4468
 
 
4469
        * pitivi/settings.py:
 
4470
          StreamEncodeSettings : add comment/fixme regarding parsers
 
4471
 
 
4472
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4473
 
 
4474
        * pitivi/factories/operation.py:
 
4475
          TransformFactory can't create on-demand pads
 
4476
 
 
4477
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4478
 
 
4479
        * pitivi/encode.py:
 
4480
          encode: Add EncoderFactory and fill in RenderFactory
 
4481
 
 
4482
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4483
 
 
4484
        * pitivi/encode.py:
 
4485
          The RenderFactory *must* have some settings
 
4486
 
 
4487
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4488
 
 
4489
        * pitivi/encode.py:
 
4490
        * pitivi/factories/Makefile.am:
 
4491
        * pitivi/factories/base.py:
 
4492
        * pitivi/factories/operation.py:
 
4493
          New pitivi.factories.operation module
 
4494
          Use it in encode, and fix imports in pitivi.factories.base
 
4495
 
 
4496
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4497
 
 
4498
        * pitivi/settings.py:
 
4499
          First go at new settings
 
4500
 
 
4501
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4502
 
 
4503
        * pitivi/factories/base.py:
 
4504
          Factories: fixups docs
 
4505
 
 
4506
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4507
 
 
4508
        * pitivi/encode.py:
 
4509
          Encode: Add basic RenderFactory
 
4510
 
 
4511
2009-02-16  Edward Hervey <bilboed@bilboed.com>
 
4512
 
 
4513
        * pitivi/factories/base.py:
 
4514
          Sink/OperationFactory: Add method for requesting new input streams on existing bins.
 
4515
 
 
4516
2009-02-16  Edward Hervey <bilboed@bilboed.com>
 
4517
 
 
4518
        * pitivi/factories/base.py:
 
4519
          New OperationFactory class for elements that consume AND output data.
 
4520
 
 
4521
2009-02-16  Edward Hervey <bilboed@bilboed.com>
 
4522
 
 
4523
        * pitivi/Makefile.am:
 
4524
        * pitivi/encode.py:
 
4525
        * pitivi/settings.py:
 
4526
        * pitivi/ui/exportsettingswidget.py:
 
4527
          Move some utility functions to pitivi.encode.
 
4528
 
 
4529
2009-02-25  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4530
 
 
4531
        * pitivi/ui/mainwindow.py:
 
4532
          Revert "MainWindow: activate and connect to timeline position handler"
 
4533
          This reverts commit cc1ea53afda61ddd07f9450d401ece0a75de2153.
 
4534
 
 
4535
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4536
 
 
4537
        * pitivi/action.py:
 
4538
        * pitivi/pipeline.py:
 
4539
          Action/Pipeline: Add a Action class property for queue size to use for links.
 
4540
 
 
4541
2009-02-25  Edward Hervey <bilboed@bilboed.com>
 
4542
 
 
4543
        * pitivi/log/log.py:
 
4544
          log: Output lines in one go. Avoids having lines split if we also output GST_DEBUG
 
4545
 
 
4546
2009-02-24  Edward Hervey <bilboed@bilboed.com>
 
4547
 
 
4548
        * pitivi/log/log.py:
 
4549
          log: Add more info to logging. Make the default log category more useful
 
4550
 
 
4551
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4552
 
 
4553
        * pitivi/factories/Makefile.am:
 
4554
          factories: Don't forget to dist timeline.py
 
4555
 
 
4556
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4557
 
 
4558
        * configure.ac:
 
4559
        * pitivi/Makefile.am:
 
4560
        * pitivi/log/Makefile.am:
 
4561
          build: Add pitivi.log to the autotools setup
 
4562
 
 
4563
2009-02-23  Edward Hervey <bilboed@bilboed.com>
 
4564
 
 
4565
        * tests/Makefile.am:
 
4566
        * tests/test_file_load_save.py:
 
4567
        * tests/test_serializable.py:
 
4568
        * tests/test_timeline_objects.py:
 
4569
        * tests/test_timeline_source.py:
 
4570
          Tests: Remove deprecated tests
 
4571
 
 
4572
2009-02-22  Edward Hervey <bilboed@bilboed.com>
 
4573
 
 
4574
        * pitivi/ui/mainwindow.py:
 
4575
          MainWindow: activate and connect to timeline position handler
 
4576
 
 
4577
2009-02-21  Edward Hervey <bilboed@bilboed.com>
 
4578
 
 
4579
        * pitivi/ui/Makefile.am:
 
4580
        * pitivi/ui/encodingdialog.py:
 
4581
        * pitivi/ui/mainwindow.py:
 
4582
          UI: Split EncodingDialog in a separate file. Clean up code.
 
4583
 
 
4584
2009-02-20  Alessandro Decina <alessandro.d@gmail.com>
 
4585
 
 
4586
        * pitivi/project.py:
 
4587
          Make video the first track in the timeline.
 
4588
 
 
4589
2009-02-20  Edward Hervey <bilboed@bilboed.com>
 
4590
 
 
4591
          Merge translations
 
4592
          Merge commit 'gnome/master'
 
4593
 
 
4594
2009-02-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4595
 
 
4596
        * pitivi/previewer.py:
 
4597
          configurable gap between video thumbnails
 
4598
 
 
4599
2009-02-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4600
 
 
4601
        * pitivi/ui/mainwindow.py:
 
4602
          really kill fuzzy icons
 
4603
 
 
4604
2009-02-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4605
 
 
4606
        * pitivi/pixmaps/processing-clip.png:
 
4607
        * pitivi/pixmaps/processing-clip.svg:
 
4608
        * pitivi/previewer.py:
 
4609
          rendering progress icons
 
4610
 
 
4611
2009-02-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4612
 
 
4613
        * pitivi/pixmaps/pitivi-relink-24.svg:
 
4614
        * pitivi/pixmaps/pitivi-relink.svg:
 
4615
        * pitivi/pixmaps/pitivi-split-24.svg:
 
4616
        * pitivi/pixmaps/pitivi-unlink-24.svg:
 
4617
          kill fuzzy icons
 
4618
 
 
4619
2009-02-19  Daniel Nylander <po@danielnylander.se>
 
4620
 
 
4621
        * po/sv.po:
 
4622
          Updated sv translation
 
4623
 
 
4624
2009-02-19  Edward Hervey <bilboed@bilboed.com>
 
4625
 
 
4626
          Merging translations
 
4627
          Merge branch 'gnome'
 
4628
 
 
4629
2009-02-19  Alessandro Decina <alessandro.d@gmail.com>
 
4630
 
 
4631
        * pitivi/application.py:
 
4632
          Oops, make PITIVI_DEBUG_NO_COLOR do the right thing.
 
4633
 
 
4634
2009-02-19  Simos Xenitellis <simos.info@gmail.com>
 
4635
 
 
4636
        * po/ChangeLog:
 
4637
        * po/el.po:
 
4638
          Updated Greek translation
 
4639
 
 
4640
2009-02-19  Alessandro Decina <alessandro.d@gmail.com>
 
4641
 
 
4642
        * pitivi/application.py:
 
4643
        * pitivi/log/__init__.py:
 
4644
        * pitivi/log/log.py:
 
4645
        * pitivi/log/loggable.py:
 
4646
        * pitivi/log/termcolor.py:
 
4647
        * pitivi/log/test_log.py:
 
4648
          Import a checkout of flumotion/extern/log (r7162).
 
4649
          Debugging is enabled by setting the PITIVI_DEBUG environment variable.
 
4650
          Colors can be (en|dis)abled with PITIVI_DEBUG_NO_COLOR=(0|1).
 
4651
 
 
4652
2009-02-19  Claude Paroz <claude@2xlibre.net>
 
4653
 
 
4654
        * po/fr.po:
 
4655
          Updated French translation
 
4656
 
 
4657
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4658
 
 
4659
        * pitivi/pipeline.py:
 
4660
          Pipeline: Add a 'queuesize' parameter to configure the queue size.
 
4661
          By default we set the queue size to 5 seconds.
 
4662
 
 
4663
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4664
 
 
4665
        * pitivi/factories/base.py:
 
4666
        * pitivi/factories/timeline.py:
 
4667
          a round of code cleanups
 
4668
 
 
4669
2009-02-18  Alessandro Decina <alessandro.d@gmail.com>
 
4670
 
 
4671
        * pitivi/timeline/timeline.py:
 
4672
        * pitivi/ui/mainwindow.py:
 
4673
        * pitivi/ui/timeline.py:
 
4674
          Add basic group and ungroup support.
 
4675
 
 
4676
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
4677
 
 
4678
        * pitivi/application.py:
 
4679
          Application : code/docs cleanups
 
4680
 
 
4681
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
4682
 
 
4683
        * pitivi/pipeline.py:
 
4684
          Pipeline: Fix some doc links
 
4685
 
 
4686
2009-02-18  Edward Hervey <bilboed@bilboed.com>
 
4687
 
 
4688
        * pitivi/stream.py:
 
4689
          Stream: In fact, put the default DAR back to 4/3
 
4690
 
 
4691
2009-02-18  Alessandro Decina <alessandro.d@gmail.com>
 
4692
 
 
4693
        * pitivi/timeline/track.py:
 
4694
        * tests/test_track.py:
 
4695
          Set the correct in-point in TrackObject.trimObjectStart.
 
4696
 
 
4697
2009-02-18  Alessandro Decina <alessandro.d@gmail.com>
 
4698
 
 
4699
        * pitivi/factories/test.py:
 
4700
          Change VideoTestSourceFactory and AudioTestSourceFactory so that they have have only one stream.
 
4701
 
 
4702
2009-02-18  Alessandro Decina <alessandro.d@gmail.com>
 
4703
 
 
4704
        * pitivi/pipeline.py:
 
4705
          Pipeline._handleErrorMessage was used but not implemented. Oops.
 
4706
 
 
4707
2009-02-17  Alessandro Decina <alessandro.d@gmail.com>
 
4708
 
 
4709
        * pitivi/timeline/timeline.py:
 
4710
        * pitivi/ui/timeline.py:
 
4711
          Merge removeTimelineObject and removeTimelineObjectCompletely.
 
4712
 
 
4713
2009-02-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4714
 
 
4715
        * pitivi/timeline/timeline.py:
 
4716
        * pitivi/ui/mainwindow.py:
 
4717
        * pitivi/ui/timeline.py:
 
4718
          basic interactive drag-and-drop logic
 
4719
          high level timeline interface
 
4720
          interactive dnd that worksgit diff
 
4721
          add edge snapping. clean up a little. add fixme/todos
 
4722
          fix seeking bug
 
4723
 
 
4724
2009-02-16  Alessandro Decina <alessandro.d@gmail.com>
 
4725
 
 
4726
        * pitivi/ui/mainwindow.py:
 
4727
        * pitivi/ui/timeline.py:
 
4728
          Remove pitivi.instance and playground from ui/timeline.py.
 
4729
 
 
4730
2009-02-16  Alessandro Decina <alessandro.d@gmail.com>
 
4731
 
 
4732
        * pitivi/ui/ruler.py:
 
4733
          Remove pitivi.instance from ruler.py.
 
4734
 
 
4735
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4736
 
 
4737
        * pitivi/ui/sourcelist.py:
 
4738
          UI: Fix beautification of VideoStream 'display' width/height.
 
4739
          Fixes #572099
 
4740
 
 
4741
2009-02-17  Edward Hervey <bilboed@bilboed.com>
 
4742
 
 
4743
        * pitivi/stream.py:
 
4744
          VideoStream: document/fix DAR and PAR
 
4745
 
 
4746
2009-02-16  Alessandro Decina <alessandro.d@gmail.com>
 
4747
 
 
4748
        * pitivi/discoverer.py:
 
4749
        * pitivi/project.py:
 
4750
        * pitivi/sourcelist.py:
 
4751
        * pitivi/ui/mainwindow.py:
 
4752
        * pitivi/ui/sourcelist.py:
 
4753
          Use the GStreamer missing plugin API to download missing elements at runtime.
 
4754
 
 
4755
2009-02-13  Alessandro Decina <alessandro.d@gmail.com>
 
4756
 
 
4757
        * pitivi/timeline/timeline.py:
 
4758
        * pitivi/ui/timeline.py:
 
4759
        * tests/test_timeline.py:
 
4760
          Rename Timeline.addFactory to Timeline.addSourceFactory. Implement automatic mapping of stream to tracks for trivial cases and make it possible to pass an explicit mapping for more complex ones.
 
4761
 
 
4762
2009-02-08  Edward Hervey <bilboed@bilboed.com>
 
4763
 
 
4764
        * pitivi/application.py:
 
4765
          Application: documentation cleanup (epydoc style).
 
4766
 
 
4767
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
4768
 
 
4769
        * .gitignore:
 
4770
          .gitignore: ignore tarballs
 
4771
 
 
4772
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
4773
 
 
4774
        * pitivi/Makefile.am:
 
4775
        * pitivi/thumbnailer.py:
 
4776
        * pitivi/ui/Makefile.am:
 
4777
        * pitivi/ui/list.py:
 
4778
        * pitivi/ui/transitionlist.py:
 
4779
          Remove unused modules
 
4780
 
 
4781
2009-02-14  Edward Hervey <bilboed@bilboed.com>
 
4782
 
 
4783
        * pitivi/settings.py:
 
4784
          Make GlobalSettings a real object
 
4785
 
 
4786
2009-02-10  Edward Hervey <bilboed@bilboed.com>
 
4787
 
 
4788
        * pitivi/sourcelist.py:
 
4789
          sourcelist: doc fixes
 
4790
 
 
4791
2009-02-13  Edward Hervey <bilboed@bilboed.com>
 
4792
 
 
4793
        * pitivi/settings.py:
 
4794
          Settings: Add more documentation and fix whitespaces.
 
4795
 
 
4796
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4797
 
 
4798
        * pitivi/settings.py:
 
4799
          documentation
 
4800
 
 
4801
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4802
 
 
4803
        * pitivi/ui/mainwindow.py:
 
4804
          fix whitespace
 
4805
 
 
4806
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4807
 
 
4808
        * pitivi/previewer.py:
 
4809
        * pitivi/ui/mainwindow.py:
 
4810
          don't create unused section
 
4811
 
 
4812
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4813
 
 
4814
        * pitivi/ui/mainwindow.py:
 
4815
          add environment variable setting
 
4816
 
 
4817
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4818
 
 
4819
        * pitivi/ui/mainwindow.py:
 
4820
          also remember last open/save project folder
 
4821
 
 
4822
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4823
 
 
4824
        * pitivi/ui/mainwindow.py:
 
4825
          remember window size and pane positions
 
4826
 
 
4827
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4828
 
 
4829
        * pitivi/settings.py:
 
4830
          dont write config options when attribute is null
 
4831
 
 
4832
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4833
 
 
4834
        * pitivi/ui/mainwindow.py:
 
4835
        * pitivi/ui/sourcelist.py:
 
4836
          add some simple config options
 
4837
 
 
4838
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4839
 
 
4840
        * pitivi/settings.py:
 
4841
          fix bugs
 
4842
 
 
4843
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4844
 
 
4845
        * pitivi/application.py:
 
4846
        * pitivi/settings.py:
 
4847
        * pitivi/ui/mainwindow.py:
 
4848
          basic framework for a modular, flexible configuration system
 
4849
 
 
4850
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4851
 
 
4852
        * pitivi/ui/timeline.py:
 
4853
        * pitivi/ui/timelinecanvas.py:
 
4854
          you can now toggle the razor on and off
 
4855
 
 
4856
2009-02-11  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4857
 
 
4858
        * pitivi/ui/sourcelist.py:
 
4859
          fix bug 569896
 
4860
 
 
4861
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4862
 
 
4863
        * pitivi/timeline/timeline.py:
 
4864
        * pitivi/timeline/track.py:
 
4865
        * tests/test_timeline.py:
 
4866
        * tests/test_track.py:
 
4867
          Implement TrackObject.priority and TimelineObject.priority.
 
4868
 
 
4869
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4870
 
 
4871
        * pitivi/timeline/timeline.py:
 
4872
          Remove trailing spaces from timeline.py.
 
4873
 
 
4874
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4875
 
 
4876
        * pitivi/timeline/track.py:
 
4877
        * tests/test_track.py:
 
4878
          Add TrackObject.rate and test that it remains constant in split/trim.
 
4879
 
 
4880
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4881
 
 
4882
        * pitivi/timeline/timeline.py:
 
4883
        * pitivi/utils.py:
 
4884
          Make PropertyChangeTracker a bit more generic and move it to pitivi.utils.
 
4885
 
 
4886
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4887
 
 
4888
        * pitivi/timeline/timeline.py:
 
4889
        * pitivi/timeline/track.py:
 
4890
        * pitivi/ui/preview.py:
 
4891
        * tests/test_timeline.py:
 
4892
        * tests/test_track.py:
 
4893
          Rename the existing out_point property to media_duration. Add a readonly out_point property.
 
4894
 
 
4895
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4896
 
 
4897
        * pitivi/timeline/track.py:
 
4898
          Call TrackObject.releaseBin in Track.removeTrackObject.
 
4899
 
 
4900
2009-02-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
4901
 
 
4902
        * pitivi/timeline/timeline.py:
 
4903
        * pitivi/timeline/track.py:
 
4904
          Keep rate constant in TimelineObject.setDuration and TrackObject.splitObject
 
4905
 
 
4906
2009-02-09  Edward Hervey <bilboed@bilboed.com>
 
4907
 
 
4908
        * pitivi/Makefile.am:
 
4909
        * pitivi/pixmaps/Makefile.am:
 
4910
        * pitivi/ui/Makefile.am:
 
4911
          dist more files
 
4912
 
 
4913
2009-02-09  Edward Hervey <bilboed@bilboed.com>
 
4914
 
 
4915
        * tests/common.py:
 
4916
        * tests/test_factories_base.py:
 
4917
        * tests/test_timeline.py:
 
4918
        * tests/test_track.py:
 
4919
          Tests: More fixups
 
4920
 
 
4921
2009-02-09  Edward Hervey <bilboed@bilboed.com>
 
4922
 
 
4923
        * tests/Makefile.am:
 
4924
        * tests/test_basic.py:
 
4925
        * tests/test_binary_search.py:
 
4926
        * tests/test_file_load_save.py:
 
4927
        * tests/test_timeline_composition.py:
 
4928
          A round of fixups for tests.
 
4929
          There are still tests left that should disappear (because core API was removed) or
 
4930
          modified (for refactored core API).
 
4931
 
 
4932
2009-02-09  Edward Hervey <bilboed@bilboed.com>
 
4933
 
 
4934
        * pitivi/factories/Makefile.am:
 
4935
          New Makefile for pitivi.factories
 
4936
 
 
4937
2009-02-08  Chris Ball <cjb@laptop.org>
 
4938
 
 
4939
        * configure.ac:
 
4940
        * pitivi/Makefile.am:
 
4941
        * pitivi/elements/Makefile.am:
 
4942
        * pitivi/timeline/Makefile.am:
 
4943
        * pitivi/ui/Makefile.am:
 
4944
        * tests/Makefile.am:
 
4945
          Fixups for autotools modifications
 
4946
 
 
4947
2009-01-31  Edward Hervey <bilboed@bilboed.com>
 
4948
 
 
4949
        * pitivi/elements/arraysink.py:
 
4950
          ArraySink: Dont' use a lower limit for acceptable rates.
 
4951
 
 
4952
2009-01-30  Edward Hervey <bilboed@bilboed.com>
 
4953
 
 
4954
        * pitivi/previewer.py:
 
4955
        * pitivi/timeline/timeline.py:
 
4956
          Adapt previewer code for new TrackObject API
 
4957
 
 
4958
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4959
 
 
4960
        * pitivi/previewer.py:
 
4961
          dramatic speedup in waveform rendering.
 
4962
 
 
4963
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4964
 
 
4965
        * pitivi/previewer.py:
 
4966
          draw waveform segments in pipeline context
 
4967
 
 
4968
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4969
 
 
4970
        * pitivi/previewer.py:
 
4971
          give previewer methods more descripive names, refactor slightly so that the _ready attribute is no longer needed
 
4972
 
 
4973
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4974
 
 
4975
        * pitivi/previewer.py:
 
4976
          video previewer now uses source aspect ratio instead of assuming 4:3
 
4977
 
 
4978
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4979
 
 
4980
        * pitivi/previewer.py:
 
4981
          always return False from _pipelineAction methods
 
4982
 
 
4983
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4984
 
 
4985
        * pitivi/previewer.py:
 
4986
        * pitivi/ui/preview.py:
 
4987
          stop vertical smearing when only part of the clip is redrawn
 
4988
 
 
4989
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4990
 
 
4991
        * pitivi/previewer.py:
 
4992
          add fixme comment
 
4993
 
 
4994
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
4995
 
 
4996
        * pitivi/previewer.py:
 
4997
          refactor previewer against new-style factories, but some kind of arithmetic error means only default thumbnails are displayed
 
4998
 
 
4999
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5000
 
 
5001
        * pitivi/timeline/timeline.py:
 
5002
          fix name conflicts
 
5003
 
 
5004
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5005
 
 
5006
        * pitivi/ui/preview.py:
 
5007
          preview UI object handles different signals in new core
 
5008
 
 
5009
2009-01-19  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5010
 
 
5011
        * pitivi/previewer.py:
 
5012
        * pitivi/ui/preview.py:
 
5013
          eliminate gaps between thumbnails by drawing slightly larger bitmap factor monolithic previewer into separate classes
 
5014
 
 
5015
2009-01-06  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5016
 
 
5017
        * pitivi/elements/arraysink.py:
 
5018
        * pitivi/previewer.py:
 
5019
        * pitivi/ui/preview.py:
 
5020
        * pitivi/ui/trackobject.py:
 
5021
          cleanup of code and math. cosmetic tweaks. fix a few bugs.
 
5022
 
 
5023
2008-12-23  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5024
 
 
5025
        * pitivi/elements/thumbnailsink.py:
 
5026
        * pitivi/previewer.py:
 
5027
        * pitivi/ui/trackobject.py:
 
5028
        * pitivi/utils.py:
 
5029
          actual thumbnails
 
5030
 
 
5031
2009-01-20  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5032
 
 
5033
        * pitivi/elements/arraysink.py:
 
5034
        * pitivi/previewer.py:
 
5035
        * pitivi/ui/preview.py:
 
5036
        * pitivi/ui/trackobject.py:
 
5037
        * pitivi/utils.py:
 
5038
          fix merge conflict
 
5039
 
 
5040
2009-01-30  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5041
 
 
5042
        * pitivi/ui/mainwindow.py:
 
5043
        * pitivi/ui/ruler.py:
 
5044
        * pitivi/ui/viewer.py:
 
5045
        * tests/test_discoverer.py:
 
5046
        * tests/test_stream.py:
 
5047
          Reimplement scrubbing in the timeline.
 
5048
 
 
5049
2009-01-30  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5050
 
 
5051
        * pitivi/timeline/track.py:
 
5052
        * tests/test_track.py:
 
5053
          Call track_object.makeBin() in Track.addTrackObject.
 
5054
 
 
5055
2009-01-30  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5056
 
 
5057
        * pitivi/timeline/track.py:
 
5058
        * tests/test_track.py:
 
5059
          In TrackObject set in_point=0 and out_point=factory.duration by deafult.
 
5060
 
 
5061
2009-01-30  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5062
 
 
5063
        * pitivi/discoverer.py:
 
5064
        * pitivi/elements/singledecodebin.py:
 
5065
        * pitivi/factories/base.py:
 
5066
        * pitivi/factories/test.py:
 
5067
        * pitivi/project.py:
 
5068
        * pitivi/stream.py:
 
5069
        * tests/test_timeline.py:
 
5070
          Add pitivi.stream.get_stream_for_pad and use it in discoverer and singledecodebin to uniquely identify streams.
 
5071
 
 
5072
2009-01-30  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5073
 
 
5074
        * pitivi/discoverer.py:
 
5075
          Workaround what seems a pygobject refcount bug doing pad.connect(..., pad).
 
5076
 
 
5077
2009-01-29  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5078
 
 
5079
        * pitivi/ui/mainwindow.py:
 
5080
        * pitivi/ui/viewer.py:
 
5081
          Move Viewer dnd logic to PitiviMainWindow and just call viewer.setPipeline from there.
 
5082
 
 
5083
2009-01-28  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5084
 
 
5085
        * pitivi/action.py:
 
5086
        * pitivi/ui/viewer.py:
 
5087
          Fix switching producers in the viewer.
 
5088
 
 
5089
2009-01-28  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5090
 
 
5091
        * pitivi/action.py:
 
5092
        * pitivi/pipeline.py:
 
5093
        * tests/test_pipeline.py:
 
5094
          Fix producers called with makeBin(stream=None) and that have multiple output streams.
 
5095
 
 
5096
2009-01-28  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5097
 
 
5098
        * pitivi/action.py:
 
5099
        * pitivi/pipeline.py:
 
5100
        * pitivi/stream.py:
 
5101
        * pitivi/ui/viewer.py:
 
5102
        * tests/test_action.py:
 
5103
        * tests/test_pipeline.py:
 
5104
        * tests/test_pipeline_action.py:
 
5105
          Remove Pipeline.(add|remove)Factory.
 
5106
          Factories are always added and removed dinamically by actions now.
 
5107
          Adapt Action and tests to match the new API.
 
5108
 
 
5109
2009-01-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5110
 
 
5111
        * tests/test_timeline_factory.py:
 
5112
          tests/test_timeline_factory.py: More tests
 
5113
 
 
5114
2009-01-26  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5115
 
 
5116
        * pitivi/factories/base.py:
 
5117
        * pitivi/factories/timeline.py:
 
5118
          Add ObjectFactory.clean and implement TimelineSourceFactory.clean.
 
5119
 
 
5120
2009-01-23  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5121
 
 
5122
        * pitivi/factories/timeline.py:
 
5123
        * pitivi/ui/ruler.py:
 
5124
        * pitivi/ui/viewer.py:
 
5125
        * tests/test_timeline_factory.py:
 
5126
          Add TimelineSourceFactory. Basic tests are there but more are needed.
 
5127
 
 
5128
2009-01-23  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5129
 
 
5130
        * pitivi/factories/base.py:
 
5131
        * pitivi/factories/test.py:
 
5132
          Add VideoTestSourceFactory and AudioTestSourceFactory.
 
5133
 
 
5134
2009-01-20  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5135
 
 
5136
        * pitivi/action.py:
 
5137
        * pitivi/ui/viewer.py:
 
5138
          Make changing the source factory in ViewAction work.
 
5139
 
 
5140
2009-01-20  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5141
 
 
5142
        * pitivi/action.py:
 
5143
          Fix Action.removeProducers.
 
5144
 
 
5145
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5146
 
 
5147
        * pitivi/ui/viewer.py:
 
5148
          Viewer: We have a working viewer... for temporary files at least :)
 
5149
 
 
5150
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5151
 
 
5152
        * pitivi/pipeline.py:
 
5153
          Pipeline : Add duration support and synchronous element messages, along with some debugging statements
 
5154
 
 
5155
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5156
 
 
5157
        * pitivi/action.py:
 
5158
          Action : Fill in default ViewAction
 
5159
 
 
5160
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5161
 
 
5162
        * pitivi/stream.py:
 
5163
          Stream: Don't use the klasses of bins for figuring out if an element is a decoder
 
5164
 
 
5165
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5166
 
 
5167
        * pitivi/action.py:
 
5168
          Action: Fix some issues with dynamic linking
 
5169
 
 
5170
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5171
 
 
5172
        * pitivi/action.py:
 
5173
          Action: Add some debugging statements and documentation
 
5174
 
 
5175
2009-01-18  Edward Hervey <bilboed@bilboed.com>
 
5176
 
 
5177
        * pitivi/plumber.py:
 
5178
          Plumber: Convert to SinkFactory
 
5179
 
 
5180
2009-01-15  Edward Hervey <bilboed@bilboed.com>
 
5181
 
 
5182
        * pitivi/playground.py:
 
5183
          Playground: lower some debugging categories
 
5184
 
 
5185
2009-01-13  Edward Hervey <bilboed@bilboed.com>
 
5186
 
 
5187
        * pitivi/ui/viewer.py:
 
5188
          Viewer: Moving on a bit with conversion
 
5189
 
 
5190
2009-01-13  Edward Hervey <bilboed@bilboed.com>
 
5191
 
 
5192
        * pitivi/action.py:
 
5193
        * pitivi/pipeline.py:
 
5194
          Pipeline/Action: More dynamic-stream fixups
 
5195
 
 
5196
2009-01-13  Edward Hervey <bilboed@bilboed.com>
 
5197
 
 
5198
        * pitivi/stream.py:
 
5199
          Stream: Fix for non-fixed caps, and 'None' Streams (which match anything).
 
5200
 
 
5201
2009-01-13  Edward Hervey <bilboed@bilboed.com>
 
5202
 
 
5203
        * tests/test_action.py:
 
5204
        * tests/test_pipeline_action.py:
 
5205
          Tests: Move the more advanced Pipeline/Action tests to a different file
 
5206
 
 
5207
2009-01-13  Edward Hervey <bilboed@bilboed.com>
 
5208
 
 
5209
        * tests/common.py:
 
5210
          tests.common: Add thread-safety and make factories configurable.
 
5211
 
 
5212
2009-01-12  Edward Hervey <bilboed@bilboed.com>
 
5213
 
 
5214
        * pitivi/action.py:
 
5215
        * pitivi/pipeline.py:
 
5216
          Action/Pipeline: move on a bit more with dynamic linking
 
5217
 
 
5218
2009-01-12  Edward Hervey <bilboed@bilboed.com>
 
5219
 
 
5220
        * pitivi/action.py:
 
5221
          Action: Fix docs
 
5222
 
 
5223
2009-01-12  Edward Hervey <bilboed@bilboed.com>
 
5224
 
 
5225
        * pitivi/factories/base.py:
 
5226
          Stream: document some methods
 
5227
 
 
5228
2009-01-12  Edward Hervey <bilboed@bilboed.com>
 
5229
 
 
5230
        * pitivi/action.py:
 
5231
        * tests/test_action.py:
 
5232
          Action: Implement set/remove Link, along with minimal unit-testing
 
5233
 
 
5234
2009-01-12  Edward Hervey <bilboed@bilboed.com>
 
5235
 
 
5236
        * tests/test_pipeline.py:
 
5237
          Test for changes to Pipeline.removeAction(), we can actually remove deactivated Actions in PAUSED/PLAYING
 
5238
 
 
5239
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5240
 
 
5241
        * pitivi/action.py:
 
5242
        * pitivi/pipeline.py:
 
5243
          Pipeline/Action: First go at dynamic stream handling, refactor-me after improvement
 
5244
 
 
5245
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5246
 
 
5247
        * pitivi/ui/viewer.py:
 
5248
          Viewer: First go at switching it to Pipeline/Action, needs more work
 
5249
 
 
5250
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5251
 
 
5252
        * pitivi/stream.py:
 
5253
          Stream: Convenience methods for stream compatibility
 
5254
 
 
5255
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5256
 
 
5257
        * pitivi/pipeline.py:
 
5258
          Pipeline: document signals
 
5259
 
 
5260
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5261
 
 
5262
        * pitivi/pipeline.py:
 
5263
          Pipeline: Implement seek a bit more, move release() around
 
5264
 
 
5265
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5266
 
 
5267
        * pitivi/pipeline.py:
 
5268
          Pipeline: Add position listener
 
5269
 
 
5270
2009-01-11  Edward Hervey <bilboed@bilboed.com>
 
5271
 
 
5272
        * pitivi/action.py:
 
5273
          Action: Add blank ViewAction
 
5274
 
 
5275
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5276
 
 
5277
        * pitivi/action.py:
 
5278
        * pitivi/pipeline.py:
 
5279
          Pipeline/Action: Add references to other methods in docs.
 
5280
 
 
5281
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5282
 
 
5283
        * pitivi/action.py:
 
5284
        * pitivi/pipeline.py:
 
5285
          Action: Transfer the unlinking/removal of queue/tee to Pipeline
 
5286
 
 
5287
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5288
 
 
5289
        * pitivi/action.py:
 
5290
        * pitivi/pipeline.py:
 
5291
        * tests/test_action.py:
 
5292
          Action: Implement Action deactivation, along with Pipeline release methods
 
5293
 
 
5294
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5295
 
 
5296
        * pitivi/action.py:
 
5297
        * pitivi/pipeline.py:
 
5298
          Fixup documentation of Action and Pipeline
 
5299
 
 
5300
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5301
 
 
5302
        * tests/test_action.py:
 
5303
          New test for advanced interaction between Action and Pipeline
 
5304
 
 
5305
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5306
 
 
5307
        * pitivi/action.py:
 
5308
          Action: Add methods for working with Links, finish activation implementation
 
5309
 
 
5310
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5311
 
 
5312
        * pitivi/pipeline.py:
 
5313
          Pipeline: Add methods for getting Bins, Tees and Queues
 
5314
 
 
5315
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5316
 
 
5317
        * tests/test_pipeline.py:
 
5318
          Pipeline: Test more advanced Action-related things
 
5319
 
 
5320
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5321
 
 
5322
        * tests/test_pipeline.py:
 
5323
          Pipeline: Check 'state-changed' a bit deeper
 
5324
 
 
5325
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5326
 
 
5327
        * pitivi/pipeline.py:
 
5328
        * tests/test_pipeline.py:
 
5329
          Pipeline: Implement simple ObjectFactory addition/removal
 
5330
 
 
5331
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5332
 
 
5333
        * pitivi/pipeline.py:
 
5334
        * tests/test_pipeline.py:
 
5335
          Pipeline: Add stop() and test all convenience state change methods
 
5336
 
 
5337
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5338
 
 
5339
        * pitivi/pipeline.py:
 
5340
        * tests/test_pipeline.py:
 
5341
          Pipeline: Add getState() method to force querying the underlying gst.Pipeline.
 
5342
 
 
5343
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5344
 
 
5345
        * pitivi/action.py:
 
5346
        * tests/test_action.py:
 
5347
          Action: implement add/remove Producers/Consumers along with unit test
 
5348
 
 
5349
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5350
 
 
5351
        * tests/common.py:
 
5352
          tests/comon: Comment out bogus factories and add basic SourceFactory/SinkFactory examples
 
5353
 
 
5354
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5355
 
 
5356
        * pitivi/action.py:
 
5357
          Action: Add link methods
 
5358
 
 
5359
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5360
 
 
5361
        * pitivi/Makefile.am:
 
5362
          Add action.py and pipeline.py
 
5363
 
 
5364
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5365
 
 
5366
        * pitivi/action.py:
 
5367
        * pitivi/pipeline.py:
 
5368
        * tests/test_action.py:
 
5369
        * tests/test_pipeline.py:
 
5370
          Action/Pipeline: Document and unit-test a bit more
 
5371
          Added compatible_[consumers|producers] class property to Action
 
5372
 
 
5373
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5374
 
 
5375
        * pitivi/action.py:
 
5376
          Action: More documentation/debug.
 
5377
 
 
5378
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5379
 
 
5380
        * pitivi/pipeline.py:
 
5381
          Pipeline: More documentation and initial implementation of factory-related methods
 
5382
          This hasn't been tested yet !
 
5383
 
 
5384
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5385
 
 
5386
        * tests/Makefile.am:
 
5387
        * tests/test_action.py:
 
5388
        * tests/test_pipeline.py:
 
5389
          Add unit tests for Action and Pipeline
 
5390
 
 
5391
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5392
 
 
5393
        * pitivi/pipeline.py:
 
5394
          Pipeline: document/implement addAction/setAction/removeAction and setState
 
5395
 
 
5396
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5397
 
 
5398
        * pitivi/action.py:
 
5399
          Action: Implement/document setPipeline/unsetPipeline
 
5400
 
 
5401
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5402
 
 
5403
        * pitivi/action.py:
 
5404
        * pitivi/pipeline.py:
 
5405
          New Pipeline/Action modules. Only blank classes but fully documented.
 
5406
 
 
5407
2009-01-30  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5408
 
 
5409
        * pitivi/ui/timelinecanvas.py:
 
5410
          set canvas bounds correctly when timeline duration changes
 
5411
 
 
5412
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5413
 
 
5414
        * pitivi/ui/trackobject.py:
 
5415
          raise a clip to top of drawing stack before dragging
 
5416
 
 
5417
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5418
 
 
5419
        * pitivi/pixmaps/trimbar-focused.png:
 
5420
        * pitivi/pixmaps/trimbar-normal.png:
 
5421
        * pitivi/pixmaps/trimbar.png:
 
5422
        * pitivi/ui/trackobject.py:
 
5423
          provide more feedback by increasing trimbar alpha value on mouse-over. adjust source background color to make feedback more visible.
 
5424
 
 
5425
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5426
 
 
5427
        * pitivi/ui/sourcelist.py:
 
5428
          import dialog now has checkbox which controls whether dialog stays open after use clicks 'add'
 
5429
 
 
5430
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5431
 
 
5432
        * pitivi/ui/mainwindow.py:
 
5433
          default filter for project file save dialog is now pickle format
 
5434
 
 
5435
2009-01-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5436
 
 
5437
        * pitivi/ui/mainwindow.py:
 
5438
          default filter for open dialog is now the pickle format
 
5439
 
 
5440
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5441
 
 
5442
        * pitivi/ui/timeline.py:
 
5443
          delete key is now accelerator for delete operation
 
5444
 
 
5445
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5446
 
 
5447
        * pitivi/ui/trackobject.py:
 
5448
          indicate selection with yellow border around clip. should be more visible with thumbnails
 
5449
 
 
5450
2009-01-07  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5451
 
 
5452
        * pitivi/pixmaps/trimbar.png:
 
5453
        * pitivi/ui/trackobject.py:
 
5454
          better lookign trim bar
 
5455
 
 
5456
2009-01-29  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5457
 
 
5458
        * pitivi/timeline/track.py:
 
5459
          properly initialize track objects
 
5460
 
 
5461
2009-01-15  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5462
 
 
5463
        * pitivi/timeline/timeline.py:
 
5464
        * pitivi/timeline/track.py:
 
5465
        * pitivi/ui/timelinecanvas.py:
 
5466
        * pitivi/ui/trackobject.py:
 
5467
        * pitivi/utils.py:
 
5468
        * tests/test_timeline.py:
 
5469
        * tests/test_track.py:
 
5470
          Add edge snapping.
 
5471
 
 
5472
2009-01-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5473
 
 
5474
        * pitivi/timeline/timeline.py:
 
5475
          Emit duration-changed in TimelineObject.split.
 
5476
 
 
5477
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5478
 
 
5479
        * pitivi/timeline/timeline.py:
 
5480
        * pitivi/timeline/track.py:
 
5481
          selections are visible, similar to how they worked in trunk.
 
5482
 
 
5483
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5484
 
 
5485
        * pitivi/ui/trackobject.py:
 
5486
          adjust ui TimelineObject 'selected-changed' signal handler signature to match
 
5487
 
 
5488
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5489
 
 
5490
        * pitivi/timeline/track.py:
 
5491
          change the 'selected-changed' signal prototype for TrackObject
 
5492
 
 
5493
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5494
 
 
5495
        * pitivi/timeline/timeline.py:
 
5496
          add 'selected' property to TimelineObject
 
5497
 
 
5498
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5499
 
 
5500
        * pitivi/timeline/track.py:
 
5501
        * pitivi/ui/trackobject.py:
 
5502
          add 'selected' property to TrackObject
 
5503
 
 
5504
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5505
 
 
5506
        * pitivi/timeline/track.py:
 
5507
          fix splitting of clips
 
5508
 
 
5509
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5510
 
 
5511
        * pitivi/ui/timelinecanvas.py:
 
5512
          fix zooming which was broken when edge snapping code was removed
 
5513
 
 
5514
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5515
 
 
5516
        * pitivi/ui/timelinecanvas.py:
 
5517
        * pitivi/ui/trackobject.py:
 
5518
          remove some cruft
 
5519
 
 
5520
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5521
 
 
5522
        * pitivi/ui/timelinecanvas.py:
 
5523
        * pitivi/ui/timelineobject.py:
 
5524
        * pitivi/ui/track.py:
 
5525
        * pitivi/ui/trackobject.py:
 
5526
          ui.timelineobject -> ui.trackobject
 
5527
 
 
5528
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5529
 
 
5530
        * pitivi/ui/mainwindow.py:
 
5531
        * pitivi/ui/timeline.py:
 
5532
          update the ui to reflect the new semantics of the link command
 
5533
 
 
5534
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5535
 
 
5536
        * pitivi/timeline/timeline.py:
 
5537
          clobber debugging print statement
 
5538
 
 
5539
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5540
 
 
5541
        * pitivi/stream.py:
 
5542
        * pitivi/ui/sourcelist.py:
 
5543
          factor MultimediaStream.getPrettyInfo into function in ui.sourcelist module
 
5544
 
 
5545
2009-01-15  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5546
 
 
5547
        * pitivi/bin.py:
 
5548
        * pitivi/timeline/timeline.py:
 
5549
        * pitivi/ui/timelinecanvas.py:
 
5550
          towards a real implementation of Timeline.addFactory
 
5551
 
 
5552
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5553
 
 
5554
        * pitivi/ui/sourcelist.py:
 
5555
          clear up some indentation issues
 
5556
 
 
5557
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5558
 
 
5559
        * pitivi/factories/base.py:
 
5560
        * pitivi/ui/sourcelist.py:
 
5561
          move pretty info code from ObjectFactory to SourceList, since it seems that we can write generic enough code, and this properly belongs in the UI
 
5562
 
 
5563
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5564
 
 
5565
        * pitivi/factories/base.py:
 
5566
        * pitivi/stream.py:
 
5567
        * pitivi/ui/sourcelist.py:
 
5568
          sourcelist displays pretty info, but it is ugly
 
5569
 
 
5570
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5571
 
 
5572
        * pitivi/factories/base.py:
 
5573
          add a default getPrettyInfo() method for base object factory which just concatenates prettyInfo() of its output streams
 
5574
 
 
5575
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5576
 
 
5577
        * pitivi/stream.py:
 
5578
          ressurect private _getMarkup method of MultiMedia stream as public getPrettyInfo() method
 
5579
 
 
5580
2009-01-14  Brandon Lewis <brandon_lewis@berkeley.edu>
 
5581
 
 
5582
        * pitivi/timeline/track.py:
 
5583
          fix indentation
 
5584
 
 
5585
2009-01-07  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5586
 
 
5587
        * pitivi/timeline/track.py:
 
5588
          Checkpoint. Pitivi starts again and you can drag sources on the timeline.
 
5589
 
 
5590
2009-01-14  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5591
 
 
5592
        * pitivi/timeline/timeline.py:
 
5593
          Take into account trimming when limiting timeline object duration.
 
5594
 
 
5595
2009-01-14  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5596
 
 
5597
        * pitivi/timeline/timeline.py:
 
5598
        * tests/test_timeline.py:
 
5599
        * tests/test_track.py:
 
5600
          Limit a timeline object's duration to the duration of its factory.
 
5601
 
 
5602
2009-01-14  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5603
 
 
5604
        * pitivi/stream.py:
 
5605
          Remove AudioStream.height (copy 'n' paste FTW).
 
5606
 
 
5607
2009-01-14  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5608
 
 
5609
        * pitivi/timeline/timeline.py:
 
5610
        * tests/test_timeline.py:
 
5611
          Make sure that moving an object never pushes linked objects at time < 0s.
 
5612
 
 
5613
2009-01-13  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5614
 
 
5615
        * pitivi/timeline/timeline.py:
 
5616
          Implement Timeline.deleteSelection.
 
5617
 
 
5618
2009-01-13  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5619
 
 
5620
        * pitivi/timeline/timeline.py:
 
5621
        * pitivi/ui/timeline.py:
 
5622
        * tests/test_timeline.py:
 
5623
          Add initial link support.
 
5624
          In order to test linking in the interface i've also added some code needed to
 
5625
          make mouse selection work. That part is just a quick hack and should be
 
5626
          reworked.
 
5627
 
 
5628
2009-01-13  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5629
 
 
5630
        * pitivi/timeline/timeline.py:
 
5631
        * tests/test_timeline.py:
 
5632
          Add Link.join.
 
5633
 
 
5634
2009-01-13  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5635
 
 
5636
        * pitivi/timeline/track.py:
 
5637
          Take into account trimmed space in TrackObject.copy.
 
5638
 
 
5639
2009-01-12  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5640
 
 
5641
        * pitivi/timeline/timeline.py:
 
5642
        * pitivi/timeline/track.py:
 
5643
        * pitivi/ui/timelinecanvas.py:
 
5644
        * tests/test_timeline.py:
 
5645
        * tests/test_track.py:
 
5646
          Put back split support.
 
5647
 
 
5648
2009-01-12  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5649
 
 
5650
        * pitivi/timeline/track.py:
 
5651
        * pitivi/ui/timelineobject.py:
 
5652
        * tests/test_track.py:
 
5653
          Do clamping in TrackObject.trimStart.
 
5654
 
 
5655
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5656
 
 
5657
        * pitivi/signalinterface.py:
 
5658
          Document SignalInterface a bit more.
 
5659
 
 
5660
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5661
 
 
5662
        * pitivi/factories/base.py:
 
5663
          ObjectFactory: add getInputStreams method
 
5664
 
 
5665
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5666
 
 
5667
        * pitivi/stream.py:
 
5668
          Stream: Add convenience methods for getting pads compatible with a given Stream
 
5669
 
 
5670
2009-01-10  Edward Hervey <bilboed@bilboed.com>
 
5671
 
 
5672
        * pitivi/stream.py:
 
5673
          Stream: Properly document using epydoc syntax.
 
5674
 
 
5675
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5676
 
 
5677
        * pitivi/timeline/track.py:
 
5678
        * pitivi/ui/timelineobject.py:
 
5679
        * tests/test_track.py:
 
5680
          Add tests for TrackObject.trimStart.
 
5681
 
 
5682
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5683
 
 
5684
        * pitivi/timeline/timeline.py:
 
5685
        * pitivi/timeline/track.py:
 
5686
        * pitivi/ui/sourcelist.py:
 
5687
        * pitivi/ui/timelineobject.py:
 
5688
          Implement (Timeline|Track)Object.trimStart.
 
5689
 
 
5690
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5691
 
 
5692
        * pitivi/timeline/timeline.py:
 
5693
        * pitivi/ui/timelinecanvas.py:
 
5694
        * pitivi/ui/timelineobject.py:
 
5695
        * pitivi/ui/track.py:
 
5696
          Improve mouse handling and duration tracking in the timeline ui.
 
5697
 
 
5698
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5699
 
 
5700
        * pitivi/timeline/timeline.py:
 
5701
        * pitivi/timeline/track.py:
 
5702
          Improve duration tracking in the Timeline.
 
5703
 
 
5704
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5705
 
 
5706
        * pitivi/timeline/timeline.py:
 
5707
        * pitivi/timeline/track.py:
 
5708
          Proxy calls from TrackObject.set(Start|Duration|InPoint|OutPoint) to the parent TimelineObject.
 
5709
 
 
5710
2009-01-09  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5711
 
 
5712
        * pitivi/timeline/timeline.py:
 
5713
        * tests/test_timeline.py:
 
5714
          Remove the constraint that a TrackObject has to be in a Track before it can be added to a TimelineObject.
 
5715
 
 
5716
2009-01-09  Edward Hervey <bilboed@bilboed.com>
 
5717
 
 
5718
        * pitivi/factories/base.py:
 
5719
          Add basic SinkFactory class
 
5720
 
 
5721
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5722
 
 
5723
        * tests/common.py:
 
5724
          SignalMonitor: Add tracking of signals contents also
 
5725
 
 
5726
2009-01-08  Edward Hervey <bilboed@bilboed.com>
 
5727
 
 
5728
        * tests/Makefile.am:
 
5729
          Add a rule to be able to do "make test_something.py.check" to run individual tests
 
5730
 
 
5731
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5732
 
 
5733
        * pitivi/factories/base.py:
 
5734
          In SourceFactory.__init__ make the name argument optional again. Oops.
 
5735
 
 
5736
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5737
 
 
5738
        * pitivi/factories/base.py:
 
5739
        * tests/test_factories_base.py:
 
5740
          Implement SourceFactory.releaseBin.
 
5741
          Add SourceFactory.releaseBin and add two signals: bin-created and bin-released.
 
5742
 
 
5743
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5744
 
 
5745
        * tests/common.py:
 
5746
        * tests/test_timeline.py:
 
5747
        * tests/test_track.py:
 
5748
          Add SignalMonitor to tests.common and use it track and timeline tests.
 
5749
 
 
5750
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5751
 
 
5752
        * tests/test_factories_file.py:
 
5753
          Change test_factories_file so that a check for ffvideoscale is only run when ffvideoscale is available.
 
5754
 
 
5755
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5756
 
 
5757
        * pitivi/bin.py:
 
5758
        * pitivi/project.py:
 
5759
        * pitivi/timeline/timeline.py:
 
5760
        * pitivi/ui/mainwindow.py:
 
5761
        * pitivi/ui/ruler.py:
 
5762
        * pitivi/ui/timeline.py:
 
5763
        * pitivi/ui/timelinecanvas.py:
 
5764
        * pitivi/ui/timelineobject.py:
 
5765
        * pitivi/ui/track.py:
 
5766
        * pitivi/ui/viewer.py:
 
5767
          Misc changes to make pitivi start again.
 
5768
          Some of the changes are quick hacks and should be reworked later on.
 
5769
 
 
5770
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5771
 
 
5772
        * pitivi/timeline/timeline.py:
 
5773
          Add track-added track-removed and duration-changed to Timeline.
 
5774
 
 
5775
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5776
 
 
5777
        * pitivi/timeline/track.py:
 
5778
        * tests/test_timeline.py:
 
5779
        * tests/test_track.py:
 
5780
          Implement a minimal TrackObject._makeGnlObject.
 
5781
 
 
5782
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5783
 
 
5784
        * pitivi/timeline/track.py:
 
5785
          Add track-object-added track-object-removed and duration-changed to Track.
 
5786
 
 
5787
2009-01-08  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5788
 
 
5789
        * pitivi/timeline/track.py:
 
5790
        * tests/test_track.py:
 
5791
          In TrackObject don't unconditionally override gnlobject properties.
 
5792
 
 
5793
2009-01-07  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5794
 
 
5795
        * pitivi/timeline/timeline.py:
 
5796
        * tests/test_timeline.py:
 
5797
          Add a new (failing) test for TimelineObject. Checkpoint as i'm gonna do some refactoring.
 
5798
 
 
5799
2009-01-07  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5800
 
 
5801
        * pitivi/timeline/timeline.py:
 
5802
        * pitivi/timeline/track.py:
 
5803
          Workaround the fact that Signallable is not a new style class.
 
5804
 
 
5805
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5806
 
 
5807
        * pitivi/timeline/timeline.py:
 
5808
          Remove Timeline.(link|unlink)Objects stubs.
 
5809
          I'll add them back later when it's clear what API is needed from higher layers.
 
5810
 
 
5811
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5812
 
 
5813
        * pitivi/timeline/timeline.py:
 
5814
          Call removeAllTrackObjects() by default when removing a Track.
 
5815
 
 
5816
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5817
 
 
5818
        * pitivi/timeline/track.py:
 
5819
        * tests/test_track.py:
 
5820
          Add Track.removeAllTrackObjects() + tests.
 
5821
 
 
5822
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5823
 
 
5824
        * pitivi/timeline/timeline.py:
 
5825
        * tests/test_timeline.py:
 
5826
          More tests for Link.
 
5827
 
 
5828
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5829
 
 
5830
        * pitivi/timeline/timeline.py:
 
5831
        * tests/test_timeline.py:
 
5832
          Add TestLink.testChangeStart to test start time changes between linked objects.
 
5833
 
 
5834
2009-01-06  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5835
 
 
5836
        * pitivi/timeline/timeline.py:
 
5837
          Copy the list of objects as it's modified during the iteration.
 
5838
 
 
5839
2009-01-05  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5840
 
 
5841
        * pitivi/timeline/timeline.py:
 
5842
        * pitivi/timeline/track.py:
 
5843
        * tests/test_timeline.py:
 
5844
        * tests/test_track.py:
 
5845
          Implement TimelineObject properties and signals for the simple TimelineObject -> 1 TrackObject case.
 
5846
 
 
5847
2009-01-05  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5848
 
 
5849
        * pitivi/timeline/timeline.py:
 
5850
        * tests/test_timeline.py:
 
5851
          Add the Selection object + tests.
 
5852
 
 
5853
2009-01-05  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5854
 
 
5855
        * tests/test_timeline.py:
 
5856
          git add tests/test_timeline.py.
 
5857
 
 
5858
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5859
 
 
5860
        * pitivi/timeline/timeline.py:
 
5861
        * pitivi/timeline/track.py:
 
5862
        * tests/test_track.py:
 
5863
          Implement TimelineObject and Timeline.(add|remove)TimelineObject.
 
5864
 
 
5865
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5866
 
 
5867
        * pitivi/timeline/track.py:
 
5868
        * tests/test_track.py:
 
5869
          Ensure that a TrackObject can be added to one track only.
 
5870
 
 
5871
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5872
 
 
5873
        * pitivi/timeline/track.py:
 
5874
        * tests/test_track.py:
 
5875
          Implement TestTrackAddRemoveObjects.
 
5876
 
 
5877
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5878
 
 
5879
        * pitivi/utils.py:
 
5880
          Add the UNKNOWN_DURATION constant to pitivi.utils.
 
5881
 
 
5882
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5883
 
 
5884
        * pitivi/timeline/track.py:
 
5885
        * tests/test_track.py:
 
5886
          Implement TrackObject. With unit tests.
 
5887
 
 
5888
2009-01-05  Alessandro Decina <alessandro.d@gmail.com>
 
5889
 
 
5890
        * .gitignore:
 
5891
          Add .*.swp to .gitignore.
 
5892
 
 
5893
2009-01-07  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5894
 
 
5895
        * pitivi/signalinterface.py:
 
5896
        * tests/test_signallable.py:
 
5897
          Add Signallable.disconnect_by_function.
 
5898
 
 
5899
2009-01-07  Edward Hervey <bilboed@bilboed.com>
 
5900
 
 
5901
        * bin/pitivi.in:
 
5902
          Remove very old protection for GMainLoop not being able to handle exceptions.
 
5903
          This has been fixed for ages in pygobject, and was hiding many exceptions.
 
5904
 
 
5905
2009-01-07  Edward Hervey <bilboed@bilboed.com>
 
5906
 
 
5907
        * po/POTFILES.in:
 
5908
          update for removed/added files
 
5909
 
 
5910
2009-01-07  Edward Hervey <bilboed@bilboed.com>
 
5911
 
 
5912
        * po/pt.po:
 
5913
          Remove duplicate entry
 
5914
 
 
5915
2008-12-19  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5916
 
 
5917
        * pitivi/discoverer.py:
 
5918
          Remove a bogus check in discoverer that breaks thumbnailing.
 
5919
 
 
5920
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5921
 
 
5922
        * pitivi/ui/pathwalker.py:
 
5923
          Import os in pathwalker.py
 
5924
 
 
5925
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5926
 
 
5927
        * pitivi/discoverer.py:
 
5928
          Don't error out when running discoverer on an image file and the duration is unknown.
 
5929
 
 
5930
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5931
 
 
5932
        * pitivi/discoverer.py:
 
5933
          Make discoverer work with gst < 0.10.21.1, see #564863 for more info.
 
5934
 
 
5935
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5936
 
 
5937
        * autogen.sh:
 
5938
        * configure.ac:
 
5939
          pitivi/pitivi.py was moved to pitivi/application.py, update autogen.sh and configure.ac.
 
5940
 
 
5941
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5942
 
 
5943
        * tests/test_factories_file.py:
 
5944
          git add tests/test_factories_file.py. Oops.
 
5945
 
 
5946
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5947
 
 
5948
        * pitivi/discoverer.py:
 
5949
          Put the discover timeout back to 10 seconds.
 
5950
 
 
5951
2008-12-17  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5952
 
 
5953
        * pitivi/discoverer.py:
 
5954
          Use decodebin2 by default in Discoverer.
 
5955
 
 
5956
2008-12-17  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5957
 
 
5958
        * pitivi/discoverer.py:
 
5959
          Wait for caps to be fixed on decodebin pads. When doing thumbnails call finishAnalysis only once EOS is posted.
 
5960
          We need to wait for the caps to be fixed because it can happen that
 
5961
          decodebin2 exposes the pads once they are blocked BUT before caps nego.
 
5962
          As for EOS, it will be forwarded by GstBin as soon as all the sinks
 
5963
          receive EOS (meaning _after_ pngenc has encoded one frame and it has been
 
5964
          rendered in the sink.)
 
5965
 
 
5966
2008-12-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5967
 
 
5968
        * pitivi/ui/viewer.py:
 
5969
          Adjust the aspect ratio of the viewer only when viewing videos.
 
5970
 
 
5971
2008-12-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5972
 
 
5973
        * pitivi/discoverer.py:
 
5974
        * tests/test_discoverer.py:
 
5975
          Report an error when there's a timeout in Discoverer.
 
5976
 
 
5977
2008-12-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5978
 
 
5979
        * pitivi/device.py:
 
5980
        * pitivi/discoverer.py:
 
5981
        * pitivi/factories/base.py:
 
5982
        * pitivi/stream.py:
 
5983
        * pitivi/timeline/objects.py:
 
5984
        * pitivi/ui/sourcelist.py:
 
5985
        * tests/test_discoverer.py:
 
5986
        * tests/test_factories_base.py:
 
5987
          Refactor Discoverer to work with multiple streams per source.
 
5988
          Unit tests are passing, functional tests haven't been run yet so will
 
5989
          probably not work.
 
5990
 
 
5991
2008-12-18  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5992
 
 
5993
        * pitivi/bin.py:
 
5994
        * pitivi/device.py:
 
5995
          Hack HalDeviceProbe quickly so that it's at least partly functioning.
 
5996
 
 
5997
2008-12-16  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
5998
 
 
5999
        * pitivi/bin.py:
 
6000
        * pitivi/factories/base.py:
 
6001
        * pitivi/playground.py:
 
6002
        * pitivi/sourcelist.py:
 
6003
        * pitivi/ui/viewer.py:
 
6004
          Make double clicking a row in the source list work again.
 
6005
 
 
6006
2008-12-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
6007
 
 
6008
        * bin/pitivi.in:
 
6009
        * pitivi/application.py:
 
6010
        * pitivi/pitivi.py:
 
6011
          Move pitivi/pitivi.py to pitivi/application.py to remove ambiguity when using absolute imports.
 
6012
 
 
6013
2008-12-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
6014
 
 
6015
        * pitivi/factories/__init__.py:
 
6016
        * pitivi/factories/base.py:
 
6017
        * pitivi/factories/file.py:
 
6018
        * pitivi/objectfactory.py:
 
6019
        * tests/test_factories_base.py:
 
6020
        * tests/test_objectfactory.py:
 
6021
          Move factories to pitivi/factories/.
 
6022
          Move base factories in pitivi.factories.base, FileSourceFactory and
 
6023
          PictureFileSourceFactory in pitivi.factories.file. Update tests.
 
6024
 
 
6025
2008-12-11  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
6026
 
 
6027
        * pitivi/objectfactory.py:
 
6028
        * tests/test_objectfactory.py:
 
6029
          Implement RandomAccessSourceFactory, including tests.
 
6030
 
 
6031
2008-12-10  Alessandro Decina <alessandro.decina@collabora.co.uk>
 
6032
 
 
6033
        * pitivi/elements/singledecodebin.py:
 
6034
        * pitivi/objectfactory.py:
 
6035
        * pitivi/stream.py:
 
6036
        * tests/test_objectfactory.py:
 
6037
          First step in refactoring object factories. With 100% more tests.
 
6038
          This is a major internal API change so the UI is broken at the moment.
 
6039
 
 
6040
2008-12-09  Alessandro Decina <alessandro.d@gmail.com>
 
6041
 
 
6042
        * pitivi/stream.py:
 
6043
        * tests/__init__.py:
 
6044
        * tests/test_stream.py:
 
6045
          Refactor AudioStream and VideoStream. Add unit tests.
 
6046
          This changes the API of streams a bit (the markup stuff has been deleted) so
 
6047
          it breaks the interface.
 
6048
 
 
6049
2008-12-06  Alessandro Decina <alessandro.d@gmail.com>
 
6050
 
 
6051
        * pitivi/ui/ruler.py:
 
6052
        * pitivi/ui/timeline.py:
 
6053
        * pitivi/ui/viewer.py:
 
6054
          Refactor and fix seek behaviour with timeline/ruler.
 
6055
          Refactor the seek compression code so that it's more readable.
 
6056
          Fix the ruler to send new seeks when the timeline changes so that it
 
6057
          always reflects the correct position.
 
6058
 
 
6059
2009-01-07  Edward Hervey <bilboed@bilboed.com>
 
6060
 
 
6061
        * configure.ac:
 
6062
          New 0.13 branch for new design refactoring.
 
6063
          This branch will no longer be API compatible, expect breakage for the next
 
6064
          few weeks.
 
6065
 
 
6066
2008-12-30  Edward Hervey <bilboed@bilboed.com>
 
6067
 
 
6068
        * .gitignore:
 
6069
          Add more files to ignore
 
6070
 
 
6071
2008-12-30  Edward Hervey <bilboed@bilboed.com>
 
6072
 
 
6073
        * autogen.sh:
 
6074
          minor comment cleanup
 
6075
 
 
6076
2008-12-30  Edward Hervey <bilboed@bilboed.com>
 
6077
 
 
6078
        * .gitmodules:
 
6079
        * autogen.sh:
 
6080
        * common:
 
6081
          Use common from git.pitivi.org
 
6082
          This gets rid of the cvs dependency (yay !)
 
6083
 
 
6084
2008-12-30  Edward Hervey <bilboed@bilboed.com>
 
6085
 
 
6086
          2008-12-28  Duarte Loreto <happyguy_pt@hotmail.com>
 
6087
          * pt.po: Updated Portuguese translation by António Lima
 
6088
          <amrlima@gmail.com>.
 
6089
 
 
6090
2008-12-30  Edward Hervey <bilboed@bilboed.com>
 
6091
 
 
6092
        * po/ar.po:
 
6093
        * po/ca.po:
 
6094
        * po/de.po:
 
6095
        * po/dz.po:
 
6096
        * po/el.po:
 
6097
        * po/en_GB.po:
 
6098
        * po/es.po:
 
6099
        * po/fi.po:
 
6100
        * po/fr.po:
 
6101
        * po/it.po:
 
6102
        * po/lv.po:
 
6103
        * po/nb.po:
 
6104
        * po/oc.po:
 
6105
        * po/pa.po:
 
6106
        * po/pt.po:
 
6107
        * po/pt_BR.po:
 
6108
        * po/sv.po:
 
6109
        * po/zh_CN.po:
 
6110
        * po/zh_HK.po:
 
6111
        * po/zh_TW.po:
 
6112
          updated po files for modified code
 
6113
 
 
6114
2008-12-30  Nathan Samson <nathansamson@gmail.com>
 
6115
 
 
6116
        * po/LINGUAS:
 
6117
        * po/nl.po:
 
6118
          New dutch translation
 
6119
 
 
6120
2008-12-22  Edward Hervey <bilboed@bilboed.com>
 
6121
 
 
6122
        * configure.ac:
 
6123
          And back to development
 
6124
 
 
6125
2008-12-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
6126
 
 
6127
        * docs/pitivi-Authors:
 
6128
          Add Chao-Hsiung Liao to the svn Authors mapping
 
6129
 
 
6130
2008-12-18  Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
6131
 
 
6132
        * po/ChangeLog:
 
6133
        * po/LINGUAS:
 
6134
        * po/zh_HK.po:
 
6135
        * po/zh_TW.po:
 
6136
          0.11.3
 
6137
 
 
6138
2008-12-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
6139
 
 
6140
        * ChangeLog:
 
6141
        * NEWS:
 
6142
        * RELEASE:
 
6143
        * configure.ac:
 
6144
          Releasing 0.11.3 "Paella Cubana"
 
6145
          ChangeLog is now generated only at (pre-)release time !
 
6146
 
 
6147
2008-12-11  Edward Hervey <edward.hervey@collabora.co.uk>
11
6148
 
12
6149
        * docs/makeChangelog.py:
13
6150
          Fix ChangeLog generator for proper formatting
14
6151
 
15
 
2008-12-11  Edward Hervey <bilboed@bilboed.com>
 
6152
2008-12-11  Edward Hervey <edward.hervey@collabora.co.uk>
16
6153
 
17
6154
        * docs/release:
18
6155
          docs: New file documenting (pre-)releasing
19
6156
 
20
 
2008-12-11  Edward Hervey <bilboed@bilboed.com>
 
6157
2008-12-11  Edward Hervey <edward.hervey@collabora.co.uk>
21
6158
 
22
6159
        * docs/pitivi-Authors:
23
6160
          docs/pitivi-Authors : Fix Christian's email adress
173
6310
2008-12-01  Edward Hervey <edward.hervey@collabora.co.uk>
174
6311
 
175
6312
        * pitivi/timeline/objects.py:
176
 
          Move two snapTimeToEdge calls from TimelineObject to Timeline.
177
 
          Call snapObjToEdge from Timeline as well.
 
6313
          Move two snapTimeToEdge calls from TimelineObject to Timeline. Call snapObjToEdge from Timeline as well.
178
6314
          Patch by Alessandro Decina <alessandro dot d at gmail dot con>
179
6315
 
180
6316
2008-11-28  Claude Paroz <claude@2xlibre.net>
691
6827
2008-11-03  Edward Hervey <edward.hervey@collabora.co.uk>
692
6828
 
693
6829
        * pitivi/objectfactory.py:
694
 
          PictureFileSourceFactory: Add a video scaler.
695
 
          For pictures with width smaller than 2048, try using the more visually pleasing ffvideoscale,
696
 
          else revert to the 'poor' videoscale
 
6830
          PictureFileSourceFactory: Add a video scaler. For pictures with width smaller than 2048, try using the more visually pleasing ffvideoscale, else revert to the 'poor' videoscale
697
6831
 
698
6832
2008-11-03  Edward Hervey <edward.hervey@collabora.co.uk>
699
6833
 
700
6834
        * pitivi/elements/imagefreeze.py:
701
 
          ImageFreeze: Stop task if we don't have a buffer
702
 
          Plus other fixes
 
6835
          ImageFreeze: Stop task if we don't have a buffer Plus other fixes
703
6836
 
704
6837
2008-11-03  Edward Hervey <edward.hervey@collabora.co.uk>
705
6838
 
740
6873
 
741
6874
2008-10-19  Edward Hervey <edward.hervey@collabora.co.uk>
742
6875
 
743
 
          * bin/pitivi.in:
744
 
          Fix ambiguous naming.
 
6876
          * bin/pitivi.in:      Fix ambiguous naming.
745
6877
 
746
6878
2008-10-19  Edward Hervey <edward.hervey@collabora.co.uk>
747
6879
 
748
 
          * docs/pylint.rc:
749
 
          We also accept _addSource (from SmartBin) as being a valid place for
750
 
          create variables.
 
6880
          * docs/pylint.rc:     We also accept _addSource (from SmartBin) as being a valid place for    create variables.
751
6881
 
752
6882
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
753
6883
 
756
6886
        * pitivi/ui/complexlayer.py:
757
6887
        * pitivi/ui/complextimeline.py:
758
6888
        * pitivi/ui/timeline.py:
759
 
          * pitivi/ui/complexinterface.py
760
 
          * pitivi/ui/complexlayer.py
761
 
          * pitivi/ui/complextimeline.py
762
 
          * pitivi/ui/timeline.py
763
 
          Code review
764
 
 
765
 
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
766
 
 
767
 
          * pitivi/device.py:
768
 
          * pitivi/objectfactory.py:
769
 
          * pitivi/plumber.py:
770
 
          * pitivi/threads.py:
771
 
          * pitivi/thumbnailer.py:
772
 
          Remove even more gobject usage in core
773
 
 
774
 
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
775
 
 
776
 
          * pitivi/pitivi.py:
777
 
          Only import pitivi.ui for Interactive subclass
778
 
          * pitivi/Makefile.am:
 
6889
          * pitivi/ui/complexinterface.py       * pitivi/ui/complexlayer.py     * pitivi/ui/complextimeline.py  * pitivi/ui/timeline.py         Code review
 
6890
 
 
6891
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
6892
 
 
6893
          * pitivi/device.py:   * pitivi/objectfactory.py:      * pitivi/plumber.py:    * pitivi/threads.py:    * pitivi/thumbnailer.py:        Remove even more gobject usage in core
 
6894
 
 
6895
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
6896
 
 
6897
          * pitivi/pitivi.py:   Only import pitivi.ui for Interactive subclass  * pitivi/Makefile.am:   * pitivi/ui/Makefile.am:        * pitivi/ui/dnd.py:     Move dnd module to pitivi.ui    * pitivi/ui/sourcefactories.py:         * pitivi/ui/timeline.py:        * pitivi/ui/viewer.py:  Adjust code for dnd move
 
6898
 
 
6899
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
6900
 
 
6901
          * pitivi/configure.py.in:     Fix header
 
6902
 
 
6903
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
6904
 
 
6905
          * pitivi/ui/mainwindow.py:         Fix some code that was badly merged. Re-adds proper webcam detection
 
6906
 
 
6907
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6908
 
 
6909
          * pitivi/dnd.py:      * pitivi/instance.py:   Comments.
 
6910
 
 
6911
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6912
 
 
6913
          * pitivi/ui/sourcefactories.py:       Better thumbnailing handling for new objectfactories.
 
6914
 
 
6915
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6916
 
 
6917
          * pitivi/timeline/composition.py:     * pitivi/timeline/objects.py:   * pitivi/timeline/source.py:    Use python properties more.     * tests/test_timeline_composition.py:   * tests/test_timeline_objects.py:       * tests/test_timeline_source.py:        Adapt tests for changes.
 
6918
 
 
6919
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6920
 
 
6921
          * pitivi/check.py:    * pitivi/configure.py.in:       * pitivi/discoverer.py:         * pitivi/effects.py:    * pitivi/elements/imagefreeze.py:       * pitivi/elements/singledecodebin.py:   * pitivi/elements/smartscale.py:        * pitivi/elements/thumbnailsink.py:     * pitivi/elements/videofade.py:         * pitivi/objectfactory.py:      * pitivi/playground.py:         * pitivi/pluginmanager.py:      * pitivi/project.py:    * pitivi/projectsaver.py:       * pitivi/serializable.py:       * pitivi/settings.py:   * pitivi/signalgroup.py:        * pitivi/stream.py:     * pitivi/thumbnailer.py:        * pitivi/timeline/composition.py:       * pitivi/timeline/effects.py:   * pitivi/timeline/objects.py:   * pitivi/timeline/source.py:    * pitivi/timeline/timeline.py:  * pitivi/ui/complexinterface.py:        * pitivi/ui/complexlayer.py:    * pitivi/ui/complextimeline.py:         * pitivi/ui/glade.py:   * pitivi/ui/gstwidget.py:       * pitivi/ui/mainwindow.py:      * pitivi/ui/pluginmanagerdialog.py:     * pitivi/ui/slider.py:  * pitivi/ui/sourcefactories.py:         * pitivi/ui/viewer.py:  * pitivi/utils.py:      Complete cleanup using pylint reporting.        * docs/pylint.rc:       Pylint resource file to use when checking pitivi.
 
6922
 
 
6923
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6924
 
 
6925
          * pitivi/playground.py:       * pitivi/project.py:    * pitivi/settings.py:   * pitivi/timeline/composition.py:       * pitivi/timeline/objects.py:   * pitivi/timeline/source.py:    * pitivi/timeline/timeline.py:  Switch more objects to gobject-less signalling and properties.
 
6926
 
 
6927
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6928
 
 
6929
          * pitivi/ui/complextimeline.py:       * pitivi/ui/filelisterrordialog.py:     * pitivi/ui/glade.py:   * pitivi/ui/mainwindow.py:      * pitivi/ui/slider.py:  * pitivi/ui/timeline.py:        * pitivi/ui/viewer.py:  Fix imports in pitivi/ui
 
6930
 
 
6931
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6932
 
 
6933
          * pitivi/ui/ruler.py:         Fix duration query.     Don't seek if there's no available content.
 
6934
 
 
6935
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6936
 
 
6937
          * .gitignore:         * bin/.gitignore:       * pitivi/.gitignore:    * pitivi/elements/.gitignore:   * pitivi/pixmaps/.gitignore:    * pitivi/ui/.gitignore:         * po/.gitignore:        * tests/.gitignore:     Rename .cvsignore to .gitignore because we are no longer using CVS but  more and more people are using GIT.     This doesn't affect people using svn.
 
6938
 
 
6939
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6940
 
 
6941
          * pitivi/objectfactory.py:    * pitivi/stream.py:     * pitivi/Makefile.am:   Use python properties.  Move MultimediaStream to separate module.       Comments and cleanups.  * pitivi/discoverer.py:         Update code for modifications in objectfactory
 
6942
 
 
6943
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6944
 
 
6945
          * bin/pitivi.in:      Cleanups bin/pitivi : cleanups
 
6946
 
 
6947
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6948
 
 
6949
          * pitivi/pitivi.py:   Remove dependency on gtk        Make subclass for Interactive pitivi    Use pure python properties      Clean up code and add comments  * pitivi/ui/complextimeline.py:         * pitivi/ui/mainwindow.py:      * tests/test_basic.py:  * tests/test_file_load_save.py:         Adapt code for modifications in pitivi.py
 
6950
 
 
6951
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6952
 
 
6953
          * pitivi/bin.py:         * pitivi/discoverer.py:         * pitivi/objectfactory.py:         * pitivi/pitivi.py:         * pitivi/sourcelist.py:         * pitivi/timeline/composition.py:         * pitivi/timeline/source.py:         * pitivi/ui/complextimeline.py:         * pitivi/ui/mainwindow.py:         * pitivi/ui/sourcefactories.py:         * pitivi/ui/viewer.py:         * tests/common.py:         Convert pitivi,bin,discoverer,objectfactory to gobject-less signaling         and properties.         Modify all code using that accordingly.
 
6954
 
 
6955
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6956
 
 
6957
        * tests/test_file_load_save.py:
 
6958
          tests: connect_after does not exist anymore
 
6959
 
 
6960
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6961
 
 
6962
          * docs/HACKING:         Added notes about public/private/protected attributes
 
6963
 
 
6964
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6965
 
 
6966
          * pitivi/threads.py:  Use new gobject-less signal system
 
6967
 
 
6968
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6969
 
 
6970
          * pitivi/Makefile.am:         * pitivi/bin.py:        * pitivi/plumber.py:    * pitivi/ui/Makefile.am:        * pitivi/ui/viewer.py:  Move plumber up one directory, since it's not ui-specific.      Use auto*sink instead of gconf*sink since it's now works better
 
6971
 
 
6972
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6973
 
 
6974
          * pitivi/Makefile.am:         * pitivi/signalinterface.py:    * tests/Makefile.am:    * tests/test_signallable.py:    New signallable interface
 
6975
 
 
6976
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
6977
 
 
6978
          * configure.ac:       And back to development cycle.
 
6979
 
 
6980
2008-10-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
6981
 
 
6982
          * configure.ac:       * RELEASE:      * NEWS:         0.11.2 release "Milanesa de Lomo"
 
6983
 
 
6984
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
6985
 
 
6986
          * configure.ac:       0.11.1.4 pre-release
 
6987
 
 
6988
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
6989
 
 
6990
          * pitivi/ui/Makefile.am:      * po/POTFILES.in:       sigh... forgot some files.
 
6991
 
 
6992
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
6993
 
 
6994
          * configure.ac:       0.11.1.3 pre-release
 
6995
 
 
6996
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
6997
 
 
6998
          * pitivi/settings.py:         Filter out muxers for which we can't sink audio or video.       Fixes #547095
 
6999
 
 
7000
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7001
 
 
7002
        * ChangeLog:
 
7003
        * pitivi/bin.py:
 
7004
          patch by: Michael Terry <mike@mterry.name>    * pitivi/bin.py:        Fix issue when cancelling rendering.    Fixes #458944
 
7005
 
 
7006
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7007
 
 
7008
          2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7009
          * pitivi/ui/actions.xml:
 
7010
          * pitivi/ui/mainwindow.py:
 
7011
          * pitivi/ui/timeline.py:
779
7012
          * pitivi/ui/Makefile.am:
780
 
          * pitivi/ui/dnd.py:
781
 
          Move dnd module to pitivi.ui
782
 
          * pitivi/ui/sourcefactories.py:
783
 
          * pitivi/ui/timeline.py:
784
 
          * pitivi/ui/viewer.py:
785
 
          Adjust code for dnd move
786
 
 
787
 
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
788
 
 
789
 
          * pitivi/configure.py.in:
790
 
          Fix header
791
 
 
792
 
2008-10-17  Edward Hervey <edward.hervey@collabora.co.uk>
793
 
 
794
 
          * pitivi/ui/mainwindow.py:
795
 
          Fix some code that was badly merged. Re-adds proper webcam detection
796
 
 
797
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
798
 
 
799
 
          * pitivi/dnd.py:
800
 
          * pitivi/instance.py:
801
 
          Comments.
802
 
 
803
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
804
 
 
805
 
          * pitivi/ui/sourcefactories.py:
806
 
          Better thumbnailing handling for new objectfactories.
807
 
 
808
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
809
 
 
810
 
          * pitivi/timeline/composition.py:
811
 
          * pitivi/timeline/objects.py:
812
 
          * pitivi/timeline/source.py:
813
 
          Use python properties more.
814
 
          * tests/test_timeline_composition.py:
815
 
          * tests/test_timeline_objects.py:
816
 
          * tests/test_timeline_source.py:
817
 
          Adapt tests for changes.
818
 
 
819
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
820
 
 
 
7013
          Remove usage of simple timeline.
 
7014
          * pitivi/ui/complexsource.py:
 
7015
          * pitivi/ui/layerwidgets.py:
 
7016
          * pitivi/ui/tracklayer.py:
 
7017
          Also remove files no longer used.
 
7018
 
 
7019
2008-10-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
7020
 
 
7021
          * pitivi/ruler.py:    Fix similar pending-seek behaviour as did previously in the viewer.
 
7022
 
 
7023
2008-10-10  Kjartan Maraas <kmaraas@gnome.org>
 
7024
 
 
7025
          2008-10-10  Kjartan Maraas  <kmaraas@gnome.org>
 
7026
          * nb.po: Updated Norwegian bokmål translation.
 
7027
 
 
7028
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7029
 
 
7030
          2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
821
7031
          * pitivi/check.py:
822
 
          * pitivi/configure.py.in:
823
 
          * pitivi/discoverer.py:
824
 
          * pitivi/effects.py:
825
 
          * pitivi/elements/imagefreeze.py:
826
 
          * pitivi/elements/singledecodebin.py:
827
 
          * pitivi/elements/smartscale.py:
828
 
          * pitivi/elements/thumbnailsink.py:
829
 
          * pitivi/elements/videofade.py:
830
 
          * pitivi/objectfactory.py:
831
 
          * pitivi/playground.py:
832
 
          * pitivi/pluginmanager.py:
833
 
          * pitivi/project.py:
834
 
          * pitivi/projectsaver.py:
835
 
          * pitivi/serializable.py:
836
 
          * pitivi/settings.py:
837
 
          * pitivi/signalgroup.py:
838
 
          * pitivi/stream.py:
839
 
          * pitivi/thumbnailer.py:
840
 
          * pitivi/timeline/composition.py:
841
 
          * pitivi/timeline/effects.py:
842
 
          * pitivi/timeline/objects.py:
843
 
          * pitivi/timeline/source.py:
844
 
          * pitivi/timeline/timeline.py:
845
 
          * pitivi/ui/complexinterface.py:
846
 
          * pitivi/ui/complexlayer.py:
847
 
          * pitivi/ui/complextimeline.py:
848
 
          * pitivi/ui/glade.py:
849
 
          * pitivi/ui/gstwidget.py:
850
 
          * pitivi/ui/mainwindow.py:
851
 
          * pitivi/ui/pluginmanagerdialog.py:
852
 
          * pitivi/ui/slider.py:
853
 
          * pitivi/ui/sourcefactories.py:
854
 
          * pitivi/ui/viewer.py:
855
 
          * pitivi/utils.py:
856
 
          Complete cleanup using pylint reporting.
857
 
          * docs/pylint.rc:
858
 
          Pylint resource file to use when checking pitivi.
859
 
 
860
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
861
 
 
862
 
          * pitivi/playground.py:
863
 
          * pitivi/project.py:
864
 
          * pitivi/settings.py:
865
 
          * pitivi/timeline/composition.py:
866
 
          * pitivi/timeline/objects.py:
867
 
          * pitivi/timeline/source.py:
868
 
          * pitivi/timeline/timeline.py:
869
 
          Switch more objects to gobject-less signalling and properties.
870
 
 
871
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
872
 
 
873
 
          * pitivi/ui/complextimeline.py:
874
 
          * pitivi/ui/filelisterrordialog.py:
875
 
          * pitivi/ui/glade.py:
876
 
          * pitivi/ui/mainwindow.py:
877
 
          * pitivi/ui/slider.py:
878
 
          * pitivi/ui/timeline.py:
879
 
          * pitivi/ui/viewer.py:
880
 
          Fix imports in pitivi/ui
881
 
 
882
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
883
 
 
 
7032
          Add a runtime-check for pygoocanvas.
 
7033
 
 
7034
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7035
 
 
7036
        * pitivi/ui/viewer.py:
 
7037
          committed a 'bit' too much
 
7038
 
 
7039
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7040
 
 
7041
          2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
 
7042
          * pitivi/ui/viewer.py:
 
7043
          Fix pending-seek behaviour.
 
7044
          Fixes #554602
 
7045
 
 
7046
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7047
 
 
7048
          2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
884
7049
          * pitivi/ui/ruler.py:
885
 
          Fix duration query.
886
 
          Don't seek if there's no available content.
887
 
 
888
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
889
 
 
890
 
          * .gitignore:
891
 
          * bin/.gitignore:
892
 
          * pitivi/.gitignore:
893
 
          * pitivi/elements/.gitignore:
894
 
          * pitivi/pixmaps/.gitignore:
895
 
          * pitivi/ui/.gitignore:
896
 
          * po/.gitignore:
897
 
          * tests/.gitignore:
898
 
          Rename .cvsignore to .gitignore because we are no longer using CVS but
899
 
          more and more people are using GIT.
900
 
          This doesn't affect people using svn.
901
 
 
902
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
903
 
 
904
 
          * pitivi/objectfactory.py:
905
 
          * pitivi/stream.py:
906
 
          * pitivi/Makefile.am:
907
 
          Use python properties.
908
 
          Move MultimediaStream to separate module.
909
 
          Comments and cleanups.
910
 
          * pitivi/discoverer.py:
911
 
          Update code for modifications in objectfactory
912
 
 
913
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
914
 
 
915
 
          * bin/pitivi.in:
916
 
          Cleanups
917
 
          bin/pitivi : cleanups
918
 
 
919
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
920
 
 
921
 
          * pitivi/pitivi.py:
922
 
          Remove dependency on gtk
923
 
          Make subclass for Interactive pitivi
924
 
          Use pure python properties
925
 
          Clean up code and add comments
926
 
          * pitivi/ui/complextimeline.py:
927
 
          * pitivi/ui/mainwindow.py:
928
 
          * tests/test_basic.py:
929
 
          * tests/test_file_load_save.py:
930
 
          Adapt code for modifications in pitivi.py
931
 
 
932
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
933
 
 
934
 
          * pitivi/bin.py:
935
 
          * pitivi/discoverer.py:
936
 
          * pitivi/objectfactory.py:
937
 
          * pitivi/pitivi.py:
938
 
          * pitivi/sourcelist.py:
939
 
          * pitivi/timeline/composition.py:
940
 
          * pitivi/timeline/source.py:
941
 
          * pitivi/ui/complextimeline.py:
942
 
          * pitivi/ui/mainwindow.py:
943
 
          * pitivi/ui/sourcefactories.py:
944
 
          * pitivi/ui/viewer.py:
945
 
          * tests/common.py:
946
 
          Convert pitivi,bin,discoverer,objectfactory to gobject-less signaling
947
 
          and properties.
948
 
          Modify all code using that accordingly.
949
 
 
950
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
951
 
 
952
 
        * tests/test_file_load_save.py:
953
 
          tests: connect_after does not exist anymore
954
 
 
955
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
956
 
 
957
 
          * docs/HACKING:
958
 
          Added notes about public/private/protected attributes
959
 
 
960
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
961
 
 
962
 
          * pitivi/threads.py:
963
 
          Use new gobject-less signal system
964
 
 
965
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
966
 
 
967
 
          * pitivi/Makefile.am:
968
 
          * pitivi/bin.py:
969
 
          * pitivi/plumber.py:
 
7050
          Don't seek if we have an empty timeline.
 
7051
          Don't set timeouts if the seek failed.
 
7052
 
 
7053
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7054
 
 
7055
          2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
970
7056
          * pitivi/ui/Makefile.am:
971
 
          * pitivi/ui/viewer.py:
972
 
          Move plumber up one directory, since it's not ui-specific.
973
 
          Use auto*sink instead of gconf*sink since it's now works better
974
 
 
975
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
976
 
 
977
 
          * pitivi/Makefile.am:
978
 
          * pitivi/signalinterface.py:
979
 
          * tests/Makefile.am:
980
 
          * tests/test_signallable.py:
981
 
          New signallable interface
982
 
 
983
 
2008-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
984
 
 
985
 
          * configure.ac:
986
 
          And back to development cycle.
987
 
 
988
 
2008-10-15  Edward Hervey <edward.hervey@collabora.co.uk>
989
 
 
990
 
        * configure.ac:
991
 
        * RELEASE:
992
 
        * NEWS:
993
 
        0.11.2 release "Milanesa de Lomo"
994
 
 
995
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
996
 
 
997
 
        * configure.ac:
998
 
        0.11.1.4 pre-release
999
 
 
1000
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
1001
 
 
1002
 
        * pitivi/ui/Makefile.am:
1003
 
        * po/POTFILES.in:
1004
 
        sigh... forgot some files.
1005
 
 
1006
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
1007
 
 
1008
 
        * configure.ac:
1009
 
        0.11.1.3 pre-release
1010
 
 
1011
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
1012
 
 
1013
 
        * pitivi/settings.py:
1014
 
        Filter out muxers for which we can't sink audio or video.
1015
 
        Fixes #547095
1016
 
 
1017
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
1018
 
 
1019
 
        patch by: Michael Terry <mike@mterry.name>
1020
 
        * pitivi/bin.py:
1021
 
        Fix issue when cancelling rendering.
1022
 
        Fixes #458944
1023
 
 
1024
 
2008-10-11  Edward Hervey <edward.hervey@collabora.co.uk>
1025
 
 
1026
 
        * pitivi/ui/actions.xml:
1027
 
        * pitivi/ui/mainwindow.py:
1028
 
        * pitivi/ui/timeline.py:
1029
 
        * pitivi/ui/Makefile.am:
1030
 
        Remove usage of simple timeline.
1031
 
        * pitivi/ui/complexsource.py:
1032
 
        * pitivi/ui/layerwidgets.py:
1033
 
        * pitivi/ui/tracklayer.py:
1034
 
        Also remove files no longer used.
1035
 
 
1036
 
2008-10-10  Edward Hervey  <edward.hervey@collabora.co.uk>
1037
 
 
1038
 
        * pitivi/ruler.py:
1039
 
        Fix similar pending-seek behaviour as did previously in the viewer.
1040
 
 
1041
 
2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1042
 
 
1043
 
        * pitivi/check.py:
1044
 
        Add a runtime-check for pygoocanvas.
1045
 
 
1046
 
2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1047
 
 
1048
 
        * pitivi/ui/viewer.py:
1049
 
        Fix pending-seek behaviour.
1050
 
        Fixes #554602
1051
 
 
1052
 
2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1053
 
 
1054
 
        * pitivi/ui/ruler.py:
1055
 
        Don't seek if we have an empty timeline.
1056
 
        Don't set timeouts if the seek failed.
1057
 
 
1058
 
2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1059
 
 
1060
 
        * pitivi/ui/Makefile.am:
1061
 
        dist file, even if it's not used, so it doesn't break .po files.
1062
 
 
1063
 
2008-10-09  Edward Hervey  <bilboed@gmail.com>
1064
 
 
1065
 
        * pitivi/ui/ruler.py: (ScaleRuler):
1066
 
        Don't allocate insanely big pixmaps for double-buffering. Instead,
1067
 
        allocate smaller ones and do the recalculation in a smart fashion.
1068
 
        Fixes #552777
1069
 
 
1070
 
2008-10-09  Edward Hervey  <bilboed@gmail.com>
 
7057
          dist file, even if it's not used, so it doesn't break .po files.
 
7058
 
 
7059
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
7060
 
 
7061
          2008-10-09  Edward Hervey  <bilboed@gmail.com>
 
7062
          * pitivi/ui/ruler.py: (ScaleRuler):
 
7063
          Don't allocate insanely big pixmaps for double-buffering. Instead,
 
7064
          allocate smaller ones and do the recalculation in a smart fashion.
 
7065
          Fixes #552777
 
7066
          + ChangeLog fix for previous commit
 
7067
 
 
7068
2008-10-09  Edward Hervey <edward.hervey@collabora.co.uk>
1071
7069
 
1072
7070
        * pitivi/utils.py:
1073
 
        Fix 'minutes' values for times > 1hour.
1074
 
 
1075
 
2008-10-01  Edward Hervey  <bilboed@gmail.com>
1076
 
 
1077
 
        Patch by: Thijs Vermeir <thijsveirmer@gmail.com>
 
7071
          utils : Fix 'minutes' for duration > 1 hour
 
7072
 
 
7073
2008-10-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
7074
 
 
7075
        * po/ChangeLog:
 
7076
          whoops
 
7077
 
 
7078
2008-10-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
7079
 
 
7080
          2008-10-06  Edward Hervey  <bilboed@gmail.com>
 
7081
          * POTFILES.in:
 
7082
          Add new files
 
7083
 
 
7084
2008-10-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
7085
 
 
7086
          2008-10-01  Edward Hervey  <bilboed@gmail.com>
 
7087
          Patch by: Thijs Vermeir <thijsveirmer@gmail.com>
 
7088
          * pitivi/ui/Makefile.am:
 
7089
          Dist extra file
 
7090
          Fixes #554544
 
7091
 
 
7092
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7093
 
 
7094
          * configure.ac:       0.11.1.2 pre-release
 
7095
 
 
7096
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7097
 
 
7098
          * ChangeLog:  Updating ChangeLog with git-svn information
 
7099
 
 
7100
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7101
 
 
7102
        * pitivi/ui/webcam_managerdialog.py:
 
7103
          ui: hide the webcam dialogbox before setting pipeline to NULL
 
7104
 
 
7105
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7106
 
 
7107
        * pitivi/ui/sourcefactories.py:
 
7108
          Remove print statement
 
7109
 
 
7110
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7111
 
1078
7112
        * pitivi/ui/Makefile.am:
1079
 
        Dist extra file
1080
 
        Fixes #554544
1081
 
 
1082
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1083
 
 
1084
 
        * configure.ac:
1085
 
        0.11.1.2 pre-release
1086
 
 
1087
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1088
 
 
1089
 
        * ChangeLog:
1090
 
        Updating ChangeLog with git-svn information
1091
 
 
1092
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1093
 
 
1094
 
ui: hide the webcam dialogbox before setting pipeline to NULL
1095
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1298 d3729300-e425-0410-8a4c-d956edccc248
1096
 
 
1097
 
 
1098
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1099
 
 
1100
 
Remove print statement
1101
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1297 d3729300-e425-0410-8a4c-d956edccc248
1102
 
 
1103
 
 
1104
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1105
 
 
1106
 
ui/Makefile.am : dist files from Sarath's branch
1107
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1296 d3729300-e425-0410-8a4c-d956edccc248
1108
 
 
1109
 
 
1110
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1111
 
 
1112
 
device : cleanup code, document methods/classes
1113
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1295 d3729300-e425-0410-8a4c-d956edccc248
1114
 
 
1115
 
 
1116
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1117
 
 
1118
 
SmartBin : Add a 'seekable' property to know if we can do seek/getduration on the given bin.
1119
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1294 d3729300-e425-0410-8a4c-d956edccc248
1120
 
 
1121
 
 
1122
 
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
1123
 
 
1124
 
mainwindow : Don't propose screencast option until dbus features are available in Istanbul
1125
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1293 d3729300-e425-0410-8a4c-d956edccc248
1126
 
 
1127
 
 
1128
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1129
 
 
1130
 
UI : Allow selection of input devices for capture
1131
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1292 d3729300-e425-0410-8a4c-d956edccc248
1132
 
 
1133
 
 
1134
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1135
 
 
1136
 
device : Add probing for v4l sources, and sprinkled some debugging lines
1137
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1291 d3729300-e425-0410-8a4c-d956edccc248
1138
 
 
1139
 
 
1140
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1141
 
 
1142
 
webcam UI : use glade convenience class
1143
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1290 d3729300-e425-0410-8a4c-d956edccc248
1144
 
 
1145
 
 
1146
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1147
 
 
1148
 
ui/mainwindow : toggle webcam feature dynamically based on whether a webcam
1149
 
is available or not.
1150
 
 
1151
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1289 d3729300-e425-0410-8a4c-d956edccc248
1152
 
 
1153
 
 
1154
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1155
 
 
1156
 
device.py : Add signals for devices being added/removed
1157
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1288 d3729300-e425-0410-8a4c-d956edccc248
1158
 
 
1159
 
 
1160
 
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
1161
 
 
1162
 
Don't propose webcam capture if we don't have any webcams available.
1163
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1287 d3729300-e425-0410-8a4c-d956edccc248
1164
 
 
1165
 
 
1166
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1167
 
 
1168
 
pitivi.py: Import the DeviceProbe
1169
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1286 d3729300-e425-0410-8a4c-d956edccc248
1170
 
 
1171
 
 
1172
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1173
 
 
1174
 
Device : cleanups
1175
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1285 d3729300-e425-0410-8a4c-d956edccc248
1176
 
 
1177
 
 
1178
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1179
 
 
1180
 
Device: Implement HAL DeviceProbe
1181
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1284 d3729300-e425-0410-8a4c-d956edccc248
1182
 
 
1183
 
 
1184
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1185
 
 
1186
 
New module (pitivi.device) for Device handling, probing and listing.
1187
 
Not complete yet.
1188
 
 
1189
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1283 d3729300-e425-0410-8a4c-d956edccc248
1190
 
 
1191
 
 
1192
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1193
 
 
1194
 
bin: Remove unused code
1195
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1282 d3729300-e425-0410-8a4c-d956edccc248
1196
 
 
1197
 
 
1198
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1199
 
 
1200
 
more basic cleanups
1201
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1281 d3729300-e425-0410-8a4c-d956edccc248
1202
 
 
1203
 
 
1204
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1205
 
 
1206
 
Properly fix tabs-instead-of-spaces
1207
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1280 d3729300-e425-0410-8a4c-d956edccc248
1208
 
 
1209
 
 
1210
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1211
 
 
1212
 
Revert "Fix tabs-instead-of-spaces wrong indentation"
1213
 
This reverts commit 1a653a103cd878a7e0f716c781099f19394a85d8.
1214
 
 
1215
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1279 d3729300-e425-0410-8a4c-d956edccc248
1216
 
 
1217
 
 
1218
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1219
 
 
1220
 
Fix tabs-instead-of-spaces wrong indentation
1221
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1278 d3729300-e425-0410-8a4c-d956edccc248
1222
 
 
1223
 
 
1224
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1225
 
 
1226
 
remove broken imports and remove whitespaces
1227
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1277 d3729300-e425-0410-8a4c-d956edccc248
1228
 
 
1229
 
 
1230
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1231
 
 
1232
 
some cleanups/factorisation/commenting
1233
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1276 d3729300-e425-0410-8a4c-d956edccc248
1234
 
 
1235
 
 
1236
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1237
 
 
1238
 
bin: a bit more cleanups/comments
1239
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1275 d3729300-e425-0410-8a4c-d956edccc248
1240
 
 
1241
 
 
1242
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1243
 
 
1244
 
Added statusbar for network stream manager, Added queues to correct SinkBin
1245
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1274 d3729300-e425-0410-8a4c-d956edccc248
1246
 
 
1247
 
 
1248
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1249
 
 
1250
 
SinkBin timeoverlay Bug fix, set Sources: NULL->READY
1251
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1273 d3729300-e425-0410-8a4c-d956edccc248
1252
 
 
1253
 
 
1254
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1255
 
 
1256
 
SinkBin timeoverlay Bug fix, set Sources: NULL->READY
1257
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1272 d3729300-e425-0410-8a4c-d956edccc248
1258
 
 
1259
 
 
1260
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1261
 
 
1262
 
Fixed Network streaming, Added T\timeoverlay: Tested all features
1263
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1271 d3729300-e425-0410-8a4c-d956edccc248
1264
 
 
1265
 
 
1266
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1267
 
 
1268
 
Partial Merge with rev 1231
1269
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1270 d3729300-e425-0410-8a4c-d956edccc248
1270
 
 
1271
 
 
1272
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1273
 
 
1274
 
* pitivi/threads.py:
1275
 
Added convenience CallbackThread class
1276
 
 
1277
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1269 d3729300-e425-0410-8a4c-d956edccc248
1278
 
 
1279
 
 
1280
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1281
 
 
1282
 
update bin.py
1283
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1268 d3729300-e425-0410-8a4c-d956edccc248
1284
 
 
1285
 
 
1286
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1287
 
 
1288
 
* pitivi/bin.py:
1289
 
There's currently an issue with audio sources by which they do not
1290
 
properly reset when going to READY. We workaround this by forcing the
1291
 
sources to NULL and then back to READY before capturing.
1292
 
Name the various queues to make debugging easier.
1293
 
Increase the size of the queues.
1294
 
* pitivi/ui/webcam_managerdialog.py:
1295
 
Name the various queues to make debugging easier.
1296
 
Increase the size of the queues.
1297
 
 
1298
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1267 d3729300-e425-0410-8a4c-d956edccc248
1299
 
 
1300
 
 
1301
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1302
 
 
1303
 
Network stream capture rewrote with smartbin
1304
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1266 d3729300-e425-0410-8a4c-d956edccc248
1305
 
 
1306
 
 
1307
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1308
 
 
1309
 
Screencast support improved
1310
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1265 d3729300-e425-0410-8a4c-d956edccc248
1311
 
 
1312
 
 
1313
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1314
 
 
1315
 
Screencast support added
1316
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1264 d3729300-e425-0410-8a4c-d956edccc248
1317
 
 
1318
 
 
1319
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1320
 
 
1321
 
SmartBin: changed vtee from identity to tee
1322
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1263 d3729300-e425-0410-8a4c-d956edccc248
1323
 
 
1324
 
 
1325
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1326
 
 
1327
 
SmartBin: changed vtee from identity to tee
1328
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1262 d3729300-e425-0410-8a4c-d956edccc248
1329
 
 
1330
 
 
1331
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1332
 
 
1333
 
SmartCaptureBin, record()
1334
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1261 d3729300-e425-0410-8a4c-d956edccc248
1335
 
 
1336
 
 
1337
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1338
 
 
1339
 
Rewrite of webcammanager
1340
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1260 d3729300-e425-0410-8a4c-d956edccc248
1341
 
 
1342
 
 
1343
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1344
 
 
1345
 
Rewriting Webcam manager dialog
1346
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1259 d3729300-e425-0410-8a4c-d956edccc248
1347
 
 
1348
 
 
1349
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1350
 
 
1351
 
pitivi/bin.py:SmartCaptureBin , pitivi/ui/webcam_managerdialog.py
1352
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1258 d3729300-e425-0410-8a4c-d956edccc248
1353
 
 
1354
 
 
1355
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1356
 
 
1357
 
pitivi/bin.py:SmartCaptureBin , pitivi/ui/webcam_managerdialog.py
1358
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1257 d3729300-e425-0410-8a4c-d956edccc248
1359
 
 
1360
 
 
1361
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1362
 
 
1363
 
* pitivi/ui/viewer.py:
1364
 
Don't update time/duration if currently playing SmartBin doesn't have
1365
 
an associated objectfactory.
1366
 
 
1367
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1256 d3729300-e425-0410-8a4c-d956edccc248
1368
 
 
1369
 
 
1370
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1371
 
 
1372
 
webcam_managerdialog.py, SmartDefaitBin problem
1373
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1255 d3729300-e425-0410-8a4c-d956edccc248
1374
 
 
1375
 
 
1376
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1377
 
 
1378
 
Webcam capture and Network stream capture added.
1379
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1254 d3729300-e425-0410-8a4c-d956edccc248
1380
 
 
1381
 
 
1382
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1383
 
 
1384
 
test
1385
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1253 d3729300-e425-0410-8a4c-d956edccc248
1386
 
 
1387
 
 
1388
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1389
 
 
1390
 
Don't use python 2.4-specific linguo
1391
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1252 d3729300-e425-0410-8a4c-d956edccc248
1392
 
 
1393
 
 
1394
 
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
1395
 
 
1396
 
Remove print statements from last commit
1397
 
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1251 d3729300-e425-0410-8a4c-d956edccc248
1398
 
 
1399
 
 
1400
 
2008-08-28  Sarath Lakshman  <sarathlakshman@slynux.org>
1401
 
 
1402
 
        * pitivi/bin.py:
1403
 
                Added some queues inside SinkBin.
1404
 
        * pitivi/ui/netstream_managerdialog.py:
1405
 
                Added Statusbar.
1406
 
 
1407
 
2008-08-25  Sarath Lakshman  <sarathlakshman@slynux.org>
1408
 
 
1409
 
        * pitivi/bin.py:
1410
 
                Wrote record() for SmartCaptureBin by setting Sources to NULL->READY # Commented since video lagging occurs
1411
 
                SinkBin class timeoverlay not linking to queue issue fixed.
1412
 
 
1413
 
2008-08-23  Sarath Lakshman  <sarathlakshman@slynux.org>
1414
 
 
1415
 
        * pitivi/bin.py:
1416
 
                Added Discover, Optimised SmartStreamBin using decodebin [Tried to use playbin:failure], Added timeoverlay for SinkBin
1417
 
        * pitivi/ui/netstream_managerdialog.py:
1418
 
                Added statusbar, improved debug messages
1419
 
 
1420
 
2008-08-19  Sarath Lakshman  <sarathlakshman@slynux.org>
1421
 
 
1422
 
        * pitivi/bin.py:
1423
 
                Added SinkBin, fixed naming for queues, increased queue size [partial revert of r1231]
1424
 
        * pitivi/ui/webcam_manager.py:
1425
 
                Implemented SinkBin, Added threads for recording
1426
 
 
1427
 
2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1428
 
 
1429
 
        * pitivi/threads.py:
1430
 
        Added convenience CallbackThread class
1431
 
 
1432
 
2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1433
 
 
1434
 
        * pitivi/bin.py:
1435
 
        There's currently an issue with audio sources by which they do not
1436
 
        properly reset when going to READY. We workaround this by forcing the
1437
 
        sources to NULL and then back to READY before capturing.
1438
 
        Name the various queues to make debugging easier.
1439
 
        Increase the size of the queues.
1440
 
        * pitivi/ui/webcam_managerdialog.py:
1441
 
        Name the various queues to make debugging easier.
1442
 
        Increase the size of the queues.
1443
 
 
1444
 
2008-08-10  Sarath Lakshman  <sarathlakshman@slynux.org>
1445
 
        * pitivi/: ui/netstream_manager.py
1446
 
        Rewrote with SmartBin
1447
 
 
1448
 
2008-07-30  Sarath Lakshman  <sarathlakshman@slynux.org>
1449
 
        * pitivi/: ui/screencast_manager.glade, screencast_managerdialog.py
1450
 
        Added basic istanbul integration [Screencast Capture] using dbus interface.
1451
 
 
1452
 
2008-07-20  Sarath Lakshman  <sarathlakshman@slynux.org>
1453
 
        * pitivi/: bin.py
1454
 
        Added record () for SmartCaptureBin; Couldn't implement tee successfully
1455
 
        Modified self.vtee from identity to tee
1456
 
 
1457
 
2008-07-20  Sarath Lakshman  <sarathlakshman@slynux.org>
1458
 
        * pitivi/: ui/webcam_managerdialog.py
1459
 
        playing pipeline through draw_window success. Trying to use record() for SmartBin
1460
 
 
1461
 
2008-07-20  Sarath Lakshman  <sarathlakshman@slynux.org>
1462
 
        * pitivi/: ui/webcam_managerdialog.py
1463
 
        Attempt to rewrite webcam_managerdialog using PlayGround and SmartCaptureBin (Problem: cannot sync video to the drawing widget)
1464
 
 
1465
 
2008-07-18  Sarath Lakshman  <sarathlakshman@slynux.org>
1466
 
        * pitivi/: ui/webcam_managerdialog.py, bin.py
1467
 
        Added SmartCaptureBin and test degbug version of webcam_managerdialog (for debuging)
1468
 
 
1469
 
2008-07-18  Edward Hervey  <edward.hervey@collabora.co.uk>
1470
 
 
1471
 
        * pitivi/ui/viewer.py:
1472
 
        Don't update time/duration if currently playing SmartBin doesn't have
1473
 
        an associated objectfactory.
1474
 
 
1475
 
2008-07-15  Sarath Lakshman  <sarathlakshman@slynux.org>
1476
 
        * pitivi/ui/: netstream_managerdialog.py, cam_capture.glade,
1477
 
          net_capture.glade, webcam_managerdialog.py,
1478
 
          netstream_managerdialog.py, cam_capture.glade, 
1479
 
          net_capture.glade
1480
 
 
1481
 
2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1482
 
 
1483
 
        * pitivi/ui/mainwindow.py:
1484
 
        Make the advanced timeline the default one.
1485
 
        This is a trial, the code for the simple timeline is still
1486
 
        present.
1487
 
 
1488
 
2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1489
 
 
1490
 
        * pitivi/bin.py:
1491
 
        * pitivi/settings.py:
 
7113
          ui/Makefile.am : dist files from Sarath's branch
 
7114
 
 
7115
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7116
 
 
7117
        * pitivi/device.py:
 
7118
          device : cleanup code, document methods/classes
 
7119
 
 
7120
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7121
 
 
7122
        * pitivi/bin.py:
 
7123
        * pitivi/ui/viewer.py:
 
7124
          SmartBin : Add a 'seekable' property to know if we can do seek/getduration on the given bin.
 
7125
 
 
7126
2008-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7127
 
 
7128
        * pitivi/ui/mainwindow.py:
 
7129
          mainwindow : Don't propose screencast option until dbus features are available in Istanbul
 
7130
 
 
7131
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7132
 
 
7133
        * pitivi/bin.py:
 
7134
        * pitivi/ui/cam_capture.glade:
 
7135
        * pitivi/ui/mainwindow.py:
 
7136
        * pitivi/ui/webcam_managerdialog.py:
 
7137
          UI : Allow selection of input devices for capture
 
7138
 
 
7139
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7140
 
 
7141
        * pitivi/device.py:
 
7142
          device : Add probing for v4l sources, and sprinkled some debugging lines
 
7143
 
 
7144
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7145
 
 
7146
        * pitivi/ui/webcam_managerdialog.py:
 
7147
          webcam UI : use glade convenience class
 
7148
 
 
7149
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7150
 
 
7151
        * pitivi/ui/mainwindow.py:
 
7152
          ui/mainwindow : toggle webcam feature dynamically based on whether a webcam is available or not.
 
7153
 
 
7154
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7155
 
 
7156
        * pitivi/device.py:
 
7157
          device.py : Add signals for devices being added/removed
 
7158
 
 
7159
2008-09-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
7160
 
 
7161
        * pitivi/ui/mainwindow.py:
 
7162
          Don't propose webcam capture if we don't have any webcams available.
 
7163
 
 
7164
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7165
 
 
7166
        * pitivi/pitivi.py:
 
7167
          pitivi.py: Import the DeviceProbe
 
7168
 
 
7169
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7170
 
 
7171
        * pitivi/device.py:
 
7172
        * pitivi/objectfactory.py:
 
7173
          Device : cleanups
 
7174
 
 
7175
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7176
 
 
7177
        * pitivi/device.py:
 
7178
        * pitivi/objectfactory.py:
 
7179
          Device: Implement HAL DeviceProbe
 
7180
 
 
7181
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7182
 
 
7183
        * pitivi/Makefile.am:
 
7184
        * pitivi/device.py:
 
7185
          New module (pitivi.device) for Device handling, probing and listing. Not complete yet.
 
7186
 
 
7187
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7188
 
 
7189
        * pitivi/bin.py:
 
7190
          bin: Remove unused code
 
7191
 
 
7192
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7193
 
 
7194
        * pitivi/bin.py:
 
7195
        * pitivi/ui/netstream_managerdialog.py:
 
7196
        * pitivi/ui/pluginmanagerdialog.py:
 
7197
        * pitivi/ui/screencast_managerdialog.py:
 
7198
        * pitivi/ui/webcam_managerdialog.py:
 
7199
          more basic cleanups
 
7200
 
 
7201
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7202
 
 
7203
        * pitivi/bin.py:
 
7204
        * pitivi/pitivi.py:
 
7205
        * pitivi/ui/mainwindow.py:
 
7206
        * pitivi/ui/netstream_managerdialog.py:
 
7207
        * pitivi/ui/pluginmanagerdialog.py:
 
7208
        * pitivi/ui/screencast_managerdialog.py:
 
7209
        * pitivi/ui/sourcefactories.py:
 
7210
        * pitivi/ui/webcam_managerdialog.py:
 
7211
        * tests/testmagnets.py:
 
7212
          Properly fix tabs-instead-of-spaces
 
7213
 
 
7214
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7215
 
 
7216
        * pitivi/bin.py:
 
7217
        * pitivi/pitivi.py:
 
7218
        * pitivi/ui/mainwindow.py:
 
7219
        * pitivi/ui/netstream_managerdialog.py:
 
7220
        * pitivi/ui/pluginmanagerdialog.py:
 
7221
        * pitivi/ui/screencast_managerdialog.py:
 
7222
        * pitivi/ui/sourcefactories.py:
 
7223
        * pitivi/ui/webcam_managerdialog.py:
 
7224
        * tests/testmagnets.py:
 
7225
          Revert "Fix tabs-instead-of-spaces wrong indentation"
 
7226
          This reverts commit 1a653a103cd878a7e0f716c781099f19394a85d8.
 
7227
 
 
7228
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7229
 
 
7230
        * pitivi/bin.py:
 
7231
        * pitivi/pitivi.py:
 
7232
        * pitivi/ui/mainwindow.py:
 
7233
        * pitivi/ui/netstream_managerdialog.py:
 
7234
        * pitivi/ui/pluginmanagerdialog.py:
 
7235
        * pitivi/ui/screencast_managerdialog.py:
 
7236
        * pitivi/ui/sourcefactories.py:
 
7237
        * pitivi/ui/webcam_managerdialog.py:
 
7238
        * tests/testmagnets.py:
 
7239
          Fix tabs-instead-of-spaces wrong indentation
 
7240
 
 
7241
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7242
 
 
7243
        * pitivi/ui/netstream_managerdialog.py:
 
7244
        * pitivi/ui/screencast_managerdialog.py:
 
7245
        * pitivi/ui/webcam_managerdialog.py:
 
7246
          remove broken imports and remove whitespaces
 
7247
 
 
7248
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7249
 
 
7250
        * pitivi/bin.py:
 
7251
        * pitivi/pitivi.py:
 
7252
        * pitivi/playground.py:
 
7253
          some cleanups/factorisation/commenting
 
7254
 
 
7255
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7256
 
 
7257
        * pitivi/bin.py:
 
7258
          bin: a bit more cleanups/comments
 
7259
 
 
7260
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7261
 
 
7262
        * ChangeLog:
 
7263
        * pitivi/bin.py:
 
7264
        * pitivi/ui/net_capture.glade:
 
7265
        * pitivi/ui/netstream_managerdialog.py:
 
7266
          Added statusbar for network stream manager, Added queues to correct SinkBin
 
7267
 
 
7268
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7269
 
 
7270
        * pitivi/bin.py:
 
7271
          SinkBin timeoverlay Bug fix, set Sources: NULL->READY
 
7272
 
 
7273
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7274
 
 
7275
        * ChangeLog:
 
7276
        * pitivi/bin.py:
 
7277
        * pitivi/ui/cam_capture.glade:
 
7278
          SinkBin timeoverlay Bug fix, set Sources: NULL->READY
 
7279
 
 
7280
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7281
 
 
7282
        * ChangeLog:
 
7283
        * pitivi/bin.py:
 
7284
        * pitivi/ui/net_capture.glade:
 
7285
        * pitivi/ui/netstream_managerdialog.py:
 
7286
        * pitivi/ui/sourcefactories.py:
 
7287
        * pitivi/ui/webcam_managerdialog.py:
 
7288
          Fixed Network streaming, Added T\timeoverlay: Tested all features
 
7289
 
 
7290
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7291
 
 
7292
        * ChangeLog:
 
7293
        * pitivi/bin.py:
 
7294
        * pitivi/ui/webcam_managerdialog.py:
 
7295
          Partial Merge with rev 1231
 
7296
 
 
7297
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7298
 
 
7299
          * pitivi/threads.py: Added convenience CallbackThread class
 
7300
 
 
7301
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7302
 
 
7303
        * pitivi/bin.py:
 
7304
        * pitivi/ui/netstream_managerdialog.py:
 
7305
        * pitivi/ui/webcam_managerdialog.py:
 
7306
          update bin.py
 
7307
 
 
7308
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7309
 
 
7310
          * pitivi/bin.py: There's currently an issue with audio sources by which they do not properly reset when going to READY. We workaround this by forcing the sources to NULL and then back to READY before capturing. Name the various queues to make debugging easier. Increase the size of the queues. * pitivi/ui/webcam_managerdialog.py: Name the various queues to make debugging easier. Increase the size of the queues.
 
7311
 
 
7312
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7313
 
 
7314
        * ChangeLog:
 
7315
        * pitivi/bin.py:
 
7316
        * pitivi/ui/mainwindow.py:
 
7317
        * pitivi/ui/netstream_managerdialog.py:
 
7318
        * pitivi/ui/screencast_managerdialog.py:
 
7319
        * pitivi/ui/webcam_managerdialog.py:
 
7320
          Network stream capture rewrote with smartbin
 
7321
 
 
7322
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7323
 
 
7324
        * ChangeLog:
 
7325
        * pitivi/bin.py:
 
7326
        * pitivi/pitivi.py:
 
7327
        * pitivi/ui/screencast_manager.glade:
 
7328
        * pitivi/ui/screencast_managerdialog.py:
 
7329
          Screencast support improved
 
7330
 
 
7331
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7332
 
 
7333
        * pitivi/ui/actions.xml:
 
7334
        * pitivi/ui/mainwindow.py:
 
7335
        * pitivi/ui/screencast_manager.glade:
 
7336
        * pitivi/ui/screencast_managerdialog.py:
 
7337
          Screencast support added
 
7338
 
 
7339
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7340
 
 
7341
        * pitivi/bin.py:
 
7342
        * pitivi/ui/webcam_managerdialog.py:
 
7343
          SmartBin: changed vtee from identity to tee
 
7344
 
 
7345
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7346
 
 
7347
        * ChangeLog:
 
7348
        * pitivi/bin.py:
 
7349
          SmartBin: changed vtee from identity to tee
 
7350
 
 
7351
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7352
 
 
7353
        * ChangeLog:
 
7354
        * pitivi/bin.py:
 
7355
        * pitivi/ui/webcam_managerdialog.py:
 
7356
          SmartCaptureBin, record()
 
7357
 
 
7358
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7359
 
 
7360
        * ChangeLog:
 
7361
        * pitivi/bin.py:
 
7362
        * pitivi/ui/webcam_managerdialog.py:
 
7363
          Rewrite of webcammanager
 
7364
 
 
7365
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7366
 
 
7367
        * ChangeLog:
 
7368
        * pitivi/bin.py:
 
7369
        * pitivi/playground.py:
 
7370
        * pitivi/ui/viewer.py:
 
7371
        * pitivi/ui/webcam_managerdialog.py:
 
7372
          Rewriting Webcam manager dialog
 
7373
 
 
7374
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7375
 
 
7376
        * ChangeLog:
 
7377
          pitivi/bin.py:SmartCaptureBin , pitivi/ui/webcam_managerdialog.py
 
7378
 
 
7379
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7380
 
 
7381
        * pitivi/bin.py:
 
7382
        * pitivi/ui/webcam_managerdialog.py:
 
7383
          pitivi/bin.py:SmartCaptureBin , pitivi/ui/webcam_managerdialog.py
 
7384
 
 
7385
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7386
 
 
7387
          * pitivi/ui/viewer.py: Don't update time/duration if currently playing SmartBin doesn't have an associated objectfactory.
 
7388
 
 
7389
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7390
 
 
7391
        * pitivi/ui/webcam_managerdialog.py:
 
7392
          webcam_managerdialog.py, SmartDefaitBin problem
 
7393
 
 
7394
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7395
 
 
7396
        * ChangeLog:
 
7397
        * pitivi/ui/actions.xml:
 
7398
        * pitivi/ui/cam_capture.glade:
 
7399
        * pitivi/ui/mainwindow.py:
 
7400
        * pitivi/ui/net_capture.glade:
 
7401
        * pitivi/ui/netstream_managerdialog.py:
 
7402
        * pitivi/ui/webcam_managerdialog.py:
 
7403
        * x:
 
7404
          Webcam capture and Network stream capture added.
 
7405
 
 
7406
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7407
 
 
7408
        * x:
 
7409
          test
 
7410
 
 
7411
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7412
 
 
7413
        * pitivi/ui/util.py:
 
7414
          Don't use python 2.4-specific linguo
 
7415
 
 
7416
2008-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
7417
 
1492
7418
        * pitivi/ui/exportsettingswidget.py:
1493
 
        Enable muxing of raw audio/video streams.
1494
 
 
1495
 
2008-09-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1496
 
 
1497
 
        * pitivi/ui/util.py:
1498
 
        * tests/test_proxy.py:
1499
 
        fix test suite and ProxyItem class, so that test cases actually pass
1500
 
 
1501
 
2008-09-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1502
 
 
1503
 
        * tests/testproxy.py:
1504
 
        * tests/test_proxy.py:
1505
 
        rename test suite so it is actually run
1506
 
 
1507
 
2008-09-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1508
 
 
1509
 
        * pitivi/ui/util.py:
1510
 
        added a new type of canvas item, ProxyItem
1511
 
        * tests/testproxy.py:
1512
 
        test suite for ProxyItem
1513
 
 
1514
 
2008-09-04  Edward Hervey  <edward.hervey@collabora.co.uk>
1515
 
 
1516
 
        * pitivi/ui/ruler.py:
1517
 
        Fix seeking again.
1518
 
 
1519
 
2008-09-04  Edward Hervey  <edward.hervey@collabora.co.uk>
1520
 
 
1521
 
        * pitivi/ui/viewer.py:
1522
 
        Call gtk.gdk.display_get_default().sync() before the initial call to
1523
 
        set_xwindow_id().
1524
 
        Fixes #334631  ... hopefully FOR EVER !
1525
 
 
1526
 
2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1527
 
 
1528
 
        * pitivi/elements/imagefreeze.py:
1529
 
        Rewrite imagefreeze seeking/output.
1530
 
        Now uses a gst.Task for outputting and proper seeking handling.
1531
 
 
1532
 
2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1533
 
 
1534
 
        * pitivi/timeline/source.py:
1535
 
        Fix description
1536
 
 
1537
 
2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1538
 
 
 
7419
          Remove print statements from last commit
 
7420
 
 
7421
2008-09-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
7422
 
 
7423
          * pitivi/ui/mainwindow.py: Make the advanced timeline the default one. This is a trial, the code for the simple timeline is still present.
 
7424
 
 
7425
2008-09-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
7426
 
 
7427
          * pitivi/bin.py: * pitivi/settings.py: * pitivi/ui/exportsettingswidget.py: Enable muxing of raw audio/video streams.
 
7428
 
 
7429
2008-09-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7430
 
 
7431
          * pitivi/ui/util.py: * tests/test_proxy.py: fix test suite and ProxyItem class, so that test cases actually pass
 
7432
 
 
7433
2008-09-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7434
 
 
7435
        * ChangeLog:
 
7436
        * tests/test_proxy.py:
 
7437
        * tests/testproxy.py:
 
7438
          reviewed by: <delete if not using a buddy> * tests/testproxy.py: * tests/test_proxy.py: rename test suite so it is actually run
 
7439
 
 
7440
2008-09-12  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7441
 
 
7442
          * pitivi/ui/util.py: added a new type of canvas item, ProxyItem * tests/testproxy.py: test suite for ProxyItem
 
7443
 
 
7444
2008-09-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
7445
 
 
7446
          * pitivi/ui/ruler.py: Fix seeking again.
 
7447
 
 
7448
2008-09-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
7449
 
 
7450
          * pitivi/ui/viewer.py: Call gtk.gdk.display_get_default().sync() before the initial call to set_xwindow_id(). Fixes #334631  ... hopefully FOR EVER !
 
7451
 
 
7452
2008-08-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
7453
 
 
7454
        * ChangeLog:
 
7455
        * pitivi/Makefile.am:
 
7456
        * pitivi/bin.py:
 
7457
        * pitivi/discoverer.py:
1539
7458
        * pitivi/elements/Makefile.am:
1540
7459
        * pitivi/elements/imagefreeze.py:
1541
 
        New image-to-video element. Still needs more testing before being
1542
 
        usable in a timeline.
1543
 
 
1544
 
2008-07-28  Brandon Lewis  <brandon_lewis@berkeley.edu>
1545
 
 
1546
 
        * pitivi/ui/complextimeline.py:
1547
 
        Proper cliping of labels on timeline objects.
1548
 
 
1549
 
2008-07-28  Brandon Lewis  <brandon_lewis@berkeley.edu>
1550
 
 
1551
 
        * pitivi/ui/complextimeline.py:
1552
 
        when splitting clips, setMediaStartDuration is called before
1553
 
        setStartDuration.
1554
 
        zoom controls now use discrete zoom values specified in list
1555
 
 
1556
 
2008-07-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1557
 
 
1558
 
        * pitivi/ui/ruler.py:
1559
 
        Fix ruler redraw again :) This time redraws as little as possible by
1560
 
        only forcing the redraw of the old and new curser position instead of
1561
 
        the whole area between the two.
1562
 
 
1563
 
2008-07-25  Brandon Lewis  <brandon_lewis@berkeley.edu>
1564
 
 
1565
 
        * pitivi/ui/ruler.py:
1566
 
        rewrote drawRuler() to be a bit more intelligent about how it
1567
 
        determines line spacing and where to place text. added
1568
 
        min_tick_spacing property to control when ticks should become visible.
1569
 
        Softened the appearence of the tick lines by setting their color to
1570
 
        dark gray value.
1571
 
 
1572
 
2008-07-25  Brandon Lewis  <brandon_lewis@berkeley.edu>
1573
 
 
1574
 
        * pitivi/ui/complextimeline.py:
1575
 
        fixed subtle misalignment between ruler and timeline
1576
 
        * pitivi/ui/ruler.py:
1577
 
        set ruler border property to 0
1578
 
 
1579
 
2008-07-25  Brandon Lewis  <brandon_lewis@berkeley.edu>
1580
 
 
1581
 
        Commit hopefully makes the timeline actually work when a new project is
1582
 
        loaded.
 
7460
        * pitivi/objectfactory.py:
 
7461
        * pitivi/pitivi.py:
1583
7462
        * pitivi/playground.py:
1584
 
        added getTimeline() method
1585
 
        commented line 144 in removePipeline, because it crashed with a type error
1586
 
        when trying to remove the timeline
1587
 
        * pitivi/ui/viewer.py:
1588
 
        made the viewer actually remove the old timeline bin from the playground
1589
 
        when a new project is loaded.
1590
 
 
1591
 
2008-07-24  Brandon Lewis  <brandon_lewis@berkeley.edu>
1592
 
 
1593
 
        * pitivi/ui/ruler.py:
1594
 
        make sure ruler updates size properly when zoom changes
1595
 
 
1596
 
2008-07-24  Brandon Lewis  <brandon_lewis@berkeley.edu>
1597
 
 
1598
 
        * pitivi/ui/complextimeline.py:
1599
 
        recalculate deadband when zoomChanged() is called -- fixes edge
1600
 
        snaping which was broken by the previous commit
1601
 
 
1602
 
2008-07-24  Brandon Lewis  <brandon_lewis@berkeley.edu>
1603
 
 
 
7463
        * pitivi/project.py:
 
7464
        * pitivi/settings.py:
 
7465
        * pitivi/timeline/composition.py:
 
7466
        * pitivi/timeline/objects.py:
 
7467
        * pitivi/timeline/source.py:
1604
7468
        * pitivi/timeline/timeline.py:
1605
 
        added getDuration() method
 
7469
        * pitivi/ui/Makefile.am:
 
7470
        * pitivi/ui/actions.xml:
1606
7471
        * pitivi/ui/complexinterface.py:
1607
 
        ZoomableWidgetInterface has been replaced by Zoomable, which is
1608
 
        completely rewritten and based on sharing a single gtk.Adjustment()
1609
 
        with mutliple observers.
1610
 
        * pitivi/ui/complextimeline.py:
1611
 
        complex timeline has been adjusted to use the new interface. a single
1612
 
        gtk.Adjustment is created in ComplexTimelineWidget.py.
1613
 
        razor cursor is now also magnetic to the current playhead position
1614
 
        * pitivi/ui/ruler.py:
1615
 
        ruler code has been updated to use the new interface, as well as the
1616
 
        timeline's new getDuration() method.
1617
 
        * pitivi/utils.py:
1618
 
        added argmax()
1619
 
 
1620
 
        Fixed zoom support after breaking it for layout changes
1621
 
 
1622
 
2008-07-22  Brandon Lewis  <brandon_lewis@berkeley.edu>
1623
 
 
1624
 
        * pitivi/ui/complextimeline.py:
1625
 
        deleting a source also deletes the linked source...the other way
1626
 
        caused problems for trimming of sources.
1627
 
 
1628
 
2008-07-22  Brandon Lewis  <brandon_lewis@berkeley.edu>
1629
 
 
1630
 
        * pitivi/ui/complextimeline.py:
1631
 
        it is now impossible to stretch a source beyond its actual native
1632
 
        duration.
1633
 
 
1634
 
2008-07-22  Brandon Lewis  <brandon_lewis@berkeley.edu>
1635
 
 
1636
 
        * pitivi/ui/complextimeline.py:
1637
 
        razor tool actually trims source now.
1638
 
        * pitivi/ui/util.py:
1639
 
        it is also now possible to abort a drag operation by returning True
1640
 
        from the drag_start callback. currently, this feature is untested.
1641
 
 
1642
 
2008-07-22  Edward Hervey  <edward.hervey@collabora.co.uk>
1643
 
 
1644
 
        * pitivi/objectfactory.py:
1645
 
        Add intermediary SourceFactory class adding the getDuration() and
1646
 
        getDefaultDuration() getters.
1647
 
        Make FileSourceFactory.length and duration private.
1648
 
        * pitivi/bin.py:
1649
 
        * pitivi/discoverer.py:
1650
 
        * pitivi/timeline/composition.py:
1651
 
        * pitivi/timeline/source.py:
1652
 
        * pitivi/ui/complexsource.py:
1653
 
        * pitivi/ui/sourcefactories.py:
1654
 
        * pitivi/ui/timelineobjects.py:
1655
 
        * pitivi/ui/viewer.py:
1656
 
        * tests/common.py:
1657
 
        Update code for API update in SourceFactory and FileSourceFactory
1658
 
 
1659
 
2008-07-22  Edward Hervey  <edward.hervey@collabora.co.uk>
1660
 
 
1661
 
        * pitivi/ui/timeline.py:
1662
 
        Fix import issue
1663
 
 
1664
 
2008-07-22  Brandon Lewis  <brandon_lewis@berkeley.edu>
1665
 
 
1666
 
        * pitivi/ui/complextimeline.py:
1667
 
        fixed bug in broke trimming sources if no sources had been moved
1668
 
        beforehand.
1669
 
 
1670
 
2008-07-21  Brandon Lewis  <brandon_lewis@berkeley.edu>
1671
 
 
1672
 
        * pitivi/ui/complextimeline.py:
1673
 
        layout tweaks (removed widget borders)
1674
 
        * pitivi/ui/mainwindow.py:
1675
 
        timeline no longer embedded in a frame. I think it looks a lot better
1676
 
        this way
1677
 
 
1678
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1679
 
 
1680
 
        * pitivi/ui/complextimeline.py:
1681
 
        started working on the razor tool. doesn't actually cut sources yet,
1682
 
        but clicking on the toolbar icon will make the line appear, and set
1683
 
        the cursor. clicking on the timeline disables the tool.
1684
 
 
1685
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1686
 
 
1687
 
        * pitivi/ui/complextimeline.py:
1688
 
        implemented deleting selected items
1689
 
 
1690
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1691
 
 
1692
 
        * pitivi/pitivi.py:
1693
 
        moved the uimanager instance into the Pitivi class, so that other
1694
 
        modules, and plugins, can merge in ui elements without coupling to the
1695
 
        main window.
1696
 
        * pitivi/ui/actions.xml:
1697
 
        added an entry for the timeline toolbar
1698
 
        * pitivi/ui/complextimeline.py:
1699
 
        added actions and UI definition for timeline toolbar
1700
 
        * pitivi/ui/mainwindow.py:
1701
 
        moved uimanager instance out, adjusted indentation on
1702
 
        some classes
1703
 
 
1704
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1705
 
 
1706
 
        * pitivi/ui/complextimeline.py:
1707
 
        made edge-snapping work for clip resizing. also made edge snapping
1708
 
        take all edit points into consideration, rather than just the edit-
1709
 
        points within a given track. This required moving edit-point / edgei-
1710
 
        snapping code into ComplexLayers class.
1711
 
 
1712
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1713
 
 
1714
 
        * pitivi/ui/ruler.py:
1715
 
        wrapped some more long lines, fixed some indentation issues.
1716
 
 
1717
 
2008-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
1718
 
 
1719
7472
        * pitivi/ui/complexlayer.py:
1720
 
        layerinfolist directly connects to composition start/duration-changed
1721
 
        signals and emits its own signal, for the sake of convenience in the
1722
 
        ui.
1723
 
        automatically disconnects signal handlers
 
7473
        * pitivi/ui/complexsource.py:
1724
7474
        * pitivi/ui/complextimeline.py:
1725
 
        ComplexTimelineWidget no longer uses toplayer, but TimelineToolbar and
1726
 
        Ruler directly, as the layout has changed. The ruler is on top,
1727
 
        directly above the timeline, and the toolbar is on the bottom.
1728
7475
        * pitivi/ui/layerwidgets.py:
1729
 
        TimelineToolBar packing rules changed so that buttons appear the right
1730
 
        size at the bottom of the screen. Also added getZoomRatio() and
1731
 
        setZoomRatio() methods to prevent pitivi from crashing. Haven't tested
1732
 
        whether zooming still works, but I intend to overhaul the mechanism
1733
 
        for handling zooming anyways.
 
7476
        * pitivi/ui/mainwindow.py:
1734
7477
        * pitivi/ui/ruler.py:
1735
 
        wrapped a long line to 80 columns
1736
 
 
1737
 
2008-07-19  Brandon Lewis  <brandon_lewis@berkeley.edu>
1738
 
 
1739
 
        * pitivi/ui/complextimeline.py:
1740
 
        made sources slightly translucent, even when selected
1741
 
        got rid of per-track backgrounds
1742
 
        re-arranged code in complexlayers slightly, so it makes more sense ot
1743
 
        me at least
1744
 
        changed the size_request code slightly, so the canvas is always at
1745
 
        least 800 pixels wide. this isn't really necessary without the
1746
 
        backgrounds.
1747
 
        also fixed a bug which caused sources to appear in the wrong place
1748
 
        when initially added to the timeline
1749
 
 
1750
 
2008-07-19  Brandon Lewis  <brandon_lewis@berkeley.edu>
1751
 
 
1752
 
        * pitivi/ui/complextimeline.py:
1753
 
        edge snapping is here! \o/
1754
 
        * pitivi/ui/util.py:
1755
 
        cleaned up a bug in magnetize(), and also wrapped a really long line
1756
 
        in drag_start()
1757
 
        on the down side, i've noticed wierd freezes during pitivi startup on
1758
 
        occasion.
1759
 
 
1760
 
2008-07-19  Brandon Lewis  <brandon_lewis@berkeley.edu>
1761
 
 
1762
 
        * pitivi/ui/complextimeline.py:
1763
 
        switched labels back to goocanvas.Text, as I am working on the Text
1764
 
        class in util.py
1765
 
        * pitivi/ui/util.py:
1766
 
        re-implementing a text object from the ground up because there are 
1767
 
        certain things that the goocanvas.Text class will not do for us, like
1768
 
        report its own size.
1769
 
 
1770
 
2008-07-18  Brandon Lewis  <brandon_lewis@berkeley.edu>
1771
 
 
 
7478
        * pitivi/ui/sourcefactories.py:
 
7479
        * pitivi/ui/timeline.py:
1772
7480
        * pitivi/ui/timelineobjects.py:
 
7481
        * pitivi/ui/util.py:
1773
7482
        * pitivi/ui/viewer.py:
1774
7483
        * pitivi/utils.py:
1775
 
        moved time_to_string into pitivi/utils.py
1776
 
 
1777
 
2008-07-17  Brandon Lewis  <brandon_lewis@berkeley.edu>
1778
 
 
1779
 
        * pitivi/utils.py:
1780
 
        closest_item now uses the library function bisect.bisect() instead of
1781
 
        the homebrew binary_search, as it returns the exact same result, and
1782
 
        is an order of magnitude faster :O
1783
 
 
1784
 
2008-07-17  Brandon Lewis  <brandon_lewis@berkeley.edu>
1785
 
 
1786
 
        * tests/testmagnets.py:
1787
 
        added test for edge-snaping code: run python tests/testmangets.py
1788
 
 
1789
 
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1790
 
 
1791
 
        * pitivi/discoverer.py:
1792
 
        * pitivi/objectfactory.py:
1793
 
        * pitivi/ui/sourcefactories.py:
1794
 
        Initial still image support. They now properly load in the source list,
1795
 
        but are still not usable in the timeline.
1796
 
 
1797
 
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1798
 
 
1799
 
        * pitivi/ui/complextimeline.py:
1800
 
        Re-enable the position callback so that the ruler position gets updated
1801
 
 
1802
 
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1803
 
 
1804
 
        * po/ar.po:
1805
7484
        * po/ca.po:
1806
7485
        * po/de.po:
1807
7486
        * po/dz.po:
1819
7498
        * po/pt_BR.po:
1820
7499
        * po/sv.po:
1821
7500
        * po/zh_CN.po:
1822
 
        PO updates
1823
 
 
1824
 
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1825
 
 
1826
 
        * pitivi/elements/singledecodebin.py:
1827
 
        Set elements to READY before trying to link to them, this allows them
1828
 
        to initialize.
1829
 
        * pitivi/ui/timeline.py:
1830
 
        Whitespace fix.
1831
 
 
1832
 
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1833
 
 
1834
 
        * pitivi/Makefile.am:
1835
 
        * pitivi/ui/Makefile.am:
1836
7501
        * tests/Makefile.am:
1837
 
        Update makefiles with new files.
1838
 
        Order the files in alphabetical order.
1839
 
 
1840
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1841
 
 
1842
 
        * pitivi/ui/complextimeline.py:
1843
 
        cosmetic tweaks for complex timeline
1844
 
        * pitivi/ui/util.py:
1845
 
        fixed typo
1846
 
 
1847
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1848
 
 
1849
 
        * pitivi/ui/testHList.py:
1850
 
        beleted!
1851
 
        * pitivi/ui/testcomplex.py:
1852
 
        beleted!
1853
 
        * pitivi/ui/util.py:
1854
 
        added a function called "magnetize" which implements "edge snapping"
1855
 
        * pitivi/utils.py:
1856
 
        added a function, closest_item() which returns the element closest to
1857
 
        item in an array
1858
 
 
1859
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1860
 
 
 
7502
        * tests/common.py:
1861
7503
        * tests/runtests.py:
1862
 
        changed name of ingnored test
 
7504
        * tests/testHList.py:
1863
7505
        * tests/test_binary_search.py:
1864
 
        added test suite for binary search
1865
 
 
1866
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1867
 
 
1868
 
        * pitivi/pitivi.py:
1869
 
        made the args paramerter to PiTiVi optional, since my previous commit
1870
 
        broke a lot of test cases.
1871
 
        * pitivi/utils.py:
1872
 
        added a modified binary search algorithm
1873
7506
        * tests/testcomplex.py:
1874
 
        * tests/testHList.py:
1875
 
        moved here from UI
1876
 
        * tests/runtests.py:
1877
 
        ignores the UI test files, since they are not unit tests
1878
 
 
1879
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1880
 
 
1881
 
        * pitivi/ui/timelineobjects.py:
1882
 
        UI no longer passes -1 to PiTiVi core, nor expects to see it returned
1883
 
        from pitivi core
1884
 
 
1885
 
2008-07-16  Brandon Lewis  <brandon_lewis@berkeley.edu>
1886
 
 
1887
 
        * pitivi/ui/complextimeline.py:
1888
 
        drag handles specify cursor when being moved
1889
 
        re-enabled resize code in simple timeline
1890
 
        * pitivi/ui/util.py:
1891
 
        make_dragable now has a cursor keyword argument
1892
 
        drag_start/end now do pointer grabs
1893
 
 
1894
 
2008-07-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1895
 
 
1896
 
        * pitivi/timeline/composition.py:
1897
 
        * pitivi/timeline/objects.py:
1898
 
        * pitivi/timeline/source.py:
1899
 
        Fix issues with (media_)start/duration introduced in refactoring.
1900
 
        Add more debug statements.
1901
 
 
1902
 
2008-07-15  Brandon Lewis  <brandon_lewis@berkeley.edu>
1903
 
 
1904
 
        * pitivi/ui/complextimeline.py:
1905
 
        complex source widgets now have visible drag handles, and the name is set
1906
 
        properly. some code to support resizing in the timeline exists, but it is
1907
 
        buggy an slow, and therefore not used in this commit.
1908
 
 
1909
 
2008-07-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1910
 
 
1911
 
        * pitivi/timeline/objects.py:
1912
 
        * pitivi/timeline/source.py:
1913
 
        Refactor TimelineSource to be more generic.
1914
 
        Don't use -1 for invalid (media_)start/duration but gst.CLOCK_TIME_NONE
1915
 
        for invalid start and 0 for invalid durations.
1916
 
 
1917
 
2008-07-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1918
 
 
1919
 
        * pitivi/ui/ruler.py:
1920
 
        Fix small bug which would cause the seeking timeout to always be called
1921
 
        if a seek failed.
1922
 
 
1923
 
2008-07-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1924
 
 
1925
 
        * pitivi/ui/complexlayer.py:
1926
 
        reverse order in which audio and video compositions are displayed in
1927
 
        advanced timeline
1928
 
 
1929
 
2008-07-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1930
 
 
1931
 
        * pitivi/settings.py:
1932
 
        File support now enabled by default, environment variable not necessary
1933
 
        * pitivi/pitivi.py:
1934
 
        rudimentary command line argument support
1935
 
        you can now pass in a path to a project file as the first argument and it
1936
 
        will be loaded automatically
1937
 
 
1938
 
2008-07-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1939
 
 
1940
 
        File load works in advanced UI now! \0/
1941
 
        * pitivi/ui/complexlayer.py:
1942
 
        added setTimeline() method, which removes all current layers and then adds
1943
 
        a new layer for each composition in the new timeline.
1944
 
        * pitivi/ui/complextimeline.py:
1945
 
        added signal handlers for clearing and loading new projects
1946
 
        UI now proerly handles layer-added, layer-removed signals
1947
 
        some UI bug fixes to make sure new layers are properly displayed
1948
 
        temporarily broke code for ruler resizing, but this will get fixed later
1949
 
        when the timeline layout is changed.
1950
 
 
1951
 
2008-07-11  Brandon Lewis  <brandon_lewis@berkeley.edu>
1952
 
 
1953
 
        * pitivi/project.py:
1954
 
        fix bug in which project timeline is recreated after new-project-loading
1955
 
        signl emitted, thereby preventing UI from catching project load signals.
1956
 
        also made sure that settings-changed, and source added signals are emitted
1957
 
        when project loads.
1958
 
        * pitivi/ui/timelineobjects.py:
1959
 
        made sure that UI does appropriate thing in response to new-project-*
1960
 
        signals. File load support works again in simple UI! \0/
1961
 
 
1962
 
2008-07-10  Brandon Lewis  <brandon_lewis@berkeley.edu>
1963
 
 
1964
 
        * pitivi/ui/timeline.py:
1965
 
        fix bug created by previous commit in which files were added to old
1966
 
        timeline after new project has loaded.
1967
 
        * pitivi/ui/timelineobjects.py:
1968
 
        fixed exception being thrown on newProjectLoaded
1969
 
 
1970
 
2008-07-10  Brandon Lewis  <brandon_lewis@berkeley.edu>
1971
 
 
1972
 
        * pitivi/ui/timeline.py:
1973
 
        moved dnd code into TimelineWidget, thereby enabling dnd on both
1974
 
        timelines.
1975
 
        * pitivi/ui/timelineobjects.py:
1976
 
        moved dnd code out of the simple timeline
1977
 
 
1978
 
2008-07-10  Brandon Lewis  <brandon_lewis@berkeley.edu>
1979
 
 
1980
 
        * pitivi/ui/timelineobjects.py:
1981
 
        fix graphic glitch in simple timeline when first clip is added.
1982
 
 
1983
 
2008-07-09  Brandon Lewis  <brandon_lewis@berkeley.edu>
1984
 
 
1985
 
        * pitivi/ui/complextimeline.py:
1986
 
        timeline objects can be selected, and change color when selected.
1987
 
        also fixed an error preventing source widgets from being removed from the
1988
 
        complex timeline.
1989
 
 
1990
 
2008-07-09  Brandon Lewis  <brandon_lewis@berkeley.edu>
1991
 
 
1992
 
        * pitivi/ui/complextimeline.py:
1993
 
        clicking blank as of the timleine now activates an otherwise useless
1994
 
        selection marquee.
1995
 
        * pitivi/ui/util.py:
1996
 
        had to rewrite the code somewhat to take care of some pythong scoping
1997
 
        issues.
1998
 
 
1999
 
2008-07-09  Edward Hervey  <edward.hervey@collabora.co.uk>
2000
 
 
2001
 
        * pitivi/timeline/source.py:
2002
 
        Add isAudio() and isVideo() methods for timeline objects.
2003
 
        * pitivi/timeline/composition.py:
2004
 
        * pitivi/timeline/objects.py:
2005
 
        Use API added above for code readability.
2006
 
 
2007
 
2008-07-09  Brandon Lewis  <brandon_lewis@berkeley.edu>
2008
 
 
2009
 
        * pitivi/ui/util.py:
2010
 
        check in selection managment code taken from gst-editor.py
2011
 
 
2012
 
2008-07-07  Edward Hervey  <edward.hervey@collabora.co.uk>
2013
 
 
2014
 
        * pitivi/ui/ruler.py:
2015
 
        Fixor the ruler like a vilain. It actually works properly now without
2016
 
        redrawing too much (or too little).
2017
 
 
2018
 
2008-07-07  Edward Hervey  <edward.hervey@collabora.co.uk>
2019
 
 
2020
 
        * pitivi/ui/complextimeline.py:
2021
 
        Fix canvas bounds settings so that we don't redraw the canvas all the
2022
 
        time.
2023
 
 
2024
 
2008-06-30  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2025
 
 
2026
 
        reviewed by: <delete if not using a buddy>
2027
 
 
2028
 
        * pitivi/ui/complextimeline.py:
2029
 
        Zooming works \o/ ... now to fix the timeline alignment issue
2030
 
 
2031
 
2008-06-30  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2032
 
 
2033
 
        reviewed by: <delete if not using a buddy>
2034
 
 
2035
 
        * pitivi/ui/complextimeline.py:
2036
 
        fledgeling start on a goocanvas complex timeline. You can move sources and
2037
 
        scroll, but zooming, labels and thumbnails for sources, and trimming are
2038
 
        still to come.
2039
 
 
2040
 
2008-06-30  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2041
 
 
2042
 
        reviewed by: <delete if not using a buddy>
2043
 
 
2044
 
        * pitivi/ui/testVList.py
2045
 
        simple test for reorderable VList()
2046
 
        * pitivi/ui/testHList.py
2047
 
        simple test for reorderable HList()
2048
 
 
2049
 
2008-06-30  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2050
 
 
2051
 
        * pitivi/ui/complextimeline.py:
2052
 
        make resizing work properly again
2053
 
        * pitivi/ui/util.py:
2054
 
        make VLists actually work correctly and be reorderable by replacing HList
2055
 
        specific code with calles to List interface methods.
2056
 
 
2057
 
2008-06-29  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2058
 
 
2059
 
        * pitivi/ui/complextimeline.py:
2060
 
        ComplexTrack moved out of testcomplex.py and into complextimeline.py
2061
 
        ComplexLayers now contains VList() of ComplexTrack objects.
2062
 
        * pitivi/ui/testcomplex.py:
2063
 
        ComplexTrack move out of here and into complextimeline.py
2064
 
        Code now inserts current directory into pitivi path, so that pitivi code
2065
 
        can be imported properly
2066
 
 
2067
 
2008-06-26  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2068
 
 
2069
 
        * pitivi/ui/complextimeline.py:
2070
 
        switched CompositionLayers over to goocanvas. Currently, doesn't do
2071
 
        anything. This is just the first step to merging in the new
2072
 
        complextimeline code.
2073
 
        * pitivi/ui/mainwindow.py:
2074
 
        tweaked geometry hints so that the window displays comfortably on my eeepc
2075
 
        (min height is now set to 480)
2076
 
        * pitivi/ui/testcomplex.py:
2077
 
        added code borrowed from complexinterface to ComplexTrack to support
2078
 
        zooming. test window now has a slider for zooming. had to remove labels
2079
 
        from complex source wigets to make zooming work properly.
2080
 
        * pitivi/ui/timelineobjects.py:
2081
 
        changed default height of simple source widets (also to make  them fit
2082
 
        more comfortably on my eeepc screen).
2083
 
        * pitivi/ui/util.py:
2084
 
        added function "printall" to aid with debugging.
2085
 
 
2086
 
2008-06-22  brandon,,,  <Set the EMAIL_ADDRESS environment variable !>
2087
 
 
2088
 
        * pitivi/ui/testcomplex.py:
2089
 
        make_timeline_object now calls make_dragable with new "moved" callback
2090
 
        parameter. Fixe bug which prevented objects from being moved to the left
2091
 
        of their initial position. 
2092
 
        * pitivi/ui/util.py:
2093
 
        made make_dragable function a bit more MVC-friendly, by adding additional
2094
 
        "moved" callback parameter in addition to "transform". Defaults to
2095
 
        set_pos, so older code should still work. 
2096
 
 
2097
 
2008-06-07  Brandon Lewis  <brandon_lewis@berkeley.edu>
2098
 
 
2099
 
        * pitivi/ui/complextimeline.py:
2100
 
        screwed up hadjustment code, so scrollong no longer works. Necessary
2101
 
        changes due to refactoring TimelineWidget.
2102
 
        * pitivi/ui/mainwindow.py:
2103
 
        Removed references to _displayTimeline which have become somewhat.
2104
 
        * pitivi/ui/timeline.py:
2105
 
        eliminated SimpleTimelineContentWidget, which has become redundant.
2106
 
        Informational messages will be displayed directly within
2107
 
        SimpleTimelineCanvas.
2108
 
        * pitivi/ui/timelineobjects.py:
2109
 
        Added SimpleTimelineWidget class which wraps SimpleTimeline in a
2110
 
        scrolled window. Renamed SimpleTimeline to SimpleTimelineCanvas.
2111
 
        moved editing mode code to SimpleTimelineWidget, so editing widget is
2112
 
        not contained within scrolled window or canvas. SimpleTimelineCanvas
2113
 
        passes new emits "edit-me" signal when it receives "edit-me" signal
2114
 
        from TimelineList.
2115
 
2008-06-07  Brandon Lewis  <brandon_lewis@berkeley.edu>
2116
 
 
2117
 
        * pitivi/ui/test.py:
2118
 
        Tweaked test.py to handle changes  to util.py
2119
 
        * pitivi/ui/testcomplex.py:
2120
 
        Contains ComplexTrack, a goocanvas item which manages objects in a
2121
 
        composition. 
2122
 
        * pitivi/ui/util.py:
2123
 
        Added a "background" property to SmartGroup, which is a goocanvas item
2124
 
        that tracks the size and position of the items in the group. Can be
2125
 
        used to implement backgrounds or outlines for groups of items.
2126
 
 
2127
 
2008-06-02  Brandon Lewis  <brandon_lewis@berkeley.edu>
2128
 
 
2129
 
        * pitivi/ui/timelineobjects.py:
2130
 
        Timeline list class now overrides swap() to call moveSource. The list
2131
 
        object positions are updated in the callback.
2132
 
 
2133
 
        TimelineList class now emits edit-me signal, so that SimpleTimeline
2134
 
        can catch the signal and switch to editing mode.
2135
 
        
2136
 
        SimpleTimeline now displays the editing widget at the correct size.
2137
 
        Hooray! PiTiVi works again!
2138
 
 
2139
 
2008-06-02  Brandon Lewis  <brandon_lewis@berkeley.edu>
2140
 
 
2141
 
        * pitivi/ui/test.py:
2142
 
        switched testing mode back to goocanvas items, rather than widgets
2143
 
        * pitivi/ui/timelineobjects.py:
2144
 
        factored out _condensedListChanged() callback into
2145
 
    _sourceAddedCb()
2146
 
          _sourceRemoved()
2147
 
        reordreing is temporarily broken, because swap() is overridden and
2148
 
        does nothing. That's okay though, because the reordering doesn't work
2149
 
        right now anyways (it's only been working in the UI all this time).
2150
 
        * pitivi/ui/util.py:
2151
 
        tidy() now calls _set_drag_thresholds() if the list is in drag mode
2152
 
        _child_drag() now calls swap() directly to change element positions
2153
 
 
2154
 
2008-06-02  Brandon Lewis  <brandon_lewis@berkeley.edu>
2155
 
 
2156
 
        * pitivi/ui/timelineobjects.py:
2157
 
        factored out all the timeline signal handlers from
2158
 
        SimpleTimelineWidget into a new subclass of HList()
2159
 
 
2160
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2161
 
 
2162
 
        * pitivi/ui/test.py:
2163
 
        tested dragging code with gtk.EventBox -- it doesn't work, no signals
2164
 
        * pitivi/ui/timelineobjects.py:
2165
 
        changed parent of SimpleSourceWidget to gtk.HBox, then added a
2166
 
        goocanvas.Rect object to serve as a background. Very wierd things
2167
 
        happen when two source widgets overlap.
2168
 
 
2169
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2170
 
 
2171
 
        * pitivi/ui/timelineobjects.py:
2172
 
        External drag and drop to add files to the canvas now works minimally.
2173
 
        Internal drag-and-drop does not seem to work for widgets--the signals
2174
 
        for pointer events are not getting called. Deletion works okay. Trying
2175
 
        to edit an item hangs the python interpreter. I might have to rewrite
2176
 
        the timeline widgets after all.
2177
 
 
2178
 
        SimpleSourceWidgets are no longer drag sources, since this is
2179
 
        unecessary with goocanvas.
2180
 
        * pitivi/ui/util.py:
2181
 
        Fixed a few errors in util.py that turned up once the drag-and-drop
2182
 
        code was operational.
2183
 
 
2184
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2185
 
 
2186
 
        * pitivi/ui/timelineobjects.py:
2187
 
        removed gtk.Layout() cruft. gutted composition callbacks. partially
2188
 
        uncommeted dnd callbacks
2189
 
        * pitivi/ui/util.py:
2190
 
        added new methods to HList(): remove_all() and point_to_index()
2191
 
        added new global function pixel_coords()
2192
 
 
2193
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2194
 
 
2195
 
        * pitivi/ui/test.py:
2196
 
        now tests HList rather than SimpleTimeline. now I can test the
2197
 
        timeline independently of PiTiVi, and yet still run PiTiVi.
2198
 
        * pitivi/ui/timelineobjects.py:
2199
 
        moved out list reordering code
2200
 
        * pitivi/ui/util.py:
2201
 
        movded list reordering into HList. made improvements to reordering
2202
 
        interaction. there is still a glitch you will notice if you drag the
2203
 
        end of the list. the object won't move until the mouse cursor reaches
2204
 
        the edge of the object
2205
 
 
2206
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2207
 
 
2208
 
 
2209
 
        * pitivi/ui/timelineobjects.py:
2210
 
        uncommented some code and pitivi still doesn't crash. timeline now set
2211
 
        to default width
2212
 
 
2213
 
2008-06-01  Brandon Lewis  <brandon_lewis@berkeley.edu>
2214
 
 
2215
 
        * pitivi/ui/timelineobjects.py:
2216
 
  merged new code into exiting SimpleTimeline class. PiTiVi doesn't crash when
2217
 
  you run it, but most of the functionality is disabled.
2218
 
 
2219
 
2008-05-31  brandon lewis <brandon_lewis@berkeley.edu>
2220
 
 
2221
 
        * pitivi/ui/test.py:
2222
 
        now imports timelineobjects.py
2223
 
        * pitivi/ui/timelineobjects.py:
2224
 
        SimpleTimeline replaced with new class, basic UI interaction done
2225
 
        * pitivi/ui/util.py:
2226
 
        changes to make SimpleTimeline code work better
2227
 
 
2228
 
2008-05-30  brandon lewis,,,  <Set the EMAIL_ADDRESS environment variable !>
2229
 
Early test version of simpletimeline. Don't try to run bin/pitiv -- it won't
2230
 
work. Instead, cd into pitivi/ui/testing and run test.py
2231
 
 
2232
 
        * pitivi/ui/test.py:
2233
 
        tweaked code to suit new cicrumstances
2234
 
        * pitivi/ui/timelineobjects.py:
2235
 
        made sure code still works when run from within timelineobject.py
2236
 
        * pitivi/ui/util.py:
2237
 
        fixed a couple bugs
2238
 
 
2239
 
2008-06-05  Edward Hervey  <edward.hervey@collabora.co.uk>
2240
 
 
2241
 
        * pitivi/pixmaps/Makefile.am:
2242
 
        Dist the newly added file
2243
 
 
2244
 
2008-06-05  Edward Hervey  <edward.hervey@collabora.co.uk>
2245
 
 
2246
 
        * pitivi/pixmaps/pitivi-sound.png:
2247
 
        re-add sound icon that was accidentally removed some time ago.
2248
 
 
2249
 
2008-05-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2250
 
 
2251
 
        * pitivi/pitivi.py:
2252
 
        Fix indentation broken in last commit
2253
 
 
2254
 
2008-05-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2255
 
 
2256
 
        * pitivi/bin.py:
2257
 
        lower error level for a non-fatal issue.
2258
 
        * pitivi/pitivi.py:
2259
 
        project is not a class property
2260
 
        * pitivi/timeline/objects.py:
2261
 
        Fix __repr__ and add more debugging
2262
 
 
2263
 
2008-05-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2264
 
 
2265
 
        * pitivi/ui/sourcefactories.py:
2266
 
        Make icon selection code more generic.
2267
 
        Remove self.filepixbuf since it's no longer used.
2268
 
        Fixes #518301
2269
 
 
2270
 
2008-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2271
 
 
2272
 
        * pitivi/ui/pluginmanagerdialog.glade: Don't translate
2273
 
        widget labels.
2274
 
 
2275
 
2008-01-10  Edward Hervey  <edward.hervey@collabora.co.uk>
2276
 
 
2277
 
        * pitivi/elements/Makefile.am:
2278
 
        * pitivi/elements/videofade.py:
2279
 
        New fade-in/fade-out element. Only works with cvs gst-plugins-good.
2280
 
 
2281
 
2007-12-03  Edward Hervey  <bilboed@bilboed.com>
2282
 
 
2283
 
        * po/POTFILES.in:
2284
 
        Added more translatable files.
2285
 
        Fixes #501028
2286
 
 
2287
 
2007-12-02  Lo�c Minier  <lool@dooz.org>
2288
 
 
2289
 
        Reviewed by : Edward Hervey <bilboed@bilboed.com>
 
7507
        * tests/testmagnets.py:
 
7508
          Merging Brandon Lewis SOC branch into trunk
 
7509
 
 
7510
2008-08-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
7511
 
 
7512
        * ChangeLog:
 
7513
        * pitivi/ui/mainwindow.py:
 
7514
          Patch by: Kristian Rumberg <kristianrumberg at gmail dot com> * pitivi/ui/mainwindow.py: Deactivate file button and modify button when rendering is started.
 
7515
 
 
7516
2008-08-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
7517
 
 
7518
        * pitivi/ui/viewer.py:
 
7519
          viewer.py: Sync with the X server before giving the X-id to the sink
 
7520
 
 
7521
2008-08-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
7522
 
 
7523
        * pitivi/configure.py.in:
 
7524
          configure.py.in : Cleanup uninstalled detection
 
7525
 
 
7526
2008-07-31  Djihed Afifi <djihed@gmail.com>
 
7527
 
 
7528
        * po/ChangeLog:
 
7529
        * po/ar.po:
 
7530
          Updated Arabic Translation by Djihed Afifi.
 
7531
 
 
7532
2008-06-15  Yannig Marchegay <yannig@marchegay.org>
 
7533
 
 
7534
        * po/ChangeLog:
 
7535
        * po/oc.po:
 
7536
          Updated Occitan translation
 
7537
 
 
7538
2008-06-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
7539
 
 
7540
          * pitivi/elements/singledecodebin.py: (SingleDecodeBin._tryToLink1): Set state of element we're trying to link to to READY first. This is because some elements will do some checking in NULL=>READY, including modifying their caps.
 
7541
 
 
7542
2008-06-07  Kjartan Maraas <kmaraas@gnome.org>
 
7543
 
 
7544
          2008-06-07  Kjartan Maraas  <kmaraas@gnome.org>
 
7545
          * nb.po: Updated Norwegian bokmål translation.
 
7546
 
 
7547
2008-06-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
7548
 
 
7549
          * pitivi/pixmaps/Makefile.am: Dist the newly added file
 
7550
 
 
7551
2008-06-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
7552
 
 
7553
          * pitivi/pixmaps/pitivi-sound.png: re-add sound icon that was accidentally removed some time ago.
 
7554
 
 
7555
2008-05-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
7556
 
 
7557
          * pitivi/pitivi.py: Fix indentation broken in last commit
 
7558
 
 
7559
2008-05-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
7560
 
 
7561
          * pitivi/bin.py: lower error level for a non-fatal issue. * pitivi/pitivi.py: project is not a class property * pitivi/timeline/objects.py: Fix __repr__ and add more debugging
 
7562
 
 
7563
2008-05-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
7564
 
 
7565
          * pitivi/ui/sourcefactories.py: Make icon selection code more generic. Remove self.filepixbuf since it's no longer used. Fixes #518301
 
7566
 
 
7567
2008-04-14  Duarte Loreto <happyguy_pt@hotmail.com>
 
7568
 
 
7569
          2008-04-14  Duarte Loreto <happyguy_pt@hotmail.com>
 
7570
          * pt.po: Added Portuguese translation by António Lima
 
7571
          <amrlima@gmail.com>.
 
7572
          * LINGUAS: Added Portuguese (pt).
 
7573
 
 
7574
2008-03-10  Gil Forcada <gforcada@svn.gnome.org>
 
7575
 
 
7576
        * po/ChangeLog:
 
7577
        * po/ca.po:
 
7578
          Minor fix by Jordi Mas
 
7579
 
 
7580
2008-03-08  Yannig Marchegay <yannig@marchegay.org>
 
7581
 
 
7582
        * po/oc.po:
 
7583
          Updated Occitan translation
 
7584
 
 
7585
2008-03-07  Daniel Nylander <po@danielnylander.se>
 
7586
 
 
7587
        * po/ChangeLog:
 
7588
        * po/sv.po:
 
7589
          sv.po: Updated Swedish translation
 
7590
 
 
7591
2008-03-03  Gil Forcada <gforcada@svn.gnome.org>
 
7592
 
 
7593
        * po/ChangeLog:
 
7594
        * po/ca.po:
 
7595
          Updated Catalan translation
 
7596
 
 
7597
2008-02-20  Kjartan Maraas <kmaraas@gnome.org>
 
7598
 
 
7599
          2008-02-20  Kjartan Maraas  <kmaraas@gnome.org>
 
7600
          * pitivi/ui/pluginmanagerdialog.glade: Don't translate
 
7601
          widget labels.
 
7602
 
 
7603
2008-02-20  Kjartan Maraas <kmaraas@gnome.org>
 
7604
 
 
7605
          2008-02-19  Kjartan Maraas  <kmaraas@gnome.org>
 
7606
          * LINGUAS: Add nb
 
7607
          * nb.po: Add norwegian bokmål translation.
 
7608
 
 
7609
2008-02-19  Yannig Marchegay <yannig@marchegay.org>
 
7610
 
 
7611
        * po/oc.po:
 
7612
          Updated Occitan translation
 
7613
 
 
7614
2008-02-19  Ilkka Tuohela <hile@iki.fi>
 
7615
 
 
7616
        * po/ChangeLog:
 
7617
        * po/fi.po:
 
7618
          Updated Finnish translation
 
7619
 
 
7620
2008-02-04  Yannig Marchegay <yannig@marchegay.org>
 
7621
 
 
7622
        * po/oc.po:
 
7623
          Updated Occitan translation
 
7624
 
 
7625
2008-01-29  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
7626
 
 
7627
        * po/ChangeLog:
 
7628
        * po/es.po:
 
7629
          Updated Spanish translation by Jesse Aviles
 
7630
 
 
7631
2008-01-21  Stéphane Raimbault <stephane.raimbault@gmail.com>
 
7632
 
 
7633
          2008-01-21  Stéphane Raimbault  <stephane.raimbault@gmail.com>
 
7634
          * fr.po: Updated French translation by Robert-André Mauchin.
 
7635
 
 
7636
2008-01-13  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
7637
 
 
7638
        * po/ChangeLog:
 
7639
        * po/es.po:
 
7640
          Updated Spanish translation by Jesse Aviles
 
7641
 
 
7642
2008-01-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
7643
 
 
7644
          * pitivi/elements/Makefile.am: * pitivi/elements/videofade.py: New fade-in/fade-out element. Only works with cvs gst-plugins-good.
 
7645
 
 
7646
2007-12-31  Yannig Marchegay <yannig@marchegay.org>
 
7647
 
 
7648
        * po/ChangeLog:
 
7649
        * po/oc.po:
 
7650
          Updated Occitan translation
 
7651
 
 
7652
2007-12-31  Daniel Nylander <po@danielnylander.se>
 
7653
 
 
7654
        * po/ChangeLog:
 
7655
        * po/sv.po:
 
7656
          sv.po: Swedish translation updated
 
7657
 
 
7658
2007-12-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
7659
 
 
7660
          * po/POTFILES.in: Added more translatable files. Fixes #501028
 
7661
 
 
7662
2007-12-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
7663
 
 
7664
        * ChangeLog:
2290
7665
        * Makefile.am:
2291
 
        Fix locale-uninstalled rule to use $(MAKE) instead of make.
2292
 
        Fixes #501068
2293
 
 
2294
 
2007-11-30  Edward Hervey  <bilboed@bilboed.com>
2295
 
 
2296
 
        * pitivi/project.py:
2297
 
        Fixed issues when saving existing projects.
2298
 
        Documentation fixes.
2299
 
        Added more debug statements.
2300
 
        Added default signal handlers for signals that return something.
2301
 
        * pitivi/ui/mainwindow.py:
2302
 
        Added some debugging statements and cleaned up code a little bit.
2303
 
 
2304
 
2007-11-25  Edward Hervey  <bilboed@bilboed.com>
2305
 
 
2306
 
        * bin/pitivi.in:
2307
 
        * pitivi/bin.py:
 
7666
          Reviewed by : Edward Hervey <bilboed@bilboed.com> * Makefile.am: Fix locale-uninstalled rule to use $(MAKE) instead of make. Fixes #501068
 
7667
 
 
7668
2007-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
7669
 
 
7670
          * pitivi/project.py: Fixed issues when saving existing projects. Documentation fixes. Added more debug statements. Added default signal handlers for signals that return something. * pitivi/ui/mainwindow.py: Added some debugging statements and cleaned up code a little bit.
 
7671
 
 
7672
2007-11-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
7673
 
 
7674
          * bin/pitivi.in: * pitivi/bin.py: * pitivi/objectfactory.py: * pitivi/settings.py: * pitivi/threads.py: * pitivi/thumbnailer.py: * pitivi/timeline/composition.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: * pitivi/timeline/timeline.py: * pitivi/ui/mainwindow.py: * pitivi/ui/ruler.py: * pitivi/ui/slider.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Fix misc issues detected by pychecker. Renaming unused method arguments Whitespace/tabs fixes.
 
7675
 
 
7676
2007-11-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
7677
 
 
7678
        * ChangeLog:
 
7679
        * pitivi/ui/timelineobjects.py:
 
7680
          Patch by: Tommy <yobbobandana at yahoo dot co dot nz> * pitivi/ui/timelineobjects.py: Fix drag and drop slots in the simple timeline. Fixes #498071
 
7681
 
 
7682
2007-11-24  Claude Paroz <claude@2xlibre.net>
 
7683
 
 
7684
          2007-11-24  Claude Paroz  <claude@2xlibre.net>
 
7685
          * fr.po: Updated French translation.
 
7686
 
 
7687
2007-11-20  Yannig Marchegay <yannig@marchegay.org>
 
7688
 
 
7689
        * po/oc.po:
 
7690
          Updated Occitan translation
 
7691
 
 
7692
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7693
 
 
7694
          * configure.ac: Back to development cycle.
 
7695
 
 
7696
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7697
 
 
7698
        * ChangeLog:
 
7699
        * NEWS:
 
7700
        * RELEASE:
 
7701
        * configure.ac:
 
7702
          Releasing 0.11.1
 
7703
 
 
7704
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7705
 
 
7706
          * pitivi/pitivi.py: Added new 'project-closed' signal to confirm that a project is closed. * pitivi/timeline/composition.py: Update condensed-list once everything is added to the timeline * pitivi/ui/timelineobjects.py: Add a bit more logic for when a project is loaded/closed * tests/test_file_load_save.py: Added tests for new 'project-closed' signal
 
7707
 
 
7708
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7709
 
 
7710
          * pitivi/ui/mainwindow.py: Use portable 'if' syntax
 
7711
 
 
7712
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7713
 
 
7714
          * pitivi/ui/sourcefactories.py: Fixes to display factories when a new project is loaded. Re-factored code a bit to avoid duplicates.
 
7715
 
 
7716
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7717
 
 
7718
          * pitivi/pitivi.py: The uri is a keyword argument to Project() * pitivi/project.py: Serializable sub-classes need to have keyword-only arguments. Activate proper save Small code re-organization * pitivi/projectsaver.py: Add debugging whitespace-fixes * pitivi/ui/mainwindow.py: methods renaming added debugging whitespace-fixes
 
7719
 
 
7720
2007-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
7721
 
 
7722
          * pitivi/objectfactory.py: * pitivi/serializable.py: * pitivi/settings.py: * pitivi/sourcelist.py: Classes implementing Serializable need to have keyword-only arguments Store some more info for factories Misc fixes * pitivi/timeline/composition.py: defaultSource should be a TimelineFileSource and not a pure gnlobject De-serialize all contents before adding them to the composition. * pitivi/timeline/objects.py: change naming of serializable attributes. * pitivi/timeline/source.py: Small fixes * pitivi/timeline/timeline.py: Switch to using TimelineBlankSource for default sources Small fixes * pitivi/ui/timelineobjects.py: small fixes * tests/common.py: * tests/test_serializable.py: Classes implementing Serializable need to have keyword-only arguments
 
7723
 
 
7724
2007-11-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
7725
 
 
7726
        * ChangeLog:
 
7727
        * pitivi/ui/sourcefactories.py:
 
7728
          Patch by: Tommy <yobbobandana at yahoo dot co dot nz> * pitivi/ui/sourcefactories.py: unquote urls from drag and drop, this should fix some issues when DnD'ing files from Nautilus for ex.
 
7729
 
 
7730
2007-11-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7731
 
 
7732
          * pitivi/settings.py: Add some debugging. Don't specify audio depth in settings caps, this causes too many issues with compatible encoder caps. Fixes #487455
 
7733
 
 
7734
2007-11-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7735
 
 
7736
          * pitivi/ui/sourcefactories.py: If the system isn't icon-theme-spec compliant, load pixbufs the old way using shipped pngs. Fixes #461913
 
7737
 
 
7738
2007-11-01  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
7739
 
 
7740
        * po/ChangeLog:
 
7741
        * po/es.po:
 
7742
          Updated Spanish translation
 
7743
 
 
7744
2007-10-30  Ilkka Tuohela <hile@iki.fi>
 
7745
 
 
7746
        * po/ChangeLog:
 
7747
        * po/fi.po:
 
7748
          Added Finnish translation
 
7749
 
 
7750
2007-10-22  Daniel Nylander <po@danielnylander.se>
 
7751
 
 
7752
        * po/ChangeLog:
 
7753
        * po/sv.po:
 
7754
          sv.po: Updated Swedish translation
 
7755
 
 
7756
2007-10-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
7757
 
 
7758
          * RELEASE: Add new dependencies * pitivi/settings.py: getVideoCaps() and getAudioCaps() now return intersection of configured settings AND corresponding encoder sink caps. * pitivi/timeline/objects.py: Add a mode to force setting start/duration on the gnlobject. Fixes a stupid bug with cutting. * pitivi/timeline/source.py: Fix debugging * pitivi/ui/viewer.py: Fix debugging. Only set XID on videosink widget if it is exposed in order to avoid X errors.
 
7759
 
 
7760
2007-10-18  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7761
 
 
7762
        * ChangeLog:
 
7763
        * tests/test_file_load_save.py:
 
7764
          reviewed by: <delete if not using a buddy> * tests/test_file_load_save.py: updated test cases
 
7765
 
 
7766
2007-10-18  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7767
 
 
7768
        * ChangeLog:
 
7769
        * pitivi/project.py:
 
7770
        * pitivi/projectsaver.py:
 
7771
        * pitivi/ui/mainwindow.py:
 
7772
          reviewed by: <delete if not using a buddy> * pitivi/project.py: redefined prototype for save-uri-requested signal -- uri, format made changes to application logic, which was buggy now passed into method call setUri() * pitivi/projectsaver.py: added some more classmethods for working with projectSaver derivatives * pitivi/ui/mainwindow.py: implemented file type filters in in open and save dialogs. Note: this code breaks some test cases relating to the applicaiton logic, but appears to work properly. Want to get changes to server, will debug the application logic in next commit.
 
7773
 
 
7774
2007-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
7775
 
 
7776
          * configure.ac: Back to development cycle.
 
7777
 
 
7778
2007-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
7779
 
 
7780
        * ChangeLog:
 
7781
        * NEWS:
 
7782
        * RELEASE:
 
7783
        * configure.ac:
 
7784
          Releasing 0.11.0
 
7785
 
 
7786
2007-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
7787
 
 
7788
          * AUTHORS: * pitivi/ui/mainwindow.py: Add Thijs Vermeir to the list of contributors
 
7789
 
 
7790
2007-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
7791
 
 
7792
          * pitivi/bin.py: Add 'recording' property to SmartBin, set to True when it is in recording mode. * pitivi/playground.py: Query on the vsinkthread ONLY if the current smartbin is not in recording mode, else query on the whole SmartBin. This fixes the progress bar not working when encoding.
 
7793
 
 
7794
2007-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
7795
 
 
7796
          * pitivi/bin.py: * pitivi/elements/singledecodebin.py: * pitivi/playground.py: Replace use of '%s' by '%r' for gst.Object subclasses in order to avoid deadlocks for people who don't have cvs gst-python.
 
7797
 
 
7798
2007-10-09  Daniel Nylander <po@danielnylander.se>
 
7799
 
 
7800
        * po/ChangeLog:
 
7801
        * po/sv.po:
 
7802
          sv.po: Updated Swedish translation
 
7803
 
 
7804
2007-10-08  Gil Forcada <gforcada@svn.gnome.org>
 
7805
 
 
7806
        * po/ChangeLog:
 
7807
        * po/ca.po:
 
7808
          Updated Catalan translation
 
7809
 
 
7810
2007-10-07  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
7811
 
 
7812
        * po/ChangeLog:
 
7813
        * po/es.po:
 
7814
          Updated Spanish translation
 
7815
 
 
7816
2007-10-04  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7817
 
 
7818
        * ChangeLog:
 
7819
        * pitivi/ui/sourcefactories.py:
 
7820
          reviewed by: <delete if not using a buddy> * pitivi/ui/sourcefactories.py: added handler for new-project-failed signal (simply disconnects project signals, and clears liststore. this should be all the changes required for the simple UI to handle file loading. file saving should be easier still, however a bunch of seemingly unrelated test cases broke as soon as I replaced the dummy filesaving code. i'll investigate.
 
7821
 
 
7822
2007-10-04  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7823
 
 
7824
        * ChangeLog:
 
7825
        * pitivi/pitivi.py:
 
7826
        * pitivi/project.py:
 
7827
        * pitivi/ui/mainwindow.py:
 
7828
        * pitivi/ui/timelineobjects.py:
 
7829
        * tests/test_file_load_save.py:
 
7830
          reviewed by: <delete if not using a buddy> * pitivi/pitivi.py: changed "new-project-loading" signal prototype, now passes the new project as first parameter * pitivi/project.py: project's timeline now initialized in constructor. users of class must call "load()" to load the project from a file. this will only have an effect the first time it is called. * pitivi/ui/mainwindow.py: added reason parameter to the notProjectCb prototype, and added the reason to the error message. * pitivi/ui/timelineobjects.py: adjustments to new-project-* signal handlers * tests/test_file_load_save.py: adjustment to new-project-loading signal handler
 
7831
 
 
7832
2007-10-04  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7833
 
 
7834
        * ChangeLog:
 
7835
        * pitivi/pitivi.py:
 
7836
        * pitivi/ui/mainwindow.py:
 
7837
        * pitivi/ui/timelineobjects.py:
 
7838
          reviewed by: <delete if not using a buddy> * pitivi/pitivi.py: minor formatting changes * pitivi/ui/mainwindow.py: added preliminary support for the new project command. Improved support will require some refactoring, so i'm going to commit that separately * pitivi/ui/timelineobjects.py: added handlers for the new-project-* signals. the old code was based on the the earlier project signals.
 
7839
 
 
7840
2007-10-03  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7841
 
 
7842
        * ChangeLog:
 
7843
        * pitivi/settings.py:
 
7844
        * pitivi/ui/mainwindow.py:
 
7845
          reviewed by: <delete if not using a buddy> * pitivi/settings.py: added new setting for enabling experimental file support * pitivi/ui/mainwindow.py: added basic ui support for Save / SaveAs commands enable experimental file support with PITIVI_FILE_SUPPORT environment variable
 
7846
 
 
7847
2007-09-30  Stéphane Raimbault <stephane.raimbault@gmail.com>
 
7848
 
 
7849
        * po/ChangeLog:
 
7850
        * po/fr.po:
 
7851
          Updated French translation by Ivan Buresi and Claude Paroz.
 
7852
 
 
7853
2007-09-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
7854
 
 
7855
          * pitivi/check.py: * pitivi/elements/singledecodebin.py: * pitivi/elements/thumbnailsink.py: * pitivi/pitivi.py: * pitivi/pitivigstutils.py: * pitivi/plugincore.py: Add/Fix inline documentation
 
7856
 
 
7857
2007-09-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7858
 
 
7859
        * ChangeLog:
 
7860
        * pitivi/projectsaver.py:
 
7861
        * pitivi/serializable.py:
 
7862
          reviewed by: <delete if not using a buddy> * pitivi/serializable.py: added some comments * pitivi/projectsaver.py: added introspection code for probing of file formats
 
7863
 
 
7864
2007-09-27  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7865
 
 
7866
          * pitivi/project.py: Adjusted code to work with changes to projectsaver interface * pitivi/projectsaver.py: Redesigned projectsaver interface. no longer has facilities for "registering" formats, since this can be handled by pluginmanager. Factored out pickle file format into subclass of projectsaver Removed the global function newProjectSaver from the module, in favor of project saver class method which does the same thing * tests/test_file_load_save.py: adjusted test cases changes to projectsaver interface
 
7867
 
 
7868
2007-09-26  Brandon Lewis <brandon_lewis@berkeley.edu>
 
7869
 
 
7870
          * pitivi/pluginmanager.py: changed "plugin-activated-changed" to "plugin-enabled-changed" in signal declaration, since this is used in comments and elsewhere in the file * pitivi/projectsaver.py: some minor corrections.
 
7871
 
 
7872
2007-09-20  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
7873
 
 
7874
        * po/ChangeLog:
 
7875
        * po/es.po:
 
7876
          Updated Spanish translation
 
7877
 
 
7878
2007-09-17  Daniel Nylander <po@danielnylander.se>
 
7879
 
 
7880
        * po/ChangeLog:
 
7881
        * po/sv.po:
 
7882
          sv.po: Updated Swedish translation
 
7883
 
 
7884
2007-09-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
7885
 
 
7886
          * pitivi/sourcelist.py: Raise an exception only if we REALLY have an existing source.
 
7887
 
 
7888
2007-09-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
7889
 
 
7890
          * pitivi/objectfactory.py: Clean unique serialization methods. Add more documentation * pitivi/project.py: Implement Serializable on Project. * pitivi/serializable.py: Add more checks. Raise Exceptions instead of print. * pitivi/settings.py: Implement Serializable on ExportSettings. * pitivi/sourcelist.py: New method : SourceList.addFactory(self, uri,factory) Implement Serializable on SourceList a bit better. * pitivi/timeline/composition.py: New method : Composition.cleanUp(self) Implement Serializable on Composition with checks. * pitivi/timeline/objects.py: raise Exceptions instead of warning for critical issues. * pitivi/timeline/timeline.py: minor cleanups * tests/test_file_load_save.py: cleanup. * tests/test_timeline_composition.py: More checks for serialization, uniqueness and correct property attributions. * tests/test_timeline_objects.py: Also check that gnlobject is created after deserialization.
 
7891
 
 
7892
2007-09-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
7893
 
 
7894
          * pitivi/check.py: Add checks for newly required python modules (zope.interface and distutils). * pitivi/ui/pluginmanagerdialog.py: Fix import statements.
 
7895
 
 
7896
2007-09-10  Daniel Nylander <po@danielnylander.se>
 
7897
 
 
7898
        * po/ChangeLog:
 
7899
        * po/sv.po:
 
7900
          sv.po: Updated Swedish translation
 
7901
 
 
7902
2007-09-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
7903
 
 
7904
          * configure.ac: On the road to 0.11 we are...
 
7905
 
 
7906
2007-09-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
7907
 
 
7908
        * AUTHORS:
 
7909
        * ChangeLog:
 
7910
        * README:
 
7911
        * configure.ac:
 
7912
        * pitivi/Makefile.am:
 
7913
        * pitivi/check.py:
 
7914
        * pitivi/elements/singledecodebin.py:
 
7915
        * pitivi/elements/thumbnailsink.py:
2308
7916
        * pitivi/objectfactory.py:
 
7917
        * pitivi/pitivi.py:
 
7918
        * pitivi/playground.py:
 
7919
        * pitivi/plugincore.py:
 
7920
        * pitivi/pluginmanager.py:
 
7921
        * pitivi/project.py:
 
7922
        * pitivi/projectsaver.py:
 
7923
        * pitivi/serializable.py:
2309
7924
        * pitivi/settings.py:
2310
 
        * pitivi/threads.py:
 
7925
        * pitivi/sourcelist.py:
2311
7926
        * pitivi/thumbnailer.py:
2312
7927
        * pitivi/timeline/composition.py:
2313
 
        * pitivi/timeline/objects.py:
2314
 
        * pitivi/timeline/source.py:
2315
 
        * pitivi/timeline/timeline.py:
2316
 
        * pitivi/ui/mainwindow.py:
2317
 
        * pitivi/ui/ruler.py:
2318
 
        * pitivi/ui/slider.py:
2319
 
        * pitivi/ui/sourcefactories.py:
2320
 
        * pitivi/ui/timeline.py:
2321
 
        * pitivi/ui/timelineobjects.py:
2322
 
        * pitivi/ui/tracklayer.py:
2323
 
        * pitivi/ui/viewer.py:
2324
 
        Fix misc issues detected by pychecker.
2325
 
        Renaming unused method arguments
2326
 
        Whitespace/tabs fixes.
2327
 
 
2328
 
2007-11-25  Edward Hervey  <bilboed@bilboed.com>
2329
 
 
2330
 
        Patch by: Tommy <yobbobandana at yahoo dot co dot nz>
2331
 
        * pitivi/ui/timelineobjects.py:
2332
 
        Fix drag and drop slots in the simple timeline.
2333
 
        Fixes #498071
2334
 
 
2335
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2336
 
 
2337
 
        * configure.ac:
2338
 
        Back to development cycle.
2339
 
 
2340
 
=== release 0.11.1 ===
2341
 
 
2342
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2343
 
 
2344
 
        * NEWS:
2345
 
        * RELEASE:
2346
 
        * configure.ac:
2347
 
        Releasing 0.11.1 "A gentlemen game played by hooligans"
2348
 
 
2349
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2350
 
 
2351
 
        * pitivi/pitivi.py:
2352
 
        Added new 'project-closed' signal to confirm that a project is closed.
2353
 
        * pitivi/timeline/composition.py:
2354
 
        Update condensed-list once everything is added to the timeline
2355
 
        * pitivi/ui/timelineobjects.py:
2356
 
        Add a bit more logic for when a project is loaded/closed
2357
 
        * tests/test_file_load_save.py:
2358
 
        Added tests for new 'project-closed' signal
2359
 
 
2360
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2361
 
 
2362
 
        * pitivi/ui/mainwindow.py:
2363
 
        Use portable 'if' syntax
2364
 
 
2365
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2366
 
 
2367
 
        * pitivi/ui/sourcefactories.py:
2368
 
        Fixes to display factories when a new project is loaded.
2369
 
        Re-factored code a bit to avoid duplicates.
2370
 
 
2371
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2372
 
 
2373
 
        * pitivi/pitivi.py:
2374
 
        The uri is a keyword argument to Project()
2375
 
        * pitivi/project.py:
2376
 
        Serializable sub-classes need to have keyword-only arguments.
2377
 
        Activate proper save
2378
 
        Small code re-organization
2379
 
        * pitivi/projectsaver.py:
2380
 
        Add debugging
2381
 
        whitespace-fixes
2382
 
        * pitivi/ui/mainwindow.py:
2383
 
        methods renaming
2384
 
        added debugging
2385
 
        whitespace-fixes
2386
 
 
2387
 
2007-11-18  Edward Hervey  <bilboed@bilboed.com>
2388
 
 
2389
 
        * pitivi/objectfactory.py:
2390
 
        * pitivi/serializable.py:
2391
 
        * pitivi/settings.py:
2392
 
        * pitivi/sourcelist.py:
2393
 
        Classes implementing Serializable need to have keyword-only arguments
2394
 
        Store some more info for factories
2395
 
        Misc fixes
2396
 
        * pitivi/timeline/composition.py:
2397
 
        defaultSource should be a TimelineFileSource and not a pure gnlobject
2398
 
        De-serialize all contents before adding them to the composition.
2399
 
        * pitivi/timeline/objects.py:
2400
 
        change naming of serializable attributes.
2401
 
        * pitivi/timeline/source.py:
2402
 
        Small fixes
2403
 
        * pitivi/timeline/timeline.py:
2404
 
        Switch to using TimelineBlankSource for default sources
2405
 
        Small fixes
2406
 
        * pitivi/ui/timelineobjects.py:
2407
 
        small fixes
2408
 
        * tests/common.py:
2409
 
        * tests/test_serializable.py:
2410
 
        Classes implementing Serializable need to have keyword-only arguments
2411
 
 
2412
 
2007-11-12  Edward Hervey  <bilboed@bilboed.com>
2413
 
 
2414
 
        Patch by: Tommy <yobbobandana at yahoo dot co dot nz>
2415
 
 
2416
 
        * pitivi/ui/sourcefactories.py:
2417
 
        unquote urls from drag and drop, this should fix some issues when
2418
 
        DnD'ing files from Nautilus for ex.
2419
 
 
2420
 
2007-11-11  Edward Hervey  <bilboed@bilboed.com>
2421
 
 
2422
 
        * pitivi/settings.py:
2423
 
        Add some debugging.
2424
 
        Don't specify audio depth in settings caps, this causes too many issues
2425
 
        with compatible encoder caps.
2426
 
        Fixes #487455
2427
 
 
2428
 
2007-11-11  Edward Hervey  <bilboed@bilboed.com>
2429
 
 
2430
 
        * pitivi/ui/sourcefactories.py:
2431
 
        If the system isn't icon-theme-spec compliant, load pixbufs the old way
2432
 
        using shipped pngs.
2433
 
        Fixes #461913
2434
 
 
2435
 
2007-10-21  Edward Hervey  <bilboed@bilboed.com>
2436
 
 
2437
 
        * RELEASE:
2438
 
        Add new dependencies
2439
 
        * pitivi/settings.py:
2440
 
        getVideoCaps() and getAudioCaps() now return intersection of
2441
 
        configured settings AND corresponding encoder sink caps.
2442
 
        * pitivi/timeline/objects.py:
2443
 
        Add a mode to force setting start/duration on the gnlobject.
2444
 
        Fixes a stupid bug with cutting.
2445
 
        * pitivi/timeline/source.py:
2446
 
        Fix debugging
2447
 
        * pitivi/ui/viewer.py:
2448
 
        Fix debugging.
2449
 
        Only set XID on videosink widget if it is exposed in order to avoid
2450
 
        X errors.
2451
 
 
2452
 
2007-10-18  Brandon Lewis  <brandon_lewis@berkeley.edu>
2453
 
 
2454
 
        reviewed by: <delete if not using a buddy>
2455
 
 
2456
 
        * tests/test_file_load_save.py:
2457
 
        updated test cases
2458
 
 
2459
 
2007-10-17  Brandon Lewis  <brandon_lewis@berkeley.edu>
2460
 
 
2461
 
        reviewed by: <delete if not using a buddy>
2462
 
 
2463
 
        * pitivi/project.py:
2464
 
        redefined prototype for save-uri-requested signal -- uri, format
2465
 
        made changes to application logic, which was buggy
2466
 
        now passed into method call setUri()
2467
 
        * pitivi/projectsaver.py:
2468
 
        added some more classmethods for working with projectSaver derivatives
2469
 
        * pitivi/ui/mainwindow.py:
2470
 
        implemented file type filters in in open and save dialogs.
2471
 
 
2472
 
        Note: this code breaks some test cases relating to the applicaiton
2473
 
        logic, but appears to work properly. Want to get changes to
2474
 
        server, will debug the application logic in next commit.
2475
 
 
2476
 
2007-10-14  Edward Hervey  <bilboed@bilboed.com>
2477
 
 
2478
 
        * configure.ac:
2479
 
        Back to development cycle.
2480
 
 
2481
 
=== release 0.11.0 ===
2482
 
 
2483
 
2007-10-14  Edward Hervey  <bilboed@bilboed.com>
2484
 
 
2485
 
        * NEWS:
2486
 
        * RELEASE:
2487
 
        * configure.ac:
2488
 
        Releasing 0.11.0 "A hooligan's game played by gentlemen"
2489
 
 
2490
 
2007-10-14  Edward Hervey  <bilboed@bilboed.com>
2491
 
 
2492
 
        * AUTHORS:
2493
 
        * pitivi/ui/mainwindow.py:
2494
 
        Add Thijs Vermeir to the list of contributors
2495
 
 
2496
 
2007-10-14  Edward Hervey  <bilboed@bilboed.com>
2497
 
 
2498
 
        * pitivi/bin.py:
2499
 
        Add 'recording' property to SmartBin, set to True when it is in
2500
 
        recording mode.
2501
 
        * pitivi/playground.py:
2502
 
        Query on the vsinkthread ONLY if the current smartbin is not in
2503
 
        recording mode, else query on the whole SmartBin.
2504
 
        This fixes the progress bar not working when encoding.
2505
 
 
2506
 
2007-10-14  Edward Hervey  <bilboed@bilboed.com>
2507
 
 
2508
 
        * pitivi/bin.py:
2509
 
        * pitivi/elements/singledecodebin.py:
2510
 
        * pitivi/playground.py:
2511
 
        Replace use of '%s' by '%r' for gst.Object subclasses in order to
2512
 
        avoid deadlocks for people who don't have cvs gst-python.
2513
 
 
2514
 
2007-10-04  Brandon Lewis  <brandon_lewis@berkeley.edu>
2515
 
 
2516
 
        reviewed by: <delete if not using a buddy>
2517
 
 
2518
 
        * pitivi/ui/sourcefactories.py:
2519
 
        added handler for new-project-failed signal (simply disconnects
2520
 
        project signals, and clears liststore.
2521
 
 
2522
 
        this should be all the changes required for the simple UI to
2523
 
        handle file loading. file saving should be easier still, however a
2524
 
        bunch of seemingly unrelated test cases broke as soon as I
2525
 
        replaced the dummy filesaving code. i'll investigate.
2526
 
 
2527
 
2007-10-04  Brandon Lewis  <brandon_lewis@berkeley.edu>
2528
 
 
2529
 
        reviewed by: <delete if not using a buddy>
2530
 
 
2531
 
        * pitivi/pitivi.py:
2532
 
        changed "new-project-loading" signal prototype, now passes the new
2533
 
        project as first parameter
2534
 
        * pitivi/project.py:
2535
 
        project's timeline now initialized in constructor. users of class
2536
 
        must call "load()" to load the project from a file. this will only
2537
 
        have an effect the first time it is called.
2538
 
        * pitivi/ui/mainwindow.py:
2539
 
        added reason parameter to the notProjectCb prototype, and added
2540
 
        the reason to the error message.
2541
 
        * pitivi/ui/timelineobjects.py:
2542
 
        adjustments to new-project-* signal handlers
2543
 
        * tests/test_file_load_save.py:
2544
 
        adjustment to new-project-loading signal handler
2545
 
 
2546
 
2007-10-03  Brandon Lewis  <brandon_lewis@berkeley.edu>
2547
 
 
2548
 
        reviewed by: <delete if not using a buddy>
2549
 
 
2550
 
        * pitivi/pitivi.py:
2551
 
        minor formatting changes
2552
 
        * pitivi/ui/mainwindow.py:
2553
 
        added preliminary support for the new project command. Improved
2554
 
        support will require some refactoring, so i'm going to commit that
2555
 
        separately
2556
 
        * pitivi/ui/timelineobjects.py:
2557
 
        added handlers for the new-project-* signals. the old code was
2558
 
        based on the the earlier project signals.
2559
 
 
2560
 
2007-10-03  Brandon Lewis  <brandon_lewis@berkeley.edu>
2561
 
 
2562
 
        reviewed by: <delete if not using a buddy>
2563
 
 
2564
 
        * pitivi/settings.py:
2565
 
        added new setting for enabling experimental file support
2566
 
        * pitivi/ui/mainwindow.py:
2567
 
        added basic ui support for Save / SaveAs commands
2568
 
        enable experimental file support with PITIVI_FILE_SUPPORT
2569
 
        environment variable
2570
 
 
2571
 
2007-09-28  Edward Hervey  <bilboed@bilboed.com>
2572
 
 
2573
 
        * pitivi/check.py:
2574
 
        * pitivi/elements/singledecodebin.py:
2575
 
        * pitivi/elements/thumbnailsink.py:
2576
 
        * pitivi/pitivi.py:
2577
 
        * pitivi/pitivigstutils.py:
2578
 
        * pitivi/plugincore.py:
2579
 
        Add/Fix inline documentation
2580
 
 
2581
 
2007-09-27  Brandon Lewis  <brandon_lewis@berkeley.edu>
2582
 
 
2583
 
        reviewed by: <delete if not using a buddy>
2584
 
 
2585
 
        * pitivi/serializable.py:
2586
 
        added some comments
2587
 
        * pitivi/projectsaver.py:
2588
 
        added introspection code for probing of file formats
2589
 
 
2590
 
2007-09-27  Brandon Lewis  <brandon_lewis@berkeley.edu>
2591
 
 
2592
 
        * pitivi/project.py:
2593
 
        Adjusted code to work with changes to projectsaver interface
2594
 
        * pitivi/projectsaver.py:
2595
 
        Redesigned projectsaver interface. no longer has facilities for
2596
 
        "registering" formats, since this can be handled by pluginmanager.
2597
 
        Factored out pickle file format into subclass of projectsaver
2598
 
        Removed the global function newProjectSaver from the module, in
2599
 
        favor of project saver class method which does the same thing
2600
 
        * tests/test_file_load_save.py:
2601
 
        adjusted test cases changes to projectsaver interface
2602
 
 
2603
 
2007-09-26  Brandon Lewis  <brandon_lewis@berkeley.edu>
2604
 
 
2605
 
        * pitivi/pluginmanager.py:
2606
 
        changed "plugin-activated-changed" to "plugin-enabled-changed" in
2607
 
        signal declaration, since this is used in comments and elsewhere
2608
 
        in the file
2609
 
        * pitivi/projectsaver.py:
2610
 
        some minor corrections.
2611
 
        
2612
 
 
2613
 
2007-09-12  Edward Hervey  <bilboed@bilboed.com>
2614
 
 
2615
 
        * pitivi/sourcelist.py:
2616
 
        Raise an exception only if we REALLY have an existing source.
2617
 
 
2618
 
2007-09-12  Edward Hervey  <bilboed@bilboed.com>
2619
 
 
2620
 
        * pitivi/objectfactory.py:
2621
 
        Clean unique serialization methods.
2622
 
        Add more documentation
2623
 
        * pitivi/project.py:
2624
 
        Implement Serializable on Project.
2625
 
        * pitivi/serializable.py:
2626
 
        Add more checks. Raise Exceptions instead of print.
2627
 
        * pitivi/settings.py:
2628
 
        Implement Serializable on ExportSettings.
2629
 
        * pitivi/sourcelist.py:
2630
 
        New method : SourceList.addFactory(self, uri,factory)
2631
 
        Implement Serializable on SourceList a bit better.
2632
 
        * pitivi/timeline/composition.py:
2633
 
        New method : Composition.cleanUp(self)
2634
 
        Implement Serializable on Composition with checks.
2635
 
        * pitivi/timeline/objects.py:
2636
 
        raise Exceptions instead of warning for critical issues.
2637
 
        * pitivi/timeline/timeline.py:
2638
 
        minor cleanups
2639
 
        * tests/test_file_load_save.py:
2640
 
        cleanup.
2641
 
        * tests/test_timeline_composition.py:
2642
 
        More checks for serialization, uniqueness and correct property
2643
 
        attributions.
2644
 
        * tests/test_timeline_objects.py:
2645
 
        Also check that gnlobject is created after deserialization.
2646
 
 
2647
 
2007-09-11  Edward Hervey  <bilboed@bilboed.com>
2648
 
 
2649
 
        * pitivi/check.py:
2650
 
        Add checks for newly required python modules (zope.interface and
2651
 
        distutils).
2652
 
        * pitivi/ui/pluginmanagerdialog.py:
2653
 
        Fix import statements.
2654
 
 
2655
 
2007-09-07  Edward Hervey  <bilboed@bilboed.com>
2656
 
 
2657
 
        * configure.ac:
2658
 
        On the road to 0.11 we are...
2659
 
 
2660
 
2007-08-31  Edward Hervey  <bilboed@bilboed.com>
2661
 
 
2662
 
        * AUTHORS:
2663
 
        * pitivi/ui/mainwindow.py:
2664
 
        Add Luca to the Authors list.
2665
 
 
2666
 
2007-08-31  Edward Hervey  <bilboed@bilboed.com>
2667
 
 
2668
 
        Patch by: Luca Della Santina <dellasantina@farm.unipi.it>
2669
 
        * pitivi/Makefile.am:
2670
 
        * pitivi/pitivi.py:
2671
 
        * pitivi/plugincore.py:
2672
 
        * pitivi/pluginmanager.py:
2673
 
        * pitivi/settings.py:
 
7928
        * pitivi/timeline/effects.py:
 
7929
        * pitivi/timeline/objects.py:
 
7930
        * pitivi/timeline/source.py:
 
7931
        * pitivi/timeline/timeline.py:
2674
7932
        * pitivi/ui/Makefile.am:
2675
7933
        * pitivi/ui/actions.xml:
 
7934
        * pitivi/ui/complextimeline.py:
 
7935
        * pitivi/ui/layerwidgets.py:
2676
7936
        * pitivi/ui/mainwindow.py:
2677
7937
        * pitivi/ui/pluginmanagerdialog.glade:
2678
7938
        * pitivi/ui/pluginmanagerdialog.py:
2679
 
        Plugin system (core + ui) !
2680
 
        Tests will be commited soon, along with example plugin.
2681
 
 
2682
 
2007-08-25  Edward Hervey  <bilboed@bilboed.com>
2683
 
 
2684
 
        * pitivi/timeline/composition.py:
2685
 
        Compositions don't require factories.
2686
 
        Fixup Serializable-related methods, even though they don't do much yet.
2687
 
        The TimelineComposition is going to require a refactoring before I go
2688
 
        any further.
2689
 
        * pitivi/timeline/objects.py:
2690
 
        Use weakref proxy objects for storing objects requiring objects that
2691
 
        aren't created yet. This allows objects to be properly free'd once
2692
 
        nobody use them.
2693
 
        Add TimelineObject.__requires_factory__ to specify if the class needs
2694
 
        an object factory in order to create its gnlobject.
2695
 
        Fix up Serializable methods to take into account the fact that some
2696
 
        classes don't use object factories.
2697
 
        * pitivi/timeline/source.py:
2698
 
        Add __requires_factory__ to needed classes.
2699
 
        Fix up wrong use of __data_type__.
2700
 
        Added documentation of Serializable properties.
2701
 
        Delay media-duration/start handling until we have a gnlobject.
2702
 
        Fix Serializable methods.
 
7939
        * pitivi/ui/plumber.py:
 
7940
        * pitivi/ui/slider.py:
 
7941
        * pitivi/ui/sourcefactories.py:
 
7942
        * pitivi/ui/timelineobjects.py:
 
7943
        * pitivi/ui/tracklayer.py:
 
7944
        * pitivi/ui/viewer.py:
 
7945
        * tests/Makefile.am:
2703
7946
        * tests/common.py:
2704
 
        Fix TestTimelineFileSource for new behaviour.
2705
7947
        * tests/runtests.py:
2706
 
        white line fixes...
 
7948
        * tests/test_file_load_save.py:
 
7949
        * tests/test_serializable.py:
2707
7950
        * tests/test_timeline_composition.py:
2708
 
        Also check for proper composition 'start-duration-changed' signal
2709
 
        emission.
2710
 
        Add extremely basic serialization test.
2711
7951
        * tests/test_timeline_objects.py:
2712
 
        Added tests for making sure the proper number of instances are
2713
 
        registered in BrotherObjects.__instances__
2714
7952
        * tests/test_timeline_source.py:
2715
 
        Added tests for Serializable methods.
2716
 
 
2717
 
2007-08-24  Edward Hervey  <bilboed@bilboed.com>
2718
 
 
 
7953
          Merged PITIVI_SOC_2007 to trunk. On the road to 0.11 we go...
 
7954
 
 
7955
2007-09-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
7956
 
 
7957
        * PITIVI_SOC_2007/.cvsignore:
 
7958
        * PITIVI_SOC_2007/ABOUT-NLS:
 
7959
        * PITIVI_SOC_2007/AUTHORS:
 
7960
        * PITIVI_SOC_2007/COPYING:
 
7961
        * PITIVI_SOC_2007/ChangeLog:
 
7962
        * PITIVI_SOC_2007/MAINTAINERS:
 
7963
        * PITIVI_SOC_2007/Makefile.am:
 
7964
        * PITIVI_SOC_2007/NEWS:
 
7965
        * PITIVI_SOC_2007/README:
 
7966
        * PITIVI_SOC_2007/RELEASE:
 
7967
        * PITIVI_SOC_2007/autogen.sh:
 
7968
        * PITIVI_SOC_2007/bin/.cvsignore:
 
7969
        * PITIVI_SOC_2007/bin/Makefile.am:
 
7970
        * PITIVI_SOC_2007/bin/pitivi.in:
 
7971
        * PITIVI_SOC_2007/configure.ac:
 
7972
        * PITIVI_SOC_2007/docs/HACKING:
 
7973
        * PITIVI_SOC_2007/docs/design/timeline.txt:
 
7974
        * PITIVI_SOC_2007/intltool-extract.in:
 
7975
        * PITIVI_SOC_2007/intltool-merge.in:
 
7976
        * PITIVI_SOC_2007/intltool-update.in:
 
7977
        * PITIVI_SOC_2007/pitivi.desktop.in:
 
7978
        * PITIVI_SOC_2007/pitivi.png:
 
7979
        * PITIVI_SOC_2007/pitivi.spec.in:
 
7980
        * PITIVI_SOC_2007/pitivi/.cvsignore:
 
7981
        * PITIVI_SOC_2007/pitivi/Makefile.am:
 
7982
        * PITIVI_SOC_2007/pitivi/__init__.py:
 
7983
        * PITIVI_SOC_2007/pitivi/bin.py:
 
7984
        * PITIVI_SOC_2007/pitivi/check.py:
 
7985
        * PITIVI_SOC_2007/pitivi/configure.py.in:
 
7986
        * PITIVI_SOC_2007/pitivi/discoverer.py:
 
7987
        * PITIVI_SOC_2007/pitivi/dnd.py:
 
7988
        * PITIVI_SOC_2007/pitivi/effects.py:
 
7989
        * PITIVI_SOC_2007/pitivi/elements/.cvsignore:
 
7990
        * PITIVI_SOC_2007/pitivi/elements/Makefile.am:
 
7991
        * PITIVI_SOC_2007/pitivi/elements/__init__.py:
 
7992
        * PITIVI_SOC_2007/pitivi/elements/singledecodebin.py:
 
7993
        * PITIVI_SOC_2007/pitivi/elements/smartscale.py:
 
7994
        * PITIVI_SOC_2007/pitivi/elements/thumbnailsink.py:
 
7995
        * PITIVI_SOC_2007/pitivi/instance.py:
 
7996
        * PITIVI_SOC_2007/pitivi/objectfactory.py:
 
7997
        * PITIVI_SOC_2007/pitivi/pitivi.py:
 
7998
        * PITIVI_SOC_2007/pitivi/pitivigstutils.py:
 
7999
        * PITIVI_SOC_2007/pitivi/pixmaps/.cvsignore:
 
8000
        * PITIVI_SOC_2007/pitivi/pixmaps/Makefile.am:
 
8001
        * PITIVI_SOC_2007/pitivi/pixmaps/busy.gif:
 
8002
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-16.png:
 
8003
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-22.png:
 
8004
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-24.png:
 
8005
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-16.png:
 
8006
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-22.png:
 
8007
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-24.png:
 
8008
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-video.png:
 
8009
        * PITIVI_SOC_2007/pitivi/playground.py:
 
8010
        * PITIVI_SOC_2007/pitivi/plugincore.py:
 
8011
        * PITIVI_SOC_2007/pitivi/pluginmanager.py:
 
8012
        * PITIVI_SOC_2007/pitivi/project.py:
 
8013
        * PITIVI_SOC_2007/pitivi/projectsaver.py:
 
8014
        * PITIVI_SOC_2007/pitivi/serializable.py:
 
8015
        * PITIVI_SOC_2007/pitivi/settings.py:
 
8016
        * PITIVI_SOC_2007/pitivi/signalgroup.py:
 
8017
        * PITIVI_SOC_2007/pitivi/sourcelist.py:
 
8018
        * PITIVI_SOC_2007/pitivi/threads.py:
 
8019
        * PITIVI_SOC_2007/pitivi/thumbnailer.py:
 
8020
        * PITIVI_SOC_2007/pitivi/timeline/Makefile.am:
 
8021
        * PITIVI_SOC_2007/pitivi/timeline/__init__.py:
 
8022
        * PITIVI_SOC_2007/pitivi/timeline/composition.py:
 
8023
        * PITIVI_SOC_2007/pitivi/timeline/effects.py:
 
8024
        * PITIVI_SOC_2007/pitivi/timeline/objects.py:
 
8025
        * PITIVI_SOC_2007/pitivi/timeline/source.py:
 
8026
        * PITIVI_SOC_2007/pitivi/timeline/timeline.py:
 
8027
        * PITIVI_SOC_2007/pitivi/ui/.cvsignore:
 
8028
        * PITIVI_SOC_2007/pitivi/ui/Makefile.am:
 
8029
        * PITIVI_SOC_2007/pitivi/ui/__init__.py:
 
8030
        * PITIVI_SOC_2007/pitivi/ui/actions.xml:
 
8031
        * PITIVI_SOC_2007/pitivi/ui/complexinterface.py:
 
8032
        * PITIVI_SOC_2007/pitivi/ui/complexlayer.py:
 
8033
        * PITIVI_SOC_2007/pitivi/ui/complexsource.py:
 
8034
        * PITIVI_SOC_2007/pitivi/ui/complextimeline.py:
 
8035
        * PITIVI_SOC_2007/pitivi/ui/elementsettingsdialog.glade:
 
8036
        * PITIVI_SOC_2007/pitivi/ui/encodingdialog.glade:
 
8037
        * PITIVI_SOC_2007/pitivi/ui/exportsettingswidget.glade:
 
8038
        * PITIVI_SOC_2007/pitivi/ui/exportsettingswidget.py:
 
8039
        * PITIVI_SOC_2007/pitivi/ui/filelisterrordialog.glade:
 
8040
        * PITIVI_SOC_2007/pitivi/ui/filelisterrordialog.py:
 
8041
        * PITIVI_SOC_2007/pitivi/ui/glade.py:
 
8042
        * PITIVI_SOC_2007/pitivi/ui/gstwidget.py:
 
8043
        * PITIVI_SOC_2007/pitivi/ui/infolayer.py:
 
8044
        * PITIVI_SOC_2007/pitivi/ui/layerwidgets.py:
 
8045
        * PITIVI_SOC_2007/pitivi/ui/mainwindow.py:
 
8046
        * PITIVI_SOC_2007/pitivi/ui/pluginmanagerdialog.glade:
 
8047
        * PITIVI_SOC_2007/pitivi/ui/pluginmanagerdialog.py:
 
8048
        * PITIVI_SOC_2007/pitivi/ui/plumber.py:
 
8049
        * PITIVI_SOC_2007/pitivi/ui/projectsettings.glade:
 
8050
        * PITIVI_SOC_2007/pitivi/ui/projectsettings.py:
 
8051
        * PITIVI_SOC_2007/pitivi/ui/ruler.py:
 
8052
        * PITIVI_SOC_2007/pitivi/ui/slider.py:
 
8053
        * PITIVI_SOC_2007/pitivi/ui/sourcefactories.py:
 
8054
        * PITIVI_SOC_2007/pitivi/ui/timeline.py:
 
8055
        * PITIVI_SOC_2007/pitivi/ui/timelineobjects.py:
 
8056
        * PITIVI_SOC_2007/pitivi/ui/tracklayer.py:
 
8057
        * PITIVI_SOC_2007/pitivi/ui/viewer.py:
 
8058
        * PITIVI_SOC_2007/pitivi/utils.py:
 
8059
        * PITIVI_SOC_2007/po/.cvsignore:
 
8060
        * PITIVI_SOC_2007/po/ChangeLog:
 
8061
        * PITIVI_SOC_2007/po/LINGUAS:
 
8062
        * PITIVI_SOC_2007/po/Makefile.in.in:
 
8063
        * PITIVI_SOC_2007/po/POTFILES.in:
 
8064
        * PITIVI_SOC_2007/po/ar.po:
 
8065
        * PITIVI_SOC_2007/po/ca.po:
 
8066
        * PITIVI_SOC_2007/po/de.po:
 
8067
        * PITIVI_SOC_2007/po/dz.po:
 
8068
        * PITIVI_SOC_2007/po/el.po:
 
8069
        * PITIVI_SOC_2007/po/en_GB.po:
 
8070
        * PITIVI_SOC_2007/po/es.po:
 
8071
        * PITIVI_SOC_2007/po/fi.po:
 
8072
        * PITIVI_SOC_2007/po/fr.po:
 
8073
        * PITIVI_SOC_2007/po/it.po:
 
8074
        * PITIVI_SOC_2007/po/pa.po:
 
8075
        * PITIVI_SOC_2007/po/pt_BR.po:
 
8076
        * PITIVI_SOC_2007/po/sv.po:
 
8077
        * PITIVI_SOC_2007/po/zh_CN.po:
 
8078
        * PITIVI_SOC_2007/tests/Makefile.am:
 
8079
        * PITIVI_SOC_2007/tests/common.py:
 
8080
        * PITIVI_SOC_2007/tests/runtests.py:
 
8081
        * PITIVI_SOC_2007/tests/test_basic.py:
 
8082
        * PITIVI_SOC_2007/tests/test_file_load_save.py:
 
8083
        * PITIVI_SOC_2007/tests/test_serializable.py:
 
8084
        * PITIVI_SOC_2007/tests/test_timeline_composition.py:
 
8085
        * PITIVI_SOC_2007/tests/test_timeline_objects.py:
 
8086
        * PITIVI_SOC_2007/tests/test_timeline_source.py:
 
8087
          grmlbl
 
8088
 
 
8089
2007-09-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
8090
 
 
8091
        * PITIVI_SOC_2007/.cvsignore:
 
8092
        * PITIVI_SOC_2007/ABOUT-NLS:
 
8093
        * PITIVI_SOC_2007/AUTHORS:
 
8094
        * PITIVI_SOC_2007/COPYING:
 
8095
        * PITIVI_SOC_2007/ChangeLog:
 
8096
        * PITIVI_SOC_2007/MAINTAINERS:
 
8097
        * PITIVI_SOC_2007/Makefile.am:
 
8098
        * PITIVI_SOC_2007/NEWS:
 
8099
        * PITIVI_SOC_2007/README:
 
8100
        * PITIVI_SOC_2007/RELEASE:
 
8101
        * PITIVI_SOC_2007/autogen.sh:
 
8102
        * PITIVI_SOC_2007/bin/.cvsignore:
 
8103
        * PITIVI_SOC_2007/bin/Makefile.am:
 
8104
        * PITIVI_SOC_2007/bin/pitivi.in:
 
8105
        * PITIVI_SOC_2007/configure.ac:
 
8106
        * PITIVI_SOC_2007/docs/HACKING:
 
8107
        * PITIVI_SOC_2007/docs/design/timeline.txt:
 
8108
        * PITIVI_SOC_2007/intltool-extract.in:
 
8109
        * PITIVI_SOC_2007/intltool-merge.in:
 
8110
        * PITIVI_SOC_2007/intltool-update.in:
 
8111
        * PITIVI_SOC_2007/pitivi.desktop.in:
 
8112
        * PITIVI_SOC_2007/pitivi.png:
 
8113
        * PITIVI_SOC_2007/pitivi.spec.in:
 
8114
        * PITIVI_SOC_2007/pitivi/.cvsignore:
 
8115
        * PITIVI_SOC_2007/pitivi/Makefile.am:
 
8116
        * PITIVI_SOC_2007/pitivi/__init__.py:
 
8117
        * PITIVI_SOC_2007/pitivi/bin.py:
 
8118
        * PITIVI_SOC_2007/pitivi/check.py:
 
8119
        * PITIVI_SOC_2007/pitivi/configure.py.in:
 
8120
        * PITIVI_SOC_2007/pitivi/discoverer.py:
 
8121
        * PITIVI_SOC_2007/pitivi/dnd.py:
 
8122
        * PITIVI_SOC_2007/pitivi/effects.py:
 
8123
        * PITIVI_SOC_2007/pitivi/elements/.cvsignore:
 
8124
        * PITIVI_SOC_2007/pitivi/elements/Makefile.am:
 
8125
        * PITIVI_SOC_2007/pitivi/elements/__init__.py:
 
8126
        * PITIVI_SOC_2007/pitivi/elements/singledecodebin.py:
 
8127
        * PITIVI_SOC_2007/pitivi/elements/smartscale.py:
 
8128
        * PITIVI_SOC_2007/pitivi/elements/thumbnailsink.py:
 
8129
        * PITIVI_SOC_2007/pitivi/instance.py:
 
8130
        * PITIVI_SOC_2007/pitivi/objectfactory.py:
 
8131
        * PITIVI_SOC_2007/pitivi/pitivi.py:
 
8132
        * PITIVI_SOC_2007/pitivi/pitivigstutils.py:
 
8133
        * PITIVI_SOC_2007/pitivi/pixmaps/.cvsignore:
 
8134
        * PITIVI_SOC_2007/pitivi/pixmaps/Makefile.am:
 
8135
        * PITIVI_SOC_2007/pitivi/pixmaps/busy.gif:
 
8136
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-16.png:
 
8137
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-22.png:
 
8138
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-advanced-24.png:
 
8139
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-16.png:
 
8140
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-22.png:
 
8141
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-render-24.png:
 
8142
        * PITIVI_SOC_2007/pitivi/pixmaps/pitivi-video.png:
 
8143
        * PITIVI_SOC_2007/pitivi/playground.py:
 
8144
        * PITIVI_SOC_2007/pitivi/plugincore.py:
 
8145
        * PITIVI_SOC_2007/pitivi/pluginmanager.py:
 
8146
        * PITIVI_SOC_2007/pitivi/project.py:
 
8147
        * PITIVI_SOC_2007/pitivi/projectsaver.py:
 
8148
        * PITIVI_SOC_2007/pitivi/serializable.py:
 
8149
        * PITIVI_SOC_2007/pitivi/settings.py:
 
8150
        * PITIVI_SOC_2007/pitivi/signalgroup.py:
 
8151
        * PITIVI_SOC_2007/pitivi/sourcelist.py:
 
8152
        * PITIVI_SOC_2007/pitivi/threads.py:
 
8153
        * PITIVI_SOC_2007/pitivi/thumbnailer.py:
 
8154
        * PITIVI_SOC_2007/pitivi/timeline/Makefile.am:
 
8155
        * PITIVI_SOC_2007/pitivi/timeline/__init__.py:
 
8156
        * PITIVI_SOC_2007/pitivi/timeline/composition.py:
 
8157
        * PITIVI_SOC_2007/pitivi/timeline/effects.py:
 
8158
        * PITIVI_SOC_2007/pitivi/timeline/objects.py:
 
8159
        * PITIVI_SOC_2007/pitivi/timeline/source.py:
 
8160
        * PITIVI_SOC_2007/pitivi/timeline/timeline.py:
 
8161
        * PITIVI_SOC_2007/pitivi/ui/.cvsignore:
 
8162
        * PITIVI_SOC_2007/pitivi/ui/Makefile.am:
 
8163
        * PITIVI_SOC_2007/pitivi/ui/__init__.py:
 
8164
        * PITIVI_SOC_2007/pitivi/ui/actions.xml:
 
8165
        * PITIVI_SOC_2007/pitivi/ui/complexinterface.py:
 
8166
        * PITIVI_SOC_2007/pitivi/ui/complexlayer.py:
 
8167
        * PITIVI_SOC_2007/pitivi/ui/complexsource.py:
 
8168
        * PITIVI_SOC_2007/pitivi/ui/complextimeline.py:
 
8169
        * PITIVI_SOC_2007/pitivi/ui/elementsettingsdialog.glade:
 
8170
        * PITIVI_SOC_2007/pitivi/ui/encodingdialog.glade:
 
8171
        * PITIVI_SOC_2007/pitivi/ui/exportsettingswidget.glade:
 
8172
        * PITIVI_SOC_2007/pitivi/ui/exportsettingswidget.py:
 
8173
        * PITIVI_SOC_2007/pitivi/ui/filelisterrordialog.glade:
 
8174
        * PITIVI_SOC_2007/pitivi/ui/filelisterrordialog.py:
 
8175
        * PITIVI_SOC_2007/pitivi/ui/glade.py:
 
8176
        * PITIVI_SOC_2007/pitivi/ui/gstwidget.py:
 
8177
        * PITIVI_SOC_2007/pitivi/ui/infolayer.py:
 
8178
        * PITIVI_SOC_2007/pitivi/ui/layerwidgets.py:
 
8179
        * PITIVI_SOC_2007/pitivi/ui/mainwindow.py:
 
8180
        * PITIVI_SOC_2007/pitivi/ui/pluginmanagerdialog.glade:
 
8181
        * PITIVI_SOC_2007/pitivi/ui/pluginmanagerdialog.py:
 
8182
        * PITIVI_SOC_2007/pitivi/ui/plumber.py:
 
8183
        * PITIVI_SOC_2007/pitivi/ui/projectsettings.glade:
 
8184
        * PITIVI_SOC_2007/pitivi/ui/projectsettings.py:
 
8185
        * PITIVI_SOC_2007/pitivi/ui/ruler.py:
 
8186
        * PITIVI_SOC_2007/pitivi/ui/slider.py:
 
8187
        * PITIVI_SOC_2007/pitivi/ui/sourcefactories.py:
 
8188
        * PITIVI_SOC_2007/pitivi/ui/timeline.py:
 
8189
        * PITIVI_SOC_2007/pitivi/ui/timelineobjects.py:
 
8190
        * PITIVI_SOC_2007/pitivi/ui/tracklayer.py:
 
8191
        * PITIVI_SOC_2007/pitivi/ui/viewer.py:
 
8192
        * PITIVI_SOC_2007/pitivi/utils.py:
 
8193
        * PITIVI_SOC_2007/po/.cvsignore:
 
8194
        * PITIVI_SOC_2007/po/ChangeLog:
 
8195
        * PITIVI_SOC_2007/po/LINGUAS:
 
8196
        * PITIVI_SOC_2007/po/Makefile.in.in:
 
8197
        * PITIVI_SOC_2007/po/POTFILES.in:
 
8198
        * PITIVI_SOC_2007/po/ar.po:
 
8199
        * PITIVI_SOC_2007/po/ca.po:
 
8200
        * PITIVI_SOC_2007/po/de.po:
 
8201
        * PITIVI_SOC_2007/po/dz.po:
 
8202
        * PITIVI_SOC_2007/po/el.po:
 
8203
        * PITIVI_SOC_2007/po/en_GB.po:
 
8204
        * PITIVI_SOC_2007/po/es.po:
 
8205
        * PITIVI_SOC_2007/po/fi.po:
 
8206
        * PITIVI_SOC_2007/po/fr.po:
 
8207
        * PITIVI_SOC_2007/po/it.po:
 
8208
        * PITIVI_SOC_2007/po/pa.po:
 
8209
        * PITIVI_SOC_2007/po/pt_BR.po:
 
8210
        * PITIVI_SOC_2007/po/sv.po:
 
8211
        * PITIVI_SOC_2007/po/zh_CN.po:
 
8212
        * PITIVI_SOC_2007/tests/Makefile.am:
 
8213
        * PITIVI_SOC_2007/tests/common.py:
 
8214
        * PITIVI_SOC_2007/tests/runtests.py:
 
8215
        * PITIVI_SOC_2007/tests/test_basic.py:
 
8216
        * PITIVI_SOC_2007/tests/test_file_load_save.py:
 
8217
        * PITIVI_SOC_2007/tests/test_serializable.py:
 
8218
        * PITIVI_SOC_2007/tests/test_timeline_composition.py:
 
8219
        * PITIVI_SOC_2007/tests/test_timeline_objects.py:
 
8220
        * PITIVI_SOC_2007/tests/test_timeline_source.py:
 
8221
          moving unstable branch to trunk
 
8222
 
 
8223
2007-09-01  Stéphane Raimbault <stephane.raimbault@gmail.com>
 
8224
 
 
8225
        * po/ChangeLog:
 
8226
        * po/fr.po:
 
8227
          Updated French translation by Christophe Benz and Claude Paroz.
 
8228
 
 
8229
2007-08-23  Ilkka Tuohela <hile@iki.fi>
 
8230
 
 
8231
        * po/ChangeLog:
 
8232
        * po/fi.po:
 
8233
          Updated Finnish translation
 
8234
 
 
8235
2007-08-20  Yannig Marchegay <yannig@marchegay.org>
 
8236
 
 
8237
        * po/oc.po:
 
8238
          Updated Occitan translation
 
8239
 
 
8240
2007-08-17  Yannig Marchegay <yannig@marchegay.org>
 
8241
 
 
8242
        * po/oc.po:
 
8243
          Updated Occitan translation
 
8244
 
 
8245
2007-08-17  Raivis Dejus <orvils@gmail.com>
 
8246
 
 
8247
        * po/ChangeLog:
 
8248
        * po/LINGUAS:
 
8249
        * po/lv.po:
 
8250
          Added Latvian Translation.
 
8251
 
 
8252
2007-08-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
8253
 
 
8254
          * MAINTAINERS: Fix file according to http://live.gnome.org/MaintainersCorner#maintainers
 
8255
 
 
8256
2007-08-06  Ilkka Tuohela <hile@iki.fi>
 
8257
 
 
8258
        * po/ChangeLog:
 
8259
        * po/fi.po:
 
8260
          Updated Finnish translation
 
8261
 
 
8262
2007-07-31  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
8263
 
 
8264
        * po/ChangeLog:
 
8265
        * po/es.po:
 
8266
          Updated Spanish translation
 
8267
 
 
8268
2007-07-29  Yannig Marchegay <yannig@marchegay.org>
 
8269
 
 
8270
        * po/LINGUAS:
 
8271
          Updated Occitan translation
 
8272
 
 
8273
2007-07-29  Yannig Marchegay <yannig@marchegay.org>
 
8274
 
 
8275
        * po/oc.po:
 
8276
          Updated Occitan translation
 
8277
 
 
8278
2007-07-28  Daniel Nylander <po@danielnylander.se>
 
8279
 
 
8280
        * po/ChangeLog:
 
8281
        * po/sv.po:
 
8282
          sv.po: Swedish translation updated
 
8283
 
 
8284
2007-07-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
8285
 
 
8286
        * ChangeLog:
2719
8287
        * pitivi/objectfactory.py:
2720
 
        Make ObjectFactory serializable.
2721
 
        Add UniqueID property and methods.
2722
 
        * pitivi/serializable.py:
2723
 
        Add check for serializable sub-classes that have the same
2724
 
        __data_type__
2725
 
        * pitivi/timeline/objects.py:
2726
 
        Add documentation about serializable properties.
2727
 
        Add UniqueID property and methods.
2728
 
        Add methods for delayed object creation.
2729
 
        Adapted code so we can create objects both with and without
2730
 
        initial parameters.
2731
 
        * tests/common.py:
2732
 
        ObjectFactories need __data_type__
2733
 
        * tests/test_serializable.py:
2734
 
        Add tests for uniqueness.
2735
 
        * tests/test_timeline_objects.py:
2736
 
        Add serialization tests for BrotherObjects and TimelineObject
2737
 
 
2738
 
2007-08-24  Edward Hervey  <bilboed@bilboed.com>
2739
 
 
2740
 
        * tests/test_file_load_save.py:
2741
 
        Fix typos.
2742
 
 
2743
 
2007-08-22  Edward Hervey  <bilboed@bilboed.com>
2744
 
 
2745
 
        * tests/Makefile.am:
2746
 
        * tests/test_serializable.py:
2747
 
        Added new test to check for pitivi.serializable behaviour.
2748
 
 
2749
 
2007-08-22  Edward Hervey  <bilboed@bilboed.com>
2750
 
 
2751
 
        * pitivi/project.py:
2752
 
        * pitivi/sourcelist.py:
2753
 
        * pitivi/timeline/composition.py:
2754
 
        * pitivi/timeline/effects.py:
2755
 
        * pitivi/timeline/objects.py:
2756
 
        * pitivi/timeline/source.py:
2757
 
        * pitivi/timeline/timeline.py:
2758
 
        * tests/common.py:
2759
 
        Add __data_type__ for proper intermediary <=> object conversion.
2760
 
        * pitivi/projectsaver.py:
2761
 
        Fix so that it builds.
2762
 
        * pitivi/serializable.py:
2763
 
        Add methods to search all existing Serializable subclasses and create
2764
 
        an object from an intermediary format data structure.
2765
 
 
2766
 
2007-08-22  Edward Hervey  <bilboed@bilboed.com>
2767
 
 
2768
 
        * pitivi/Makefile.am:
2769
 
        * tests/Makefile.am:
2770
 
        Add new files to distributed files.
2771
 
 
2772
 
2007-08-21  Brandon Lewis  <brandon_lewis@berkeley.edu>
2773
 
 
2774
 
        reviewed by: <delete if not using a buddy>
2775
 
 
2776
 
        * pitivi/project.py:
2777
 
        * pitivi/projectsaver.py:
2778
 
        * pitivi/serializable.py:
2779
 
        * pitivi/sourcelist.py:
2780
 
        * pitivi/timeline/composition.py:
2781
 
        * pitivi/timeline/objects.py:
2782
 
        * pitivi/timeline/source.py:
2783
 
        * pitivi/timeline/timeline.py:
2784
 
        * tests/test_file_load_save.py:
2785
 
        This is the final SoC commit. This includes a lot of broken/unfinished
2786
 
        code, but I felt the need to sort of delimit where my official
2787
 
        contribution ends. I have added the "Serializable" interface, and
2788
 
        implemented it in most of the project classes. None of this has been
2789
 
        tested, and PiTiVi may even be broken, although it does seem to load
2790
 
        and run. There's also likely to be some code which is left over from
2791
 
        an earlier attempt to implement saving and loading.
2792
 
 
2793
 
2007-08-17  Brandon Lewis  <brandon_lewis@berkeley.edu>
2794
 
 
2795
 
        reviewed by: <delete if not using a buddy>
2796
 
 
2797
 
        * pitivi/projectsaver.py:
2798
 
        * tests/test_file_load_save.py:
2799
 
        added more internal error checking
2800
 
        added more test cases
2801
 
 
2802
 
2007-08-17  Brandon Lewis  <brandon_lewis@berkeley.edu>
2803
 
 
2804
 
        reviewed by: <delete if not using a buddy>
2805
 
 
2806
 
        * pitivi/projectsaver.py:
2807
 
        * tests/test_file_load_save.py:
2808
 
  added basic file saver backend framework code. 
2809
 
  added rudimentary test cases.
2810
 
 
2811
 
2007-08-06  Brandon Lewis  <brandon_lewis@berkeley.edu>
2812
 
 
2813
 
        reviewed by: <delete if not using a buddy>
2814
 
 
2815
 
        * pitivi/pitivi.py:
2816
 
        * tests/test_file_load_save.py:
2817
 
        Changed the signature of the "new-project-failed" so that it also
2818
 
        includes the uri of the failed project.
2819
 
 
2820
 
2007-08-04  Brandon Lewis  <brandon_lewis@berkeley.edu>
2821
 
 
2822
 
        reviewed by: <delete if not using a buddy>
2823
 
 
2824
 
        * pitivi/pitivi.py:
2825
 
        * pitivi/project.py:
2826
 
        * tests/test_file_load_save.py:
2827
 
        implemented first part of application logic
2828
 
        added test cases for new/load/save application logic
2829
 
 
2830
 
2007-08-02  Brandon Lewis  <brandon_lewis@berkeley.edu>
2831
 
 
2832
 
        reviewed by: <delete if not using a buddy>
2833
 
 
2834
 
        * pitivi/pitivi.py:
2835
 
        * pitivi/project.py:
 
8288
          Patch by: Thijs Vermeir <thijsvermeir@gmail.com> * pitivi/objectfactory.py: Use decodebin2 if available for temporary file sources.
 
8289
 
 
8290
2007-07-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
8291
 
 
8292
        * ChangeLog:
2836
8293
        * pitivi/ui/mainwindow.py:
2837
 
        * pitivi/ui/sourcefactories.py:
2838
 
        * pitivi/ui/timelineobjects.py:
2839
 
        * pitivi/ui/viewer.py:
2840
 
 First minimal changes required to get file load/save application logic going.
2841
 
 I've renamed some signals, and added some new ones. This broke Pitivi, so
2842
 
 i've made minimal changes to allow Pitivi to run and work as before.
2843
 
 new-project -> new-project-loaded
2844
 
 not-project -> new-project-failed
2845
 
 added new-project-loading (emitted from Pitivi)
2846
 
 added new-project-failed (emitted from Pitivi)
2847
 
 added save-uri-requested (emitted from Project)
2848
 
 added confirm-overwrite (emitted from Project)
2849
 
 
2850
 
 
2851
 
2007-07-27  Edward Hervey  <bilboed@bilboed.com>
2852
 
 
2853
 
        * pitivi/ui/tracklayer.py:
2854
 
        Don't forget to remove our widget from self.sources when a source has
2855
 
        been removed.
2856
 
 
2857
 
2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2858
 
 
2859
 
        * pitivi/check.py:
2860
 
        Fix for current gstreamer version.
2861
 
 
2862
 
2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2863
 
 
2864
 
        * pitivi/ui/plumber.py:
2865
 
        Force audio output for previewing to stereo 16bit 44.1kHz.
2866
 
 
2867
 
2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2868
 
 
2869
 
        * pitivi/ui/tracklayer.py:
2870
 
        Only save mouseDownPosition for left mouse button.
2871
 
 
2872
 
2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2873
 
 
 
8294
          Patch by: Thijs Vermeir <thijsvermeir@gmail.com> * pitivi/ui/mainwindow.py: Fix issues with rendering progress bar.
 
8295
 
 
8296
2007-07-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8297
 
 
8298
          * pitivi/settings.py: More flexible algorithm for finding compatible muxers and encoders. It still leaves the problem of limitations because of the encoders (in size, depth, ...).
 
8299
 
 
8300
2007-07-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8301
 
 
8302
          * pitivi/ui/timeline.py: Use a gtk.Label with an eventbox instead of the previous method in order to display the informational message in the timeline. Fixes #405462
 
8303
 
 
8304
2007-07-04  Pema Geyleg <pgeyleg@gmail.com>
 
8305
 
 
8306
        * po/ChangeLog:
 
8307
        * po/dz.po:
 
8308
          updated dzongkha translation
 
8309
 
 
8310
2007-06-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8311
 
 
8312
          * MAINTAINERS: * pitivi.spec.in: * pitivi/ui/mainwindow.py: * pitivi/ui/plumber.py: Changing email adress for my copyrights, since I'm no longer at Fluendo.
 
8313
 
 
8314
2007-06-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8315
 
 
8316
          * pitivi/elements/smartscale.py: Revert previous commit since it breaks a lot of behaviours :( If there's no pixel-aspect-ratio in the caps, that means it's 1/1.
 
8317
 
 
8318
2007-06-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
8319
 
 
8320
          * pitivi/playground.py: (getCurrentTimePosition): added a 'onlyvideo' default parameter because of issues with audio streams (namely mad/mp3). * pitivi/ui/ruler.py: * pitivi/ui/viewer.py: Specify format when doing a seek. Good if we add other parameters to Playground.seekInCurrent() later on.
 
8321
 
 
8322
2007-06-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
8323
 
 
8324
          * pitivi/elements/Makefile.am: (elements_PYTHON): Add the new thumbnailsink.
 
8325
 
 
8326
2007-06-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
8327
 
 
8328
          * pitivi/elements/thumbnailsink.py: First take at a thumbnailing sink that converts RGB buffers into GdkPixbuf usable in gtk widgets.
 
8329
 
 
8330
2007-06-07  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
8331
 
 
8332
        * po/ChangeLog:
 
8333
        * po/es.po:
 
8334
          Updated Spanish translation
 
8335
 
 
8336
2007-06-04  Daniel Nylander <po@danielnylander.se>
 
8337
 
 
8338
        * po/ChangeLog:
 
8339
        * po/sv.po:
 
8340
          sv.po: Updated Swedish translation
 
8341
 
 
8342
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8343
 
 
8344
          * pitivi/ui/timelineobjects.py: re-activate "remove" popup button on sources now that the release is done.
 
8345
 
 
8346
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8347
 
 
8348
          * configure.ac: Back to development cycle.
 
8349
 
 
8350
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8351
 
 
8352
        * NEWS:
 
8353
        * RELEASE:
2874
8354
        * configure.ac:
2875
 
        Depend on cvs gstreamer core and gnonlin. I know it sucks, but I can't
2876
 
        come up with non-cvs workarounds this time :(
2877
 
        * pitivi/elements/smartscale.py:
2878
 
        Don't revert that change in fact, it was capsfilter that was broken
2879
 
        in fact.
2880
 
 
2881
 
2007-07-23  Edward Hervey  <bilboed@bilboed.com>
2882
 
 
2883
 
        * pitivi/elements/smartscale.py:
2884
 
        Revert issue already reverted in TRUNK
2885
 
        * pitivi/elements/thumbnailsink.py:
2886
 
        small fixes.
2887
 
        * pitivi/settings.py:
2888
 
        Re-enable advanced view.
2889
 
        * pitivi/ui/complextimeline.py:
2890
 
        * pitivi/ui/layerwidgets.py:
 
8355
          Releasing !
 
8356
 
 
8357
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8358
 
 
8359
        * ChangeLog:
 
8360
 
 
8361
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8362
 
 
8363
          * pitivi/ui/timelineobjects.py: (SimpleSourceWidget.__init__): Disable source editing for the release. * po/ar.po: * po/ca.po: * po/de.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/it.po: * po/pa.po: * po/pt_BR.po: * po/sv.po: * po/zh_CN.po: po files adjusted.
 
8364
 
 
8365
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8366
 
 
8367
          * AUTHORS: * pitivi/ui/mainwindow.py: Give credit to the contributors !
 
8368
 
 
8369
2007-05-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8370
 
 
8371
          * po/ar.po: * po/ca.po: * po/de.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/it.po: * po/pa.po: * po/pt_BR.po: * po/sv.po: * po/zh_CN.po: Update translations.
 
8372
 
 
8373
2007-05-29  Daniel Nylander <po@danielnylander.se>
 
8374
 
 
8375
        * po/ChangeLog:
 
8376
        * po/sv.po:
 
8377
          sv.po: Updated Swedish translation
 
8378
 
 
8379
2007-05-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8380
 
 
8381
          * configure.ac: 0.10.2.2 pre-release
 
8382
 
 
8383
2007-05-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8384
 
 
8385
          * pitivi/timeline/source.py: New TimelineBlankSource for audio/video blanks. * pitivi/ui/timelineobjects.py: When adding a video-only clip to the timeline, link a blank audio brother to it to avoid issues. Fixes #441784
 
8386
 
 
8387
2007-05-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8388
 
 
8389
          * pitivi/elements/smartscale.py: Always set the pixel-aspect-ratio on the intermediate capsfilter to handle video streams that don't specify the PAR (which in that case defaults to 1/1).
 
8390
 
 
8391
2007-05-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8392
 
 
8393
          * pitivi/ui/sourcefactories.py: Set the proper title and heading on dialog box depending on whether there is one OR more files that failed.
 
8394
 
 
8395
2007-05-21  Jordi Mas <jmas@softcatala.org>
 
8396
 
 
8397
          2007-05-21 Jordi Mas <jmas@softcatala.org>
 
8398
          * ca.po: Updated Catalan translation by Gil Forcada
 
8399
 
 
8400
2007-05-16  David Lodge <dave@cirt.net>
 
8401
 
 
8402
        * po/ChangeLog:
 
8403
        * po/en_GB.po:
 
8404
          Updated en_GB translation
 
8405
 
 
8406
2007-05-15  Jorge Gonzalez <jorgegon@svn.gnome.org>
 
8407
 
 
8408
        * po/ChangeLog:
 
8409
        * po/es.po:
 
8410
          Updated Spanish translation
 
8411
 
 
8412
2007-05-15  Daniel Nylander <po@danielnylander.se>
 
8413
 
 
8414
        * po/ChangeLog:
 
8415
        * po/POTFILES.in:
 
8416
        * po/sv.po:
 
8417
          sv.po: Updated Swedish translation
 
8418
 
 
8419
2007-05-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
8420
 
 
8421
          * pitivi/ui/filelisterrordialog.py: more cleanup * pitivi/ui/sourcefactories.py: Emit signal so InfoStub can be properly removed.
 
8422
 
 
8423
2007-05-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
8424
 
 
8425
          * pitivi/ui/filelisterrordialog.py: First try at using gtk.TextView for error information.
 
8426
 
 
8427
2007-05-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
8428
 
 
8429
          * pitivi/discoverer.py: * pitivi/ui/filelisterrordialog.py: * pitivi/ui/sourcefactories.py: Use the extra information field for 'not-media-file' signals. UI cleanups will follow soon.
 
8430
 
 
8431
2007-05-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
8432
 
 
8433
          * pitivi/ui/sourcefactories.py: Sort files from folders when receiving dropped uris.
 
8434
 
 
8435
2007-05-05  Stéphane Raimbault <stephane.raimbault@gmail.com>
 
8436
 
 
8437
          2007-05-05  Stéphane Raimbault  <stephane.raimbault@gmail.com>
 
8438
          * fr.po: Updated French translation by Jonathan Ernst,
 
8439
          Robert-André Mauchin and Stéphane Raimbault.
 
8440
          * ChangeLog: converted to UTF-8 with iconv.
 
8441
 
 
8442
2007-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
8443
 
 
8444
          * pitivi/Makefile.am: * pitivi/threads.py: * pitivi/pitivi.py: Threading convenience class and class to manage all threads in existence during runtime. * pitivi/sourcelist.py: * pitivi/discoverer.py: Add extra argument to not-media-file signal. Add error case when we can't figure out the duration of a file. * pitivi/ui/filelisterrordialog.glade: * pitivi/ui/filelisterrordialog.py: Start modifications of importing error reporting dialog. * pitivi/ui/sourcefactories.py: Spawn separate thread for recursively discovering threads so it doesn't block the UI main thread. Fixes #432655
 
8445
 
 
8446
2007-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
8447
 
 
8448
          * tests/test_timeline_composition.py: Remove dangling whitespaces.
 
8449
 
 
8450
2007-04-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8451
 
 
8452
          * pitivi/ui/exportsettingswidget.py: whoops :)
 
8453
 
 
8454
2007-04-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8455
 
 
8456
          * pitivi/discoverer.py: * pitivi/pixmaps/Makefile.am: * pitivi/pixmaps/busy.gif: * pitivi/sourcelist.py: * pitivi/ui/sourcefactories.py: Remove buttons in source list. The actions present in the toolbar and menu are enough, plus the fact that you can drop some files in it too. Add an indicator in the source list when importing is taking place. Much slicker than previous versions. Fixes #432714
 
8457
 
 
8458
2007-04-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8459
 
 
8460
          * pitivi.desktop.in: Add bugzilla fields so that bug-buddy can work properly with pitivi.
 
8461
 
 
8462
2007-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8463
 
 
8464
          * pitivi/ui/timeline.py: Only hide the timeline if it's empty. * pitivi/ui/timelineobjects.py: Remove unused code.
 
8465
 
 
8466
2007-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8467
 
 
8468
          * pitivi/ui/encodingdialog.glade: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: Terminology fixes.
 
8469
 
 
8470
2007-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8471
 
 
8472
        * ChangeLog:
 
8473
        * pitivi/ui/mainwindow.py:
 
8474
          Patch by: Thibaut Girka <thibaut.girka@free.fr> * pitivi/ui/mainwindow.py: Fix i18n bug. Disable/enable [Render] button at correct time. Fixes #432204
 
8475
 
 
8476
2007-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8477
 
 
8478
        * ChangeLog:
 
8479
        * pitivi/ui/mainwindow.py:
 
8480
        * pitivi/ui/sourcefactories.py:
 
8481
          Patch by: Jeff Fortin <nekohayo@gmail.com> * pitivi/ui/mainwindow.py: Make fullscreen action toggle-able (like other gtk/gnome apps). Remove 5px spacing in Global VBox that made the toolbar look weird. * pitivi/ui/sourcefactories.py: Add icons to popup-menu. Fixes #415060
 
8482
 
 
8483
2007-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
8484
 
 
8485
          * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: Remove cruft that was causing the explanation message to be hidden. Fixes #432656 * pitivi/ui/timeline.py: Start by displaying the timeline. Fix explanation message. Only display explanation message in the timeline once there's at least one clip to add. Fixes #432724
 
8486
 
 
8487
2007-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
8488
 
 
8489
          * pitivi/ui/timeline.py: Show explanation message again if a drag was canceled. Fixes #432682
 
8490
 
 
8491
2007-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
8492
 
 
8493
          * pitivi/pitivi.py: * pitivi/settings.py: * pitivi/ui/mainwindow.py: Disable Advanced Mode by default until it works effectivelly. If you wish to use it, set the PITIVI_ADVANCED_MODE env variable to 1 Fixes #432644
 
8494
 
 
8495
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8496
 
 
8497
        * ChangeLog:
 
8498
        * pitivi/ui/mainwindow.py:
2891
8499
        * pitivi/ui/tracklayer.py:
2892
 
        We can move and cut on the advanced timeline \o/.
2893
 
 
2894
 
2007-07-20  Brandon Lewis  <brandon_lewis@berkeley.edu>
2895
 
 
2896
 
        reviewed by: <delete if not using a buddy>
2897
 
 
2898
 
        * pitivi/ui/slider.py:
2899
 
        Slider no longer connects to TimelineFileSource signals, but a new
2900
 
        public interface for setting the slider's endpoints has been added.
2901
 
        * pitivi/ui/timelineobjects.py:
2902
 
        Added cancel button
2903
 
        Wrapped all button label strings in _().
2904
 
        Rewrote the start/stop trimming code so that it stores changes
2905
 
        temporarily, and directly updates the endpoint display.
2906
 
        The TimelineFileSource start/duration are not changed until the user
2907
 
        clicks Done. Cancel will have no effect.
2908
 
 
2909
 
2007-07-18  Brandon Lewis  <brandon_lewis@berkeley.edu>
2910
 
 
2911
 
        reviewed by: <delete if not using a buddy>
2912
 
 
2913
 
        * pitivi/timeline/composition.py:
2914
 
        removed TimelineComposition.getSourcePositition, replaced with
2915
 
        TimelineComposotion.getSourceLayerPosition, and
2916
 
        TimelineComposition.getSimpleSourcePosition
2917
 
        * pitivi/timeline/source.py:
2918
 
        added volume control element to the TimelineFileSource object
2919
 
        added method to set volume
2920
 
        added workaround for gstreamer unlinking bug
2921
 
        * pitivi/ui/timelineobjects.py:
2922
 
        adjusted range of volume slider
2923
 
        * pitivi/thumbnailer.py:
2924
 
        changed debug statements from warning to log
2925
 
 
2926
 
2007-07-17  Edward Hervey  <edward@fluendo.com>
2927
 
 
2928
 
        * pitivi/timeline/composition.py:
2929
 
        * pitivi/ui/timelineobjects.py:
2930
 
        Rename method to get layer position of a source in a composition.
2931
 
        Add new method for getting position of a source in the simple
2932
 
        representation of a composition.
2933
 
        Fix editing widget to use the proper method to get the position of a
2934
 
        source in the timeline.
2935
 
 
2936
 
2007-07-13  Edward Hervey  <bilboed@bilboed.com>
2937
 
 
2938
 
        Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2939
 
        * pitivi/ui/mainwindow.py:
2940
 
        Fix issues with rendering progress bar.
2941
 
 
2942
 
2007-07-12  Edward Hervey  <bilboed@bilboed.com>
2943
 
 
2944
 
        * pitivi/ui/slider.py:
2945
 
        Added a bit of debugging.
2946
 
        * pitivi/ui/timelineobjects.py:
2947
 
        Remember initial values in the timeline widget.
2948
 
        When closing the widget, shift the following sources by the proper
2949
 
        offset.
2950
 
        Whiteline cleanup.
2951
 
 
2952
 
2007-07-12  Edward Hervey  <bilboed@bilboed.com>
2953
 
 
2954
 
        * pitivi/timeline/composition.py:
2955
 
        Make getSourcePosition a public method.
2956
 
        Added shiftSources() method to offset one or more sources.
2957
 
        Adapt existing code to use new shiftSources method.
2958
 
        * tests/test_timeline_composition.py:
2959
 
        Unit test for new shiftSources method.
2960
 
 
2961
 
2007-07-12  Edward Hervey  <bilboed@bilboed.com>
2962
 
 
2963
 
        * pitivi/timeline/source.py:
2964
 
        None and 0 are both False. But 0 is a valid value for start.
2965
 
 
2966
 
2007-07-12  Edward Hervey  <bilboed@bilboed.com>
2967
 
 
2968
 
        * pitivi/ui/Makefile.am:
2969
 
        Add slider to list of distributed files.
2970
 
 
2971
 
2007-07-09  Edward Hervey  <bilboed@bilboed.com>
2972
 
 
2973
 
        * pitivi/ui/timelineobjects.py:
2974
 
        Fix sign error.
2975
 
 
2976
 
2007-07-09  Brandon Lewis  <brandon_lewis@berkeley.edu>
2977
 
 
2978
 
        * pitivi/ui/slider.py:
2979
 
        bugfix in _playgroundCurrentChangedCb where seek being called with
2980
 
        non-integer
2981
 
        * pitivi/ui/timelineobjects.py:
2982
 
        the arrow buttons now work to set the endpoints of the clip.
2983
 
        currently they advance/rewind start and stop points by 1 second
2984
 
 
2985
 
2007-07-08  Brandon Lewis  <brandon_lewis@berkeley.edu>
2986
 
 
2987
 
        * pitivi/ui/timelineobjects.py:
2988
 
          editing widget makes trim buttons insensitive when slider is beyond
2989
 
          valid range. i.o.w. it is impossible to set the start after the end,
2990
 
          and vice versa.
2991
 
 
2992
 
2007-07-08  Brandon Lewis  <brandon_lewis@berkeley.edu>
2993
 
 
2994
 
        * pitivi/ui/slider.py:
2995
 
        split editing slider code out of timelineobjects.py into new file
2996
 
        * pitivi/ui/timelineobjects.py:
2997
 
        editing slider now shows start and stop points above the slider
2998
 
        removed most slider-related code from SimpleEditingWidget
2999
 
 
3000
 
2007-07-08  Edward Hervey  <bilboed@bilboed.com>
3001
 
 
3002
 
        * pitivi/settings.py:
3003
 
        More flexible algorithm for finding compatible muxers and encoders.
3004
 
        It still leaves the problem of limitations because of the
3005
 
        encoders (in size, depth, ...).
3006
 
 
3007
 
2007-07-08  Edward Hervey  <bilboed@bilboed.com>
3008
 
 
3009
 
        * pitivi/ui/timeline.py:
3010
 
        Use a label for the informational message instead of the previous
3011
 
        method. This should avoid a lot of segfaults.
3012
 
 
3013
 
2007-07-07 Brandon Lewis <brandon_lewis@berkeley.edy>
3014
 
 
3015
 
    * pitivi/ui/timelineobjects.py:
3016
 
    Tweaked default SimpleTimeline sizes
3017
 
    Split _createUI() out of SimpleSourceWidget.__init__()
3018
 
    Cosmetic tweaks for SimpleSourceWidget
3019
 
    SimpleSourceWidget ellipsizes it's file names
3020
 
    SimpleSourceWidget updates its duration after filesource duration changes
3021
 
    Also updates it's thumbnails after media start changes
3022
 
    Made volume slider set source volume (needs to be implemented in backend)
3023
 
    * pitivi/timeline/sources.py:
3024
 
    added new blank method TimelineFileSource.setVolume()
3025
 
 
3026
 
 
3027
 
2007-07-06 Brandon Lewis <brandon_lewis@berkeley.edu>
3028
 
 
3029
 
    * pitivi/ui/timelineobjects.py:
3030
 
    Hopefully definitive fix for thumbnail aspect ratios
3031
 
    ScaledThumbnailViewer.setPixelAspectRatio() should work now
3032
 
 
3033
 
2007-07-01  Edward Hervey  <bilboed@bilboed.com>
3034
 
 
3035
 
        * pitivi/ui/timelineobjects.py:
3036
 
        Fix thumbnail aspect ratio a bit more.
3037
 
        Fix small issues.
3038
 
        * pitivi/ui/viewer.py:
3039
 
        Fix small issues.
3040
 
 
3041
 
2007-06-30  Edward Hervey  <bilboed@bilboed.com>
3042
 
 
3043
 
        * MAINTAINERS:
 
8500
        * pitivi/ui/viewer.py:
 
8501
          Patch by: Thibaut Girka <thibaut.girka@gmail.com> * pitivi/ui/mainwindow.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Make simple timeline view active when it contains elements, even though it wasn't previously displayed. Fixed #430686
 
8502
 
 
8503
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8504
 
 
8505
          * pitivi/ui/mainwindow.py: Don't enable render button when we are viewing a temporary source.
 
8506
 
 
8507
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8508
 
 
8509
        * ChangeLog:
 
8510
        * pitivi/ui/viewer.py:
 
8511
          Patch by: Jeff Fortin <nekohayo@gmail.com> * pitivi/ui/viewer.py: Remove horizontal bar between viewer and viewer controls. Fixes #421672
 
8512
 
 
8513
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8514
 
 
8515
          * pitivi/pixmaps/Makefile.am: * pitivi/pixmaps/pitivi-advanced-16.png: * pitivi/pixmaps/pitivi-render-16.png: Add new 16x16 icons by Andreas Nilsson. * pitivi/ui/mainwindow.py: Set render icon on the render dialog box.
 
8516
 
 
8517
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8518
 
 
8519
          * pitivi/pixmaps/Makefile.am: Modify for new/removed icons.
 
8520
 
 
8521
2007-04-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8522
 
 
8523
          * pitivi/ui/actions.xml: * pitivi/ui/mainwindow.py: * pitivi/ui/viewer.py: Move render button to toolbar/menu. Patch by: Thibaut Girka <thibaut.girka@gmail.com> Fixes #421652 * pitivi/pixmaps/pitivi-file.png: * pitivi/pixmaps/pitivi-sound.png: Remove no longer used icons. * pitivi/pixmaps/pitivi-advanced.png: * pitivi/pixmaps/pitivi-advanced-22.png: * pitivi/pixmaps/pitivi-advanced-24.png: * pitivi/pixmaps/pitivi-render-22.png: * pitivi/pixmaps/pitivi-render-24.png: Rename icons. New render icon by Andreas Nilsson.
 
8524
 
 
8525
2007-04-22  Djihed Afifi <djihed@gmail.com>
 
8526
 
 
8527
        * po/ChangeLog:
 
8528
        * po/ar.po:
 
8529
          Updated Arabic Translation by Djihed Afifi.
 
8530
 
 
8531
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8532
 
 
8533
          * pitivi/ui/sourcefactories.py: Use default gtk theme icons for files, audio files and video files. Fixes #431060
 
8534
 
 
8535
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8536
 
 
8537
          * bin/pitivi.in: Don't stop pitivi from starting if we can't find the required locale.
 
8538
 
 
8539
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8540
 
 
8541
          * pitivi/ui/exportsettingswidget.py: Small typo fix.
 
8542
 
 
8543
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8544
 
 
8545
          * pitivi/pixmaps/pitivi-advanced.png: * pitivi/ui/mainwindow.py: New icon for Advanced mode.
 
8546
 
 
8547
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8548
 
 
8549
          * pitivi/ui/timeline.py: comments fixups. * pitivi/ui/viewer.py: Pause the timeline when opening the render dialogbox. Grey-out the 'Record' button until the user has chosen a file. Remove the 'Choose file to render to' message once the user has chosen a file.
 
8550
 
 
8551
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8552
 
 
8553
          * pitivi/timeline/composition.py: * tests/test_timeline_composition.py: Fix more cases when removing sources from the composition.
 
8554
 
 
8555
2007-04-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8556
 
 
8557
          * pitivi/discoverer.py: Only establish if the file is valid or not at the complete end of the discovery. This avoids having 'not_media_file' emitted several times for one file. * pitivi/ui/sourcefactories.py: Make the text message for the discoverer error dialog more user-friendly.
 
8558
 
 
8559
2007-04-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
8560
 
 
8561
          * pitivi/timeline/composition.py: (TimelineComposition.movesource): Clamp new positions values, and fixup check for same-position-as-before. Fixes #420847 * tests/test_timeline_composition.py: Add unit tests for same position moves, and insane values of new positions.
 
8562
 
 
8563
2007-04-14  Djihed Afifi <djihed@gmail.com>
 
8564
 
 
8565
        * po/ChangeLog:
 
8566
        * po/ar.po:
 
8567
          Updated Arabic Translation by Djihed Afifi.
 
8568
 
 
8569
2007-04-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
8570
 
 
8571
          * pitivi/timeline/composition.py: Adjust the new position of the source when moving it further in time only. Fixes #416702 * tests/test_timeline_composition.py: Unit tests for composition.moveSource().
 
8572
 
 
8573
2007-04-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
8574
 
 
8575
          * pitivi/timeline/source.py: initialize media-start and media-duration to -1 so we properly set the values on the gnlobject the first time round.
 
8576
 
 
8577
2007-04-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
8578
 
 
8579
          * pitivi/timeline/composition.py: Fix removal of linked sources. Raise an exception if we try to remove a source while collapsing the neighbours but not removing the linked object. * pitivi/timeline/source.py: Give a better name to brothers of TimelineFileSource to make it easier to spot them in debug logs. * tests/common.py: Allow setting durations on TestFileSourceFactory, with a default of 1s. * tests/test_timeline_composition.py: Added tests for insertSourceAfter, prependSource and removeSource
 
8580
 
 
8581
2007-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
8582
 
 
8583
          * pitivi/timeline/composition.py: Fixup and document Composition.appendsource() Minor cleanups * pitivi/ui/sourcefactories.py: Make the explanation text centered. * tests/common.py: Add a few things to TestFileSourceFactory.__init__ * tests/test_timeline_composition.py: New test file for pitivi.timeline.composition behaviour.
 
8584
 
 
8585
2007-04-07  Claude Paroz <claude@2xlibre.net>
 
8586
 
 
8587
        * po/ChangeLog:
 
8588
        * po/fr.po:
 
8589
          Updated French translation.
 
8590
 
 
8591
2007-04-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8592
 
 
8593
          * tests/common.py: Some systems/python don't like doing in-depth import.
 
8594
 
 
8595
2007-03-31  Edward Hervey <edward.hervey@collabora.co.uk>
 
8596
 
 
8597
          * pitivi/timeline/source.py: Set initial values for TimelineSource media_start and media_duration * tests/common.py: New TimelineFileSource and FileSourceFactory test objects * tests/test_timeline_source.py: Test some behaviour of TimelineFileSource Fixes #424228
 
8598
 
 
8599
2007-03-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8600
 
 
8601
          * pitivi/timeline/objects.py: Add a getBrother() method to BrotherObjects. small cleanups * tests/Makefile.am: * tests/common.py: New file to contain the test pitivi objects * tests/test_timeline_objects.py: Unit test for the pitivi.timeline.objects file. Only contains tests for the BrotherObjects, still need to add tests for the TimelineObjects.
 
8602
 
 
8603
2007-03-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
8604
 
 
8605
          * pitivi/pitivi.py: Separate the gtk mainloop handling outside of the Pitivi class. This allows not forcing the use of a gobject MainLoop when using PiTiVi. * Makefile.am: * configure.ac: * tests/: * tests/Makefile.am: * tests/runtests.py: * tests/test_basic.py: Added unit-test system. First provided test tests that pitivi gets properly created and destroyed, nothing fancy. This should lead the way to a whole bunch of unit-tests. Ideally we should have one unit test per relevant code file.
 
8606
 
 
8607
2007-03-26  Pema Geyleg <pgeyleg@gmail.com>
 
8608
 
 
8609
        * po/ChangeLog:
 
8610
        * po/dz.po:
 
8611
 
 
8612
2007-03-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8613
 
 
8614
          * pitivi/pitivi.py: Add an option for ui-less pitivi. Needed for unit-testing. * pitivi/timeline/source.py: Remove cruft.
 
8615
 
 
8616
2007-03-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8617
 
 
8618
          * pitivi/ui/sourcefactories.py: The order of the dialogbox buttons should be [close, add].
 
8619
 
 
8620
2007-03-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8621
 
 
8622
        * ChangeLog:
 
8623
        * pitivi/ui/sourcefactories.py:
 
8624
          Patch by: Johan Dahlin <jdahlin@async.com.br> * pitivi/ui/sourcefactories.py: HIG fixes. Switch the explanation message from a gtk.TextView to a gtk.Label, in order to avoid issues with text selections.
 
8625
 
 
8626
2007-03-19  Daniel Nylander <po@danielnylander.se>
 
8627
 
 
8628
        * po/ChangeLog:
 
8629
        * po/sv.po:
 
8630
          sv.po: Updated Swedish translation
 
8631
 
 
8632
2007-03-19  Johan Dahlin <jdahlin@async.com.br>
 
8633
 
 
8634
        * pitivi/ui/sourcefactories.py:
 
8635
          One more TreeView cleanup. Call paths paths and use a column constant
 
8636
 
 
8637
2007-03-19  Johan Dahlin <jdahlin@async.com.br>
 
8638
 
 
8639
        * pitivi/ui/sourcefactories.py:
 
8640
          Fix a possible regression from my earlier treeview cleanup, add a comment explaining why
 
8641
 
 
8642
2007-03-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8643
 
 
8644
          * pitivi/pitivi.py: * pitivi/pitivigstutils.py: Import pitivi gst utils explicitely.
 
8645
 
 
8646
2007-03-18  Johan Dahlin <jdahlin@async.com.br>
 
8647
 
 
8648
          * pitivi/ui/sourcefactories.py: Modernize the usage of        treemodel and use enums to access the columns.
 
8649
 
 
8650
2007-03-18  Johan Dahlin <jdahlin@async.com.br>
 
8651
 
 
8652
          Update svn:ignore
 
8653
 
 
8654
2007-03-18  Johan Dahlin <jdahlin@async.com.br>
 
8655
 
 
8656
          Add svn:ignore
 
8657
 
 
8658
2007-03-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8659
 
 
8660
          * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/timeline/composition.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/mainwindow.py: * pitivi/ui/projectsettings.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Remove unused imports, detected by pyflakes.
 
8661
 
 
8662
2007-03-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8663
 
 
8664
          * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/elements/singledecodebin.py: * pitivi/elements/smartscale.py: * pitivi/instance.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/signalgroup.py: * pitivi/sourcelist.py: * pitivi/timeline/composition.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: * pitivi/timeline/timeline.py: * pitivi/ui/complexinterface.py: * pitivi/ui/complexsource.py: * pitivi/ui/complextimeline.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/glade.py: * pitivi/ui/gstwidget.py: * pitivi/ui/infolayer.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/mainwindow.py: * pitivi/ui/plumber.py: * pitivi/ui/projectsettings.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Remove trailing whitespaces by using reindent.py script.
 
8665
 
 
8666
2007-03-15  Alessio Frusciante <algol@firenze.linux.it>
 
8667
 
 
8668
        * po/ChangeLog:
 
8669
        * po/LINGUAS:
 
8670
        * po/it.po:
 
8671
          Added Italian translation.
 
8672
 
 
8673
2007-03-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
8674
 
 
8675
        * ChangeLog:
 
8676
        * pitivi/playground.py:
 
8677
        * pitivi/ui/viewer.py:
 
8678
          Patch by: Brandon Lewis <brandon_lewis@berkeley.edu> * pitivi/playground.py: * pitivi/ui/viewer.py: Implement frame-by-frame forward/backward seeking in the playground and in the UI. Brandon, welcome to the PiTiVi developer team :) Fixes #353857
 
8679
 
 
8680
2007-03-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
8681
 
 
8682
          * pitivi/bin.py: Properly implement the getSettings method in SmartTimelineBin and SmartFileBin. * pitivi/objectfactory.py: Cache the result of FileSourceFactory.getExportSettings() so we don't calculate it every time it's being asked.
 
8683
 
 
8684
2007-03-06  Stéphane Raimbault <stephane.raimbault@gmail.com>
 
8685
 
 
8686
          2007-03-06  Stéphane Raimbault  <stephane.raimbault@gmail.com>
 
8687
          * fr.po: Updated French translation by Vincent Untz, Claude Paroz
 
8688
          and Stéphane Raimbault.
 
8689
 
 
8690
2007-02-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8691
 
 
8692
          * configure.ac: Removed checking for runtime-dependencies. Maintainers should make sure they are correctly set when packaging. Fixes #406341
 
8693
 
 
8694
2007-02-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8695
 
 
8696
          * ar.po: * ca.po: * dz.po: * el.po: * en_GB.po: * es.po: * fi.po: * fr.po: * pa.po: * pt_BR.po: * sv.po: * zh_CN.po: Update po files to latest svn code.
 
8697
 
 
8698
2007-02-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
8699
 
 
8700
        * po/ChangeLog:
 
8701
        * po/LINGUAS:
 
8702
        * po/de.po:
 
8703
          reviewed by: Edward Hervey  <edward@fluendo.com> * LINGUAS: * de.po: Added german translation.
 
8704
 
 
8705
2007-02-17  David Lodge <dave@cirt.net>
 
8706
 
 
8707
        * po/ChangeLog:
 
8708
        * po/en_GB.po:
 
8709
          Updated (British) English translation
 
8710
 
 
8711
2007-02-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
8712
 
 
8713
          * pitivi/check.py: * pitivi/configure.py.in: Moved all checks (including version checks) to runtime checking.
 
8714
 
 
8715
2007-02-08  David Lodge <dave@cirt.net>
 
8716
 
 
8717
        * po/ChangeLog:
 
8718
        * po/en_GB.po:
 
8719
          Updated (British) English translation
 
8720
 
 
8721
2007-02-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8722
 
 
8723
          * po/POTFILES.in: Add pitivi/ui/timeline.py for translatable strings * po/ar.po: * po/ca.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/pa.po: * po/pt_BR.po: * po/sv.po: * po/zh_CN.po: Update po files for latest modifications. Includes french translation by Julien Tous <julien.tous@gmail.com> Fixes #405467
 
8724
 
 
8725
2007-02-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8726
 
 
8727
          * pitivi/ui/timelineobjects.py: First step of implementing simple timeline editing mode. Still need to fill in the SimpleEditingWidget.
 
8728
 
 
8729
2007-02-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
8730
 
 
8731
          * pitivi/ui/sourcefactories.py: Make the explanation message go away when dragging into the source list. This allows drag-and-drop again from outside pitivi. Fixes #403877
 
8732
 
 
8733
2007-02-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
8734
 
 
8735
          * pitivi/ui/timeline.py: Show an explanation text in the timeline when it is empty so new users know what to do. Fixes #383402
 
8736
 
 
8737
2007-02-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
8738
 
 
8739
          * pitivi/ui/mainwindow.py: Make requirement of gconf optional, since we want pitivi to also work on pure gtk+ installations.
 
8740
 
 
8741
2007-01-31  Edward Hervey <edward.hervey@collabora.co.uk>
 
8742
 
 
8743
          * configure.ac: Back to development cycle
 
8744
 
 
8745
2007-01-31  Edward Hervey <edward.hervey@collabora.co.uk>
 
8746
 
 
8747
        * NEWS:
 
8748
        * RELEASE:
 
8749
          Releasing 0.10.2
 
8750
 
 
8751
2007-01-31  Edward Hervey <edward.hervey@collabora.co.uk>
 
8752
 
 
8753
        * ChangeLog:
 
8754
 
 
8755
2007-01-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8756
 
 
8757
          * AUTHORS: (Contributors): Updated contributor list
 
8758
 
 
8759
2007-01-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
8760
 
 
8761
          * configure.ac: 0.10.1.3 pre-release
 
8762
 
 
8763
2007-01-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
8764
 
 
8765
          * configure.ac: (PYGST_REQ): Bring gst-python requirement down to 0.10.6. 0.10.7 is not a hard requirement, but highly recommended since it fixes big thread-safety issues.
 
8766
 
 
8767
2007-01-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8768
 
 
8769
          * configure.ac: 0.10.1.2 pre-release
 
8770
 
 
8771
2007-01-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
8772
 
 
8773
          * po/ar.po: * po/ca.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/pa.po: * po/pt_BR.po: * po/sv.po: * po/zh_CN.po: Update po files for pre-release
 
8774
 
 
8775
2007-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
8776
 
 
8777
          * pitivi/timeline/composition.py: * pitivi/timeline/objects.py: * pitivi/timeline/timeline.py: More code refactoring in timeline objects.
 
8778
 
 
8779
2007-01-23  David Lodge <dave@cirt.net>
 
8780
 
 
8781
        * po/ChangeLog:
 
8782
        * po/en_GB.po:
 
8783
          Updated (British) English translation
 
8784
 
 
8785
2007-01-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8786
 
 
8787
          * pitivi/timeline/effects.py: cough, sven is stupid, cough
 
8788
 
 
8789
2007-01-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
8790
 
 
8791
          * pitivi/Makefile.am: * pitivi/effects.py: Move the magician back to the top-level. * pitivi/timeline/Makefile.am: * pitivi/timeline/composition.py: * pitivi/timeline/effects.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: * pitivi/timeline/timeline.py: Split the timeline objects into smaller files for easier comprehension. * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/ui/complexsource.py: * pitivi/ui/gstwidget.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Fix inconsistencies detected by pychecker. Adapt code to timeline objects split-up.
 
8792
 
 
8793
2007-01-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
8794
 
 
8795
          * po/ar.po: * po/ca.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/pa.po: * po/pt_BR.po: * po/sv.po: * po/zh_CN.po: Update po files for newly added translatable file.
 
8796
 
 
8797
2007-01-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
8798
 
 
8799
          * po/POTFILES.in: Add pitivi/ui/filelisterrordialog.py to translatable files.
 
8800
 
 
8801
2007-01-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
8802
 
 
8803
          * pitivi/discoverer.py: Use decodebin2 if the env variable is set. Because we want to use decodebin2... DO IT !  NOW !
 
8804
 
 
8805
2007-01-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
8806
 
 
8807
          * configure.ac: * pitivi/Makefile.am: * pitivi/effects.py: * pitivi/timeline.py: * pitivi/timeline: * pitivi/timeline/Makefile.am: * pitivi/timeline/__init__.py: * pitivi/timeline/effects.py: * pitivi/timeline/timeline.py: Create pitivi/timeline/ directory and move timeline.py and effects.py into there. * pitivi/pitivi.py: * pitivi/project.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexsource.py: * pitivi/ui/infolayer.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: import adjustments for timeline module location modifications.
 
8808
 
 
8809
2007-01-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
8810
 
 
8811
          * pitivi/timeline.py: Bug fixes when moving sources to the beginning position.
 
8812
 
 
8813
2007-01-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
8814
 
 
8815
          * pitivi/ui/timelineobjects.py: Forgot to add this file during the last commit.
 
8816
 
 
8817
2007-01-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
8818
 
 
8819
          * configure.ac: Now depend on gst-python 0.10.6.1 for GIL lock issues in virtualmethods. Now depend on gnonlin-0.10.6.1 for locking issues when modifying the timeline. * pitivi/playground.py: (PlayGround.getCurrentTimePosition): new function for getting the time of the current bin. * pitivi/timeline.py: (TimelineObject.__repr__): Implement for proper representation in debug messages. (TimelineComposition.moveSource): Implement move method. (SimpleTimeline): Use SignalGroup for signals from the project. Add support for dragging sources within the timeline, and effectively propose moving around sources. Cleanup code a bit more. (SimpleTimelineSource): Add DnD support.
 
8820
 
 
8821
2007-01-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
8822
 
 
8823
          * configure.ac: Now depend on gst-python 0.10.6.1 for GIL lock issues in virtualmethods. Now depend on gnonlin-0.10.6.1 for locking issues when modifying the timeline. * pitivi/playground.py: (PlayGround.getCurrentTimePosition): new function for getting the time of the current bin. * pitivi/timeline.py: (TimelineObject.__repr__): Implement for proper representation in debug messages. (TimelineComposition.moveSource): Implement move method. * pitivi/ui/viewer.py: (SimpleTimeline): Use SignalGroup for signals from the project. Add support for dragging sources within the timeline, and effectively propose moving around sources. Cleanup code a bit more. (SimpleTimelineSource): Add DnD support.
 
8824
 
 
8825
2007-01-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8826
 
 
8827
          * pitivi/ui/gstwidget.py: Also take gint into account. I wonder how that one went away...
 
8828
 
 
8829
2007-01-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8830
 
 
8831
          * pitivi/ui/exportsettingswidget.py: Typo fix * pitivi/ui/gstwidget.py: Add support for GEnum in property widgets.
 
8832
 
 
8833
2007-01-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
8834
 
 
8835
          * pitivi/ui/complexsource.py: * pitivi/ui/timelineobjects.py: Use default video icon if no real thumbnail is available. Fixes #392204
 
8836
 
 
8837
2007-01-04  Raphael Higino <raphaelh@svn.gnome.org>
 
8838
 
 
8839
        * po/ChangeLog:
 
8840
        * po/LINGUAS:
 
8841
        * po/pt_BR.po:
 
8842
          Added Brazilian Portuguese translation
 
8843
 
 
8844
2007-01-04  Christian Schaller <uraeus@gnome.org>
 
8845
 
3044
8846
        * pitivi.spec.in:
3045
 
        * pitivi/ui/mainwindow.py:
3046
 
        * pitivi/ui/plumber.py:
3047
 
        Changing email adress for my copyrights since I'm no longer working at
3048
 
        Fluendo.
3049
 
 
3050
 
2007-06-27  Brandon Lewis <brandon_lewis@berkeley.edu>
3051
 
 
3052
 
        * pitivi/ui/timelineobjects.py:
3053
 
        Changed ScaledThumbnailViewer so that _drawData is called after calling
3054
 
        setPixbuf on a thumbnail viewer.
3055
 
        
3056
 
        Added a bunch of stuff to make the editing slider work. It's
3057
 
        functional, but not quite right yet.
3058
 
 
3059
 
        Renamed SimpleEditingWidget._playgroundPositionChangedCb to
3060
 
        _playgroundPositionCb to be more consistent with signal name.
3061
 
 
3062
 
        SimpleEditingWidget.set_source() now creates editing pipeline directly.
3063
 
        
3064
 
        * pitivi/playground.py:
3065
 
        Playground._playTemporaryBin() now returns the temporary bin
3066
 
        instead of True if successfull --- EDIT: reversed this change.
3067
 
 
3068
 
2007-06-17  Edward Hervey  <edward@fluendo.com>
3069
 
 
3070
 
        * pitivi/Makefile.am:
3071
 
        * pitivi/thumbnailer.py:
3072
 
        Added new thumbnailer utility class.
3073
 
        * pitivi/elements/singledecodebin.py:
3074
 
        typo fix
3075
 
        * pitivi/elements/thumbnailsink.py:
3076
 
        also implement do_preroll() !
3077
 
        added debug.
3078
 
        * pitivi/timeline/source.py:
3079
 
        white fixes.
3080
 
        * pitivi/ui/timelineobjects.py:
3081
 
        First go at implementing thumbnailing support.
3082
 
        It works... except the refresh isn't automatic. You need to force it
3083
 
        through resizing the window.
3084
 
 
3085
 
2007-06-16  Edward Hervey  <edward@fluendo.com>
3086
 
 
3087
 
        * pitivi/ui/timelineobjects.py: (SimpleEditingWidget.setSource): 
3088
 
        Comment out initial seek with appropriate FIXME.
3089
 
 
3090
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3091
 
 
3092
 
        * pitivi/ui/timelineobjects.py:
3093
 
        Hey... trimming works :)
3094
 
        The slider in the editing window isn't connected yet, so we need to use
3095
 
        the slider present in the viewer area.
3096
 
 
3097
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3098
 
 
3099
 
        * pitivi/ui/viewer.py:
3100
 
        Better time-to-string conversion. Now includes hours also.
3101
 
        Only show the duration change if it's the currently playing source that
3102
 
        changed it's duration.
3103
 
 
3104
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3105
 
 
3106
 
        * tests/test_timeline_source.py:
3107
 
        Test for media_start/media_duration invalid values handling.
3108
 
 
3109
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3110
 
 
3111
 
        * pitivi/ui/mainwindow.py:
3112
 
        Only activate the render icon if it's really the timeline being active
3113
 
        in the playground
3114
 
 
3115
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3116
 
 
3117
 
        * pitivi/timeline/source.py:
3118
 
        Don't set media_duration/media_start before calling the gobject
3119
 
        set-property. They will be set in the notify handler.
3120
 
        Make sure we only give media-start and media-stop valid values.
3121
 
 
3122
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3123
 
 
3124
 
        * pitivi/playground.py:
3125
 
        Add 'playit' parameter to Playground.playTemporaryFilesourcefactory so
3126
 
        we can make the play-when-loaded optional.
3127
 
 
3128
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3129
 
 
3130
 
        * pitivi/ui/timelineobjects.py:
3131
 
        To disconnect a signal handler, you need to use the signal ID returned
3132
 
        when you connected to it.
3133
 
 
3134
 
 
3135
 
2007-06-15  Edward Hervey  <edward@fluendo.com>
3136
 
 
3137
 
        * pitivi/elements/Makefile.am: (elements_PYTHON): 
3138
 
        Add the new thumbnailsink.
3139
 
 
3140
 
2007-06-14  Edward Hervey  <edward@fluendo.com>
3141
 
 
3142
 
        * pitivi/elements/thumbnailsink.py:
3143
 
        First take at a thumbnailing sink that converts RGB buffers into
3144
 
        GdkPixbuf usable in gtk widgets.
3145
 
2007-06-11  Edward Hervey  <edward@fluendo.com>
3146
 
 
3147
 
        Patch by: Brandon Lewis <brandon_lewis@berkeley.edu>
3148
 
        * pitivi/ui/timelineobjects.py:
3149
 
        Start of SoC work by Brandon. Commiting it until his svn account is
3150
 
        properly activated.
3151
 
 
3152
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3153
 
 
3154
 
        * pitivi/ui/timelineobjects.py:
3155
 
        re-activate "remove" popup button on sources now that the release is 
3156
 
        done.
3157
 
 
3158
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3159
 
 
3160
 
        * configure.ac:
3161
 
        Back to development cycle.
3162
 
 
3163
 
=== release 0.10.3 ===
3164
 
 
3165
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3166
 
 
3167
 
        * NEWS:
3168
 
        * RELEASE:
3169
 
        * configure.ac:
3170
 
        Releasing 0.10.3 "Got some new t-shirts"
3171
 
 
3172
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3173
 
 
3174
 
        * pitivi/ui/timelineobjects.py: (SimpleSourceWidget.__init__):
3175
 
        Disable source editing for the release.
3176
 
        * po/ar.po:
3177
 
        * po/ca.po:
3178
 
        * po/de.po:
3179
 
        * po/dz.po:
3180
 
        * po/el.po:
3181
 
        * po/en_GB.po:
3182
 
        * po/es.po:
3183
 
        * po/fi.po:
3184
 
        * po/fr.po:
3185
 
        * po/it.po:
3186
 
        * po/pa.po:
3187
 
        * po/pt_BR.po:
3188
 
        * po/sv.po:
3189
 
        * po/zh_CN.po:
3190
 
        po files adjusted.
3191
 
 
3192
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3193
 
 
3194
 
        * AUTHORS:
3195
 
        * pitivi/ui/mainwindow.py:
3196
 
        Give credit to the contributors !
3197
 
 
3198
 
2007-05-30  Edward Hervey  <edward@fluendo.com>
3199
 
 
3200
 
        * po/ar.po:
3201
 
        * po/ca.po:
3202
 
        * po/de.po:
3203
 
        * po/dz.po:
3204
 
        * po/el.po:
3205
 
        * po/en_GB.po:
3206
 
        * po/es.po:
3207
 
        * po/fi.po:
3208
 
        * po/fr.po:
3209
 
        * po/it.po:
3210
 
        * po/pa.po:
3211
 
        * po/pt_BR.po:
3212
 
        * po/sv.po:
3213
 
        * po/zh_CN.po:
3214
 
        Update translations.
3215
 
 
3216
 
2007-05-28  Edward Hervey  <edward@fluendo.com>
3217
 
 
3218
 
        * configure.ac:
3219
 
        0.10.2.2 pre-release
3220
 
 
3221
 
2007-05-28  Edward Hervey  <edward@fluendo.com>
3222
 
 
3223
 
        * pitivi/timeline/source.py:
3224
 
        New TimelineBlankSource for audio/video blanks.
3225
 
        * pitivi/ui/timelineobjects.py:
3226
 
        When adding a video-only clip to the timeline, link a blank audio
3227
 
        brother to it to avoid issues.
3228
 
        Fixes #441784
3229
 
 
3230
 
2007-05-28  Edward Hervey  <edward@fluendo.com>
3231
 
 
3232
 
        * pitivi/elements/smartscale.py:
3233
 
        Always set the pixel-aspect-ratio on the intermediate capsfilter to
3234
 
        handle video streams that don't specify the PAR (which in that case
3235
 
        defaults to 1/1).
3236
 
 
3237
 
2007-05-28  Edward Hervey  <edward@fluendo.com>
3238
 
 
3239
 
        * pitivi/ui/sourcefactories.py:
3240
 
        Set the proper title and heading on dialog box depending on whether
3241
 
        there is one OR more files that failed.
3242
 
 
3243
 
2007-05-12  Edward Hervey  <edward@fluendo.com>
3244
 
 
3245
 
        * pitivi/ui/filelisterrordialog.py:
3246
 
        more cleanup
3247
 
        * pitivi/ui/sourcefactories.py:
3248
 
        Emit signal so InfoStub can be properly removed.
3249
 
 
3250
 
2007-05-07  Edward Hervey  <edward@fluendo.com>
3251
 
 
3252
 
        * pitivi/ui/filelisterrordialog.py:
3253
 
        First try at using gtk.TextView for error information.
3254
 
 
3255
 
2007-05-07  Edward Hervey  <edward@fluendo.com>
3256
 
 
3257
 
        * pitivi/discoverer.py:
3258
 
        * pitivi/ui/filelisterrordialog.py:
3259
 
        * pitivi/ui/sourcefactories.py:
3260
 
        Use the extra information field for 'not-media-file' signals.
3261
 
        UI cleanups will follow soon.
3262
 
 
3263
 
2007-05-07  Edward Hervey  <edward@fluendo.com>
3264
 
 
3265
 
        * pitivi/ui/sourcefactories.py:
3266
 
        Sort files from folders when receiving dropped uris.
3267
 
 
3268
 
2007-05-01  Edward Hervey  <edward@fluendo.com>
3269
 
 
3270
 
        * pitivi/Makefile.am:
3271
 
        * pitivi/threads.py:
3272
 
        * pitivi/pitivi.py:
3273
 
        Threading convenience class and class to manage all threads in
3274
 
        existence during runtime.
3275
 
        * pitivi/sourcelist.py:
3276
 
        * pitivi/discoverer.py:
3277
 
        Add extra argument to not-media-file signal.
3278
 
        Add error case when we can't figure out the duration of a file.
3279
 
        * pitivi/ui/filelisterrordialog.glade:
3280
 
        * pitivi/ui/filelisterrordialog.py:
3281
 
        Start modifications of importing error reporting dialog.
3282
 
        * pitivi/ui/sourcefactories.py:
3283
 
        Spawn separate thread for recursively discovering threads so it doesn't
3284
 
        block the UI main thread.
3285
 
        Fixes #432655
3286
 
 
3287
 
2007-05-01  Edward Hervey  <edward@fluendo.com>
3288
 
 
3289
 
        * tests/test_timeline_composition.py:
3290
 
        Remove dangling whitespaces.
3291
 
 
3292
 
2007-04-30  Edward Hervey  <edward@fluendo.com>
3293
 
 
3294
 
        * pitivi/ui/exportsettingswidget.py:
3295
 
        whoops :)
3296
 
 
3297
 
2007-04-30  Edward Hervey  <edward@fluendo.com>
3298
 
 
3299
 
        * pitivi/discoverer.py:
3300
 
        * pitivi/pixmaps/Makefile.am:
3301
 
        * pitivi/pixmaps/busy.gif:
3302
 
        * pitivi/sourcelist.py:
3303
 
        * pitivi/ui/sourcefactories.py:
3304
 
        Remove buttons in source list.
3305
 
        The actions present in the toolbar and menu are enough, plus the fact
3306
 
        that you can drop some files in it too.
3307
 
        Add an indicator in the source list when importing is taking place.
3308
 
        Much slicker than previous versions.
3309
 
        Fixes #432714
3310
 
 
3311
 
2007-04-30  Edward Hervey  <edward@fluendo.com>
3312
 
 
3313
 
        * pitivi.desktop.in:
3314
 
        Add bugzilla fields so that bug-buddy can work properly with pitivi.
3315
 
 
3316
 
2007-04-25  Edward Hervey  <edward@fluendo.com>
3317
 
 
3318
 
        * pitivi/ui/timeline.py:
3319
 
        Only hide the timeline if it's empty.
3320
 
        * pitivi/ui/timelineobjects.py:
3321
 
        Remove unused code.
3322
 
 
3323
 
2007-04-25  Edward Hervey  <edward@fluendo.com>
3324
 
 
3325
 
        * pitivi/ui/encodingdialog.glade:
3326
 
        * pitivi/ui/exportsettingswidget.py:
3327
 
        * pitivi/ui/mainwindow.py:
3328
 
        * pitivi/ui/sourcefactories.py:
3329
 
        Terminology fixes.
3330
 
 
3331
 
2007-04-25  Edward Hervey  <edward@fluendo.com>
3332
 
 
3333
 
        Patch by: Thibaut Girka <thibaut.girka@free.fr>
3334
 
        * pitivi/ui/mainwindow.py:
3335
 
        Fix i18n bug.
3336
 
        Disable/enable [Render] button at correct time.
3337
 
        Fixes #432204
3338
 
 
3339
 
2007-04-25  Edward Hervey  <edward@fluendo.com>
3340
 
 
3341
 
        Patch by: Jeff Fortin <nekohayo@gmail.com>
3342
 
        * pitivi/ui/mainwindow.py:
3343
 
        Make fullscreen action toggle-able (like other gtk/gnome apps).
3344
 
        Remove 5px spacing in Global VBox that made the toolbar look weird.
3345
 
        * pitivi/ui/sourcefactories.py:
3346
 
        Add icons to popup-menu.
3347
 
        Fixes #415060
3348
 
 
3349
 
2007-04-24  Edward Hervey  <edward@fluendo.com>
3350
 
 
3351
 
        * pitivi/ui/mainwindow.py:
3352
 
        * pitivi/ui/sourcefactories.py:
3353
 
        Remove cruft that was causing the explanation message to be hidden.
3354
 
        Fixes #432656
3355
 
        * pitivi/ui/timeline.py:
3356
 
        Start by displaying the timeline. Fix explanation message.
3357
 
        Only display explanation message in the timeline once there's at least
3358
 
        one clip to add. Fixes #432724
3359
 
        
3360
 
 
3361
 
2007-04-24  Edward Hervey  <edward@fluendo.com>
3362
 
 
3363
 
        * pitivi/ui/timeline.py:
3364
 
        Show explanation message again if a drag was canceled.
3365
 
        Fixes #432682
3366
 
 
3367
 
2007-04-24  Edward Hervey  <edward@fluendo.com>
3368
 
 
3369
 
        * pitivi/pitivi.py:
3370
 
        * pitivi/settings.py:
3371
 
        * pitivi/ui/mainwindow.py:
3372
 
        Disable Advanced Mode by default until it works effectivelly.
3373
 
        If you wish to use it, set the PITIVI_ADVANCED_MODE env variable to 1
3374
 
        Fixes #432644
3375
 
 
3376
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3377
 
 
3378
 
        Patch by: Thibaut Girka <thibaut.girka@gmail.com>
3379
 
        * pitivi/ui/mainwindow.py:
3380
 
        * pitivi/ui/tracklayer.py:
3381
 
        * pitivi/ui/viewer.py:
3382
 
        Make simple timeline view active when it contains elements, even though
3383
 
        it wasn't previously displayed.
3384
 
        Fixed #430686
3385
 
 
3386
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3387
 
 
3388
 
        * pitivi/ui/mainwindow.py:
3389
 
        Don't enable render button when we are viewing a temporary source.
3390
 
 
3391
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3392
 
 
3393
 
        Patch by: Jeff Fortin <nekohayo@gmail.com>
3394
 
        * pitivi/ui/viewer.py:
3395
 
        Remove horizontal bar between viewer and viewer controls.
3396
 
        Fixes #421672
3397
 
 
3398
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3399
 
 
3400
 
        * pitivi/pixmaps/Makefile.am:
3401
 
        * pitivi/pixmaps/pitivi-advanced-16.png:
3402
 
        * pitivi/pixmaps/pitivi-render-16.png:
3403
 
        Add new 16x16 icons by Andreas Nilsson.
3404
 
        * pitivi/ui/mainwindow.py:
3405
 
        Set render icon on the render dialog box.
3406
 
 
3407
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3408
 
 
3409
 
        * pitivi/pixmaps/Makefile.am:
3410
 
        Modify for new/removed icons.
3411
 
 
3412
 
2007-04-23  Edward Hervey  <edward@fluendo.com>
3413
 
 
 
8847
          add locale files and set target to noarch
 
8848
 
 
8849
2006-12-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8850
 
 
8851
        * ChangeLog:
 
8852
        * pitivi/ui/ruler.py:
 
8853
          reviewed by: Edward Hervey  <edward@fluendo.com> * pitivi/ui/ruler.py: Make the ruler nicer. Add time text position.
 
8854
 
 
8855
2006-12-26  Daniel Nylander <po@danielnylander.se>
 
8856
 
 
8857
          2006-12-26  Daniel Nylander <po@danielnylander.se>
 
8858
          * sv.po: Updated Swedish translation.
 
8859
 
 
8860
2006-12-23  Amanpreet Singh Alam <apbrar@gmail.com>
 
8861
 
 
8862
        * po/ChangeLog:
 
8863
        * po/LINGUAS:
 
8864
        * po/pa.po:
 
8865
          adding new translation for Punjabi
 
8866
 
 
8867
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8868
 
 
8869
          * pitivi/ui/sourcefactories.py: Add explanatory message in the source list when there's no sources. This helps people understand what they can do when they start PiTiVi.
 
8870
 
 
8871
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8872
 
 
8873
          * pitivi/bin.py: Don't call link/unlink functions if atee/vtee do not exist. This removes some warnings. * pitivi/discoverer.py: Change behaviour of discoverer to handle cases where demuxers do not create all pads at once, but rely on emitting 'no-more-pads' to say there are no more coming. Fixes #353859
 
8874
 
 
8875
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8876
 
 
8877
        * ChangeLog:
 
8878
        * pitivi/ui/viewer.py:
 
8879
          reviewed by: Edward Hervey <edward@fluendo.com> * pitivi/ui/viewer.py: Properly scroll by half a second when using the scrollwheel of a mouse. Fixes #383826
 
8880
 
 
8881
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8882
 
 
8883
          * pitivi/bin.py: * pitivi/elements/singledecodebin.py: * pitivi/elements/smartscale.py: * pitivi/objectfactory.py: * pitivi/timeline.py: Activate pads before adding them to an element.
 
8884
 
 
8885
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8886
 
 
8887
          * po/POTFILES.in: pitivi/ui/discoverererrordialog.glade is now pitivi/ui/filelisterrordialog.glade. * po/ar.po: * po/ca.po: * po/dz.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/sv.po: * po/zh_CN.po: Updated po files for code modifications.
 
8888
 
 
8889
2006-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
8890
 
 
8891
          * docs/HACKING: Added note about order in which modules should be imported. * pitivi/Makefile.am: * pitivi/signalgroup.py: Added signalgroup.py. Patch from Richard Boulton <richard@tartarus.org> * pitivi/bin.py: Make length, has_video, has_audio, width and height construction properties of SmartBin. Modify subclasses accordingly. * pitivi/elements/singledecodebin.py: Remove unused code * pitivi/elements/smartscale.py: Rename unused method arguments * pitivi/objectfactory.py: Code fix. * pitivi/sourcelist.py: Added 'not-media-file' signal to SourceList. * pitivi/timeline.py: Small fix. * pitivi/ui/Makefile.am: * pitivi/ui/discoverererrordialog.glade: * pitivi/ui/filelisterrordialog.glade: * pitivi/ui/filelisterrordialog.py: Rename discoverererrordialog to filelisterrordialog. Create separate python file for FileListErrorDialog. Patch from Richard Boulton <richard@tartarus.org> * pitivi/ui/sourcefactories.py: Use SignalGroup for signals from the project. Use FileListErrorDialog instead of DiscovererErrorDialog. Move DiscovererErrorDialog code to separate python file. Remove dead code. Patch from Richard Boulton <richard@tartarus.org> * pitivi/ui/viewer.py: Use SignalGroup for signals from the project. Rename unused method arguments.
 
8892
 
 
8893
2006-12-14  Pema Geyleg <pgeyleg@gmail.com>
 
8894
 
 
8895
        * po/ChangeLog:
 
8896
        * po/LINGUAS:
 
8897
        * po/dz.po:
 
8898
          *** empty log message ***
 
8899
 
 
8900
2006-12-10  Daniel Nylander <po@danielnylander.se>
 
8901
 
 
8902
          2006-12-10  Daniel Nylander <po@danielnylander.se>
 
8903
          * sv.po: Updated Swedish translation.
 
8904
 
 
8905
2006-12-08  Francisco Javier F. Serrador <serrador@openshine.com>
 
8906
 
 
8907
          2006-12-08  Francisco Javier F. Serrador  <serrador@openshine.com>
 
8908
          * es.po: Updated Spanish translation.
 
8909
 
 
8910
2006-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
8911
 
 
8912
          * po/ar.po: * po/ca.po: * po/el.po: * po/en_GB.po: * po/es.po: * po/fi.po: * po/fr.po: * po/sv.po: * po/zh_CN.po: Update .po files for latest code modifications.
 
8913
 
 
8914
2006-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
8915
 
 
8916
          * pitivi/ui/mainwindow.py: Mark File, View and Help menu text as translateable.
 
8917
 
 
8918
2006-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
8919
 
 
8920
          * bin/pitivi.in: localedir is a global variable. Without specifying that, we end up with localedir never being set globally.
 
8921
 
 
8922
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8923
 
 
8924
          * pitivi/.cvsignore: * pitivi/elements/.cvsignore: * pitivi/ui/.cvsignore: CVS ignore cleanup
 
8925
 
 
8926
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8927
 
 
8928
          * pitivi/bin.py: (SmartBin): Add an audiorate to the audio part of the encoding bin. (SmartBin._debugProbe):probe method for debug uses. The lines using it are commented since it's expensive in debug output.
 
8929
 
 
8930
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8931
 
 
8932
        * ChangeLog:
 
8933
        * bin/pitivi.in:
 
8934
        * pitivi/configure.py.in:
 
8935
          Patch by: Richard Boulton <richard@tartarus.org> * bin/pitivi.in: * pitivi/configure.py.in: Allow pitivi to work on local svn repositories in the same way it works when using uninstalled from CVS. Fixes #381970
 
8936
 
 
8937
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8938
 
 
8939
        * ChangeLog:
 
8940
        * pitivi/ui/mainwindow.py:
 
8941
          Patch by: Richard Boulton <richard@tartarus.org> * pitivi/ui/mainwindow.py: (PitiviMainWindow._setActions): Use connect_after instead of connect when connection to key events, so that standard handlers (like menu shortcuts) can actually work. Fixes #381959
 
8942
 
 
8943
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8944
 
 
8945
          * configure.ac: Small typo fix.
 
8946
 
 
8947
2006-12-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
8948
 
 
8949
          * configure.ac: Switch checks for gst-python and pygtk to python checks instead of relying on pkg-config since there might be several versions of the modules (on per python version) and pkg-config only handles one version. Fixes #382249
 
8950
 
 
8951
2006-12-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
8952
 
 
8953
          * pitivi/objectfactory.py: If an audio caps does not have a depth property, use the width property.
 
8954
 
 
8955
2006-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
8956
 
 
8957
          * configure.ac: (PYGST_REQ): Add requirement for gst-python >= 0.10.5.4 since we need some new additions that are used in the smart video scaler.
 
8958
 
 
8959
2006-12-02  Francisco Javier F. Serrador <serrador@openshine.com>
 
8960
 
 
8961
          2006-12-02  Francisco Javier F. Serrador  <serrador@openshine.com>
 
8962
          * es.po: Updated Spanish translation.
 
8963
 
 
8964
2006-12-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
8965
 
 
8966
          * pitivi/elements/smartscale.py: Implement the smart scaling logic in SmartVideoScale() * pitivi/bin.py: Small modification to properly use SmartVideoScale() Videos are now properly scaled, with black borders if needed.
 
8967
 
 
8968
2006-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8969
 
 
8970
          * pitivi/bin.py: Use the ExportSettings audio and video caps. Add an audioresample for the audio encoder. Put videorate AFTER videoscale and BEFORE the encoder. * pitivi/check.py: * pitivi/configure.py.in: * pitivi/elements/__init__.py: Add documentation * pitivi/elements/smartscale.py: Put videoscale before videobox. Use bilinear scaling for videoscale. * pitivi/objectfactory.py: (VideoStream): Set default framerate and pixel-aspect-ratio to gst.Fraction(1,1) * pitivi/settings.py: (ExportSettings.__str__):add the PAR * pitivi/timeline.py: (TimelineComposition._getAutoSettings): In fact, always return the ExportSettings of the first source.
 
8971
 
 
8972
2006-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8973
 
 
8974
          * pitivi/bin.py: small debug addition * pitivi/timeline.py: Implement TimelineComposition.__nonzero__ so that bool(timeline) returns True, even though it has a length of 0 (because it has no sources).
 
8975
 
 
8976
2006-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
8977
 
 
8978
          * pitivi/Makefile.am: Add pitivigstutils.py. whoops :( * pitivi/bin.py: Use project.getSettings() instead of project.settings * pitivi/objectfactory.py: (FileSourceFactory.getExportSettings): new method to get the settings from an file. (VideoStream.getMarkup): use gst.Fraction * pitivi/project.py: Add 'settings-changed' signal. Added methods for handling project's Settings, including automatic settings. cleanup. * pitivi/settings.py: Use gst.Fraction for video framerate. Added methods for getting a markup-ed human-readable description of the audio and video settings. * pitivi/timeline.py: Added methods for computing the auto ExportSettings of a timeline. * pitivi/utils.py: Remove deprecated function * pitivi/elements/smartscale.py: better handling of caps. * pitivi/ui/encodingdialog.glade: Modified a bit, added a summary of the settings used so you don't need to go into the Settings dialog to know what settings are going to be used for the export. * pitivi/ui/exportsettingswidget.py: Modify for video framerate now using gst.Fraction. * pitivi/ui/projectsettings.py: Use project.getSettings() and project.setSettings() instead of directly accessing it. * pitivi/ui/sourcefactories.py: Use new gst.Fraction overload to simplify the code. * pitivi/ui/viewer.py: Changes for ExportSettings' signal (EncodingDialog): use project.getSettings(), project.setSettings() and implement methods for updating the settings summary in the glade dialog.
 
8979
 
 
8980
2006-11-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
8981
 
 
8982
          * pitivi/pitivi.py: * pitivi/pitivigstutils.py: Added new file that contains a series of python class overloads to simplify the code in pitivi. Let's start with overloads for Gst.Fraction
 
8983
 
 
8984
2006-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8985
 
 
8986
          * pitivi/playground.py: Added new signal 'element-message' to receive gst.MESSAGE_ELEMENT messages. This is done synchronously (unlike the other messages which are received asynchronously). * pitivi/ui/viewer.py: Wait for the video sink to request us to give it a XID before setting one, this avoids crashes because of setting an XID on something not created yet. Fixes #377117
 
8987
 
 
8988
2006-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
8989
 
 
8990
          * pitivi/bin.py: Rewrite of the encoding bins. Added TODOs for next release. * pitivi/elements/Makefile.am: * pitivi/elements/smartscale.py: New SmartScale element for combining videoscale and videobox. * pitivi/objectfactory.py: More debug * pitivi/settings.py: Added more TODOS Added video pixel-aspect-ratio property Added methods to create audio/video craps from settings
 
8991
 
 
8992
2006-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
8993
 
 
8994
          * AUTHORS: Added contributors. * configure.ac: Bump gst core requirement to 0.10.8 for proper GstQueue behaviour * pitivi/discoverer.py: Handle gracefully more cases using no-more-pads information. Remove hack for GstQueue mis-behaviour in pre-0.10.8 GStreamer. Remove queues used when doing video thumbnailing (it only needs one frame anyway). Sprinkle a little more debug
 
8995
 
 
8996
2006-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
8997
 
 
8998
        * ChangeLog:
3414
8999
        * pitivi/ui/actions.xml:
3415
9000
        * pitivi/ui/mainwindow.py:
3416
 
        * pitivi/ui/viewer.py:
3417
 
        Move render button to toolbar/menu.
3418
 
        Patch by: Thibaut Girka <thibaut.girka@gmail.com>
3419
 
        Fixes #421652
3420
 
        * pitivi/pixmaps/pitivi-file.png:
3421
 
        * pitivi/pixmaps/pitivi-sound.png:
3422
 
        Remove no longer used icons.
3423
 
        * pitivi/pixmaps/pitivi-advanced.png:
3424
 
        * pitivi/pixmaps/pitivi-advanced-22.png:
3425
 
        * pitivi/pixmaps/pitivi-advanced-24.png:
3426
 
        * pitivi/pixmaps/pitivi-render-22.png:
3427
 
        * pitivi/pixmaps/pitivi-render-24.png:
3428
 
        Rename icons.
3429
 
        New render icon by Andreas Nilsson.
3430
 
 
3431
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3432
 
 
3433
 
        * pitivi/ui/sourcefactories.py:
3434
 
        Use default gtk theme icons for files, audio files and video files.
3435
 
        Fixes #431060
3436
 
 
3437
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3438
 
 
3439
 
        * bin/pitivi.in:
3440
 
        Don't stop pitivi from starting if we can't find the required locale.
3441
 
 
3442
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3443
 
 
3444
 
        * pitivi/ui/exportsettingswidget.py:
3445
 
        Small typo fix.
3446
 
 
3447
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3448
 
 
3449
 
        * pitivi/pixmaps/pitivi-advanced.png:
3450
 
        * pitivi/ui/mainwindow.py:
3451
 
        New icon for Advanced mode.
3452
 
 
3453
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3454
 
 
3455
 
        * pitivi/ui/timeline.py:
3456
 
        comments fixups.
3457
 
        * pitivi/ui/viewer.py:
3458
 
        Pause the timeline when opening the render dialogbox.
3459
 
        Grey-out the 'Record' button until the user has chosen a file.
3460
 
        Remove the 'Choose file to render to' message once the user has chosen
3461
 
        a file.
3462
 
 
3463
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3464
 
 
3465
 
        * pitivi/timeline/composition.py:
3466
 
        * tests/test_timeline_composition.py:
3467
 
        Fix more cases when removing sources from the composition.
3468
 
 
3469
 
2007-04-18  Edward Hervey  <edward@fluendo.com>
3470
 
 
3471
 
        * pitivi/discoverer.py:
3472
 
        Only establish if the file is valid or not at the complete end of the
3473
 
        discovery. This avoids having 'not_media_file' emitted several times for
3474
 
        one file.
3475
 
        * pitivi/ui/sourcefactories.py:
3476
 
        Make the text message for the discoverer error dialog more user-friendly.
3477
 
 
3478
 
2007-04-17  Edward Hervey  <edward@fluendo.com>
3479
 
 
3480
 
        * pitivi/timeline/composition.py:
3481
 
        (TimelineComposition.movesource): Clamp new positions values, and fixup
3482
 
        check for same-position-as-before.
3483
 
        Fixes #420847
3484
 
        * tests/test_timeline_composition.py:
3485
 
        Add unit tests for same position moves, and insane values of new
3486
 
        positions.
3487
 
 
3488
 
2007-04-13  Edward Hervey  <edward@fluendo.com>
3489
 
 
3490
 
        * pitivi/timeline/composition.py:
3491
 
        Adjust the new position of the source when moving it further in time
3492
 
        only.
3493
 
        Fixes #416702
3494
 
        * tests/test_timeline_composition.py:
3495
 
        Unit tests for composition.moveSource().
3496
 
 
3497
 
2007-04-13  Edward Hervey  <edward@fluendo.com>
3498
 
 
3499
 
        * pitivi/timeline/source.py:
3500
 
        initialize media-start and media-duration to -1 so we properly set the
3501
 
        values on the gnlobject the first time round.
3502
 
 
3503
 
2007-04-13  Edward Hervey  <edward@fluendo.com>
3504
 
 
3505
 
        * pitivi/timeline/composition.py:
3506
 
        Fix removal of linked sources.
3507
 
        Raise an exception if we try to remove a source while collapsing the
3508
 
        neighbours but not removing the linked object.
3509
 
        * pitivi/timeline/source.py:
3510
 
        Give a better name to brothers of TimelineFileSource to make it easier
3511
 
        to spot them in debug logs.
3512
 
        * tests/common.py:
3513
 
        Allow setting durations on TestFileSourceFactory, with a default of 1s.
3514
 
        * tests/test_timeline_composition.py:
3515
 
        Added tests for insertSourceAfter, prependSource and removeSource
3516
 
 
3517
 
2007-04-10  Edward Hervey  <edward@fluendo.com>
3518
 
 
3519
 
        * pitivi/timeline/composition.py:
3520
 
        Fixup and document Composition.appendsource()
3521
 
        Minor cleanups
3522
 
        * pitivi/ui/sourcefactories.py:
3523
 
        Make the explanation text centered.
3524
 
        * tests/common.py:
3525
 
        Add a few things to TestFileSourceFactory.__init__
3526
 
        * tests/test_timeline_composition.py:
3527
 
        New test file for pitivi.timeline.composition behaviour.
3528
 
 
3529
 
2007-04-04  Edward Hervey  <edward@fluendo.com>
3530
 
 
3531
 
        * tests/common.py:
3532
 
        Some systems/python don't like doing in-depth import.
3533
 
 
3534
 
2007-03-31  Edward Hervey  <edward@fluendo.com>
3535
 
 
3536
 
        * pitivi/timeline/source.py:
3537
 
        Set initial values for TimelineSource media_start and media_duration
3538
 
        * tests/common.py:
3539
 
        New TimelineFileSource and FileSourceFactory test objects
3540
 
        * tests/test_timeline_source.py:
3541
 
        Test some behaviour of TimelineFileSource
3542
 
        Fixes #424228
3543
 
 
3544
 
2007-03-28  Edward Hervey  <edward@fluendo.com>
3545
 
 
3546
 
        * pitivi/timeline/objects.py:
3547
 
        Add a getBrother() method to BrotherObjects.
3548
 
        small cleanups
3549
 
        * tests/Makefile.am:
3550
 
        * tests/common.py:
3551
 
        New file to contain the test pitivi objects
3552
 
        * tests/test_timeline_objects.py:
3553
 
        Unit test for the pitivi.timeline.objects file.
3554
 
        Only contains tests for the BrotherObjects, still need to add tests
3555
 
        for the TimelineObjects.
3556
 
 
3557
 
2007-03-27  Edward Hervey  <edward@fluendo.com>
3558
 
 
3559
 
        * pitivi/pitivi.py:
3560
 
        Separate the gtk mainloop handling outside of the Pitivi class.
3561
 
        This allows not forcing the use of a gobject MainLoop when using
3562
 
        PiTiVi.
3563
 
        * Makefile.am:
3564
 
        * configure.ac:
3565
 
        * tests/:
3566
 
        * tests/Makefile.am:
3567
 
        * tests/runtests.py:
3568
 
        * tests/test_basic.py:
3569
 
        Added unit-test system. First provided test tests that pitivi gets
3570
 
        properly created and destroyed, nothing fancy.
3571
 
        This should lead the way to a whole bunch of unit-tests. Ideally we
3572
 
        should have one unit test per relevant code file.
3573
 
 
3574
 
2007-03-25  Edward Hervey  <edward@fluendo.com>
3575
 
 
3576
 
        * pitivi/pitivi.py:
3577
 
        Add an option for ui-less pitivi. Needed for unit-testing.
3578
 
        * pitivi/timeline/source.py:
3579
 
        Remove cruft.
3580
 
 
3581
 
2007-03-25  Edward Hervey  <edward@fluendo.com>
3582
 
 
3583
 
        * pitivi/ui/sourcefactories.py:
3584
 
        The order of the dialogbox buttons should be [close, add].
3585
 
 
3586
 
2007-03-25  Edward Hervey  <edward@fluendo.com>
3587
 
 
3588
 
        Patch by: Johan Dahlin <jdahlin@async.com.br>
3589
 
 
3590
 
        * pitivi/ui/sourcefactories.py:
3591
 
        HIG fixes.
3592
 
        Switch the explanation message from a gtk.TextView to a gtk.Label,
3593
 
        in order to avoid issues with text selections.
3594
 
 
3595
 
2007-03-18  Edward Hervey  <edward@fluendo.com>
3596
 
 
3597
 
        * pitivi/pitivi.py:
3598
 
        * pitivi/pitivigstutils.py:
3599
 
        Import pitivi gst utils explicitely.
3600
 
 
3601
 
2007-03-18  Johan Dahlin  <jdahlin@async.com.br>
3602
 
 
3603
 
        * pitivi/ui/sourcefactories.py: Modernize the usage of
3604
 
        treemodel and use enums to access the columns.
3605
 
 
3606
 
2007-03-18  Edward Hervey  <edward@fluendo.com>
3607
 
 
3608
 
        * pitivi/objectfactory.py:
3609
 
        * pitivi/pitivi.py:
3610
 
        * pitivi/timeline/composition.py:
3611
 
        * pitivi/ui/exportsettingswidget.py:
3612
 
        * pitivi/ui/mainwindow.py:
3613
 
        * pitivi/ui/projectsettings.py:
3614
 
        * pitivi/ui/timeline.py:
3615
 
        * pitivi/ui/viewer.py:
3616
 
        Remove unused imports, detected by pyflakes.
3617
 
 
3618
 
2007-03-18  Edward Hervey  <edward@fluendo.com>
3619
 
 
3620
 
        * pitivi/bin.py:
3621
 
        * pitivi/discoverer.py:
3622
 
        * pitivi/effects.py:
3623
 
        * pitivi/elements/singledecodebin.py:
3624
 
        * pitivi/elements/smartscale.py:
3625
 
        * pitivi/instance.py:
3626
 
        * pitivi/objectfactory.py:
3627
 
        * pitivi/pitivi.py:
3628
 
        * pitivi/playground.py:
3629
 
        * pitivi/project.py:
3630
 
        * pitivi/signalgroup.py:
3631
 
        * pitivi/sourcelist.py:
3632
 
        * pitivi/timeline/composition.py:
3633
 
        * pitivi/timeline/objects.py:
3634
 
        * pitivi/timeline/source.py:
3635
 
        * pitivi/timeline/timeline.py:
3636
 
        * pitivi/ui/complexinterface.py:
3637
 
        * pitivi/ui/complexsource.py:
3638
 
        * pitivi/ui/complextimeline.py:
3639
 
        * pitivi/ui/exportsettingswidget.py:
3640
 
        * pitivi/ui/glade.py:
3641
 
        * pitivi/ui/gstwidget.py:
3642
 
        * pitivi/ui/infolayer.py:
3643
 
        * pitivi/ui/layerwidgets.py:
3644
 
        * pitivi/ui/mainwindow.py:
3645
 
        * pitivi/ui/plumber.py:
3646
 
        * pitivi/ui/projectsettings.py:
3647
 
        * pitivi/ui/ruler.py:
3648
 
        * pitivi/ui/sourcefactories.py:
3649
 
        * pitivi/ui/timeline.py:
3650
 
        * pitivi/ui/timelineobjects.py:
3651
 
        * pitivi/ui/tracklayer.py:
3652
 
        * pitivi/ui/viewer.py:
3653
 
        Remove trailing whitespaces by using reindent.py script.
3654
 
 
3655
 
2007-03-06  Edward Hervey  <edward@fluendo.com>
3656
 
 
3657
 
        Patch by: Brandon Lewis <brandon_lewis@berkeley.edu>
3658
 
 
3659
 
        * pitivi/playground.py:
3660
 
        * pitivi/ui/viewer.py:
3661
 
        Implement frame-by-frame forward/backward seeking in the playground
3662
 
        and in the UI.
3663
 
        Brandon, welcome to the PiTiVi developer team :)
3664
 
        Fixes #353857
3665
 
 
3666
 
2007-03-06  Edward Hervey  <edward@fluendo.com>
3667
 
 
3668
 
        * pitivi/bin.py:
3669
 
        Properly implement the getSettings method in SmartTimelineBin and
3670
 
        SmartFileBin.
3671
 
        * pitivi/objectfactory.py:
3672
 
        Cache the result of FileSourceFactory.getExportSettings() so we don't
3673
 
        calculate it every time it's being asked.
3674
 
 
3675
 
2007-02-18  Edward Hervey  <edward@fluendo.com>
3676
 
 
3677
 
        * configure.ac:
3678
 
        Removed checking for runtime-dependencies. Maintainers should make sure
3679
 
        they are correctly set when packaging.
3680
 
        Fixes #406341
3681
 
 
3682
 
2007-02-11  Edward Hervey  <edward@fluendo.com>
3683
 
 
 
9001
        * pitivi/ui/sourcefactories.py:
 
9002
          reviewed by: Edward Hervey  <edward@fluendo.com> * pitivi/ui/actions.xml: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: Added new option for recursively importing sources from folders. Don't automatically display the error dialog box, instead show a warning button which the user can click on. This makes the whole process less obstrusive. Added proper credits to About dialog box.
 
9003
 
 
9004
2006-11-18  Djihed Afifi <djihed@gmail.com>
 
9005
 
 
9006
        * po/ChangeLog:
 
9007
        * po/LINGUAS:
 
9008
        * po/ar.po:
 
9009
          Updated Arabic Translation.
 
9010
 
 
9011
2006-10-29  Francisco Javier F. Serrador <serrador@openshine.com>
 
9012
 
 
9013
          2006-10-30  Francisco Javier F. Serrador  <serrador@openshine.com>
 
9014
          * es.po: Updated Spanish translations.
 
9015
 
 
9016
2006-10-25  Ilkka Tuohela <hile@iki.fi>
 
9017
 
 
9018
        * po/ChangeLog:
 
9019
        * po/LINGUAS:
 
9020
        * po/fi.po:
 
9021
          Added Finnish translation
 
9022
 
 
9023
2006-10-21  Josep Puigdemont i Casamajó <josep.puigdemont@gmail.com>
 
9024
 
 
9025
        * po/ChangeLog:
 
9026
        * po/LINGUAS:
 
9027
        * po/ca.po:
 
9028
          Added Catalan translation by Gil Forcada
 
9029
 
 
9030
2006-10-03  Daniel Nylander <po@danielnylander.se>
 
9031
 
 
9032
          2006-10-03  Daniel Nylander <po@danielnylander.se>
 
9033
          * sv.po: Updated Swedish translation.
 
9034
 
 
9035
2006-09-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
9036
 
 
9037
          * bin/pitivi.in: Trying in vain to fix the way i18n works with both standard python i18n using gettext and glade/gtk. * po/el.po: * po/en_GB.po: * po/es.po: * po/fr.po: * po/sv.po: * po/zh_CN.po: Those have been borked for some time, they were using *.glade.h !!
 
9038
 
 
9039
2006-09-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9040
 
 
9041
        * ChangeLog:
3684
9042
        * pitivi/check.py:
3685
 
        * pitivi/configure.py.in:
3686
 
        Moved all checks (including version checks) to runtime checking.
3687
 
 
3688
 
2007-02-08  Edward Hervey  <edward@fluendo.com>
3689
 
 
 
9043
        * pitivi/objectfactory.py:
 
9044
        * pitivi/pitivi.py:
 
9045
        * pitivi/playground.py:
 
9046
        * pitivi/project.py:
 
9047
        * pitivi/settings.py:
 
9048
        * pitivi/ui/exportsettingswidget.py:
 
9049
        * pitivi/ui/gstwidget.py:
 
9050
        * pitivi/ui/infolayer.py:
 
9051
        * pitivi/ui/mainwindow.py:
 
9052
        * pitivi/ui/sourcefactories.py:
 
9053
        * pitivi/ui/viewer.py:
3690
9054
        * po/POTFILES.in:
3691
 
        Add pitivi/ui/timeline.py for translatable strings
3692
 
        * po/ar.po:
3693
 
        * po/ca.po:
3694
 
        * po/dz.po:
 
9055
        * po/fr.po:
 
9056
          Patch by: Christophe Sauthier <christophe.sauthier@gmail.com> * pitivi/check.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/gstwidget.py: * pitivi/ui/infolayer.py: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/viewer.py: * po/POTFILES.in: * po/fr.po: Implement i18n in code, this completes transition to i18n. Closes #337990
 
9057
 
 
9058
2006-09-13  David Lodge <dave@cirt.net>
 
9059
 
 
9060
          2006-09-13  David Lodge <dave@cirt.net>
 
9061
          * LINGUAS: Added "en_GB" to LINGUAS.
 
9062
 
 
9063
2006-09-13  David Lodge <dave@cirt.net>
 
9064
 
 
9065
          2006-09-13  David Lodge <dave@cirt.net>
 
9066
          * en_GB.po: Updated English (British) translation
 
9067
 
 
9068
2006-09-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9069
 
 
9070
          * pitivi/ui/sourcefactories.py: Don't close filechooser dialog when adding a file. Instead provide both a [ADD] and a [CLOSE] button for the dialogbox. Closes #353861
 
9071
 
 
9072
2006-09-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9073
 
 
9074
          * pitivi/ui/viewer.py: Die combobox... DIEEEE!!!!! Solves #338065
 
9075
 
 
9076
2006-08-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9077
 
 
9078
          * pitivi/timeline.py: Actually emit the 'source-removed' signal when a source is removed from a composition. * pitivi/ui/tracklayer.py: remove source graphically from the complex timeline when it gets removed.
 
9079
 
 
9080
2006-08-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9081
 
 
9082
          * pitivi/timeline.py: Implement TimelineComposition::RemoveSource Added more comments * pitivi/ui/timelineobjects.py: Implement popup menu for sources, with remove item Add 'delete-me' signal for sources Implement removal of sources from the Simple Timeline * pitivi/ui/viewer.py: Implement proper behaviour for when the timeline becomes empty again.
 
9083
 
 
9084
2006-08-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9085
 
 
9086
          * pitivi/ui/mainwindow.py: Follow the gnome toolbar and menu settings. Closes #339994
 
9087
 
 
9088
2006-08-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9089
 
 
9090
          * pitivi/ui/glade.py: Specify the 'pitivi' domain when importing glade files, so i18n can work on glade-based widgets.
 
9091
 
 
9092
2006-08-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9093
 
 
9094
          * pitivi/ui/mainwindow.py: Close the About dialogbox when the user clicks on the [Close] button.
 
9095
 
 
9096
2006-08-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
9097
 
 
9098
          * pitivi/bin.py: (SmartBin._makeEncThread): Insert a videorate before the video encoder in order to cope with encoders that don't react well to non-perfect/non-continuous streams.
 
9099
 
 
9100
2006-08-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
9101
 
 
9102
          * bin/pitivi.in: Remove unwanted print statement * pitivi/elements/singledecodebin.py: Remove use of fakesink, doesn't seem to break anything.
 
9103
 
 
9104
2006-08-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9105
 
 
9106
          * po/.cvsignore: * po/Makefile.in.in: Forgot to commit Makefile.in.in
 
9107
 
 
9108
2006-08-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
9109
 
 
9110
          * ABOUT-NLS: * intltool-extract.in: * intltool-merge.in: * intltool-update.in: new files * Makefile.am: Added new files, support for uninstalled locales and build of po/ * bin/pitivi.in: support for i18n * configure.ac: support for i18n * pitivi/ui/mainwindow.py: First python file with i18n support (Advanced view) * po/LINGUAS: Added french * po/POTFILES.in: Added pitivi/ui/mainwindow.py file * po/fr.po: new french translation.
 
9111
 
 
9112
2006-08-12  Francisco Javier F. Serrador <serrador@openshine.com>
 
9113
 
 
9114
          2006-08-13  Francisco Javier F. Serrador  <serrador@openshine.com>
 
9115
          * es.po: Updated Spanish translation.
 
9116
 
 
9117
2006-08-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9118
 
 
9119
          * pitivi/playground.py: Commented out the reporting of Warning messages to the UI. If it is really fatal to playback/editing/encoding, it should have been an Error message.
 
9120
 
 
9121
2006-08-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
9122
 
 
9123
          * pitivi/playground.py: Added switchToTimeline() method. Don't seek to values lower than 0. * pitivi/timeline.py: Add default sources behaviours in compositions. Added setDefaultSource() and getDefaultSource() methods. * pitivi/ui/complexinterface.py: pixelToNs should return a long (to cope with 2**64 values). * pitivi/ui/complexlayer.py: Don't expand audio tracks at startup. * pitivi/ui/ruler.py: Allow seeking on the ruler. * pitivi/ui/sourcefactories.py: Use the source thumbnail as the icon pixbuf when doing drag and drop. * pitivi/ui/timelineobjects.py: Switch to Timeline in the playground if we drop something in it. * pitivi/ui/viewer.py: Use bilinear scaling method with videoscale. Use videosink pad to figure out caps modifications.
 
9124
 
 
9125
2006-08-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
9126
 
 
9127
          * pitivi/ui/viewer.py: Only set the XID of the viewer window, on the video sink, once it is realized.
 
9128
 
 
9129
2006-07-16  Daniel Nylander <po@danielnylander.se>
 
9130
 
 
9131
          2006-07-16  Daniel Nylander  <po@danielnylander.se>
 
9132
          * sv.po: Updated Swedish translation.
 
9133
 
 
9134
2006-07-13  Christian Rose <menthos@menthos.com>
 
9135
 
 
9136
          2006-07-13  Christian Rose  <menthos@menthos.com>
 
9137
          * sv.po: Updated Swedish translation.
 
9138
 
 
9139
2006-07-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
9140
 
 
9141
          * pitivi/ui/elementsettingsdialog.glade: * pitivi/ui/encodingdialog.glade: * pitivi/ui/exportsettingswidget.glade: * pitivi/ui/projectsettings.glade: Removed whitespaces in front of punctuation in dialogbox. Fixes #346585.
 
9142
 
 
9143
2006-07-03  Simos Xenitellis <simos@gnome.org>
 
9144
 
 
9145
        * po/ChangeLog:
 
9146
        * po/LINGUAS:
3695
9147
        * po/el.po:
3696
 
        * po/en_GB.po:
3697
 
        * po/es.po:
3698
 
        * po/fi.po:
3699
 
        * po/fr.po:
3700
 
        * po/pa.po:
3701
 
        * po/pt_BR.po:
3702
 
        * po/sv.po:
 
9148
          Added Greek translation, added el in LINGUAS
 
9149
 
 
9150
2006-07-02  Christian Rose <menthos@menthos.com>
 
9151
 
 
9152
          2006-07-02  Christian Rose  <menthos@menthos.com>
 
9153
          * LINGUAS: Corrected the listing.
 
9154
 
 
9155
2006-07-02  Funda Wang <fundawang@linux.net.cn>
 
9156
 
 
9157
        * po/ChangeLog:
 
9158
        * po/LINGUAS:
3703
9159
        * po/zh_CN.po:
3704
 
        Update po files for latest modifications.
3705
 
        Includes french translation by Julien Tous <julien.tous@gmail.com>
3706
 
        Fixes #405467
3707
 
 
3708
 
2007-02-08  Edward Hervey  <edward@fluendo.com>
3709
 
 
3710
 
        * pitivi/ui/timelineobjects.py:
3711
 
        First step of implementing simple timeline editing mode.
3712
 
        Still need to fill in the SimpleEditingWidget.
3713
 
        
3714
 
2007-02-07  Edward Hervey  <edward@fluendo.com>
3715
 
 
3716
 
        * pitivi/ui/sourcefactories.py:
3717
 
        Make the explanation message go away when dragging into the source
3718
 
        list. This allows drag-and-drop again from outside pitivi.
3719
 
        Fixes #403877
3720
 
 
3721
 
2007-02-02  Edward Hervey  <edward@fluendo.com>
3722
 
 
3723
 
        * pitivi/ui/timeline.py:
3724
 
        Show an explanation text in the timeline when it is empty so new users
3725
 
        know what to do.
3726
 
        Fixes #383402
3727
 
 
3728
 
2007-02-02  Edward Hervey  <edward@fluendo.com>
3729
 
 
3730
 
        * pitivi/ui/mainwindow.py:
3731
 
        Make requirement of gconf optional, since we want pitivi to also
3732
 
        work on pure gtk+ installations.
3733
 
 
3734
 
2007-01-31  Edward Hervey  <edward@fluendo.com>
3735
 
 
 
9160
          Added Simplified Chinese translation.
 
9161
 
 
9162
2006-06-27  Christian Rose <menthos@menthos.com>
 
9163
 
 
9164
          2006-06-27  Christian Rose  <menthos@menthos.com>
 
9165
          * sv.po: Added a Swedish translation.
 
9166
 
 
9167
2006-06-27  Christian Rose <menthos@menthos.com>
 
9168
 
 
9169
          2006-06-27  Christian Rose  <menthos@menthos.com>
 
9170
          * .cvsignore, LINGUAS, POTFILES.in: Added these files.
 
9171
 
 
9172
2006-06-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
9173
 
 
9174
          * configure.ac: * pitivi/Makefile.am: * pitivi/elements/Makefile.am: * pitivi/elements/__init__.py: New directory for python gstreamer elements. * pitivi/elements/singledecodebin.py: New queue-less, single stream, decodebin-like bin for use in timelines. This makes seeking/scrubbing snappier. Also uses less memory. * pitivi/timeline.py: Use new SingleDecodeBin element. * pitivi/ui/viewer.py: Make own debug similarto gst debug. Don't seek on position change if it wasn't caused by the user.
 
9175
 
 
9176
2006-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9177
 
 
9178
          * configure.ac: Back to development cycle
 
9179
 
 
9180
2006-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9181
 
 
9182
        * ChangeLog:
 
9183
        * RELEASE:
3736
9184
        * configure.ac:
3737
 
        Back to development cycle
3738
 
 
3739
 
=== release 0.10.2 ===
3740
 
 
3741
 
2007-01-31  Edward Hervey  <edward@fluendo.com>
 
9185
          Releasing 0.10.1 "Sister and Friend"
 
9186
 
 
9187
2006-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9188
 
 
9189
          * pitivi/check.py: Added check to see if autodetect plugin can initialize themselves and found at least one valid real sink.
 
9190
 
 
9191
2006-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9192
 
 
9193
          * pitivi/objectfactory.py: (FileSourceFactory.__gproperties__): The << operator causes issues with Python 2.3. Replacing 2<<63 with 2**63.
 
9194
 
 
9195
2006-05-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
9196
 
 
9197
          * pitivi/ui/mainwindow.py: (PitiviMainWindow._aboutCb): LGPL is Lesser General Public License
 
9198
 
 
9199
2006-05-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9200
 
 
9201
          * pitivi/ui/sourcefactories.py: remove print statement
 
9202
 
 
9203
2006-05-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9204
 
 
9205
          * pitivi/objectfactory.py: Better Markup for getPrettyInfo() * pitivi/ui/sourcefactories.py: Remember last directory sources were taken from so we can reopen the FileChooserDialog with that directory.
 
9206
 
 
9207
2006-05-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
9208
 
 
9209
          * pitivi/discoverer.py: * pitivi/playground.py: Ignore error messages coming from GstQueue. Hopefully these hacks will go away once we can depend on GStreamer core >= 0.10.7 If query_position() returns -1, don't emit position update.
 
9210
 
 
9211
2006-05-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
9212
 
 
9213
          * pitivi/playground.py: typo error
 
9214
 
 
9215
2006-05-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9216
 
 
9217
          * pitivi/ui/exportsettingswidget.py: Put button in proper orders (Cancel then OK)
 
9218
 
 
9219
2006-05-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9220
 
 
9221
          * pitivi/bin.py: Fixed recording for tee -> identity conversion/hack. We remove audio/video sink when encoding and put them back when finished. * pitivi/playground.py: added debug for position signal emission. * pitivi/ui/complextimeline.py: don't send a negative frame value to toplayer's timelinePositionChanged * pitivi/ui/encodingdialog.glade: Better order for buttons. Cancel button becomes close button. * pitivi/ui/viewer.py: Grey-out (set_sensitive()) the main window when the encoding dialog is showing. Lots of fixes with the EncodingDialog: _ Close button becomes cancel when encoding _ Show Time Left in progressbar _ Use playground's 'position' signal
 
9222
 
 
9223
2006-05-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9224
 
 
9225
          * pitivi/ui/viewer.py: removed print statement
 
9226
 
 
9227
2006-05-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9228
 
 
9229
          * pitivi/playground.py: Added 'position' signal which is emitted to inform a change of position with the current SmartBin. * pitivi/ui/complextimeline.py: * pitivi/ui/mainwindow.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Switch to use playground's 'position' signal in Viewer and ComplexTimeline. This should fix several issues: _ Position checking not being in ui-independent part, _ Position updating not starting, _ Position checking done during critical parts (state change).
 
9230
 
 
9231
2006-05-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9232
 
 
9233
          * pitivi/configure.py.in: Add APPNAME, which contains the configured application name. This will easily allow changing the application name later on. * pitivi/check.py: * pitivi/pitivi.py: * pitivi/project.py: * pitivi/ui/mainwindow.py: Use configure.APPNAME for every string occurence of PiTiVi. (PitiviMainWindow._setActions): Don't set action string for some stock items. (NEW, OPEN, SAVE, SAVE_AS, QUIT, FULLSCREEN, ABOUT). I'm leaving what we set for the others, since I used them because I couldn't find any better icon. Closes #339993
 
9234
 
 
9235
2006-05-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
9236
 
 
9237
          * pitivi/bin.py: First round of hack for BaseTransform issues and ximagesink. * pitivi/ui/plumber.py: To cancel qos, we also need to set "max-lateness" to -1 * pitivi/ui/viewer.py: Add videoscale for ximagesink.
 
9238
 
 
9239
2006-05-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
9240
 
 
9241
          * configure.ac: Back to development cycle
 
9242
 
 
9243
2006-04-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9244
 
3742
9245
        * NEWS:
3743
9246
        * RELEASE:
3744
9247
        * configure.ac:
3745
 
        Releasing 0.10.2
3746
 
 
3747
 
2007-01-28  Edward Hervey  <edward@fluendo.com>
3748
 
 
3749
 
        * AUTHORS: (Contributors): 
3750
 
        Updated contributor list
3751
 
 
3752
 
2007-01-26  Edward Hervey  <edward@fluendo.com>
3753
 
 
3754
 
        * configure.ac:
3755
 
        0.10.1.3 pre-release
3756
 
 
3757
 
2007-01-26  Edward Hervey  <edward@fluendo.com>
3758
 
 
3759
 
        * configure.ac: (PYGST_REQ): 
3760
 
        Bring gst-python requirement down to 0.10.6. 0.10.7 is not a hard
3761
 
        requirement, but highly recommended since it fixes big thread-safety
3762
 
        issues.
3763
 
 
3764
 
2007-01-25  Edward Hervey  <edward@fluendo.com>
3765
 
 
3766
 
        * configure.ac:
3767
 
        0.10.1.2 pre-release
3768
 
 
3769
 
2007-01-25  Edward Hervey  <edward@fluendo.com>
3770
 
 
3771
 
        * po/ar.po:
3772
 
        * po/ca.po:
3773
 
        * po/dz.po:
3774
 
        * po/el.po:
3775
 
        * po/en_GB.po:
3776
 
        * po/es.po:
3777
 
        * po/fi.po:
3778
 
        * po/fr.po:
3779
 
        * po/pa.po:
3780
 
        * po/pt_BR.po:
3781
 
        * po/sv.po:
3782
 
        * po/zh_CN.po:
3783
 
        Update po files for pre-release
3784
 
 
3785
 
2007-01-24  Edward Hervey  <edward@fluendo.com>
3786
 
 
3787
 
        * pitivi/timeline/composition.py:
3788
 
        * pitivi/timeline/objects.py:
3789
 
        * pitivi/timeline/timeline.py:
3790
 
        More code refactoring in timeline objects.
3791
 
 
3792
 
2007-01-23  Edward Hervey  <edward@fluendo.com>
3793
 
 
3794
 
        * pitivi/timeline/effects.py:
3795
 
        cough, sven is stupid, cough
3796
 
 
3797
 
2007-01-23  Edward Hervey  <edward@fluendo.com>
3798
 
 
3799
 
        * pitivi/Makefile.am:
3800
 
        * pitivi/effects.py:
3801
 
        Move the magician back to the top-level.
3802
 
        * pitivi/timeline/Makefile.am:
3803
 
        * pitivi/timeline/composition.py:
3804
 
        * pitivi/timeline/effects.py:
3805
 
        * pitivi/timeline/objects.py:
3806
 
        * pitivi/timeline/source.py:
3807
 
        * pitivi/timeline/timeline.py:
3808
 
        Split the timeline objects into smaller files for easier comprehension.
3809
 
        * pitivi/bin.py:
3810
 
        * pitivi/discoverer.py:
3811
 
        * pitivi/pitivi.py:
3812
 
        * pitivi/playground.py:
3813
 
        * pitivi/project.py:
3814
 
        * pitivi/ui/complexsource.py:
3815
 
        * pitivi/ui/gstwidget.py:
3816
 
        * pitivi/ui/ruler.py:
3817
 
        * pitivi/ui/sourcefactories.py:
3818
 
        * pitivi/ui/timelineobjects.py:
3819
 
        * pitivi/ui/tracklayer.py:
3820
 
        * pitivi/ui/viewer.py:
3821
 
        Fix inconsistencies detected by pychecker.
3822
 
        Adapt code to timeline objects split-up.
3823
 
 
3824
 
2007-01-22  Edward Hervey  <edward@fluendo.com>
3825
 
 
3826
 
        * po/ar.po:
3827
 
        * po/ca.po:
3828
 
        * po/dz.po:
3829
 
        * po/el.po:
3830
 
        * po/en_GB.po:
3831
 
        * po/es.po:
3832
 
        * po/fi.po:
3833
 
        * po/fr.po:
3834
 
        * po/pa.po:
3835
 
        * po/pt_BR.po:
3836
 
        * po/sv.po:
3837
 
        * po/zh_CN.po:
3838
 
        Update po files for newly added translatable file.
3839
 
 
3840
 
2007-01-22  Edward Hervey  <edward@fluendo.com>
3841
 
 
3842
 
        * po/POTFILES.in:
3843
 
        Add pitivi/ui/filelisterrordialog.py to translatable files.
3844
 
 
3845
 
2007-01-19  Edward Hervey  <edward@fluendo.com>
3846
 
 
3847
 
        * pitivi/discoverer.py:
3848
 
        Use decodebin2 if the env variable is set. Because we want to use
3849
 
        decodebin2... DO IT !  NOW !
3850
 
 
3851
 
2007-01-15  Edward Hervey  <edward@fluendo.com>
3852
 
 
3853
 
        * configure.ac:
3854
 
        * pitivi/Makefile.am:
3855
 
        * pitivi/effects.py:
3856
 
        * pitivi/timeline.py:
3857
 
        * pitivi/timeline:
3858
 
        * pitivi/timeline/Makefile.am:
3859
 
        * pitivi/timeline/__init__.py:
3860
 
        * pitivi/timeline/effects.py:
3861
 
        * pitivi/timeline/timeline.py:
3862
 
        Create pitivi/timeline/ directory and move timeline.py and effects.py
3863
 
        into there.
3864
 
        * pitivi/pitivi.py:
3865
 
        * pitivi/project.py:
3866
 
        * pitivi/ui/complexlayer.py:
3867
 
        * pitivi/ui/complexsource.py:
3868
 
        * pitivi/ui/infolayer.py:
3869
 
        * pitivi/ui/timelineobjects.py:
3870
 
        * pitivi/ui/tracklayer.py:
3871
 
        import adjustments for timeline module location modifications.
3872
 
 
3873
 
2007-01-14  Edward Hervey  <edward@fluendo.com>
3874
 
 
3875
 
        * pitivi/timeline.py:
3876
 
        Bug fixes when moving sources to the beginning position.
3877
 
 
3878
 
2007-01-14  Edward Hervey  <edward@fluendo.com>
3879
 
 
3880
 
        * pitivi/ui/timelineobjects.py:
3881
 
        Forgot to add this file during the last commit.
3882
 
 
3883
 
2007-01-10  Edward Hervey  <edward@fluendo.com>
3884
 
 
3885
 
        * configure.ac:
3886
 
        Now depend on gst-python 0.10.6.1 for GIL lock issues in virtualmethods.
3887
 
        Now depend on gnonlin-0.10.6.1 for locking issues when modifying the
3888
 
        timeline.
3889
 
        * pitivi/playground.py:
3890
 
        (PlayGround.getCurrentTimePosition): new function for getting the time
3891
 
        of the current bin.
3892
 
        * pitivi/timeline.py:
3893
 
        (TimelineObject.__repr__): Implement for proper representation in
3894
 
        debug messages.
3895
 
        (TimelineComposition.moveSource): Implement move method.
3896
 
        (SimpleTimeline): Use SignalGroup for signals from the project. Add
3897
 
        support for dragging sources within the timeline, and effectively
3898
 
        propose moving around sources. Cleanup code a bit more.
3899
 
        (SimpleTimelineSource): Add DnD support.
3900
 
 
3901
 
2007-01-08  Edward Hervey  <edward@fluendo.com>
3902
 
 
3903
 
        * pitivi/ui/gstwidget.py:
3904
 
        Also take gint into account. I wonder how that one went away...
3905
 
 
3906
 
2007-01-08  Edward Hervey  <edward@fluendo.com>
3907
 
 
3908
 
        * pitivi/ui/exportsettingswidget.py:
3909
 
        Typo fix
3910
 
        * pitivi/ui/gstwidget.py:
3911
 
        Add support for GEnum in property widgets.
3912
 
 
3913
 
2007-01-08  Edward Hervey  <edward@fluendo.com>
3914
 
 
3915
 
        * pitivi/ui/complexsource.py:
3916
 
        * pitivi/ui/timelineobjects.py:
3917
 
        Use default video icon if no real thumbnail is available.
3918
 
        Fixes #392204
3919
 
 
3920
 
2006-12-28  Ernst Persson  <ernstp@gmail.com>
3921
 
 
3922
 
        reviewed by: Edward Hervey  <edward@fluendo.com>
3923
 
 
3924
 
        * pitivi/ui/ruler.py:
3925
 
        Make the ruler nicer. Add time text position.
3926
 
        
3927
 
 
3928
 
2006-12-20  Edward Hervey  <edward@fluendo.com>
3929
 
 
3930
 
        * pitivi/ui/sourcefactories.py:
3931
 
        Add explanatory message in the source list when there's no sources.
3932
 
        This helps people understand what they can do when they start PiTiVi.
3933
 
 
3934
 
2006-12-20  Edward Hervey  <edward@fluendo.com>
3935
 
 
3936
 
        * pitivi/bin.py:
3937
 
        Don't call link/unlink functions if atee/vtee do not exist. This removes
3938
 
        some warnings.
3939
 
        * pitivi/discoverer.py:
3940
 
        Change behaviour of discoverer to handle cases where demuxers do not
3941
 
        create all pads at once, but rely on emitting 'no-more-pads' to say
3942
 
        there are no more coming.
3943
 
        Fixes #353859
3944
 
 
3945
 
2006-12-20  Ernst Persson  <ernstp@gmail.com>
3946
 
 
3947
 
        reviewed by: Edward Hervey <edward@fluendo.com>
3948
 
 
3949
 
        * pitivi/ui/viewer.py:
3950
 
        Properly scroll by half a second when using the scrollwheel of a
3951
 
        mouse.
3952
 
        Fixes #383826
3953
 
 
3954
 
2006-12-20  Edward Hervey  <edward@fluendo.com>
3955
 
 
3956
 
        * pitivi/bin.py:
3957
 
        * pitivi/elements/singledecodebin.py:
3958
 
        * pitivi/elements/smartscale.py:
3959
 
        * pitivi/objectfactory.py:
3960
 
        * pitivi/timeline.py:
3961
 
        Activate pads before adding them to an element.
3962
 
 
3963
 
2006-12-20  Edward Hervey  <edward@fluendo.com>
3964
 
 
3965
 
        * po/POTFILES.in:
3966
 
        pitivi/ui/discoverererrordialog.glade is now
3967
 
        pitivi/ui/filelisterrordialog.glade.
3968
 
        * po/ar.po:
3969
 
        * po/ca.po:
3970
 
        * po/dz.po:
3971
 
        * po/el.po:
3972
 
        * po/en_GB.po:
3973
 
        * po/es.po:
3974
 
        * po/fi.po:
3975
 
        * po/fr.po:
3976
 
        * po/sv.po:
3977
 
        * po/zh_CN.po:
3978
 
        Updated po files for code modifications.
3979
 
 
3980
 
2006-12-20  Edward Hervey  <edward@fluendo.com>
3981
 
 
3982
 
        * docs/HACKING:
3983
 
        Added note about order in which modules should be imported.
3984
 
        * pitivi/Makefile.am:
3985
 
        * pitivi/signalgroup.py:
3986
 
        Added signalgroup.py.
3987
 
        Patch from Richard Boulton <richard@tartarus.org>
3988
 
        * pitivi/bin.py:
3989
 
        Make length, has_video, has_audio, width and height construction
3990
 
        properties of SmartBin. Modify subclasses accordingly.
3991
 
        * pitivi/elements/singledecodebin.py:
3992
 
        Remove unused code
3993
 
        * pitivi/elements/smartscale.py:
3994
 
        Rename unused method arguments
3995
 
        * pitivi/objectfactory.py:
3996
 
        Code fix.
3997
 
        * pitivi/sourcelist.py:
3998
 
        Added 'not-media-file' signal to SourceList.
3999
 
        * pitivi/timeline.py:
4000
 
        Small fix.
4001
 
        * pitivi/ui/Makefile.am:
4002
 
        * pitivi/ui/discoverererrordialog.glade:
4003
 
        * pitivi/ui/filelisterrordialog.glade:
4004
 
        * pitivi/ui/filelisterrordialog.py:
4005
 
        Rename discoverererrordialog to filelisterrordialog.
4006
 
        Create separate python file for FileListErrorDialog.
4007
 
        Patch from Richard Boulton <richard@tartarus.org>
4008
 
        * pitivi/ui/sourcefactories.py:
4009
 
        Use SignalGroup for signals from the project.
4010
 
        Use FileListErrorDialog instead of DiscovererErrorDialog.
4011
 
        Move DiscovererErrorDialog code to separate python file.
4012
 
        Remove dead code.
4013
 
        Patch from Richard Boulton <richard@tartarus.org>
4014
 
        * pitivi/ui/viewer.py:
4015
 
        Use SignalGroup for signals from the project.
4016
 
        Rename unused method arguments.
4017
 
 
4018
 
2006-12-06  Edward Hervey  <edward@fluendo.com>
4019
 
 
4020
 
        * po/ar.po:
4021
 
        * po/ca.po:
4022
 
        * po/el.po:
4023
 
        * po/en_GB.po:
4024
 
        * po/es.po:
4025
 
        * po/fi.po:
4026
 
        * po/fr.po:
4027
 
        * po/sv.po:
4028
 
        * po/zh_CN.po:
4029
 
        Update .po files for latest code modifications.
4030
 
 
4031
 
2006-12-06  Edward Hervey  <edward@fluendo.com>
4032
 
 
4033
 
        * pitivi/ui/mainwindow.py:
4034
 
        Mark File, View and Help menu text as translateable.
4035
 
 
4036
 
2006-12-06  Edward Hervey  <edward@fluendo.com>
4037
 
 
4038
 
        * bin/pitivi.in:
4039
 
        localedir is a global variable. Without specifying that, we end up with 
4040
 
        localedir never being set globally.
4041
 
 
4042
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4043
 
 
4044
 
        * pitivi/.cvsignore:
4045
 
        * pitivi/elements/.cvsignore:
 
9248
          Releasing 0.10.0 "It's a Birthday Party"
 
9249
 
 
9250
2006-04-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9251
 
 
9252
        * ChangeLog:
 
9253
          *** empty log message ***
 
9254
 
 
9255
2006-04-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9256
 
 
9257
          * pitivi/playground.py: * pitivi/ui/viewer.py: Add debugging to ease reporting by users
 
9258
 
 
9259
2006-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9260
 
 
9261
          * pitivi/discoverer.py: Add error handling imporoved. Add fakesinks to audio pads if there's no video, otherwise audio only files will not get discovered properly. * pitivi/pitivi.py: * pitivi/ui/viewer.py: Revert gtk.gdk.threads_* patches. If we start going down that alley, it means putting those function calls everywhere. Instead, just put the critical parts in a gobject.idle_add()
 
9262
 
 
9263
2006-04-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9264
 
 
9265
          * pitivi.spec.in: Better group and ExclusiveArch for rpm. Patch by <ahziem1@mailbolt.com>
 
9266
 
 
9267
2006-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9268
 
 
9269
          * pitivi/ui/actions.xml: * pitivi/ui/mainwindow.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Remove gtk.Frame from useless places. Made the timeline advanced view switcher a ToolAction and add it to the menu and the toolbar.
 
9270
 
 
9271
2006-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9272
 
 
9273
          * pitivi/pitivi.py: Call gtk.gdk.threads_init() to inform pygtk that we might be doing calls from remote threads. * pitivi/ui/viewer.py: The fix to the threading issue was in fact to call gtk.gdk.threads_enter() and _leave() before and after calls to gtk being made from a non-main thread.
 
9274
 
 
9275
2006-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9276
 
 
9277
          * pitivi/playground.py: gst-python doesn't have the GstError quarks defined yet. Let's just use the strings instead.
 
9278
 
 
9279
2006-04-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9280
 
 
9281
          * configure.ac: We need gnonlin 0.10.2 released 3 days ago. * pitivi/ui/viewer.py: Some threading madness.... That was a nasty bug.
 
9282
 
 
9283
2006-04-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
9284
 
 
9285
          * pitivi/ui/sourcefactories.py: Only make the remove button sensitive when there's at least one source in the list. * pitivi/ui/viewer.py: Properly end drag-and-drop. This should fix some hangs after DnD.
 
9286
 
 
9287
2006-04-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9288
 
 
9289
          * configure.ac: 0.9.9.5 pre-release
 
9290
 
 
9291
2006-04-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9292
 
 
9293
          * pitivi/bin.py: Use black pattern for default video source * pitivi/ui/timeline.py: Don't show the timeline label at the left of the timeline window. * pitivi/ui/viewer.py: Don't add more than once the bins in the combobox.
 
9294
 
 
9295
2006-04-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9296
 
 
9297
          * pitivi/ui/mainwindow.py: Make the Viewer take the remaining space, rather than the sourcelist. * pitivi/ui/sourcefactories.py: The minimum width of the source list is set to 300pixels.
 
9298
 
 
9299
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9300
 
 
9301
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9302
          * pitivi/objectfactory.py (FileSourceFactory.__gproperties__): Fix
 
9303
          range of "length" pspec.
 
9304
 
 
9305
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9306
 
 
9307
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9308
          * configure.ac: Remove calls to libtool.
 
9309
          * autogen.sh: Update to simplify, not run libtoolize.
 
9310
 
 
9311
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9312
 
 
9313
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9314
          * bin/Makefile.am: No need for the makefile rule any more.
 
9315
          * configure.ac: Output bin/pitivi using AC_CONFIG_FILES, so that
 
9316
          we can make it executable directly after the configure.
 
9317
 
 
9318
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9319
 
 
9320
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9321
          * configure.ac: Fix the gnonlin check FO REAL.
 
9322
 
 
9323
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9324
 
 
9325
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9326
          * bin/pitivi.in (CONFIGURED_PYTHONPATH): Update for PYTHONPATH
 
9327
          name change.
 
9328
          (_add_pitivi_path): If a path in the configured pythonpath is
 
9329
          already in sys.path, leave it where it is.
 
9330
          * configure.ac: Fix embarrassing errors in checks for cairo,
 
9331
          glade, gtk cairo support, and gnonlin. Rename PYTHONPATH subst'ed
 
9332
          var to CONFIGURED_PYTHONPATH.
 
9333
 
 
9334
2006-04-21  Andy Wingo <wingo@pobox.com>
 
9335
 
 
9336
          2006-04-21  Andy Wingo  <wingo@pobox.com>
 
9337
          * configure.ac: Remove check for obsolete pygtk version that
 
9338
          doesn't meet our requirements.
 
9339
 
 
9340
2006-04-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9341
 
 
9342
          * pitivi/ui/viewer.py: Remember previous state before scrubbing, so we can go back to that state (playing or paused). Should fix #338064
 
9343
 
 
9344
2006-04-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9345
 
 
9346
          * pitivi/playground.py: Format default error messages in a saner way.
 
9347
 
 
9348
2006-04-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9349
 
 
9350
          * pitivi/bin.py: Moved getRealVideoSink(), record() and stopRecording() methods up from SmartTimelineBin to SmartBin. * pitivi/playground.py: Documentation cleanup. Make relevant functions return False for failures. Added _handleError() and _handleWarning() methods for analyzing the error/warning information and creating user-friendly messages. * pitivi/utils.py: New function bin_contains() in order to figure out if an element is in a bin recursively. * pitivi/ui/mainwindow.py: Only display one ErrorDialogBox at a time * pitivi/ui/viewer.py: Improve aspect ratio handling
 
9351
 
 
9352
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9353
 
 
9354
          * pitivi/playground.py: Connect bus message handler to the default bin too. * pitivi/ui/mainwindow.py: Close error message when you click on OK * pitivi/ui/viewer.py: Remove error message for failed state change.
 
9355
 
 
9356
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9357
 
 
9358
          * pitivi/playground.py: Added "error" signal * pitivi/ui/mainwindow.py: Show Error dialog box on playground bus errors. * pitivi/ui/viewer.py: slight bug
 
9359
 
 
9360
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9361
 
 
9362
          * pitivi/playground.py: Return gst.StateChangeReturn from setting pipeline to PLAYING in play() * pitivi/ui/viewer.py: Display error message if we couldn't set the default bin to PLAYING * pitivi/ui/timelineobjects.py: remove debug tooltip
 
9363
 
 
9364
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9365
 
 
9366
          * pitivi/ui/mainwindow.py: Better sentence for tooltip of "Toggle Fullscreen" action * pitivi/ui/sourcefactories.py: Double-click on a row makes it play. Slight cleanup.
 
9367
 
 
9368
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9369
 
 
9370
          * configure.ac: GNonLin >= 0.10.1 GStreamer >= 0.10.4 0.9.9.4 pre-release
 
9371
 
 
9372
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9373
 
 
9374
          * application-pitivi.png: * pitivi.png: * Makefile.am: * pitivi.desktop.in: * pitivi.spec.in: * pitivi/ui/mainwindow.py: Changing pitivi-application.png to pitivi.png Closes #337726 * pitivi/objectfactory.py: slight bugfixes and debug
 
9375
 
 
9376
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9377
 
 
9378
          * pitivi/ui/sourcefactories.py: * pitivi/ui/viewer.py: Remove prints
 
9379
 
 
9380
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9381
 
 
9382
          * pitivi/ui/sourcefactories.py: Small variable for not displaying the "import sources" dialog box twice.
 
9383
 
 
9384
2006-04-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9385
 
 
9386
          * pitivi/discoverer.py: Added timeout of 10s for discovering each file, should be enough and prevents the discoverer from idling on broken files/plugins. Added tagging discovery. Only push the pipeline to PLAYING if we need a thumbnail. * pitivi/objectfactory.py: Moved getPrettyInfo to ObjectFactory class Added MediaStream classes to contain information about multimedia streams and their handling in ObjectFactory classes. Check if the file is valid when setting a thumbnail file. * pitivi/utils.py: float_framerate() now retuns a string * pitivi/ui/actions.xml: Added and re-ordered menus and toolbar * pitivi/ui/mainwindow.py: Added full-screen toggling facilities with menu/toolbar item and shortcuts. Added menu/toolbar item for adding Sources. More cleaning up. * pitivi/ui/plumber.py: If present, set qos to FALSE on videosink * pitivi/ui/sourcefactories.py: Clear up the sources list. There is now only a gtk.TreeView with less columns but more information. Added SourceListWidget.showImportSourcesDialog() Made the ImportSourcesDialog run asynchronously instead of with .run() Make the DiscovererErrorDialog look a bit nicer. * pitivi/ui/viewer.py: Use computed display-aspect-ratio for the gtk.AspectFrame of the viewer. Use fixed-size font for time/duration label.
 
9387
 
 
9388
2006-04-10  Christian Schaller <uraeus@gnome.org>
 
9389
 
 
9390
        * pitivi.spec.in:
 
9391
          fix name of version macro
 
9392
 
 
9393
2006-04-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9394
 
 
9395
          * pitivi/playground.py: * pitivi/timeline.py: * pitivi/ui/layerwidgets.py: More cleaning up, and marking unused arguments as such.
 
9396
 
 
9397
2006-04-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9398
 
 
9399
          * docs/HACKING: Added part about unused variables. * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/playground.py: * pitivi/sourcelist.py: * pitivi/timeline.py: * pitivi/ui/complexsource.py: * pitivi/ui/complextimeline.py: * pitivi/ui/glade.py: * pitivi/ui/infolayer.py: * pitivi/ui/projectsettings.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Prepend 'unused_' to all unused variables in callbacks (helps clear out pychecker runs). Comment out non-working parts of the UI so not to confuser users trying those parts. More pychecker cleaning.
 
9400
 
 
9401
2006-04-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9402
 
 
9403
          * configure.ac: Fixes for common/ modifications * pitivi/bin.py: More debug information when recording * pitivi/playground.py: debug fix
 
9404
 
 
9405
2006-03-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
9406
 
 
9407
          * pitivi/Makefile.am: add configure.py to BUILT_SOURCES so it gets rebuilt correctly when modified. * pitivi/discoverer.py: More sensible behaviour when getting an unknown stream. * pitivi/playground.py: More debugging
 
9408
 
 
9409
2006-03-29  Thomas Vander Stichele <thomas@apestaart.org>
 
9410
 
 
9411
        * .cvsignore:
 
9412
          ignore more
 
9413
 
 
9414
2006-03-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
9415
 
 
9416
          * pitivi/discoverer.py: Revert previous change until decodebin is fixed.
 
9417
 
 
9418
2006-03-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
9419
 
 
9420
          * pitivi/bin.py: (SmartTimelineBin): Unlink from tees when pads are removed. Make the Rendering process more efficient. * pitivi/discoverer.py: Don't try to thumbnail non-video files. * pitivi/timeline.py: Remove ghostpads in the timeline when composition pads are removed. * pitivi/ui/viewer.py: Display a message if we couldn't start the rendering.
 
9421
 
 
9422
2006-03-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9423
 
 
9424
          * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: Also set the combobox to show the simple view default.
 
9425
 
 
9426
2006-03-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9427
 
 
9428
          * pitivi/ui/sourcefactories.py: Also set the combobox to show the simple view default.
 
9429
 
 
9430
2006-03-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9431
 
 
9432
          * pitivi/ui/sourcefactories.py: Fix drag and drop data parsing even more.
 
9433
 
 
9434
2006-03-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9435
 
 
9436
          * pitivi/ui/mainwindow.py: Default window size is 800x600 instead of the cramped size that was previously set. * pitivi/ui/timeline.py: Timeline defaults to Simple View.
 
9437
 
 
9438
2006-03-28  Andy Wingo <wingo@pobox.com>
 
9439
 
 
9440
          2006-03-28  Andy Wingo  <wingo@pobox.com>
 
9441
          * configure.ac: Check for gnonlin and cairo using python and not
 
9442
          pkg-config.
 
9443
 
 
9444
2006-03-24  Christian Schaller <uraeus@gnome.org>
 
9445
 
 
9446
        * pitivi/.cvsignore:
 
9447
          ignore one more file
 
9448
 
 
9449
2006-03-24  Christian Schaller <uraeus@gnome.org>
 
9450
 
 
9451
        * .cvsignore:
 
9452
        * ChangeLog:
 
9453
        * pitivi/.cvsignore:
4046
9454
        * pitivi/ui/.cvsignore:
4047
 
        CVS ignore cleanup
4048
 
 
4049
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4050
 
 
4051
 
        * pitivi/bin.py: (SmartBin):
4052
 
        Add an audiorate to the audio part of the encoding bin.
4053
 
        (SmartBin._debugProbe):probe method for debug uses. The lines using it
4054
 
        are commented since it's expensive in debug output.
4055
 
 
4056
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4057
 
 
4058
 
        Patch by: Richard Boulton <richard@tartarus.org>
4059
 
        
4060
 
        * bin/pitivi.in:
4061
 
        * pitivi/configure.py.in:
4062
 
        Allow pitivi to work on local svn repositories in the same way it works
4063
 
        when using uninstalled from CVS.
4064
 
        Fixes #381970
4065
 
 
4066
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4067
 
 
4068
 
        Patch by: Richard Boulton <richard@tartarus.org>
4069
 
        
4070
 
        * pitivi/ui/mainwindow.py: (PitiviMainWindow._setActions): 
4071
 
        Use connect_after instead of connect when connection to key events, so
4072
 
        that standard handlers (like menu shortcuts) can actually work.
4073
 
        Fixes #381959
4074
 
 
4075
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4076
 
 
4077
 
        * configure.ac:
4078
 
        Small typo fix.
4079
 
 
4080
 
2006-12-04  Edward Hervey  <edward@fluendo.com>
4081
 
 
4082
 
        * configure.ac:
4083
 
        Switch checks for gst-python and pygtk to python checks instead of
4084
 
        relying on pkg-config since there might be several versions of the
4085
 
        modules (on per python version) and pkg-config only handles one version.
4086
 
        Fixes #382249
4087
 
 
4088
 
2006-12-03  Edward Hervey  <edward@fluendo.com>
4089
 
 
4090
 
        * pitivi/objectfactory.py:
4091
 
        If an audio caps does not have a depth property, use the width property.
4092
 
 
4093
 
2006-12-02  Edward Hervey  <edward@fluendo.com>
4094
 
 
4095
 
        * configure.ac: (PYGST_REQ): Add requirement for gst-python >= 0.10.5.4
4096
 
        since we need some new additions that are used in the smart video
4097
 
        scaler.
4098
 
 
4099
 
2006-12-01  Edward Hervey  <edward@fluendo.com>
4100
 
 
4101
 
        * pitivi/elements/smartscale.py:
4102
 
        Implement the smart scaling logic in SmartVideoScale()
4103
 
        * pitivi/bin.py:
4104
 
        Small modification to properly use SmartVideoScale()
4105
 
        Videos are now properly scaled, with black borders if needed.
4106
 
 
4107
 
2006-11-30  Edward Hervey  <edward@fluendo.com>
4108
 
 
4109
 
        * pitivi/bin.py:
4110
 
        Use the ExportSettings audio and video caps.
4111
 
        Add an audioresample for the audio encoder.
4112
 
        Put videorate AFTER videoscale and BEFORE the encoder.
4113
 
        * pitivi/check.py:
4114
 
        * pitivi/configure.py.in:
4115
 
        * pitivi/elements/__init__.py:
4116
 
        Add documentation
4117
 
        * pitivi/elements/smartscale.py:
4118
 
        Put videoscale before videobox.
4119
 
        Use bilinear scaling for videoscale.
4120
 
        * pitivi/objectfactory.py:
4121
 
        (VideoStream): Set default framerate and pixel-aspect-ratio to
4122
 
        gst.Fraction(1,1)
4123
 
        * pitivi/settings.py:
4124
 
        (ExportSettings.__str__):add the PAR
4125
 
        * pitivi/timeline.py:
4126
 
        (TimelineComposition._getAutoSettings): In fact, always return the
4127
 
        ExportSettings of the first source.
4128
 
 
4129
 
2006-11-30  Edward Hervey  <edward@fluendo.com>
4130
 
 
4131
 
        * pitivi/bin.py:
4132
 
        small debug addition
4133
 
        * pitivi/timeline.py:
4134
 
        Implement TimelineComposition.__nonzero__ so that bool(timeline) returns
4135
 
        True, even though it has a length of 0 (because it has no sources).
4136
 
 
4137
 
2006-11-30  Edward Hervey  <edward@fluendo.com>
4138
 
 
4139
 
        * pitivi/Makefile.am:
4140
 
        Add pitivigstutils.py. whoops :(
4141
 
        * pitivi/bin.py:
4142
 
        Use project.getSettings() instead of project.settings
4143
 
        * pitivi/objectfactory.py:
4144
 
        (FileSourceFactory.getExportSettings): new method to get the settings
4145
 
        from an file.
4146
 
        (VideoStream.getMarkup): use gst.Fraction
4147
 
        * pitivi/project.py:
4148
 
        Add 'settings-changed' signal.
4149
 
        Added methods for handling project's Settings, including automatic
4150
 
        settings.
4151
 
        cleanup.
4152
 
        * pitivi/settings.py:
4153
 
        Use gst.Fraction for video framerate.
4154
 
        Added methods for getting a markup-ed human-readable description of the
4155
 
        audio and video settings.
4156
 
        * pitivi/timeline.py:
4157
 
        Added methods for computing the auto ExportSettings of a timeline.
4158
 
        * pitivi/utils.py:
4159
 
        Remove deprecated function
4160
 
        * pitivi/elements/smartscale.py:
4161
 
        better handling of caps.
4162
 
        * pitivi/ui/encodingdialog.glade:
4163
 
        Modified a bit, added a summary of the settings used so you don't need
4164
 
        to go into the Settings dialog to know what settings are going to be
4165
 
        used for the export.
4166
 
        * pitivi/ui/exportsettingswidget.py:
4167
 
        Modify for video framerate now using gst.Fraction.
4168
 
        * pitivi/ui/projectsettings.py:
4169
 
        Use project.getSettings() and project.setSettings() instead of directly
4170
 
        accessing it.
4171
 
        * pitivi/ui/sourcefactories.py:
4172
 
        Use new gst.Fraction overload to simplify the code.
4173
 
        * pitivi/ui/viewer.py:
4174
 
        Changes for ExportSettings' signal
4175
 
        (EncodingDialog): use project.getSettings(), project.setSettings() and
4176
 
        implement methods for updating the settings summary in the glade dialog.
4177
 
 
4178
 
2006-11-29  Edward Hervey  <edward@fluendo.com>
4179
 
 
4180
 
        * pitivi/pitivi.py:
4181
 
        * pitivi/pitivigstutils.py:
4182
 
        Added new file that contains a series of python class overloads to
4183
 
        simplify the code in pitivi.
4184
 
        Let's start with overloads for Gst.Fraction
4185
 
 
4186
 
2006-11-28  Edward Hervey  <edward@fluendo.com>
4187
 
 
4188
 
        * pitivi/playground.py:
4189
 
        Added new signal 'element-message' to receive gst.MESSAGE_ELEMENT
4190
 
        messages. This is done synchronously (unlike the other messages
4191
 
        which are received asynchronously).
4192
 
        * pitivi/ui/viewer.py:
4193
 
        Wait for the video sink to request us to give it a XID before setting
4194
 
        one, this avoids crashes because of setting an XID on something not
4195
 
        created yet.
4196
 
        Fixes #377117
4197
 
        
4198
 
2006-11-28  Edward Hervey  <edward@fluendo.com>
4199
 
 
4200
 
        * pitivi/bin.py:
4201
 
        Rewrite of the encoding bins.
4202
 
        Added TODOs for next release.
4203
 
        * pitivi/elements/Makefile.am:
4204
 
        * pitivi/elements/smartscale.py:
4205
 
        New SmartScale element for combining videoscale and videobox.
4206
 
        * pitivi/objectfactory.py:
4207
 
        More debug
4208
 
        * pitivi/settings.py:
4209
 
        Added more TODOS
4210
 
        Added video pixel-aspect-ratio property
4211
 
        Added methods to create audio/video craps from settings
4212
 
 
4213
 
2006-11-26  Edward Hervey  <edward@fluendo.com>
4214
 
 
4215
 
        * AUTHORS:
4216
 
        Added contributors.
4217
 
        * configure.ac:
4218
 
        Bump gst core requirement to 0.10.8 for proper GstQueue behaviour
4219
 
        * pitivi/discoverer.py:
4220
 
        Handle gracefully more cases using no-more-pads information.
4221
 
        Remove hack for GstQueue mis-behaviour in pre-0.10.8 GStreamer.
4222
 
        Remove queues used when doing video thumbnailing (it only needs one
4223
 
        frame anyway).
4224
 
        Sprinkle a little more debug
4225
 
 
4226
 
2006-11-26  Laszlo Pandy <laszlok2@gmail.com>
4227
 
 
4228
 
        reviewed by: Edward Hervey  <edward@fluendo.com>
4229
 
 
4230
 
        * pitivi/ui/actions.xml:
4231
 
        * pitivi/ui/mainwindow.py:
4232
 
        * pitivi/ui/sourcefactories.py:
4233
 
        Added new option for recursively importing sources from folders.
4234
 
        Don't automatically display the error dialog box, instead show a
4235
 
        warning button which the user can click on. This makes the whole process
4236
 
        less obstrusive.
4237
 
        Added proper credits to About dialog box.
4238
 
 
4239
 
2006-09-29  Edward Hervey  <edward@fluendo.com>
4240
 
 
4241
 
        * bin/pitivi.in:
4242
 
        Trying in vain to fix the way i18n works with both standard python i18n
4243
 
        using gettext and glade/gtk.
4244
 
        * po/el.po:
4245
 
        * po/en_GB.po:
4246
 
        * po/es.po:
4247
 
        * po/fr.po:
4248
 
        * po/sv.po:
4249
 
        * po/zh_CN.po:
4250
 
        Those have been borked for some time, they were using *.glade.h !!
4251
 
 
4252
 
2006-09-25  Edward Hervey  <edward@fluendo.com>
4253
 
 
4254
 
        Patch by: Christophe Sauthier <christophe.sauthier@gmail.com>
4255
 
        
4256
 
        * pitivi/check.py:
4257
 
        * pitivi/objectfactory.py:
4258
 
        * pitivi/pitivi.py:
4259
 
        * pitivi/playground.py:
4260
 
        * pitivi/project.py:
4261
 
        * pitivi/settings.py:
4262
 
        * pitivi/ui/exportsettingswidget.py:
4263
 
        * pitivi/ui/gstwidget.py:
4264
 
        * pitivi/ui/infolayer.py:
4265
 
        * pitivi/ui/mainwindow.py:
4266
 
        * pitivi/ui/sourcefactories.py:
4267
 
        * pitivi/ui/viewer.py:
4268
 
        * po/POTFILES.in:
4269
 
        * po/fr.po:
4270
 
        Implement i18n in code, this completes transition to i18n.
4271
 
        Closes #337990
4272
 
 
4273
 
2006-09-06  Edward Hervey  <edward@fluendo.com>
4274
 
 
4275
 
        * pitivi/ui/sourcefactories.py:
4276
 
        Don't close filechooser dialog when adding a file. Instead provide
4277
 
        both a [ADD] and a [CLOSE] button for the dialogbox.
4278
 
        Closes #353861
4279
 
 
4280
 
2006-09-06  Edward Hervey  <edward@fluendo.com>
4281
 
 
4282
 
        * pitivi/ui/viewer.py:
4283
 
        Die combobox... DIEEEE!!!!!
4284
 
        Solves #338065
4285
 
 
4286
 
2006-08-25  Edward Hervey  <edward@fluendo.com>
4287
 
 
4288
 
        * pitivi/timeline.py:
4289
 
        Actually emit the 'source-removed' signal when a source is removed
4290
 
        from a composition.
4291
 
        * pitivi/ui/tracklayer.py:
4292
 
        remove source graphically from the complex timeline when it gets
4293
 
        removed.
4294
 
 
4295
 
2006-08-25  Edward Hervey  <edward@fluendo.com>
4296
 
 
4297
 
        * pitivi/timeline.py:
4298
 
        Implement TimelineComposition::RemoveSource
4299
 
        Added more comments
4300
 
        * pitivi/ui/timelineobjects.py:
4301
 
        Implement popup menu for sources, with remove item
4302
 
        Add 'delete-me' signal for sources
4303
 
        Implement removal of sources from the Simple Timeline
4304
 
        * pitivi/ui/viewer.py:
4305
 
        Implement proper behaviour for when the timeline becomes empty again.
4306
 
 
4307
 
2006-08-21  Edward Hervey  <edward@fluendo.com>
4308
 
 
4309
 
        * pitivi/ui/mainwindow.py:
4310
 
        Follow the gnome toolbar and menu settings.
4311
 
        Closes #339994
4312
 
 
4313
 
2006-08-21  Edward Hervey  <edward@fluendo.com>
4314
 
 
4315
 
        * pitivi/ui/glade.py:
4316
 
        Specify the 'pitivi' domain when importing glade files, so i18n can work
4317
 
        on glade-based widgets.
4318
 
 
4319
 
2006-08-21  Edward Hervey  <edward@fluendo.com>
4320
 
 
4321
 
        * pitivi/ui/mainwindow.py:
4322
 
        Close the About dialogbox when the user clicks on the [Close] button.
4323
 
 
4324
 
2006-08-18  Edward Hervey  <edward@fluendo.com>
4325
 
 
4326
 
        * pitivi/bin.py: (SmartBin._makeEncThread):
4327
 
        Insert a videorate before the video encoder in order to cope with
4328
 
        encoders that don't react well to non-perfect/non-continuous streams.
4329
 
 
4330
 
2006-08-18  Edward Hervey  <edward@fluendo.com>
4331
 
 
4332
 
        * bin/pitivi.in:
4333
 
        Remove unwanted print statement
4334
 
        * pitivi/elements/singledecodebin.py:
4335
 
        Remove use of fakesink, doesn't seem to break anything.
4336
 
 
4337
 
2006-08-16  Edward Hervey  <edward@fluendo.com>
4338
 
 
4339
 
        * po/.cvsignore:
4340
 
        * po/Makefile.in.in:
4341
 
        Forgot to commit Makefile.in.in
4342
 
 
4343
 
2006-08-14  Edward Hervey  <edward@fluendo.com>
4344
 
 
4345
 
        * ABOUT-NLS:
4346
 
        * intltool-extract.in:
4347
 
        * intltool-merge.in:
4348
 
        * intltool-update.in:
4349
 
        new files
 
9455
          update cvsignore files
 
9456
 
 
9457
2006-03-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9458
 
 
9459
          * pitivi/objectfactory.py: typo fix.
 
9460
 
 
9461
2006-03-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9462
 
 
9463
          * configure.ac: Remove gnome-python dependency. If ever we need gnome-specific stuff, it should go in a pitivi plugin. * pitivi.spec.in: remove cruft
 
9464
 
 
9465
2006-03-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9466
 
 
9467
          * pitivi/bin.py: * pitivi/check.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/project.py: Remove dependency on gnomevfs python module, and use the gstreamer uri utilities instead (gst.element_make_from_uri, gst.uri_get_protocol, gst.uri_get_location)
 
9468
 
 
9469
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9470
 
 
9471
          * pitivi/configure.py.in: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/playground.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/ui/viewer.py: More API documentation
 
9472
 
 
9473
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9474
 
 
9475
          * pitivi/configure.py.in: Added get_global_pixmap_dir() for being able to use local/global installed pixmap directory. * pitivi/ui/mainwindow.py: Fix window icon behaviour for cvs and installed * pitivi/ui/projectsettings.py: icon not needed here
 
9476
 
 
9477
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9478
 
 
9479
          * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/timeline.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexsource.py: * pitivi/ui/complextimeline.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/gstwidget.py: * pitivi/ui/mainwindow.py: * pitivi/ui/projectsettings.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timelineobjects.py: Cleanup and fixes thanks to pychecker. Moved Christian's patch for appicon into each of the windows and dialog boxes classes.
 
9480
 
 
9481
2006-03-23  Christian Schaller <uraeus@gnome.org>
 
9482
 
 
9483
        * ChangeLog:
 
9484
        * pitivi/pitivi.py:
 
9485
          add app icon
 
9486
 
 
9487
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9488
 
 
9489
          * pitivi/ui/Makefile.am: * pitivi/ui/discoverererrordialog.glade: Adding glade file for the DiscovererErrorDialog.
 
9490
 
 
9491
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9492
 
 
9493
          * pitivi/ui/viewer.py: Don't display bogus value when the duration is not valid. Only activate controls/slider when not on default view(videotestsrc). Update for new dnd module naming. New scrubbing system. Don't seek like a mad man, but at most every 80ms Only activate the record button for timelines that have content.
 
9494
 
 
9495
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9496
 
 
9497
          * pitivi/dnd.py: * pitivi/effects.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/timeline.py: * pitivi/ui/complexinterface.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexsource.py: * pitivi/ui/complextimeline.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/glade.py: * pitivi/ui/gstwidget.py: * pitivi/ui/infolayer.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/mainwindow.py: * pitivi/ui/plumber.py: * pitivi/ui/projectsettings.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: More module documentation * pitivi/ui/sourcelist.py: What on earth is that file still doing in cvs ??
 
9498
 
 
9499
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9500
 
 
9501
          * pitivi/debug.py: File that should have gone a long time ago.
 
9502
 
 
9503
2006-03-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9504
 
 
9505
          * pitivi/__init__.py: Documentation * pitivi/bin.py: Documentation and prepending private method names with underscore * pitivi/check.py: * pitivi/discoverer.py: * pitivi/instance.py: Documentation * pitivi/ui/__init__.py: Documentation
 
9506
 
 
9507
2006-03-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
9508
 
 
9509
          * pitivi/ui/sourcefactories.py: (SourceListWidget._dndDataReceivedCb): remove cruft from selection.data in drag and drop. Closes #335503
 
9510
 
 
9511
2006-03-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9512
 
 
9513
          * pitivi/discoverer.py: Let's grab more issues when discovering. Extended 'not-media-file' signal to also signal a reason * pitivi/pitivi.py: small fix * pitivi/sourcelist.py: Added 'not-media-file' signal. * pitivi/ui/sourcefactories.py: Added dialog box to inform user of files that couldn't be discovered.
 
9514
 
 
9515
2006-03-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9516
 
 
9517
          * __init__.py: removed * pitivi/ui/complexinterface.py: LayeredWidgetInterface is no longer used * pitivi/ui/ruler.py: more comments
 
9518
 
 
9519
2006-03-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
9520
 
 
9521
          * docs/HACKING: More precision... * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/timeline.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Final part of coding style compliance. * pitivi/ui/sourcefactories.py: Accept drop from text/plain sources.
 
9522
 
 
9523
2006-03-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9524
 
 
9525
          * docs/HACKING: More precision on coding style * pitivi/ui/complexinterface.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexsource.py: * pitivi/ui/complextimeline.py: * pitivi/ui/encodingdialog.glade: * pitivi/ui/exportsettingswidget.glade: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/gstwidget.py: * pitivi/ui/infolayer.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/mainwindow.py: * pitivi/ui/projectsettings.glade: * pitivi/ui/projectsettings.py: * pitivi/ui/ruler.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: Update all UI section to proper coding style, still have to do the non-ui part.
 
9526
 
 
9527
2006-03-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9528
 
 
9529
          * docs/HACKING New document about hacking on PiTiVi. * pitivi/bin.py: Fixes according to PEP-8 * pitivi/check.py: Added runtime check for gnomevfs module availability * pitivi/discoverer.py: Fixes according to PEP-8 * pitivi/ui/complexsource.py: Speed optimizations and fixes * pitivi/ui/layerwidgets.py: Smaller buttons * pitivi/ui/timelineobjects.py: Fixes according to PEP-8 * pitivi/ui/tracklayer.py: Fix method naming and less useless debug * pitivi/ui/viewer.py: Fixes according to PEP-8 More fixes to encoding dialog
 
9530
 
 
9531
2006-03-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
9532
 
 
9533
          * pitivi/pitivi.py: * pitivi/playground.py: Implement shutdown method for properly exiting PiTiVi * pitivi/ui/mainwindow.py: Use instance.PiTiVi.shutdown() when quitting
 
9534
 
 
9535
2006-03-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
9536
 
 
9537
          * pitivi/ui/complexsource.py: ComplexSource is now a subclass of gtk.Image so that C/Gtk+ does the double-buffering trick.
 
9538
 
 
9539
2006-03-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
9540
 
 
9541
          * autogen.sh: Remove path for non-existing directory for aclocal inclusions.
 
9542
 
 
9543
2006-03-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
9544
 
 
9545
          * configure.ac: (ACLOCAL_AMFLAGS): Remove path of non-existing directory * pitivi/check.py: Added another check for the gnomeVFS gstreamer plugins.
 
9546
 
 
9547
2006-03-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
9548
 
 
9549
          * pitivi/check.py: Added another check for the gnomeVFS gstreamer plugins.
 
9550
 
 
9551
2006-03-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
9552
 
 
9553
          * autogen.sh: * configure.ac: comment out i18n cruft and set proper ACLOCAL_AMFLAGS.
 
9554
 
 
9555
2006-03-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9556
 
 
9557
          * autogen.sh: Clean the bogus common/ directory before checking it out from gstreamer cvs.
 
9558
 
 
9559
2006-03-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9560
 
 
9561
          * bin/pitivi.in: * configure.ac: Add the path detected for pygtk and gst-python at configure to sys.path. This should solve problems like #333177
 
9562
 
 
9563
2006-03-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9564
 
 
9565
          * configure.ac: * pitivi/check.py: Checks at configure and at runtime for cairo support in PyGTK.
 
9566
 
 
9567
2006-03-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9568
 
 
9569
          * pitivi/effects.py: better effect klass checking * pitivi/playground.py: more correct state changing when switching pipelines * pitivi/ui/complexinterface.py: zoomratio now belongs to a toplevel element * pitivi/ui/complexsource.py: python has lazy garbage collection, but gc.collect might induce heavy processing... this needs more thinking * pitivi/ui/complextimeline.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/ruler.py: * pitivi/ui/tracklayer.py: implement zoom with zoom buttons Remove a memleak * pitivi/ui/viewer.py: Insert necessary audio/video adapters, closes #332754
 
9570
 
 
9571
2006-02-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
9572
 
 
9573
          * pitivi/Makefile.am: * pitivi/instance.py: * pitivi/check.py: Added global application instance (instance.PiTiVi) to avoid having to do some crack like passing pitivi's self down all the objects for the one single object that needs it. * pitivi/effects.py: * pitivi/pitivi.py: Files fixed to use instance.PiTiVi * pitivi/timeline.py: wrong comment * pitivi/ui/complextimeline.py: Connect to composition duration update to inform ruler. * pitivi/ui/layerwidgets.py: cleanup * pitivi/ui/mainwindow.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/plumber.py: * pitivi/ui/viewer.py: switch to instance.PiTiVi * pitivi/ui/sourcefactories.py: First try at showing audio/video FX in the UI * pitivi/ui/tracklayer.py: First go at complex timeline source drag/drop
 
9574
 
 
9575
2006-02-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
9576
 
 
9577
          * pitivi/bin.py: Fix up encoding for 0.10. * pitivi/ui/infolayer.py: More sensible info in InfoLayer * pitivi/ui/complextimeline.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/mainwindow.py: * pitivi/ui/ruler.py: * pitivi/ui/timeline.py: Display current position in Ruler. Beautified Ruler. * pitivi/ui/viewer.py: Temporary hack to distribute current timeline position. Re-activate rendering
 
9578
 
 
9579
2006-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9580
 
 
9581
          * pitivi/ui/complexsource.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/ruler.py: * pitivi/ui/tracklayer.py: Double-buffered widgets for more reactive timeline. Start at ruler drawing, for the time being fixed zoom ratio.
 
9582
 
 
9583
2006-02-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9584
 
 
9585
          * pitivi/playground.py: more helpful debug * pitivi/ui/exportsettingswidget.py: * pitivi/ui/projectsettings.py: s/print/gst.debug/
 
9586
 
 
9587
2006-02-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9588
 
 
9589
          * configure.ac: * pitivi.spec.in: We need PyCairo now, update this for configure and packagers.
 
9590
 
 
9591
2006-02-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
9592
 
 
9593
          * pitivi/ui/complexsource.py: * pitivi/ui/tracklayer.py: * pitivi/ui/viewer.py: I think I finally understood cairo :)
 
9594
 
 
9595
2006-02-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
9596
 
 
9597
          * pitivi/ui/Makefile.am: * pitivi/ui/complexlayer.py: * pitivi/ui/complexstack.py: * pitivi/ui/complextimeline.py: * pitivi/ui/infolayer.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/tracklayer.py: Split up files, clean up, make timeline design v2 work more efficiently.
 
9598
 
 
9599
2006-02-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
9600
 
 
9601
          * bin/pitivi.in: Use '/usr/bin/env python' instead of '/usr/bin/python'. Closes (#330579)
 
9602
 
 
9603
2006-02-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
9604
 
 
9605
          * pitivi/timeline.py: Wow, how long did this stay in for ?? * pitivi/ui/Makefile.am: * pitivi/ui/complexinterface.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexsource.py: * pitivi/ui/complexstack.py: * pitivi/ui/complextimeline.py: * pitivi/ui/layerwidgets.py: * pitivi/ui/ruler.py: * pitivi/ui/timeline.py: Complex Timeline Design #2 Less code, looks better, works faster. Still has code to remove/refactor
 
9606
 
 
9607
2006-02-09  Christian Schaller <uraeus@gnome.org>
 
9608
 
4350
9609
        * Makefile.am:
4351
 
        Added new files, support for uninstalled locales and build of po/
4352
 
        * bin/pitivi.in:
4353
 
        support for i18n
4354
 
        * configure.ac:
4355
 
        support for i18n
4356
 
        * pitivi/ui/mainwindow.py:
4357
 
        First python file with i18n support (Advanced view)
4358
 
        * po/LINGUAS:
4359
 
        Added french
4360
 
        * po/POTFILES.in:
4361
 
        Added pitivi/ui/mainwindow.py file
4362
 
        * po/fr.po:
4363
 
        new french translation.
4364
 
 
4365
 
2006-08-10  Edward Hervey  <edward@fluendo.com>
4366
 
 
4367
 
        * pitivi/playground.py:
4368
 
        Commented out the reporting of Warning messages to the UI.
4369
 
        If it is really fatal to playback/editing/encoding, it should have been
4370
 
        an Error message.
4371
 
 
4372
 
2006-08-09  Edward Hervey  <edward@fluendo.com>
4373
 
 
4374
 
        * pitivi/playground.py:
4375
 
        Added switchToTimeline() method.
4376
 
        Don't seek to values lower than 0.
4377
 
        * pitivi/timeline.py:
4378
 
        Add default sources behaviours in compositions.
4379
 
        Added setDefaultSource() and getDefaultSource() methods.
4380
 
        * pitivi/ui/complexinterface.py:
4381
 
        pixelToNs should return a long (to cope with 2**64 values).
4382
 
        * pitivi/ui/complexlayer.py:
4383
 
        Don't expand audio tracks at startup.
4384
 
        * pitivi/ui/ruler.py:
4385
 
        Allow seeking on the ruler.
4386
 
        * pitivi/ui/sourcefactories.py:
4387
 
        Use the source thumbnail as the icon pixbuf when doing drag and drop.
4388
 
        * pitivi/ui/timelineobjects.py:
4389
 
        Switch to Timeline in the playground if we drop something in it.
4390
 
        * pitivi/ui/viewer.py:
4391
 
        Use bilinear scaling method with videoscale.
4392
 
        Use videosink pad to figure out caps modifications.
4393
 
 
4394
 
2006-08-08  Edward Hervey  <edward@fluendo.com>
4395
 
 
4396
 
        * pitivi/ui/viewer.py:
4397
 
        Only set the XID of the viewer window, on the video sink, once it is
4398
 
        realized.
4399
 
 
4400
 
2006-07-12  Edward Hervey  <edward@fluendo.com>
4401
 
 
4402
 
        * pitivi/ui/elementsettingsdialog.glade:
4403
 
        * pitivi/ui/encodingdialog.glade:
4404
 
        * pitivi/ui/exportsettingswidget.glade:
4405
 
        * pitivi/ui/projectsettings.glade:
4406
 
        Removed whitespaces in front of punctuation in dialogbox.
4407
 
        Fixes #346585.
4408
 
 
4409
 
2006-06-19  Edward Hervey  <edward@fluendo.com>
4410
 
 
4411
 
        * configure.ac:
4412
 
        * pitivi/Makefile.am:
4413
 
        * pitivi/elements/Makefile.am:
4414
 
        * pitivi/elements/__init__.py:
4415
 
        New directory for python gstreamer elements.
4416
 
        * pitivi/elements/singledecodebin.py:
4417
 
        New queue-less, single stream, decodebin-like bin for use in timelines.
4418
 
        This makes seeking/scrubbing snappier.
4419
 
        Also uses less memory.
4420
 
        * pitivi/timeline.py:
4421
 
        Use new SingleDecodeBin element.
4422
 
        * pitivi/ui/viewer.py:
4423
 
        Make own debug similarto gst debug.
4424
 
        Don't seek on position change if it wasn't caused by the user.
4425
 
 
4426
 
2006-05-23  Edward Hervey  <edward@fluendo.com>
4427
 
 
4428
 
        * configure.ac:
4429
 
        Back to development cycle
4430
 
 
4431
 
=== release 0.10.1 ===
4432
 
 
4433
 
2006-05-23  Edward Hervey  <edward@fluendo.com>
4434
 
 
4435
 
        * RELEASE:
4436
 
        * configure.ac:
4437
 
        Releasing 0.10.1
4438
 
 
4439
 
2006-05-23  Edward Hervey  <edward@fluendo.com>
4440
 
 
4441
 
        * pitivi/check.py:
4442
 
        Added check to see if autodetect plugin can initialize themselves and
4443
 
        found at least one valid real sink.
4444
 
 
4445
 
2006-05-23  Edward Hervey  <edward@fluendo.com>
4446
 
 
4447
 
        * pitivi/objectfactory.py: (FileSourceFactory.__gproperties__): 
4448
 
        The << operator causes issues with Python 2.3. Replacing 2<<63 with 2**63.
4449
 
 
4450
 
2006-05-22  Edward Hervey  <edward@fluendo.com>
4451
 
 
4452
 
        * pitivi/ui/mainwindow.py: (PitiviMainWindow._aboutCb): 
4453
 
        LGPL is Lesser General Public License
4454
 
 
4455
 
2006-05-22  Edward Hervey  <edward@fluendo.com>
4456
 
 
4457
 
        * configure.ac:
4458
 
        0.10.0.2 pre-release
4459
 
 
4460
 
2006-05-20  Edward Hervey  <edward@fluendo.com>
4461
 
 
4462
 
        * pitivi/ui/sourcefactories.py:
4463
 
        remove print statement
4464
 
 
4465
 
2006-05-20  Edward Hervey  <edward@fluendo.com>
4466
 
 
4467
 
        * pitivi/objectfactory.py:
4468
 
        Better Markup for getPrettyInfo()
4469
 
        * pitivi/ui/sourcefactories.py:
4470
 
        Remember last directory sources were taken from so we can reopen the
4471
 
        FileChooserDialog with that directory.
4472
 
 
4473
 
2006-05-17  Edward Hervey  <edward@fluendo.com>
4474
 
 
4475
 
        * pitivi/discoverer.py:
4476
 
        * pitivi/playground.py:
4477
 
        Ignore error messages coming from GstQueue. Hopefully these hacks will
4478
 
        go away once we can depend on GStreamer core >= 0.10.7
4479
 
        If query_position() returns -1, don't emit position update.
4480
 
 
4481
 
2006-05-17  Edward Hervey  <edward@fluendo.com>
4482
 
 
4483
 
        * pitivi/playground.py:
4484
 
        typo error
4485
 
 
4486
 
2006-05-16  Edward Hervey  <edward@fluendo.com>
4487
 
 
4488
 
        * pitivi/ui/exportsettingswidget.py:
4489
 
        Put button in proper orders (Cancel then OK)
4490
 
 
4491
 
2006-05-16  Edward Hervey  <edward@fluendo.com>
4492
 
 
4493
 
        * pitivi/bin.py:
4494
 
        Fixed recording for tee -> identity conversion/hack.
4495
 
        We remove audio/video sink when encoding and put them back when finished.
4496
 
        * pitivi/playground.py:
4497
 
        added debug for position signal emission.
4498
 
        * pitivi/ui/complextimeline.py:
4499
 
        don't send a negative frame value to toplayer's timelinePositionChanged
4500
 
        * pitivi/ui/encodingdialog.glade:
4501
 
        Better order for buttons.
4502
 
        Cancel button becomes close button.
4503
 
        * pitivi/ui/viewer.py:
4504
 
        Grey-out (set_sensitive()) the main window when the encoding dialog is showing.
4505
 
        Lots of fixes with the EncodingDialog:
4506
 
        _ Close button becomes cancel when encoding
4507
 
        _ Show Time Left in progressbar
4508
 
        _ Use playground's 'position' signal
4509
 
 
4510
 
2006-05-16  Edward Hervey  <edward@fluendo.com>
4511
 
 
4512
 
        * pitivi/ui/viewer.py:
4513
 
        removed print statement
4514
 
 
4515
 
2006-05-16  Edward Hervey  <edward@fluendo.com>
4516
 
 
4517
 
        * pitivi/playground.py:
4518
 
        Added 'position' signal which is emitted to inform a change of position
4519
 
        with the current SmartBin.
4520
 
        * pitivi/ui/complextimeline.py:
4521
 
        * pitivi/ui/mainwindow.py:
4522
 
        * pitivi/ui/timeline.py:
4523
 
        * pitivi/ui/viewer.py:
4524
 
        Switch to use playground's 'position' signal in Viewer and
4525
 
        ComplexTimeline.
4526
 
 
4527
 
        This should fix several issues:
4528
 
        _ Position checking not being in ui-independent part,
4529
 
        _ Position updating not starting,
4530
 
        _ Position checking done during critical parts (state change).
4531
 
 
4532
 
2006-05-16  Edward Hervey  <edward@fluendo.com>
4533
 
 
4534
 
        * pitivi/configure.py.in:
4535
 
        Add APPNAME, which contains the configured application name.
4536
 
        This will easily allow changing the application name later on.
4537
 
        * pitivi/check.py:
4538
 
        * pitivi/pitivi.py:
4539
 
        * pitivi/project.py:
4540
 
        * pitivi/ui/mainwindow.py:
4541
 
        Use configure.APPNAME for every string occurence of PiTiVi.
4542
 
        (PitiviMainWindow._setActions): 
4543
 
        Don't set action string for some stock items. (NEW, OPEN, SAVE, SAVE_AS,
4544
 
        QUIT, FULLSCREEN, ABOUT). I'm leaving what we set for the others, since
4545
 
        I used them because I couldn't find any better icon.
4546
 
        Closes #339993
4547
 
 
4548
 
2006-05-15  Edward Hervey  <edward@fluendo.com>
4549
 
 
4550
 
        * pitivi/bin.py:
4551
 
        First round of hack for BaseTransform issues and ximagesink.
4552
 
        * pitivi/ui/plumber.py:
4553
 
        To cancel qos, we also need to set "max-lateness" to -1
4554
 
        * pitivi/ui/viewer.py:
4555
 
        Add videoscale for ximagesink.
4556
 
 
4557
 
2006-05-15  Edward Hervey  <edward@fluendo.com>
4558
 
 
4559
 
        * configure.ac:
4560
 
        Back to development cycle
4561
 
 
4562
 
=== release 0.10.0 ===
4563
 
 
4564
 
2006-04-26  Edward Hervey  <edward@fluendo.com>
4565
 
 
4566
 
        * NEWS:
4567
 
        * RELEASE:
4568
 
        * configure.ac:
4569
 
        Releasing 0.10.0
4570
 
 
4571
 
2006-04-26  Edward Hervey  <edward@fluendo.com>
4572
 
 
4573
 
        * pitivi/playground.py:
4574
 
        * pitivi/ui/viewer.py:
4575
 
        Add debugging to ease reporting by users
4576
 
 
4577
 
2006-04-25  Edward Hervey  <edward@fluendo.com>
4578
 
 
4579
 
        * pitivi/discoverer.py:
4580
 
        Add error handling imporoved.
4581
 
        Add fakesinks to audio pads if there's no video, otherwise audio only
4582
 
        files will not get discovered properly.
4583
 
        * pitivi/pitivi.py:
4584
 
        * pitivi/ui/viewer.py:
4585
 
        Revert gtk.gdk.threads_* patches.
4586
 
        If we start going down that alley, it means putting those function calls
4587
 
        everywhere.
4588
 
        Instead, just put the critical parts in a gobject.idle_add()
4589
 
 
4590
 
2006-04-25  Edward Hervey  <edward@fluendo.com>
4591
 
 
4592
 
        * pitivi.spec.in:
4593
 
        Better group and ExclusiveArch for rpm.
4594
 
        Patch by <ahziem1@mailbolt.com>
4595
 
 
4596
 
2006-04-24  Edward Hervey  <edward@fluendo.com>
4597
 
 
4598
 
        * pitivi/ui/actions.xml:
4599
 
        * pitivi/ui/mainwindow.py:
4600
 
        * pitivi/ui/timeline.py:
4601
 
        * pitivi/ui/viewer.py:
4602
 
        Remove gtk.Frame from useless places.
4603
 
        Made the timeline advanced view switcher a ToolAction and add it to the
4604
 
        menu and the toolbar.
4605
 
 
4606
 
2006-04-24  Edward Hervey  <edward@fluendo.com>
4607
 
 
4608
 
        * pitivi/pitivi.py:
4609
 
        Call gtk.gdk.threads_init() to inform pygtk that we might be doing calls
4610
 
        from remote threads.
4611
 
        * pitivi/ui/viewer.py:
4612
 
        The fix to the threading issue was in fact to call
4613
 
        gtk.gdk.threads_enter() and _leave() before and after calls to gtk
4614
 
        being made from a non-main thread.
4615
 
 
4616
 
2006-04-24  Edward Hervey  <edward@fluendo.com>
4617
 
 
4618
 
        * pitivi/playground.py:
4619
 
        gst-python doesn't have the GstError quarks defined yet. Let's just
4620
 
        use the strings instead.
4621
 
 
4622
 
2006-04-24  Edward Hervey  <edward@fluendo.com>
4623
 
 
4624
 
        * configure.ac:
4625
 
        We need gnonlin 0.10.2 released 3 days ago.
4626
 
        * pitivi/ui/viewer.py:
4627
 
        Some threading madness.... That was a nasty bug.
4628
 
 
4629
 
2006-04-22  Edward Hervey  <edward@fluendo.com>
4630
 
 
4631
 
        * pitivi/ui/sourcefactories.py:
4632
 
        Only make the remove button sensitive when there's at least one source
4633
 
        in the list.
4634
 
        * pitivi/ui/viewer.py:
4635
 
        Properly end drag-and-drop. This should fix some hangs after DnD.
4636
 
 
4637
 
2006-04-21  Edward Hervey  <edward@fluendo.com>
4638
 
 
4639
 
        * configure.ac:
4640
 
        0.9.9.5 pre-release
4641
 
 
4642
 
2006-04-21  Edward Hervey  <edward@fluendo.com>
4643
 
 
4644
 
        * pitivi/bin.py:
4645
 
        Use black pattern for default video source
4646
 
        * pitivi/ui/timeline.py:
4647
 
        Don't show the timeline label at the left of the timeline window.
4648
 
        * pitivi/ui/viewer.py:
4649
 
        Don't add more than once the bins in the combobox.
4650
 
 
4651
 
2006-04-21  Edward Hervey  <edward@fluendo.com>
4652
 
 
4653
 
        * pitivi/ui/mainwindow.py:
4654
 
        Make the Viewer take the remaining space, rather than the sourcelist.
4655
 
        * pitivi/ui/sourcefactories.py:
4656
 
        The minimum width of the source list is set to 300pixels.
4657
 
 
4658
 
2006-04-21  Andy Wingo  <wingo@pobox.com>
4659
 
 
4660
 
        * pitivi/objectfactory.py (FileSourceFactory.__gproperties__): Fix
4661
 
        range of "length" pspec.
4662
 
 
4663
 
        * configure.ac: Remove calls to libtool.
4664
 
 
4665
 
        * autogen.sh: Update to simplify, not run libtoolize.
4666
 
 
4667
 
        * bin/Makefile.am: No need for the makefile rule any more.
4668
 
 
4669
 
        * configure.ac: Output bin/pitivi using AC_CONFIG_FILES, so that
4670
 
        we can make it executable directly after the configure.
4671
 
 
4672
 
        * configure.ac: Fix the gnonlin check FO REAL.
4673
 
 
4674
 
        * bin/pitivi.in (CONFIGURED_PYTHONPATH): Update for PYTHONPATH
4675
 
        name change.
4676
 
        (_add_pitivi_path): If a path in the configured pythonpath is
4677
 
        already in sys.path, leave it where it is.
4678
 
 
4679
 
        * configure.ac: Fix embarrassing errors in checks for cairo,
4680
 
        glade, gtk cairo support, and gnonlin. Rename PYTHONPATH subst'ed
4681
 
        var to CONFIGURED_PYTHONPATH.
4682
 
 
4683
 
        * configure.ac: Remove check for obsolete pygtk version that
4684
 
        doesn't meet our requirements.
4685
 
 
4686
 
2006-04-20  Edward Hervey  <edward@fluendo.com>
4687
 
 
4688
 
        * pitivi/ui/viewer.py:
4689
 
        Remember previous state before scrubbing, so we can go back to that
4690
 
        state (playing or paused).
4691
 
        Should fix #338064
4692
 
 
4693
 
2006-04-20  Edward Hervey  <edward@fluendo.com>
4694
 
 
4695
 
        * pitivi/playground.py:
4696
 
        Format default error messages in a saner way.
4697
 
 
4698
 
2006-04-20  Edward Hervey  <edward@fluendo.com>
4699
 
 
4700
 
        * pitivi/bin.py:
4701
 
        Moved getRealVideoSink(), record() and stopRecording() methods up from
4702
 
        SmartTimelineBin to SmartBin.
4703
 
        * pitivi/playground.py:
4704
 
        Documentation cleanup.
4705
 
        Make relevant functions return False for failures.
4706
 
        Added _handleError() and _handleWarning() methods for analyzing the
4707
 
        error/warning information and creating user-friendly messages.
4708
 
        * pitivi/utils.py:
4709
 
        New function bin_contains() in order to figure out if an element is in
4710
 
        a bin recursively.
4711
 
        * pitivi/ui/mainwindow.py:
4712
 
        Only display one ErrorDialogBox at a time
4713
 
        * pitivi/ui/viewer.py:
4714
 
        Improve aspect ratio handling
4715
 
 
4716
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4717
 
 
4718
 
        * pitivi/playground.py:
4719
 
        Connect bus message handler to the default bin too.
4720
 
        * pitivi/ui/mainwindow.py:
4721
 
        Close error message when you click on OK
4722
 
        * pitivi/ui/viewer.py:
4723
 
        Remove error message for failed state change.
4724
 
 
4725
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4726
 
 
4727
 
        * pitivi/playground.py:
4728
 
        Added "error" signal
4729
 
        * pitivi/ui/mainwindow.py:
4730
 
        Show Error dialog box on playground bus errors.
4731
 
        * pitivi/ui/viewer.py:
4732
 
        slight bug
4733
 
 
4734
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4735
 
 
4736
 
        * pitivi/playground.py:
4737
 
        Return gst.StateChangeReturn from setting pipeline to PLAYING in play()
4738
 
        * pitivi/ui/viewer.py:
4739
 
        Display error message if we couldn't set the default bin to PLAYING
4740
 
        * pitivi/ui/timelineobjects.py:
4741
 
        remove debug tooltip
4742
 
 
4743
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4744
 
 
4745
 
        * pitivi/ui/mainwindow.py:
4746
 
        Better sentence for tooltip of "Toggle Fullscreen" action
4747
 
        * pitivi/ui/sourcefactories.py:
4748
 
        Double-click on a row makes it play.
4749
 
        Slight cleanup.
4750
 
 
4751
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4752
 
 
4753
 
        * configure.ac:
4754
 
        GNonLin >= 0.10.1
4755
 
        GStreamer >= 0.10.4
4756
 
        0.9.9.4 pre-release
4757
 
 
4758
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4759
 
 
4760
9610
        * application-pitivi.png:
4761
 
        * pitivi.png:
 
9611
        * pitivi.desktop.in:
 
9612
        * pitivi.spec.in:
 
9613
          add Pitivi menu icon
 
9614
 
 
9615
2006-02-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9616
 
 
9617
          * pitivi/ui/complexinterface.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complexstack.py: * pitivi/ui/mainwindow.py: Use gtk.SizeGroup to synchronize layers' height. Don't maximize on startup.
 
9618
 
 
9619
2006-02-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9620
 
 
9621
          * MAINTAINERS: * Makefile.am: Added maintainers file in order to have proper pitivi-main@gnome.org. Welcome PiTiVi to gnome.org :)
 
9622
 
 
9623
2006-02-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
9624
 
 
9625
          * pitivi/check.py: Added check for autodetect plugins existence. * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/ui/mainwindow.py: * pitivi/ui/viewer.py: Better debug levels * pitivi/timeline.py: gnlfilesource is only used by TimelineFileSource Added more signals to TimelineComposition * pitivi/ui/Makefile.am: * pitivi/ui/complexinterface.py: * pitivi/ui/complexsource.py: * pitivi/ui/ruler.py: Added complexinterface.py, complexsource.py and ruler.py * pitivi/ui/complexlayer.py: * pitivi/ui/complexstack.py: * pitivi/ui/complextimeline.py: Better designed ComplexTimeline, layer and tracks * pitivi/ui/timeline.py: CTRL + scroll does vertical scrolling in complex timeline. * pitivi/ui/timelineobjects.py: ooops, don't need pango anymore
 
9626
 
 
9627
2006-01-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
9628
 
 
9629
          * pitivi/Makefile.am: * pitivi/check.py: * pitivi/pitivi.py: Added check system at startup to tell users in a clear fashion what the problem is (if any).
 
9630
 
 
9631
2006-01-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9632
 
 
9633
          * pitivi/discoverer.py: Handle gracefully files that contain no stream but emit a GST_TAG_ELEMENT with redirection. Force pipeline to NULL when finished analyzing a file.
 
9634
 
 
9635
2006-01-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9636
 
 
9637
          * pitivi/ui/Makefile.am: (ui_PYTHON): Forgot to add those files to be distributed.
 
9638
 
 
9639
2006-01-25  Christian Schaller <uraeus@gnome.org>
 
9640
 
 
9641
        * .cvsignore:
 
9642
        * ChangeLog:
4762
9643
        * Makefile.am:
 
9644
        * configure.ac:
 
9645
        * pitivi.desktop:
4763
9646
        * pitivi.desktop.in:
4764
9647
        * pitivi.spec.in:
4765
 
        * pitivi/ui/mainwindow.py:
4766
 
        Changing pitivi-application.png to pitivi.png
4767
 
        Closes #337726
4768
 
        * pitivi/objectfactory.py:
4769
 
        slight bugfixes and debug
4770
 
 
4771
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4772
 
 
4773
 
        * pitivi/ui/sourcefactories.py:
 
9648
          Set it up so desktop file gets installed
 
9649
 
 
9650
2006-01-25  Christian Schaller <uraeus@gnome.org>
 
9651
 
 
9652
        * pitivi/.cvsignore:
 
9653
          add configure.py to file list
 
9654
 
 
9655
2006-01-25  Christian Schaller <uraeus@gnome.org>
 
9656
 
 
9657
        * .cvsignore:
 
9658
        * COPYING:
 
9659
        * ChangeLog:
 
9660
        * bin/.cvsignore:
 
9661
        * pitivi/.cvsignore:
 
9662
        * pitivi/pixmaps/.cvsignore:
 
9663
        * pitivi/ui/.cvsignore:
 
9664
          add .cvsignores and add a COPYING file with the LGPL
 
9665
 
 
9666
2006-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9667
 
 
9668
          * configure.ac: * pitivi/timeline.py: doc fix * pitivi/ui/complexlayer.py: * pitivi/ui/complexstack.py: * pitivi/ui/complextimeline.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: Make way for the ComplexTimelineView
 
9669
 
 
9670
2006-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9671
 
 
9672
        * ChangeLog:
 
9673
        * RELEASE:
 
9674
        * configure.ac:
 
9675
          Release 0.9.9.2 "No te entiendo" * RELEASE: * configure.ac:
 
9676
 
 
9677
2006-01-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
9678
 
 
9679
          * configure.ac: Require gnonlin 0.10.0.5 * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: cleanup. * pitivi/ui/sourcefactories.py: Add mini-doc * pitivi/ui/timeline.py: cleanup. * pitivi/ui/timelineobjects.py: Remove/debug all the print statements. * pitivi/ui/viewer.py: cleanup.
 
9680
 
 
9681
2006-01-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
9682
 
 
9683
          * pitivi/discoverer.py: Don't emit 'finished-analyzing' if there's nothing discovered.
 
9684
 
 
9685
2006-01-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
9686
 
 
9687
          * configure.ac: PyGnome 2.10.0 is sufficient requirement. * pitivi/ui/plumber.py: Use gconf*sink elements instead of creating them ourselves.
 
9688
 
 
9689
2006-01-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
9690
 
 
9691
          * pitivi/ui/plumber.py: Check for the gstreamer 0.10 (and not 0.9) gconf keys.
 
9692
 
 
9693
2005-12-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9694
 
 
9695
        * ChangeLog:
 
9696
        * RELEASE:
 
9697
        * bin/pitivi.in:
 
9698
        * configure.ac:
 
9699
        * pitivi/bin.py:
 
9700
        * pitivi/ui/glade.py:
4774
9701
        * pitivi/ui/viewer.py:
4775
 
        Remove prints
4776
 
 
4777
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4778
 
 
4779
 
        * pitivi/ui/sourcefactories.py:
4780
 
        Small variable for not displaying the "import sources" dialog box twice.
4781
 
 
4782
 
2006-04-10  Edward Hervey  <edward@fluendo.com>
4783
 
 
 
9702
          0.9.9.1 release * RELEASE: * bin/pitivi.in: Switch on threads * configure.ac: 0.9.9.1 release (thanks a lot stupid sourceforge) * pitivi/bin.py: don't seek back to the beginning after recording in fact * pitivi/ui/glade.py: esthetic fixes * pitivi/ui/viewer.py: Deactivate record button since it doesn't work 100% yet
 
9703
 
 
9704
2005-12-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
9705
 
 
9706
          * configure.ac: Bump requirement to gst(-python) 0.10.0 * pitivi/bin.py: Correct seek when stoping recording * pitivi/discoverer.py: Correctly emit 'finished-analyzing' when the discoverer has finished analyzing a uri. * pitivi/sourcelist.py: Remove 'file-is-valid' signal. The SourceList now only emits the 'file-added' signal when the file was correctly discovered. * pitivi/ui/gstwidget.py: Add debugging * pitivi/ui/sourcefactories.py: Use the new Discoverer/SourceList design Add the FileSourceFactory to the gtk.TreeModel only, and when, the uri was properly discovered. * pitivi/ui/viewer.py: Properly update the displaid duration when the timeline duration changes
 
9707
 
 
9708
2005-12-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
9709
 
 
9710
          * pitivi/Makefile.am: Add utils.py to the list of dist-ed files * pitivi/bin.py: Fixes for the encoding bin for SmartTimelineBin * pitivi/playground.py: cleanup * pitivi/settings.py: Default audio encoder is now vorbisenc Update for 0.10 way of getting static pad templates * pitivi/ui/plumber.py: Don't use gconf if it's not available If the videosink has the "force-aspect-ratio" property, use it. * pitivi/ui/timelineobjects.py: cleanup * pitivi/ui/viewer.py: Aspect ratio for the Viewer Window is updated on the fly. Make the EncodingDialog work with gstreamer 0.10 api
 
9711
 
 
9712
2005-12-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
9713
 
 
9714
          * pitivi/timeline.py: Fix for new gnonlin api
 
9715
 
 
9716
2005-12-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
9717
 
 
9718
          * pitivi/utils.py: whoops, forgot to add a file to the repository :)
 
9719
 
 
9720
2005-12-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
9721
 
 
9722
          * configure.ac: Whoops, also use gst-python oh ten oh
 
9723
 
 
9724
2005-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
9725
 
 
9726
          * bin/pitivi.in: * configure.ac: Preparation for oh ten oh Update dependency on (py)gtk to 2.8.0 * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/timeline.py: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/glade.py: * pitivi/ui/gstwidget.py: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/viewer.py: Remove pygtk 2.8 deprecated object registration
 
9727
 
 
9728
2005-12-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
9729
 
 
9730
        * ChangeLog:
 
9731
        * pitivi/bin.py:
4784
9732
        * pitivi/discoverer.py:
4785
 
        Added timeout of 10s for discovering each file, should be enough and
4786
 
        prevents the discoverer from idling on broken files/plugins.
4787
 
        Added tagging discovery.
4788
 
        Only push the pipeline to PLAYING if we need a thumbnail.
4789
9733
        * pitivi/objectfactory.py:
4790
 
        Moved getPrettyInfo to ObjectFactory class
4791
 
        Added MediaStream classes to contain information about multimedia
4792
 
        streams and their handling in ObjectFactory classes.
4793
 
        Check if the file is valid when setting a thumbnail file.
 
9734
        * pitivi/timeline.py:
 
9735
        * pitivi/ui/timelineobjects.py:
 
9736
        * pitivi/ui/viewer.py:
4794
9737
        * pitivi/utils.py:
4795
 
        float_framerate() now retuns a string
 
9738
          Misc updates for new gnonlin start/duration scheme (and no longer start/stop) * pitivi/bin.py: * pitivi/discoverer.py: Fixes for better non-media-file detection * pitivi/objectfactory.py: * pitivi/timeline.py: * pitivi/ui/timelineobjects.py: * pitivi/ui/viewer.py: Show proper timeline duration/status * pitivi/utils.py: New utility file, will have to add more of the common utility functions in there.
 
9739
 
 
9740
2005-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9741
 
 
9742
          * pitivi/bin.py: sinesrc is dead, long live sinesrc
 
9743
 
 
9744
2005-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
9745
 
 
9746
          * autogen.sh: * configure.ac: Switch to using gstreamer common * pitivi/bin.py: Dynamic pad handling for SmartFileSource and SmartTimelineBin * pitivi/discoverer.py: First pre-roll, then discover properties, then set to play to get then thumbnail. Oh, and do that while removing half the codelines :) * pitivi/objectfactory.py: Properly remove (ghost)pads * pitivi/playground.py: Much saner pipeline switching _ Set pipelines to READY, switch sinks * pitivi/timeline.py: Timeline finally working. It needs a serious look to remove all the 0.8 bloated stuff. * pitivi/ui/Makefile.am: * pitivi/ui/plumber.py: Added Plumber * pitivi/ui/sourcefactories.py: debug * pitivi/ui/timeline.py: re-enable simple timeline widget * pitivi/ui/viewer.py: Use Plumber for proper audio/video sink creation Fix the flicker in video widget Added Totem-like play/pause button
 
9747
 
 
9748
2005-11-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
9749
 
 
9750
          * bin/pitivi.in: Waow, how long has LIBDIR been gone for ??
 
9751
 
 
9752
2005-10-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9753
 
 
9754
        * common/Makefile.am:
 
9755
        * common/as-ac-expand.m4:
 
9756
        * common/as-python.m4:
 
9757
        * common/as-version.m4:
 
9758
        * common/py-compile-destdir:
 
9759
        * common/python.mk:
 
9760
          removed obsolete common/
 
9761
 
 
9762
2005-10-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
9763
 
 
9764
          * pitivi/ui/viewer.py: * pitivi/bin.py: * pitivi/objectfactory.py: * pitivi/playground.py: * pitivi/timeline.py: * configure.ac: State change updates + better scrubbing
 
9765
 
 
9766
2005-10-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
9767
 
 
9768
          * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/playground.py: * pitivi/settings.py: * pitivi/timeline.py: Update to make pitivi work with gst 0.9 Playground's global thread has gone and SmartBin's are now Pipelines * pitivi/ui/elementsettingsdialog.glade: * pitivi/ui/encodingdialog.glade: * pitivi/ui/sourcefactories.py: Make interface more HIG compliant * pitivi/ui/viewer.py: Update to _create_sinkthreads() and _check_time() for gst 0.9 Added debug logging a bit everywhere...
 
9769
 
 
9770
2005-09-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9771
 
 
9772
          * pitivi/bin.py: Updated to new state handling * pitivi/discoverer.py: Added debugging * pitivi/playground.py: Tss... we need a toplevel pipeline Added debugging * pitivi/ui/viewer.py: Updated gconf magic to grab gstreamer 0.9 keys Thread -> Bin ghostpad modifications
 
9773
 
 
9774
2005-09-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
9775
 
 
9776
          * bin/pitivi.in: Use gst-python 0.9 * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/sourcelist.py: * pitivi/timeline.py: * pitivi/ui/mainwindow.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Added some debugging output, commented out gnonlin-specific parts of PiTiVi, which will have to be removed once gnonlin is ported
 
9777
 
 
9778
2005-07-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9779
 
 
9780
        * ChangeLog:
 
9781
        * configure.ac:
 
9782
          On our way to a gstreamer 0.9 pitivi :) * configure.ac: updated dependencies, removed compile-time dependency on gnonlin
 
9783
 
 
9784
2005-07-11  Christian Schaller <uraeus@gnome.org>
 
9785
 
 
9786
        * pitivi.spec.in:
 
9787
          fix some minor issues with spec file
 
9788
 
 
9789
2005-07-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
9790
 
 
9791
          * pitivi/configure.py.in: (pitivi_version): * pitivi/ui/mainwindow.py: Added configure.pitivi_version variable created at compilation so the version number is coherent.
 
9792
 
 
9793
2005-07-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
9794
 
 
9795
          * bin/pitivi.in: * configure.ac: Use PYTHONDIR * pitivi/bin.py: cleanup * pitivi/settings.py: added __str__() * pitivi/ui/exportsettingswidget.py: * pitivi/ui/viewer.py: Reuse the project settings :)
 
9796
 
 
9797
2005-06-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
9798
 
 
9799
          * pitivi/ui/viewer.py: (PitiviViewer._create_sinkthreads): Audio and Video sinks are now selected by GConf GNome media selector keys.
 
9800
 
 
9801
2005-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9802
 
 
9803
        * ChangeLog:
 
9804
        * Makefile.am:
 
9805
        * bin/pitivi.in:
 
9806
        * pitivi/Makefile.am:
 
9807
        * pitivi/ui/Makefile.am:
 
9808
          Reviewed by Edward Hervey <edward@fluendo.com> * Makefile.am: * bin/pitivi.in: * pitivi/Makefile.am: * pitivi/ui/Makefile.am: installation fixes
 
9809
 
 
9810
2005-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9811
 
 
9812
        * RELEASE:
 
9813
          0.1.10 release
 
9814
 
 
9815
2005-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
9816
 
 
9817
          * configure.ac: * RELEASE 0.1.10 release :)
 
9818
 
 
9819
2005-06-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9820
 
 
9821
        * configure.ac:
 
9822
          bumped requirement of gst-python to 0.8.2
 
9823
 
 
9824
2005-06-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9825
 
 
9826
        * Makefile.am:
 
9827
        * RELEASE:
 
9828
          new RELEASE file
 
9829
 
 
9830
2005-06-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9831
 
 
9832
          * configure.ac: 0.1.9.2 pre-release ! * pitivi/project.py: * configure.ac: * pitivi.spec.in: Bumped required gnome-python version to 2.10.0 Now using gnomevfs instead of gnome.vfs * pitivi/ui/Makefile.am: (ui_PYTHON): typo
 
9833
 
 
9834
2005-06-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
9835
 
 
9836
          * pitivi/ui/Makefile.am: (ui_PYTHON): typo
 
9837
 
 
9838
2005-06-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9839
 
 
9840
          * pitivi/ui/Makefile.am: * pitivi/Makefile.am: Added new files to be installed * pitivi/ui/viewer.py: (EncodingDialog): * pitivi/ui/encodingdialog.glade: Added settings in Encoding Dialog * pitivi/ui/viewer.py: Added audioconvert in the Audio Sink Thread * pitivi/ui/projectsettings.py: * pitivi/ui/projectsettings.glade: * pitivi/ui/gstwidget.py: * pitivi/ui/elementsettingsdialog.glade: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/exportsettingswidget.glade: Split up Settings Dialogs in smaller widgets * pitivi/ui/glade.py: Wrapper for the run() dialog method * pitivi/bin.py: SmartBin are no longer gst.Thread but gst.Bin Added support for element properties in timeline encoding thread * pitivi/objectfactory.py: (FileSourceFactory): Added support for 'pixel-aspect-ratio' * pitivi/playground.py: Removed useless state_change() * pitivi/project.py: * pitivi/settings.py: Moved ProjectSettings to a more generic ExportSettings * pitivi/debug.py: Debugging functions
 
9841
 
 
9842
2005-06-23  Christian Schaller <uraeus@gnome.org>
 
9843
 
 
9844
        * pitivi.spec.in:
 
9845
          fix spec file
 
9846
 
 
9847
2005-06-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
9848
 
 
9849
          * pitivi/ui/viewer.py: (EncodingDialog): * pitivi/ui/encodingdialog.glade: Added settings in Encoding Dialog * pitivi/ui/viewer.py: Added audioconvert in the Audio Sink Thread * pitivi/ui/projectsettings.py: * pitivi/ui/projectsettings.glade: * pitivi/ui/gstwidget.py: * pitivi/ui/elementsettingsdialog.glade: * pitivi/ui/exportsettingswidget.py: * pitivi/ui/exportsettingswidget.glade: Split up Settings Dialogs in smaller widgets * pitivi/ui/glade.py: Wrapper for the run() dialog method * pitivi/bin.py: SmartBin are no longer gst.Thread but gst.Bin Added support for element properties in timeline encoding thread * pitivi/objectfactory.py: (FileSourceFactory): Added support for 'pixel-aspect-ratio' * pitivi/playground.py: Removed useless state_change() * pitivi/project.py: * pitivi/settings.py: Moved ProjectSettings to a more generic ExportSettings * pitivi/debug.py: Debugging functions
 
9850
 
 
9851
2005-06-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
9852
 
 
9853
          * pitivi/discoverer.py: (Discoverer): Added 'ready' signal for end of discovery
 
9854
 
 
9855
2005-06-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
9856
 
 
9857
        * ChangeLog:
 
9858
        * pitivi/ui/mainwindow.py:
 
9859
          Reviewed by : Edward Hervey  <bilboed@bilboed.com> * pitivi/ui/mainwindow.py: (PitiviMainWindow.__init__): Maximize main window at startup
 
9860
 
 
9861
2005-06-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
9862
 
 
9863
          * pitivi/ui/projectsettings.glade: Translation
 
9864
 
 
9865
2005-06-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
9866
 
 
9867
          * pitivi/objectfactory.py: (FileSourceFactory.make_video_adapter_bin): filtered link between videobox and videoscale to avoid borkage...
 
9868
 
 
9869
2005-06-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
9870
 
 
9871
        * ChangeLog:
 
9872
        * pitivi/ui/mainwindow.py:
 
9873
          Reviewed by: Edward Hervey  <bilboed@bilboed.com> * pitivi/ui/mainwindow.py: (PitiviMainWindow.about_cb): Added about dialog
 
9874
 
 
9875
2005-05-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
9876
 
 
9877
        * Makefile.am:
 
9878
        * README:
 
9879
        * autogen.sh:
 
9880
        * bin/Makefile.am:
 
9881
        * bin/pitivi.in:
 
9882
        * common/Makefile.am:
 
9883
        * common/as-ac-expand.m4:
 
9884
        * common/as-python.m4:
 
9885
        * common/as-version.m4:
 
9886
        * common/py-compile-destdir:
 
9887
        * common/python.mk:
 
9888
        * configure.ac:
 
9889
        * pitivi.spec.in:
 
9890
        * pitivi/Makefile.am:
 
9891
        * pitivi/bin.py:
 
9892
        * pitivi/configure.py.in:
 
9893
        * pitivi/discoverer.py:
 
9894
        * pitivi/effects.py:
 
9895
        * pitivi/objectfactory.py:
 
9896
        * pitivi/pitivi.py:
 
9897
        * pitivi/pixmaps/Makefile.am:
 
9898
        * pitivi/playground.py:
 
9899
        * pitivi/project.py:
 
9900
        * pitivi/sourcelist.py:
 
9901
        * pitivi/timeline.py:
 
9902
        * pitivi/ui/Makefile.am:
4796
9903
        * pitivi/ui/actions.xml:
4797
 
        Added and re-ordered menus and toolbar
4798
 
        * pitivi/ui/mainwindow.py:
4799
 
        Added full-screen toggling facilities with menu/toolbar item and
4800
 
        shortcuts.
4801
 
        Added menu/toolbar item for adding Sources.
4802
 
        More cleaning up.
4803
 
        * pitivi/ui/plumber.py:
4804
 
        If present, set qos to FALSE on videosink
4805
 
        * pitivi/ui/sourcefactories.py:
4806
 
        Clear up the sources list.
4807
 
        There is now only a gtk.TreeView with less columns but more information.
4808
 
        Added SourceListWidget.showImportSourcesDialog()
4809
 
        Made the ImportSourcesDialog run asynchronously instead of with .run()
4810
 
        Make the DiscovererErrorDialog look a bit nicer.
4811
 
        * pitivi/ui/viewer.py:
4812
 
        Use computed display-aspect-ratio for the gtk.AspectFrame of the viewer.
4813
 
        Use fixed-size font for time/duration label.
4814
 
 
4815
 
2006-04-07  Edward Hervey  <edward@fluendo.com>
4816
 
 
4817
 
        * pitivi/playground.py:
4818
 
        * pitivi/timeline.py:
4819
 
        * pitivi/ui/layerwidgets.py:
4820
 
        More cleaning up, and marking unused arguments as such.
4821
 
 
4822
 
2006-04-07  Edward Hervey  <edward@fluendo.com>
4823
 
 
4824
 
        * docs/HACKING:
4825
 
        Added part about unused variables.
4826
 
        * pitivi/bin.py:
4827
 
        * pitivi/discoverer.py:
4828
 
        * pitivi/objectfactory.py:
4829
 
        * pitivi/playground.py:
4830
 
        * pitivi/sourcelist.py:
4831
 
        * pitivi/timeline.py:
4832
 
        * pitivi/ui/complexsource.py:
4833
 
        * pitivi/ui/complextimeline.py:
4834
 
        * pitivi/ui/glade.py:
4835
 
        * pitivi/ui/infolayer.py:
4836
 
        * pitivi/ui/projectsettings.py:
4837
 
        * pitivi/ui/ruler.py:
4838
 
        * pitivi/ui/sourcefactories.py:
4839
 
        * pitivi/ui/timeline.py:
4840
 
        * pitivi/ui/timelineobjects.py:
4841
 
        * pitivi/ui/tracklayer.py:
4842
 
        * pitivi/ui/viewer.py:
4843
 
        Prepend 'unused_' to all unused variables in callbacks (helps clear out
4844
 
        pychecker runs).
4845
 
        Comment out non-working parts of the UI so not to confuser users trying
4846
 
        those parts.
4847
 
        More pychecker cleaning.
4848
 
 
4849
 
2006-04-06  Edward Hervey  <edward@fluendo.com>
4850
 
 
4851
 
        * configure.ac:
4852
 
        Fixes for common/ modifications
4853
 
        * pitivi/bin.py:
4854
 
        More debug information when recording
4855
 
        * pitivi/playground.py:
4856
 
        debug fix
4857
 
 
4858
 
2006-03-29  Edward Hervey  <edward@fluendo.com>
4859
 
 
4860
 
        * pitivi/Makefile.am:
4861
 
        add configure.py to BUILT_SOURCES so it gets rebuilt correctly when
4862
 
        modified.
4863
 
        * pitivi/discoverer.py:
4864
 
        More sensible behaviour when getting an unknown stream.
4865
 
        * pitivi/playground.py:
4866
 
        More debugging
4867
 
 
4868
 
2006-03-29  Edward Hervey  <edward@fluendo.com>
4869
 
 
4870
 
        * pitivi/discoverer.py:
4871
 
        Revert previous change until decodebin is fixed.
4872
 
 
4873
 
2006-03-29  Edward Hervey  <edward@fluendo.com>
4874
 
 
4875
 
        * pitivi/bin.py: (SmartTimelineBin):
4876
 
        Unlink from tees when pads are removed.
4877
 
        Make the Rendering process more efficient.
4878
 
        * pitivi/discoverer.py:
4879
 
        Don't try to thumbnail non-video files.
4880
 
        * pitivi/timeline.py:
4881
 
        Remove ghostpads in the timeline when composition pads are
4882
 
        removed.
4883
 
        * pitivi/ui/viewer.py:
4884
 
        Display a message if we couldn't start the rendering.
4885
 
 
4886
 
2006-03-28  Edward Hervey  <edward@fluendo.com>
4887
 
 
4888
 
        * pitivi/ui/sourcefactories.py:
4889
 
        * pitivi/ui/timeline.py:
4890
 
        Also set the combobox to show the simple view default.
4891
 
 
4892
 
2006-03-28  Edward Hervey  <edward@fluendo.com>
4893
 
 
4894
 
        * pitivi/ui/sourcefactories.py:
4895
 
        Fix drag and drop data parsing even more.
4896
 
 
4897
 
2006-03-28  Edward Hervey  <edward@fluendo.com>
4898
 
 
4899
 
        * pitivi/ui/mainwindow.py:
4900
 
        Default window size is 800x600 instead of the cramped size that was
4901
 
        previously set.
4902
 
        * pitivi/ui/timeline.py:
4903
 
        Timeline defaults to Simple View.
4904
 
 
4905
 
2006-03-28  Andy Wingo  <wingo@pobox.com>
4906
 
 
4907
 
        * configure.ac: Check for gnonlin and cairo using python and not
4908
 
        pkg-config.
4909
 
 
4910
 
2006-03-24  Christian Schaller  <Christian@fluendo.com>
4911
 
 
4912
 
        * .cvsignore: add more generated files
4913
 
        * pitivi/.cvsignore: add more generated files
4914
 
        * pitivi/ui/.cvsignore: add more generated files
4915
 
 
4916
 
2006-03-24  Edward Hervey  <edward@fluendo.com>
4917
 
 
4918
 
        * pitivi/objectfactory.py:
4919
 
        typo fix.
4920
 
 
4921
 
2006-03-24  Edward Hervey  <edward@fluendo.com>
4922
 
 
4923
 
        * configure.ac:
4924
 
        Remove gnome-python dependency. If ever we need gnome-specific stuff, it
4925
 
        should go in a pitivi plugin.
4926
 
        * pitivi.spec.in:
4927
 
        remove cruft
4928
 
 
4929
 
2006-03-24  Edward Hervey  <edward@fluendo.com>
4930
 
 
4931
 
        * pitivi/bin.py:
4932
 
        * pitivi/check.py:
4933
 
        * pitivi/discoverer.py:
4934
 
        * pitivi/objectfactory.py:
4935
 
        * pitivi/project.py:
4936
 
        Remove dependency on gnomevfs python module, and use the gstreamer uri
4937
 
        utilities instead (gst.element_make_from_uri, gst.uri_get_protocol,
4938
 
        gst.uri_get_location)
4939
 
 
4940
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
4941
 
 
4942
 
        * pitivi/configure.py.in:
4943
 
        * pitivi/discoverer.py:
4944
 
        * pitivi/objectfactory.py:
4945
 
        * pitivi/playground.py:
4946
 
        * pitivi/settings.py:
4947
 
        * pitivi/sourcelist.py:
4948
 
        * pitivi/ui/viewer.py:
4949
 
        More API documentation
4950
 
 
4951
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
4952
 
 
4953
 
        * pitivi/configure.py.in:
4954
 
        Added get_global_pixmap_dir() for being able to use local/global installed
4955
 
        pixmap directory.
4956
 
        * pitivi/ui/mainwindow.py:
4957
 
        Fix window icon behaviour for cvs and installed
4958
 
        * pitivi/ui/projectsettings.py:
4959
 
        icon not needed here
4960
 
 
4961
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
4962
 
 
4963
 
        * pitivi/discoverer.py:
4964
 
        * pitivi/effects.py:
4965
 
        * pitivi/objectfactory.py:
4966
 
        * pitivi/pitivi.py:
4967
 
        * pitivi/playground.py:
4968
 
        * pitivi/project.py:
4969
 
        * pitivi/timeline.py:
4970
 
        * pitivi/ui/complexlayer.py:
4971
 
        * pitivi/ui/complexsource.py:
4972
 
        * pitivi/ui/complextimeline.py:
4973
 
        * pitivi/ui/exportsettingswidget.py:
4974
 
        * pitivi/ui/gstwidget.py:
4975
 
        * pitivi/ui/mainwindow.py:
4976
 
        * pitivi/ui/projectsettings.py:
4977
 
        * pitivi/ui/ruler.py:
4978
 
        * pitivi/ui/sourcefactories.py:
4979
 
        * pitivi/ui/timelineobjects.py:
4980
 
        Cleanup and fixes thanks to pychecker.
4981
 
        Moved Christian's patch for appicon into each of the windows and dialog
4982
 
        boxes classes.
4983
 
 
4984
 
2006-03-23  Christian Schaller  <christian@fluendo.com>
4985
 
 
4986
 
        * pitivi/pitivi.py: Add appicon to window decoration
4987
 
 
4988
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
4989
 
 
4990
 
        * pitivi/ui/Makefile.am:
4991
 
        * pitivi/ui/discoverererrordialog.glade:
4992
 
        Adding glade file for the DiscovererErrorDialog.
4993
 
 
4994
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
4995
 
 
4996
 
        * pitivi/ui/viewer.py:
4997
 
        Don't display bogus value when the duration is not valid.
4998
 
        Only activate controls/slider when not on default view(videotestsrc).
4999
 
        Update for new dnd module naming.
5000
 
        New scrubbing system. Don't seek like a mad man, but at most every 80ms
5001
 
        Only activate the record button for timelines that have content.
5002
 
        
5003
 
 
5004
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
5005
 
 
5006
 
        * pitivi/dnd.py:
5007
 
        replace dnd.DND_* with dnd.*
5008
 
        * pitivi/effects.py:
5009
 
        * pitivi/objectfactory.py:
5010
 
        * pitivi/pitivi.py:
5011
 
        * pitivi/playground.py:
5012
 
        * pitivi/project.py:
5013
 
        * pitivi/settings.py:
5014
 
        * pitivi/sourcelist.py:
5015
 
        * pitivi/timeline.py:
5016
 
        * pitivi/ui/complexinterface.py:
5017
 
        * pitivi/ui/complexlayer.py:
5018
 
        * pitivi/ui/complexsource.py:
5019
 
        * pitivi/ui/complextimeline.py:
5020
 
        * pitivi/ui/exportsettingswidget.py:
5021
 
        * pitivi/ui/glade.py:
5022
 
        * pitivi/ui/gstwidget.py:
5023
 
        * pitivi/ui/infolayer.py:
5024
 
        * pitivi/ui/layerwidgets.py:
5025
 
        * pitivi/ui/mainwindow.py:
5026
 
        * pitivi/ui/plumber.py:
5027
 
        * pitivi/ui/projectsettings.py:
5028
 
        * pitivi/ui/ruler.py:
5029
 
        * pitivi/ui/sourcefactories.py:
5030
 
        * pitivi/ui/timeline.py:
5031
 
        * pitivi/ui/timelineobjects.py:
5032
 
        * pitivi/ui/tracklayer.py:
5033
 
        More module documentation
5034
 
        * pitivi/ui/sourcelist.py:
5035
 
        What on earth is that file still doing in cvs ??
5036
 
 
5037
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
5038
 
 
5039
 
        * pitivi/debug.py:
5040
 
        File that should have gone a long time ago.
5041
 
 
5042
 
2006-03-23  Edward Hervey  <edward@fluendo.com>
5043
 
 
5044
 
        * pitivi/__init__.py:
5045
 
        Documentation
5046
 
        * pitivi/bin.py:
5047
 
        Documentation and prepending private method names with underscore
5048
 
        * pitivi/check.py:
5049
 
        * pitivi/discoverer.py:
5050
 
        * pitivi/instance.py:
5051
 
        Documentation
5052
 
        * pitivi/ui/__init__.py:
5053
 
        Documentation
5054
 
 
5055
 
2006-03-22  Edward Hervey  <edward@fluendo.com>
5056
 
 
5057
 
        * pitivi/ui/sourcefactories.py: (SourceListWidget._dndDataReceivedCb): 
5058
 
        remove cruft from selection.data in drag and drop.
5059
 
        Closes #335503
5060
 
 
5061
 
2006-03-20  Edward Hervey  <edward@fluendo.com>
5062
 
 
5063
 
        * pitivi/discoverer.py:
5064
 
        Let's grab more issues when discovering.
5065
 
        Extended 'not-media-file' signal to also signal a reason
5066
 
        * pitivi/pitivi.py:
5067
 
        small fix
5068
 
        * pitivi/sourcelist.py:
5069
 
        Added 'not-media-file' signal.
5070
 
        * pitivi/ui/sourcefactories.py:
5071
 
        Added dialog box to inform user of files that couldn't be discovered.
5072
 
 
5073
 
2006-03-20  Edward Hervey  <edward@fluendo.com>
5074
 
 
5075
 
        * __init__.py: removed
5076
 
        * pitivi/ui/complexinterface.py:
5077
 
        LayeredWidgetInterface is no longer used
5078
 
        * pitivi/ui/ruler.py:
5079
 
        more comments
5080
 
        
5081
 
 
5082
 
2006-03-17  Edward Hervey  <edward@fluendo.com>
5083
 
 
5084
 
        * docs/HACKING:
5085
 
        More precision...
5086
 
        * pitivi/bin.py:
5087
 
        * pitivi/discoverer.py:
5088
 
        * pitivi/effects.py:
5089
 
        * pitivi/objectfactory.py:
5090
 
        * pitivi/pitivi.py:
5091
 
        * pitivi/playground.py:
5092
 
        * pitivi/project.py:
5093
 
        * pitivi/settings.py:
5094
 
        * pitivi/sourcelist.py:
5095
 
        * pitivi/timeline.py:
5096
 
        * pitivi/ui/exportsettingswidget.py:
5097
 
        * pitivi/ui/timelineobjects.py:
5098
 
        * pitivi/ui/tracklayer.py:
5099
 
        * pitivi/ui/viewer.py:
5100
 
        Final part of coding style compliance.
5101
 
        * pitivi/ui/sourcefactories.py:
5102
 
        Accept drop from text/plain sources.
5103
 
 
5104
 
2006-03-16  Edward Hervey  <edward@fluendo.com>
5105
 
 
5106
 
        * docs/HACKING:
5107
 
        More precision on coding style
5108
 
        
5109
 
        * pitivi/ui/complexinterface.py:
5110
 
        * pitivi/ui/complexlayer.py:
5111
 
        * pitivi/ui/complexsource.py:
5112
 
        * pitivi/ui/complextimeline.py:
5113
 
        * pitivi/ui/encodingdialog.glade:
5114
 
        * pitivi/ui/exportsettingswidget.glade:
5115
 
        * pitivi/ui/exportsettingswidget.py:
5116
 
        * pitivi/ui/gstwidget.py:
5117
 
        * pitivi/ui/infolayer.py:
5118
 
        * pitivi/ui/layerwidgets.py:
5119
 
        * pitivi/ui/mainwindow.py:
5120
 
        * pitivi/ui/projectsettings.glade:
5121
 
        * pitivi/ui/projectsettings.py:
5122
 
        * pitivi/ui/ruler.py:
5123
 
        * pitivi/ui/sourcefactories.py:
5124
 
        * pitivi/ui/timeline.py:
5125
 
        * pitivi/ui/timelineobjects.py:
5126
 
        * pitivi/ui/tracklayer.py:
5127
 
        * pitivi/ui/viewer.py:
5128
 
        Update all UI section to proper coding style, still have to do the
5129
 
        non-ui part.
5130
 
 
5131
 
2006-03-16  Edward Hervey  <edward@fluendo.com>
5132
 
 
5133
 
        * docs/HACKING
5134
 
        New document about hacking on PiTiVi.
5135
 
        * pitivi/bin.py:
5136
 
        Fixes according to PEP-8
5137
 
        * pitivi/check.py:
5138
 
        Added runtime check for gnomevfs module availability
5139
 
        * pitivi/discoverer.py:
5140
 
        Fixes according to PEP-8
5141
 
        * pitivi/ui/complexsource.py:
5142
 
        Speed optimizations and fixes
5143
 
        * pitivi/ui/layerwidgets.py:
5144
 
        Smaller buttons
5145
 
        * pitivi/ui/timelineobjects.py:
5146
 
        Fixes according to PEP-8
5147
 
        * pitivi/ui/tracklayer.py:
5148
 
        Fix method naming and less useless debug
5149
 
        * pitivi/ui/viewer.py:
5150
 
        Fixes according to PEP-8
5151
 
        More fixes to encoding dialog
5152
 
 
5153
 
2006-03-15  Edward Hervey  <edward@fluendo.com>
5154
 
 
5155
 
        * pitivi/pitivi.py:
5156
 
        * pitivi/playground.py:
5157
 
        Implement shutdown method for properly exiting PiTiVi
5158
 
        * pitivi/ui/mainwindow.py:
5159
 
        Use instance.PiTiVi.shutdown() when quitting
5160
 
 
5161
 
2006-03-14  Edward Hervey  <edward@fluendo.com>
5162
 
 
5163
 
        * pitivi/ui/complexsource.py:
5164
 
        ComplexSource is now a subclass of gtk.Image so that C/Gtk+ does
5165
 
        the double-buffering trick.
5166
 
 
5167
 
2006-03-13  Edward Hervey  <edward@fluendo.com>
5168
 
 
5169
 
        * autogen.sh:
5170
 
        Remove path for non-existing directory for aclocal inclusions.
5171
 
 
5172
 
2006-03-13  Edward Hervey  <edward@fluendo.com>
5173
 
 
5174
 
        * configure.ac: (ACLOCAL_AMFLAGS):
5175
 
        Remove path of non-existing directory
5176
 
 
5177
 
        * pitivi/check.py:
5178
 
        Added another check for the gnomeVFS gstreamer plugins.
5179
 
 
5180
 
2006-03-09  Edward Hervey  <edward@fluendo.com>
5181
 
 
5182
 
        * autogen.sh:
5183
 
        * configure.ac:
5184
 
        comment out i18n cruft and set proper ACLOCAL_AMFLAGS.
5185
 
 
5186
 
2006-03-07  Edward Hervey  <edward@fluendo.com>
5187
 
 
5188
 
        * autogen.sh:
5189
 
        Clean the bogus common/ directory before checking it out from gstreamer
5190
 
        cvs.
5191
 
 
5192
 
2006-03-07  Edward Hervey  <edward@fluendo.com>
5193
 
 
5194
 
        * bin/pitivi.in:
5195
 
        * configure.ac:
5196
 
        Add the path detected for pygtk and gst-python at configure to sys.path.
5197
 
        This should solve problems like #333177
5198
 
 
5199
 
2006-03-07  Edward Hervey  <edward@fluendo.com>
5200
 
 
5201
 
        * configure.ac:
5202
 
        * pitivi/check.py:
5203
 
        Checks at configure and at runtime for cairo support in PyGTK.
5204
 
 
5205
 
2006-03-06  Edward Hervey  <edward@fluendo.com>
5206
 
 
5207
 
        * pitivi/effects.py:
5208
 
        better effect klass checking
5209
 
        * pitivi/playground.py:
5210
 
        more correct state changing when switching pipelines
5211
 
        * pitivi/ui/complexinterface.py:
5212
 
        zoomratio now belongs to a toplevel element
5213
 
        * pitivi/ui/complexsource.py:
5214
 
        python has lazy garbage collection, but gc.collect might induce heavy
5215
 
        processing... this needs more thinking
5216
 
        * pitivi/ui/complextimeline.py:
5217
 
        * pitivi/ui/layerwidgets.py:
5218
 
        * pitivi/ui/ruler.py:
5219
 
        * pitivi/ui/tracklayer.py:
5220
 
        implement zoom with zoom buttons
5221
 
        Remove a memleak
5222
 
        * pitivi/ui/viewer.py:
5223
 
        Insert necessary audio/video adapters, closes #332754
5224
 
 
5225
 
2006-02-27  Edward Hervey  <edward@fluendo.com>
5226
 
 
5227
 
        * pitivi/Makefile.am:
5228
 
        * pitivi/instance.py:
5229
 
        * pitivi/check.py:
5230
 
        Added global application instance (instance.PiTiVi) to avoid having to
5231
 
        do some crack like passing pitivi's self down all the objects for the
5232
 
        one single object that needs it.
5233
 
        * pitivi/effects.py:
5234
 
        * pitivi/pitivi.py:
5235
 
        Files fixed to use instance.PiTiVi
5236
 
        * pitivi/timeline.py:
5237
 
        wrong comment
5238
 
        * pitivi/ui/complextimeline.py:
5239
 
        Connect to composition duration update to inform ruler.
5240
 
        * pitivi/ui/layerwidgets.py:
5241
 
        cleanup
5242
 
        
5243
 
        * pitivi/ui/mainwindow.py:
5244
 
        * pitivi/ui/timeline.py:
5245
 
        * pitivi/ui/timelineobjects.py:
5246
 
        * pitivi/ui/plumber.py:
5247
 
        * pitivi/ui/viewer.py:
5248
 
        switch to instance.PiTiVi
5249
 
        * pitivi/ui/sourcefactories.py:
5250
 
        First try at showing audio/video FX in the UI
5251
 
        * pitivi/ui/tracklayer.py:
5252
 
        First go at complex timeline source drag/drop
5253
 
        
5254
 
 
5255
 
2006-02-22  Edward Hervey  <edward@fluendo.com>
5256
 
 
5257
 
        * pitivi/bin.py:
5258
 
        Fix up encoding for 0.10.
5259
 
        * pitivi/ui/infolayer.py:
5260
 
        More sensible info in InfoLayer
5261
 
 
5262
 
        * pitivi/ui/complextimeline.py:
5263
 
        * pitivi/ui/layerwidgets.py:
5264
 
        * pitivi/ui/mainwindow.py:
5265
 
        * pitivi/ui/ruler.py:
5266
 
        * pitivi/ui/timeline.py:
5267
 
        Display current position in Ruler.
5268
 
        Beautified Ruler.
5269
 
        
5270
 
        * pitivi/ui/viewer.py:
5271
 
        Temporary hack to distribute current timeline position.
5272
 
        Re-activate rendering
5273
 
 
5274
 
2006-02-21  Edward Hervey  <edward@fluendo.com>
5275
 
 
5276
 
        * pitivi/ui/complexsource.py:
5277
 
        * pitivi/ui/layerwidgets.py:
5278
 
        * pitivi/ui/ruler.py:
5279
 
        * pitivi/ui/tracklayer.py:
5280
 
        Double-buffered widgets for more reactive timeline.
5281
 
        Start at ruler drawing, for the time being fixed zoom ratio.
5282
 
 
5283
 
2006-02-20  Edward Hervey  <edward@fluendo.com>
5284
 
 
5285
 
        * pitivi/playground.py:
5286
 
        more helpful debug
5287
 
        * pitivi/ui/exportsettingswidget.py:
5288
 
        * pitivi/ui/projectsettings.py:
5289
 
        s/print/gst.debug/
5290
 
 
5291
 
2006-02-20  Edward Hervey  <edward@fluendo.com>
5292
 
 
5293
 
        * configure.ac:
5294
 
        * pitivi.spec.in:
5295
 
        We need PyCairo now, update this for configure and packagers.
5296
 
 
5297
 
2006-02-17  Edward Hervey  <edward@fluendo.com>
5298
 
 
5299
 
        * pitivi/ui/complexsource.py:
5300
 
        * pitivi/ui/tracklayer.py:
5301
 
        * pitivi/ui/viewer.py:
5302
 
        I think I finally understood cairo :)
5303
 
 
5304
 
2006-02-16  Edward Hervey  <edward@fluendo.com>
5305
 
 
5306
 
        * pitivi/ui/Makefile.am:
5307
 
        * pitivi/ui/complexlayer.py:
5308
 
        * pitivi/ui/complexstack.py:
5309
 
        * pitivi/ui/complextimeline.py:
5310
 
        * pitivi/ui/infolayer.py:
5311
 
        * pitivi/ui/layerwidgets.py:
5312
 
        * pitivi/ui/tracklayer.py:
5313
 
        Split up files, clean up, make timeline design v2 work more efficiently.
5314
 
 
5315
 
2006-02-14  Edward Hervey  <edward@fluendo.com>
5316
 
 
5317
 
        * bin/pitivi.in:
5318
 
        Use '/usr/bin/env python' instead of '/usr/bin/python'.
5319
 
        Closes (#330579)
5320
 
 
5321
 
2006-02-09  Edward Hervey  <edward@fluendo.com>
5322
 
 
5323
 
        * pitivi/timeline.py:
5324
 
        Wow, how long did this stay in for ??
5325
 
        
5326
 
        * pitivi/ui/Makefile.am:
5327
 
        * pitivi/ui/complexinterface.py:
5328
 
        * pitivi/ui/complexlayer.py:
5329
 
        * pitivi/ui/complexsource.py:
5330
 
        * pitivi/ui/complexstack.py:
5331
 
        * pitivi/ui/complextimeline.py:
5332
 
        * pitivi/ui/layerwidgets.py:
5333
 
        * pitivi/ui/ruler.py:
5334
 
        * pitivi/ui/timeline.py:
5335
 
        Complex Timeline Design #2
5336
 
        Less code, looks better, works faster.
5337
 
        Still has code to remove/refactor
5338
 
 
5339
 
2006-02-07  Edward Hervey  <edward@fluendo.com>
5340
 
 
5341
 
        * pitivi/ui/complexinterface.py:
5342
 
        * pitivi/ui/complexlayer.py:
5343
 
        * pitivi/ui/complexstack.py:
5344
 
        * pitivi/ui/mainwindow.py:
5345
 
        Use gtk.SizeGroup to synchronize layers' height.
5346
 
        Don't maximize on startup.
5347
 
 
5348
 
2006-02-06  Edward Hervey  <edward@fluendo.com>
5349
 
 
5350
 
        * MAINTAINERS:
5351
 
        * Makefile.am:
5352
 
        Added maintainers file in order to have proper pitivi-main@gnome.org.
5353
 
        Welcome PiTiVi to gnome.org :)
5354
 
 
5355
 
2006-02-06  Edward Hervey  <edward@fluendo.com>
5356
 
 
5357
 
        * pitivi/check.py:
5358
 
        Added check for autodetect plugins existence.
5359
 
 
5360
 
        * pitivi/bin.py:
5361
 
        * pitivi/discoverer.py:
5362
 
        * pitivi/effects.py:
5363
 
        * pitivi/pitivi.py:
5364
 
        * pitivi/playground.py:
5365
 
        * pitivi/project.py:
5366
 
        * pitivi/settings.py:
5367
 
        * pitivi/sourcelist.py:
5368
 
        * pitivi/ui/mainwindow.py:
5369
 
        * pitivi/ui/viewer.py:
5370
 
        Better debug levels
5371
 
 
5372
 
        * pitivi/timeline.py:
5373
 
        gnlfilesource is only used by TimelineFileSource
5374
 
        Added more signals to TimelineComposition
5375
 
        * pitivi/ui/Makefile.am:
5376
 
        * pitivi/ui/complexinterface.py:
5377
 
        * pitivi/ui/complexsource.py:
5378
 
        * pitivi/ui/ruler.py:
5379
 
        Added complexinterface.py, complexsource.py and ruler.py
5380
 
 
5381
 
        * pitivi/ui/complexlayer.py:
5382
 
        * pitivi/ui/complexstack.py:
5383
 
        * pitivi/ui/complextimeline.py:
5384
 
        Better designed ComplexTimeline, layer and tracks
5385
 
        
5386
 
        * pitivi/ui/timeline.py:
5387
 
        CTRL + scroll does vertical scrolling in complex timeline.
5388
 
        * pitivi/ui/timelineobjects.py:
5389
 
        ooops, don't need pango anymore
5390
 
 
5391
 
2006-01-27  Edward Hervey  <edward@fluendo.com>
5392
 
 
5393
 
        * pitivi/Makefile.am:
5394
 
        * pitivi/check.py:
5395
 
        * pitivi/pitivi.py:
5396
 
        Added check system at startup to tell users in a clear fashion what
5397
 
        the problem is (if any).
5398
 
 
5399
 
2006-01-26  Edward Hervey  <edward@fluendo.com>
5400
 
 
5401
 
        * pitivi/discoverer.py:
5402
 
        Handle gracefully files that contain no stream but emit a
5403
 
        GST_TAG_ELEMENT with redirection.
5404
 
        Force pipeline to NULL when finished analyzing a file.
5405
 
 
5406
 
2006-01-25  Edward Hervey  <edward@fluendo.com>
5407
 
 
5408
 
        * pitivi/ui/Makefile.am: (ui_PYTHON): 
5409
 
        Forgot to add those files to be distributed.
5410
 
 
5411
 
2006-01-25  Christian Schaller <christian@fluendo.com>
5412
 
 
5413
 
        * Add .cvsignore files
5414
 
        * Add COPYING file with the LGPL
5415
 
        * Configure .desktop file to get installed
5416
 
 
5417
 
2006-01-24  Edward Hervey  <edward@fluendo.com>
5418
 
 
5419
 
        * configure.ac:
5420
 
        * pitivi/timeline.py:
5421
 
        doc fix
5422
 
        * pitivi/ui/complexlayer.py:
5423
 
        * pitivi/ui/complexstack.py:
5424
 
        * pitivi/ui/complextimeline.py:
5425
 
        * pitivi/ui/timeline.py:
5426
 
        * pitivi/ui/timelineobjects.py:
5427
 
        Make way for the ComplexTimelineView
5428
 
 
5429
 
2006-01-18  Edward Hervey  <edward@fluendo.com>
5430
 
 
5431
 
        Release 0.9.9.2 "No te entiendo"
5432
 
 
5433
 
        * RELEASE:
5434
 
        * configure.ac:
5435
 
 
5436
 
2006-01-18  Edward Hervey  <edward@fluendo.com>
5437
 
 
5438
 
        * configure.ac:
5439
 
        Require gnonlin 0.10.0.5
5440
 
        
5441
 
        * pitivi/bin.py:
5442
 
        * pitivi/discoverer.py:
5443
 
        * pitivi/objectfactory.py:
5444
 
        cleanup.
5445
 
        
5446
 
        * pitivi/ui/sourcefactories.py:
5447
 
        Add mini-doc
5448
 
        * pitivi/ui/timeline.py:
5449
 
        cleanup.
5450
 
        * pitivi/ui/timelineobjects.py:
5451
 
        Remove/debug all the print statements.
5452
 
        * pitivi/ui/viewer.py:
5453
 
        cleanup.
5454
 
 
5455
 
2006-01-11  Edward Hervey  <edward@fluendo.com>
5456
 
 
5457
 
        * pitivi/discoverer.py:
5458
 
        Don't emit 'finished-analyzing' if there's nothing discovered.
5459
 
 
5460
 
2006-01-11  Edward Hervey  <edward@fluendo.com>
5461
 
 
5462
 
        * configure.ac:
5463
 
        PyGnome 2.10.0 is sufficient requirement.
5464
 
        * pitivi/ui/plumber.py:
5465
 
        Use gconf*sink elements instead of creating them ourselves.
5466
 
 
5467
 
2006-01-08  Edward Hervey  <edward@fluendo.com>
5468
 
 
5469
 
        * pitivi/ui/plumber.py:
5470
 
        Check for the gstreamer 0.10 (and not 0.9) gconf keys.
5471
 
 
5472
 
2005-12-24  Edward Hervey  <edward@fluendo.com>
5473
 
 
5474
 
        0.9.9.1 release
5475
 
        
5476
 
        * RELEASE:
5477
 
        * bin/pitivi.in:
5478
 
        Switch on threads
5479
 
        * configure.ac:
5480
 
        0.9.9.1 release (thanks a lot stupid sourceforge)
5481
 
        * pitivi/bin.py:
5482
 
        don't seek back to the beginning after recording in fact
5483
 
        * pitivi/ui/glade.py:
5484
 
        esthetic fixes
5485
 
        * pitivi/ui/viewer.py:
5486
 
        Deactivate record button since it doesn't work 100% yet
5487
 
 
5488
 
2005-12-21  Edward Hervey  <edward@fluendo.com>
5489
 
 
5490
 
        * configure.ac:
5491
 
        Bump requirement to gst(-python) 0.10.0
5492
 
        * pitivi/bin.py:
5493
 
        Correct seek when stoping recording
5494
 
        * pitivi/discoverer.py:
5495
 
        Correctly emit 'finished-analyzing' when the discoverer
5496
 
        has finished analyzing a uri.
5497
 
        * pitivi/sourcelist.py:
5498
 
        Remove 'file-is-valid' signal.
5499
 
        The SourceList now only emits the 'file-added' signal
5500
 
        when the file was correctly discovered.
5501
 
        * pitivi/ui/gstwidget.py:
5502
 
        Add debugging
5503
 
        * pitivi/ui/sourcefactories.py:
5504
 
        Use the new Discoverer/SourceList design
5505
 
        Add the FileSourceFactory to the gtk.TreeModel only, and when,
5506
 
        the uri was properly discovered.
5507
 
        * pitivi/ui/viewer.py:
5508
 
        Properly update the displaid duration when the timeline
5509
 
        duration changes
5510
 
 
5511
 
2005-12-20  Edward Hervey  <edward@fluendo.com>
5512
 
 
5513
 
        * pitivi/Makefile.am:
5514
 
        Add utils.py to the list of dist-ed files
5515
 
        * pitivi/bin.py:
5516
 
        Fixes for the encoding bin for SmartTimelineBin
5517
 
        * pitivi/playground.py:
5518
 
        cleanup
5519
 
        * pitivi/settings.py:
5520
 
        Default audio encoder is now vorbisenc
5521
 
        Update for 0.10 way of getting static pad templates
5522
 
        * pitivi/ui/plumber.py:
5523
 
        Don't use gconf if it's not available
5524
 
        If the videosink has the "force-aspect-ratio" property, use it.
5525
 
        * pitivi/ui/timelineobjects.py:
5526
 
        cleanup
5527
 
        * pitivi/ui/viewer.py:
5528
 
        Aspect ratio for the Viewer Window is updated on the fly.
5529
 
        Make the EncodingDialog work with gstreamer 0.10 api
5530
 
 
5531
 
2005-12-10  Edward Hervey  <edward@fluendo.com>
5532
 
 
5533
 
        * pitivi/timeline.py:
5534
 
        Fix for new gnonlin api
5535
 
 
5536
 
2005-12-07  Edward Hervey  <edward@fluendo.com>
5537
 
 
5538
 
        * pitivi/utils.py:
5539
 
        whoops, forgot to add a file to the repository :)
5540
 
 
5541
 
2005-12-05  Edward Hervey  <edward@fluendo.com>
5542
 
 
5543
 
        * configure.ac:
5544
 
        Whoops, also use gst-python oh ten oh
5545
 
 
5546
 
2005-12-02  Edward Hervey  <edward@fluendo.com>
5547
 
 
5548
 
        * bin/pitivi.in:
5549
 
        * configure.ac:
5550
 
        Preparation for oh ten oh
5551
 
        Update dependency on (py)gtk to 2.8.0
5552
 
        * pitivi/bin.py:
5553
 
        * pitivi/discoverer.py:
5554
 
        * pitivi/objectfactory.py:
5555
 
        * pitivi/pitivi.py:
5556
 
        * pitivi/playground.py:
5557
 
        * pitivi/project.py:
5558
 
        * pitivi/settings.py:
5559
 
        * pitivi/sourcelist.py:
5560
 
        * pitivi/timeline.py:
5561
 
        * pitivi/ui/exportsettingswidget.py:
5562
 
        * pitivi/ui/glade.py:
5563
 
        * pitivi/ui/gstwidget.py:
5564
 
        * pitivi/ui/mainwindow.py:
5565
 
        * pitivi/ui/sourcefactories.py:
5566
 
        * pitivi/ui/timeline.py:
5567
 
        * pitivi/ui/timelineobjects.py:
5568
 
        * pitivi/ui/viewer.py:
5569
 
        Remove pygtk 2.8 deprecated object registration
5570
 
 
5571
 
2005-12-01  Edward Hervey  <edward@fluendo.com>
5572
 
 
5573
 
        Misc updates for new gnonlin start/duration scheme
5574
 
        (and no longer start/stop)
5575
 
 
5576
 
        * pitivi/bin.py:
5577
 
        * pitivi/discoverer.py:
5578
 
        Fixes for better non-media-file detection
5579
 
        * pitivi/objectfactory.py:
5580
 
        * pitivi/timeline.py:
5581
 
        * pitivi/ui/timelineobjects.py:
5582
 
        * pitivi/ui/viewer.py:
5583
 
        Show proper timeline duration/status
5584
 
        * pitivi/utils.py:
5585
 
        New utility file, will have to add more of the common utility
5586
 
        functions in there.
5587
 
 
5588
 
2005-11-26  Edward Hervey  <edward@fluendo.com>
5589
 
 
5590
 
        * pitivi/bin.py:
5591
 
        sinesrc is dead, long live sinesrc
5592
 
 
5593
 
2005-11-18  Edward Hervey  <edward@fluendo.com>
5594
 
 
5595
 
        * autogen.sh:
5596
 
        * configure.ac:
5597
 
        Switch to using gstreamer common
5598
 
        * pitivi/bin.py:
5599
 
        Dynamic pad handling for SmartFileSource and SmartTimelineBin
5600
 
        * pitivi/discoverer.py:
5601
 
        First pre-roll, then discover properties, then set to play to get
5602
 
        then thumbnail.
5603
 
        Oh, and do that while removing half the codelines :)
5604
 
        * pitivi/objectfactory.py:
5605
 
        Properly remove (ghost)pads
5606
 
        * pitivi/playground.py:
5607
 
        Much saner pipeline switching
5608
 
         _ Set pipelines to READY, switch sinks
5609
 
        * pitivi/timeline.py:
5610
 
        Timeline finally working. It needs a serious look to remove all the
5611
 
        0.8 bloated stuff.
5612
 
        * pitivi/ui/Makefile.am:
5613
 
        * pitivi/ui/plumber.py:
5614
 
        Added Plumber
5615
 
        * pitivi/ui/sourcefactories.py:
5616
 
        debug
5617
 
        * pitivi/ui/timeline.py:
5618
 
        re-enable simple timeline widget
5619
 
        * pitivi/ui/viewer.py:
5620
 
        Use Plumber for proper audio/video sink creation
5621
 
        Fix the flicker in video widget
5622
 
        Added Totem-like play/pause button
5623
 
        
5624
 
 
5625
 
2005-11-09  Edward Hervey  <edward@fluendo.com>
5626
 
 
5627
 
        * bin/pitivi.in:
5628
 
        Waow, how long has LIBDIR been gone for ??
5629
 
 
5630
 
2005-10-25  Edward Hervey  <edward@fluendo.com>
5631
 
 
5632
 
        * pitivi/ui/viewer.py:
5633
 
        * pitivi/bin.py:
5634
 
        * pitivi/objectfactory.py:
5635
 
        * pitivi/playground.py:
5636
 
        * pitivi/timeline.py:
5637
 
        * configure.ac: 
5638
 
        State change updates + better scrubbing
5639
 
        
5640
 
2005-10-01  Edward Hervey  <edward@fluendo.com>
5641
 
 
5642
 
        * pitivi/bin.py:
5643
 
        * pitivi/discoverer.py:
5644
 
        * pitivi/objectfactory.py:
5645
 
        * pitivi/playground.py:
5646
 
        * pitivi/settings.py:
5647
 
        * pitivi/timeline.py:
5648
 
        Update to make pitivi work with gst 0.9
5649
 
        Playground's global thread has gone and SmartBin's are now Pipelines
5650
 
        
5651
 
        * pitivi/ui/elementsettingsdialog.glade:
5652
 
        * pitivi/ui/encodingdialog.glade:
5653
 
        * pitivi/ui/sourcefactories.py:
5654
 
        Make interface more HIG compliant
5655
 
        
5656
 
        * pitivi/ui/viewer.py:
5657
 
        Update to _create_sinkthreads() and _check_time() for gst 0.9
5658
 
 
5659
 
        Added debug logging a bit everywhere...
5660
 
 
5661
 
2005-09-22  Edward Hervey  <edward@fluendo.com>
5662
 
 
5663
 
        * pitivi/bin.py:
5664
 
        Updated to new state handling
5665
 
        * pitivi/discoverer.py:
5666
 
        Added debugging
5667
 
        * pitivi/playground.py:
5668
 
        Tss... we need a toplevel pipeline
5669
 
        Added debugging
5670
 
        * pitivi/ui/viewer.py:
5671
 
        Updated gconf magic to grab gstreamer 0.9 keys
5672
 
        Thread -> Bin
5673
 
        ghostpad modifications
5674
 
 
5675
 
2005-09-22  Edward Hervey  <edward@fluendo.com>
5676
 
 
5677
 
        * bin/pitivi.in:
5678
 
        Use gst-python 0.9
5679
 
        * pitivi/bin.py:
5680
 
        * pitivi/discoverer.py:
5681
 
        * pitivi/effects.py:
5682
 
        * pitivi/pitivi.py:
5683
 
        * pitivi/playground.py:
5684
 
        * pitivi/project.py:
5685
 
        * pitivi/settings.py:
5686
 
        * pitivi/sourcelist.py:
5687
 
        * pitivi/timeline.py:
5688
 
        * pitivi/ui/mainwindow.py:
5689
 
        * pitivi/ui/timeline.py:
5690
 
        * pitivi/ui/viewer.py:
5691
 
        Added some debugging output,
5692
 
        commented out gnonlin-specific parts of PiTiVi, which will have to be
5693
 
        removed once gnonlin is ported
5694
 
 
5695
 
2005-07-23  Edward Hervey  <edward@fluendo.com>
5696
 
 
5697
 
        On our way to a gstreamer 0.9 pitivi :)
5698
 
 
5699
 
        * configure.ac:
5700
 
        updated dependencies, removed compile-time dependency on gnonlin
5701
 
 
5702
 
2005-07-08  Edward Hervey  <edward@fluendo.com>
5703
 
 
5704
 
        * pitivi/configure.py.in: (pitivi_version):
5705
 
        * pitivi/ui/mainwindow.py:
5706
 
        Added configure.pitivi_version variable created at compilation so the
5707
 
        version number is coherent.
5708
 
 
5709
 
2005-07-05  Edward Hervey  <edward@fluendo.com>
5710
 
 
5711
 
        * bin/pitivi.in:
5712
 
        * configure.ac:
5713
 
        Use PYTHONDIR
5714
 
        
5715
 
        * pitivi/bin.py:
5716
 
        cleanup
5717
 
        
5718
 
        * pitivi/settings.py:
5719
 
        added __str__()
5720
 
        
5721
 
        * pitivi/ui/exportsettingswidget.py:
5722
 
        * pitivi/ui/viewer.py:
5723
 
        Reuse the project settings :)
5724
 
 
5725
 
2005-06-30  Edward Hervey  <edward@fluendo.com>
5726
 
 
5727
 
        * pitivi/ui/viewer.py: (PitiviViewer._create_sinkthreads): 
5728
 
        Audio and Video sinks are now selected by GConf GNome media selector
5729
 
        keys.
5730
 
 
5731
 
2005-06-28  Thomas Vander Stichele <thomas@apestaart.org>
5732
 
 
5733
 
        Reviewed by Edward Hervey <edward@fluendo.com>
5734
 
 
5735
 
        * Makefile.am:
5736
 
        * bin/pitivi.in:
5737
 
        * pitivi/Makefile.am:
5738
 
        * pitivi/ui/Makefile.am:
5739
 
        installation fixes
5740
 
 
5741
 
2005-06-24  Edward Hervey  <edward@fluendo.com>
5742
 
 
5743
 
        * configure.ac:
5744
 
        * RELEASE
5745
 
        0.1.10 release :)
5746
 
        
5747
 
2005-06-24  Edward Hervey  <edward@fluendo.com>
5748
 
 
5749
 
        * configure.ac:
5750
 
        0.1.9.2 pre-release !
5751
 
 
5752
 
        * pitivi/project.py:
5753
 
        * configure.ac:
5754
 
        * pitivi.spec.in:
5755
 
        Bumped required gnome-python version to 2.10.0
5756
 
        Now using gnomevfs instead of gnome.vfs
5757
 
 
5758
 
        * pitivi/ui/Makefile.am: (ui_PYTHON): 
5759
 
        typo
5760
 
 
5761
 
2005-06-23  Edward Hervey  <edward@fluendo.com>
5762
 
 
5763
 
        * pitivi/ui/Makefile.am:
5764
 
        * pitivi/Makefile.am:
5765
 
        Added new files to be installed
5766
 
 
5767
 
        * pitivi/ui/viewer.py: (EncodingDialog): 
5768
 
        * pitivi/ui/encodingdialog.glade:
5769
 
        Added settings in Encoding Dialog
5770
 
 
5771
 
        * pitivi/ui/viewer.py:
5772
 
        Added audioconvert in the Audio Sink Thread
5773
 
 
5774
 
        * pitivi/ui/projectsettings.py:
5775
 
        * pitivi/ui/projectsettings.glade:
5776
 
        * pitivi/ui/gstwidget.py:
5777
 
        * pitivi/ui/elementsettingsdialog.glade:
5778
 
        * pitivi/ui/exportsettingswidget.py:
5779
 
        * pitivi/ui/exportsettingswidget.glade:
5780
 
        Split up Settings Dialogs in smaller widgets
5781
 
 
5782
 
        * pitivi/ui/glade.py:
5783
 
        Wrapper for the run() dialog method
5784
 
 
5785
 
        * pitivi/bin.py:
5786
 
        SmartBin are no longer gst.Thread but gst.Bin
5787
 
        Added support for element properties in timeline encoding thread
5788
 
 
5789
 
        * pitivi/objectfactory.py: (FileSourceFactory):
5790
 
        Added support for 'pixel-aspect-ratio'
5791
 
 
5792
 
        * pitivi/playground.py:
5793
 
        Removed useless state_change()
5794
 
 
5795
 
        * pitivi/project.py:
5796
 
        * pitivi/settings.py:
5797
 
        Moved ProjectSettings to a more generic ExportSettings
5798
 
 
5799
 
        * pitivi/debug.py:
5800
 
        Debugging functions
5801
 
 
5802
 
2005-06-08  Edward Hervey  <bilboed@bilboed.com>
5803
 
 
5804
 
        * pitivi/discoverer.py: (Discoverer): 
5805
 
        Added 'ready' signal for end of discovery
5806
 
 
5807
 
2005-06-05  Jono Bacon <jonobacon@gmail.com>
5808
 
 
5809
 
        Reviewed by : Edward Hervey  <bilboed@bilboed.com>
5810
 
 
5811
 
        * pitivi/ui/mainwindow.py: (PitiviMainWindow.__init__): 
5812
 
        Maximize main window at startup
5813
 
 
5814
 
2005-06-03  Edward Hervey  <bilboed@bilboed.com>
5815
 
 
5816
 
        * pitivi/ui/projectsettings.glade: 
5817
 
        Translation
5818
 
 
5819
 
2005-06-03  Edward Hervey  <bilboed@bilboed.com>
5820
 
 
5821
 
        * pitivi/objectfactory.py: (FileSourceFactory.make_video_adapter_bin): 
5822
 
        filtered link between videobox and videoscale to avoid borkage...
5823
 
 
5824
 
2005-06-03  Jono Bacon <jonobacon@gmail.com>
5825
 
 
5826
 
        Reviewed by: Edward Hervey  <bilboed@bilboed.com>
5827
 
 
5828
 
        * pitivi/ui/mainwindow.py: (PitiviMainWindow.about_cb): 
5829
 
        Added about dialog
5830
 
 
5831
 
2005-05-09  Edward Hervey  <bilboed@bilboed.com>
 
9904
        * pitivi/ui/encodingdialog.glade:
 
9905
        * pitivi/ui/glade.py:
 
9906
        * pitivi/ui/mainwindow.py:
 
9907
        * pitivi/ui/projectsettings.glade:
 
9908
        * pitivi/ui/projectsettings.py:
 
9909
        * pitivi/ui/sourcefactories.py:
 
9910
        * pitivi/ui/timeline.py:
 
9911
        * pitivi/ui/viewer.py:
 
9912
          Added Project settings, rendering, bugfixes. Added autofoo madness
 
9913
 
 
9914
2005-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
5832
9915
 
5833
9916
        * docs/design/timeline.txt:
5834
 
        Design document for the timeline
5835
 
 
5836
 
2005-05-04  Edward Hervey  <bilboed@bilboed.com>
5837
 
 
5838
 
        * pitivi/discoverer.py:
5839
 
        (Discoverer._analyze): whooops, typo :(
5840
 
 
5841
 
2005-05-04  Edward Hervey  <bilboed@bilboed.com>
5842
 
 
5843
 
        * pitivi/ui/viewer.py: 
5844
 
        (PitiviViewer._create_sinkthreads): 
5845
 
        Use ximagesink if xvimagesink isn't available
5846
 
        Use osssink if alsasink isn't available
5847
 
        (PitiviViewer._create_gui): Added slider
5848
 
 
5849
 
        * pitivi/ui/sourcefactories.py: (SourceListWidget):
5850
 
        Switch to using ObjectFactory.get_pretty_info()
5851
 
 
5852
 
        * pitivi/playground.py: (PlayGround.play_temporary_filesourcefactory): 
5853
 
        Don't create a new SmartFileBin of the given factory if that factory
5854
 
        is already being played
5855
 
 
5856
 
        * pitivi/objectfactory.py: (ObjectFactory.get_pretty_info): 
5857
 
        Added method to get a prettyfied information string
5858
 
 
5859
 
        * pitivi/discoverer.py:
5860
 
        Faster discovery of audio/video properties, and cleanup
5861
 
 
5862
 
        * pitivi/bin.py: (SmartBin.set_video_sink_thread):
5863
 
        Connect to video sink thread with proper filtered link
5864
 
 
5865
 
2005-05-03  Edward Hervey  <bilboed@bilboed.com>
5866
 
 
5867
 
        * pitivi/ui/viewer.py: (PitiviViewer._create_sinkthreads): 
5868
 
        revert to ximagesink if xvimagesink isn't available
5869
 
        revert to osssink if alsasink isn't available
5870
 
 
5871
 
2005-05-03  Edward Hervey  <bilboed@bilboed.com>
5872
 
 
5873
 
        * pitivi/bin.py: (SmartFileBin): 
5874
 
        * pitivi/discoverer.py: (Discoverer):
5875
 
        Cleanup and using caps[i] instead of caps.get_structure(i)
5876
 
 
5877
 
2005-05-02  Edward Hervey  <bilboed@bilboed.com>
5878
 
 
5879
 
        * __init__.py:
5880
 
        * bin/pitivi.in:
5881
 
        * pitivi/__init__.py:
5882
9917
        * pitivi/bin.py:
5883
9918
        * pitivi/discoverer.py:
5884
 
        * pitivi/dnd.py:
 
9919
        * pitivi/effects.py:
5885
9920
        * pitivi/objectfactory.py:
5886
 
        * pitivi/pitivi.py:
5887
9921
        * pitivi/playground.py:
5888
9922
        * pitivi/project.py:
5889
9923
        * pitivi/sourcelist.py:
5890
 
        * pitivi/pixmaps/pitivi-file.png:
5891
 
        * pitivi/pixmaps/pitivi-sound.png:
5892
 
        * pitivi/pixmaps/pitivi-video.png:
5893
 
        * pitivi/ui/__init__.py:
5894
 
        * pitivi/ui/actions.xml:
5895
 
        * pitivi/ui/mainwindow.py:
 
9924
        * pitivi/timeline.py:
5896
9925
        * pitivi/ui/sourcefactories.py:
5897
 
        * pitivi/ui/sourcelist.py:
5898
9926
        * pitivi/ui/timeline.py:
 
9927
        * pitivi/ui/timelineobjects.py:
5899
9928
        * pitivi/ui/viewer.py:
5900
 
        Initial python version commit
5901
 
 
5902
 
2005-05-02  Edward Hervey  <bilboed@bilboed.com>
5903
 
 
5904
 
        * NEWS: indicated switch to python version
5905
 
 
5906
 
        * AUTHORS: updated
5907
 
 
5908
 
2005-05-02  Edward Hervey  <bilboed@bilboed.com>
5909
 
 
5910
 
        Switch to python version. C/GObject version is discontinued, but still
5911
 
        available in the PITIVI_C_IS_DEAD branch on cvs
5912
 
        
5913
 
2005-01-20 12:22  bilboed
5914
 
 
5915
 
        * src/pitivi-globalbin.c: PitiviGlobalBin : disabling EOS, let
5916
 
          gstreamer do it normally...
5917
 
 
5918
 
2005-01-17 15:54  bilboed
5919
 
 
5920
 
        * src/pitivi-newprojectwindow.c: NewProjectWindow: applied patch
5921
 
          for NULL-terminated vector from Alexander Bostr�m (oddityfds)
5922
 
 
5923
 
2005-01-17 15:51  bilboed
5924
 
 
5925
 
        * src/: pitivi-checkbox.c, pitivi-controller.c, pitivi-cursor.h,
5926
 
          pitivi-debug.c, pitivi-effectswindow.c,
5927
 
          pitivi-effectswindowproperties.c, pitivi-encodewindow.c,
5928
 
          pitivi-globalbin.c, pitivi-gstelementsettings.c,
5929
 
          pitivi-lplayerwindow.c, pitivi-mainapp.c,
5930
 
          pitivi-newprojectwindow.c, pitivi-progressbar.c,
5931
 
          pitivi-project.c, pitivi-projectsettings.c,
5932
 
          pitivi-projectsourcelist.c, pitivi-ruler.c, pitivi-settings.c,
5933
 
          pitivi-settingswindow.c, pitivi-sourcefile.c,
5934
 
          pitivi-sourcefilebin.c, pitivi-sourcelistwindow.c,
5935
 
          pitivi-timelinebin.c, pitivi-timelinebin.h,
5936
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
5937
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
5938
 
          pitivi-toolbox.c, pitivi-viewerwindow.c: src/: Applied static
5939
 
          flag to needed functions and commented functions that aren't used
5940
 
 
5941
 
2005-01-17 12:18  bilboed
5942
 
 
5943
 
        * src/pitivi-timelinemedia.c: PitiviTimelineMedia : properties
5944
 
          dialog box didn't show and hanged application, fixed
5945
 
 
5946
 
2005-01-14 15:54  bilboed
5947
 
 
5948
 
        * gnl/: gnlcomposition.c, gnlobject.c, gnlsource.c: GnlSource :
5949
 
          corrected out-of-limits buffer dropage/EOS, faster chainfunction;
5950
 
          GnlObject : commented object<=>media time conversion functions
5951
 
 
5952
 
2005-01-14 15:47  bilboed
5953
 
 
5954
 
        * src/pitivi-globalbin.c: Increase audio/video queues size in
5955
 
          PitiviGlobalBin
5956
 
 
5957
 
2005-01-14 15:47  bilboed
5958
 
 
5959
 
        * src/pitivi-timelinecellrenderer.c: Forgot to adjust stop time for
5960
 
          linked element in cut
5961
 
 
5962
 
2005-01-14 00:03  bilboed
5963
 
 
5964
 
        * src/pitivi-effectswindowproperties.c: applyed patch for
5965
 
          gcc-2.95.4 from kwm
5966
 
 
5967
 
2005-01-13 18:24  bilboed
5968
 
 
5969
 
        * configure.ac: bumping up to v0.1.1.3
5970
 
 
5971
 
2005-01-13 18:07  bilboed
5972
 
 
5973
 
        * src/pitivi-newprojectwindow.c: NewProjectWindow : better category
5974
 
          frame adjustment
5975
 
 
5976
 
2005-01-13 17:59  bilboed
5977
 
 
5978
 
        * src/pitivi-newprojectwindow.c: PitiviNewProjectWindow : Moved
5979
 
          Category frame under left-side category tree
5980
 
 
5981
 
2005-01-13 17:30  bilboed
5982
 
 
5983
 
        * src/pitivi-sourcefile.c: PitiviSourceFile : got rid of a useless
5984
 
          gst_element_set_state()
5985
 
 
5986
 
2005-01-13 17:14  bilboed
5987
 
 
5988
 
        * docs/gnl/gnonlin-sections.txt, docs/gnl/tmpl/gnlobject.sgml,
5989
 
          gnl/gnlcomposition.c, gnl/gnlobject.c, gnl/gnlobject.h,
5990
 
          gnl/gnlsource.c: GnlObject: added media<=>object time conversion
5991
 
          functions; GnlSource: discards discont events that are before
5992
 
          seek_start
5993
 
 
5994
 
2005-01-12 18:13  bilboed
5995
 
 
5996
 
        * configure.ac: pumping up to v0.1.1.2
5997
 
 
5998
 
2005-01-12 18:09  bilboed
5999
 
 
6000
 
        * src/pitivi-sourcefilebin.c: protecting
6001
 
          gst_pad_set_active_recursive until gst>0.8.8 comes out
6002
 
 
6003
 
2005-01-12 18:00  bilboed
6004
 
 
6005
 
        * Makefile.am, configure.ac, pitivi.spec, pitivi.spec.in: better
6006
 
          pitivi.spec
6007
 
 
6008
 
2005-01-12 16:49  bilboed
6009
 
 
6010
 
        * src/pitivi-debug.c: debug category name is now PITIVI (capital
6011
 
          letters according to gst documentation)
6012
 
 
6013
 
2005-01-12 16:48  bilboed
6014
 
 
6015
 
        * gnl/: gnlcomposition.c, gnlsource.c, gnltimeline.c:
6016
 
          GST_EVENT_DISCONTINUOUS is now handled; GnlTimelineTimer now
6017
 
          resets in GST_STATE_PAUSED_TO_READY
6018
 
 
6019
 
2005-01-11 18:08  bilboed
6020
 
 
6021
 
        * src/: pitivi-sourcefile.c, pitivi-sourcefilebin.c:
6022
 
          PitiviSourceFile : faster thumbnailing; PitiviSourceFileBin:
6023
 
          correct de-activation of non-used decoders/pads
6024
 
 
6025
 
2005-01-11 01:01  bilboed
6026
 
 
6027
 
        * src/pitivi-sourcefile.c: use ffmpegcolorspace instead of
6028
 
          ffcolorspace, since the second is not available if gst-ffmpeg is
6029
 
          not installed
6030
 
 
6031
 
2005-01-10 19:01  bilboed
6032
 
 
6033
 
        * src/: pitivi-projectsettingswidget.c,
6034
 
          pitivi-projectsettingswindow.c, pitivi-sourcefilebin.c:
6035
 
          ProjectSettingsWidget : cleanup; ProjectSettingsWindow : really
6036
 
          apply changes; PitiviSourceFileBin : static flags, cleanup,
6037
 
          included gst_pad_set_active_recursive(), doesn't use fakesinks
6038
 
          anymore
6039
 
 
6040
 
2005-01-09 22:55  nemoglobine
6041
 
 
6042
 
        * src/: pitivi-gstelementsettings.c, pitivi-settings.c,
6043
 
          pitivi-settings.h: integration de la copy de la struct io
6044
 
 
6045
 
2005-01-07 18:17  bilboed
6046
 
 
6047
 
        * src/: pitivi-newprojectwindow.c, pitivi-projectsettings.c,
6048
 
          pitivi-projectsettings.h, pitivi-projectsettingswidget.c,
6049
 
          pitivi-projectsettingswidget.h, pitivi-projectsettingswindow.c:
6050
 
          PitiviProjectSettingsWidget can now import/export project
6051
 
          settings
6052
 
 
6053
 
2005-01-07 16:12  bilboed
6054
 
 
6055
 
        * src/pitivi-sourcelistwindow.c: Safer way to get the basename of a
6056
 
          filepath
6057
 
 
6058
 
2005-01-06 19:04  bilboed
6059
 
 
6060
 
        * src/: pitivi-projectsettings.c, pitivi-projectsettings.h,
6061
 
          pitivi-projectsettingswidget.c, pitivi-projectsettingswidget.h,
6062
 
          pitivi-projectsettingswindow.c: Added conversion functions for
6063
 
          PitiviSettingsIoElement, Added codec configuration window in
6064
 
          PitiviProjectSettingsWidget
6065
 
 
6066
 
2005-01-06 17:41  cracoucas42
6067
 
 
6068
 
        * src/pitivi-effectswindowproperties.c: Application des preferences
6069
 
          des effets...
6070
 
 
6071
 
2005-01-06 14:17  bilboed
6072
 
 
6073
 
        * src/: pitivi-projectsettings.c, pitivi-projectsettings.h,
6074
 
          pitivi-projectsettingswidget.c, pitivi-settings.h,
6075
 
          pitivi-types.h: Added PitiviSettingsIoElement <=>
6076
 
          PitiviSettingsValue conversion fonctions
6077
 
 
6078
 
2005-01-05 17:29  bilboed
6079
 
 
6080
 
        * src/: pitivi-projectsettings.c, pitivi-projectsettings.h,
6081
 
          pitivi-projectsettingswidget.c, pitivi-projectsettingswidget.h:
 
9929
          past week's work, haven't got time for Changelog
 
9930
 
 
9931
2005-05-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
9932
 
 
9933
          * docs/design/timeline.txt: Design document for the timeline
 
9934
 
 
9935
2005-05-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
9936
 
 
9937
          * pitivi/discoverer.py: (Discoverer._analyze): whooops, typo :(
 
9938
 
 
9939
2005-05-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
9940
 
 
9941
          * pitivi/ui/viewer.py: (PitiviViewer._create_sinkthreads): Use ximagesink if xvimagesink isn't available Use osssink if alsasink isn't available (PitiviViewer._create_gui): Added slider * pitivi/ui/sourcefactories.py: (SourceListWidget): Switch to using ObjectFactory.get_pretty_info() * pitivi/playground.py: (PlayGround.play_temporary_filesourcefactory): Don't create a new SmartFileBin of the given factory if that factory is already being played * pitivi/objectfactory.py: (ObjectFactory.get_pretty_info): Added method to get a prettyfied information string * pitivi/discoverer.py: Faster discovery of audio/video properties, and cleanup * pitivi/bin.py: (SmartBin.set_video_sink_thread): Connect to video sink thread with proper filtered link
 
9942
 
 
9943
2005-05-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
9944
 
 
9945
          * pitivi/ui/viewer.py: (PitiviViewer._create_sinkthreads): revert to ximagesink if xvimagesink isn't available revert to osssink if alsasink isn't available
 
9946
 
 
9947
2005-05-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
9948
 
 
9949
          * pitivi/bin.py: (SmartFileBin): * pitivi/discoverer.py: (Discoverer): Cleanup and using caps[i] instead of caps.get_structure(i)
 
9950
 
 
9951
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
9952
 
 
9953
          * __init__.py: * bin/pitivi.in: * pitivi/__init__.py: * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/dnd.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/playground.py: * pitivi/project.py: * pitivi/sourcelist.py: * pitivi/pixmaps/pitivi-file.png: * pitivi/pixmaps/pitivi-sound.png: * pitivi/pixmaps/pitivi-video.png: * pitivi/ui/__init__.py: * pitivi/ui/actions.xml: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/sourcelist.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Initial python version commit
 
9954
 
 
9955
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
9956
 
 
9957
          * NEWS: indicated switch to python version * AUTHORS: updated
 
9958
 
 
9959
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
9960
 
 
9961
        * AUTHORS:
 
9962
        * COPYING:
 
9963
        * INSTALL:
 
9964
        * NORME:
 
9965
        * README:
 
9966
        * TODO:
 
9967
        * autogen.sh:
 
9968
        * configure.ac:
 
9969
          finished cleaning up
 
9970
 
 
9971
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
9972
 
 
9973
        * pixmaps/Makefile.am:
 
9974
        * pixmaps/backward.xpm:
 
9975
        * pixmaps/bg.xpm:
 
9976
        * pixmaps/bg_audio.xpm:
 
9977
        * pixmaps/bg_effects.xpm:
 
9978
        * pixmaps/bg_trans.xpm:
 
9979
        * pixmaps/bg_video.xpm:
 
9980
        * pixmaps/blank.xpm:
 
9981
        * pixmaps/forward.xpm:
 
9982
        * pixmaps/pause.xpm:
 
9983
        * pixmaps/pitivi-48.png:
 
9984
        * pixmaps/pitivi-cut.png:
 
9985
        * pixmaps/pitivi-ddl_resize.png:
 
9986
        * pixmaps/pitivi-ddr_resize.png:
 
9987
        * pixmaps/pitivi-dtl_resize.png:
 
9988
        * pixmaps/pitivi-dtr_resize.png:
 
9989
        * pixmaps/pitivi-effects-category-open.png:
 
9990
        * pixmaps/pitivi-effects-category.png:
 
9991
        * pixmaps/pitivi-effects-sound.png:
 
9992
        * pixmaps/pitivi-effects-soundtv.png:
 
9993
        * pixmaps/pitivi-effects-tv.png:
 
9994
        * pixmaps/pitivi-hand.png:
 
9995
        * pixmaps/pitivi-logo-small.png:
 
9996
        * pixmaps/pitivi-logo-splash.png:
 
9997
        * pixmaps/pitivi-new-sample.png:
 
9998
        * pixmaps/pitivi-newproject.png:
 
9999
        * pixmaps/pitivi-pointer.png:
 
10000
        * pixmaps/pitivi-resize.png:
 
10001
        * pixmaps/pitivi-select-all.png:
 
10002
        * pixmaps/pitivi-select-none.png:
 
10003
        * pixmaps/pitivi-selection-grow.png:
 
10004
        * pixmaps/pitivi-selection-shrink.png:
 
10005
        * pixmaps/pitivi-stock-h-resize.png:
 
10006
        * pixmaps/pitivi-stock-v-resize.png:
 
10007
        * pixmaps/pitivi-tools.png:
 
10008
        * pixmaps/pitivi-viewer-next.png:
 
10009
        * pixmaps/pitivi-viewer-pause.png:
 
10010
        * pixmaps/pitivi-viewer-play.png:
 
10011
        * pixmaps/pitivi-viewer-previous.png:
 
10012
        * pixmaps/pitivi-viewer-record.png:
 
10013
        * pixmaps/pitivi-viewer-stop.png:
 
10014
        * pixmaps/pitivi-viewer-volume-max.png:
 
10015
        * pixmaps/pitivi-viewer-volume-medium.png:
 
10016
        * pixmaps/pitivi-viewer-volume-min.png:
 
10017
        * pixmaps/pitivi-viewer-volume-zero.png:
 
10018
        * pixmaps/pitivi-viewer-volume.png:
 
10019
        * pixmaps/pitivi-zoom.png:
 
10020
        * pixmaps/pitivi.png:
 
10021
        * pixmaps/pitivi.xpm:
 
10022
        * pixmaps/pitivi_BPWS_effect.png:
 
10023
        * pixmaps/pitivi_IIr_effect.png:
 
10024
        * pixmaps/pitivi_LPWS_effect.png:
 
10025
        * pixmaps/pitivi_RevTV_effect.png:
 
10026
        * pixmaps/pitivi_adjust_effect.png:
 
10027
        * pixmaps/pitivi_agingTV_effect.png:
 
10028
        * pixmaps/pitivi_alpha_color_effect.png:
 
10029
        * pixmaps/pitivi_alpha_effect.png:
 
10030
        * pixmaps/pitivi_audio_rate_effect.png:
 
10031
        * pixmaps/pitivi_balance_effect.png:
 
10032
        * pixmaps/pitivi_box_effect.png:
 
10033
        * pixmaps/pitivi_crop_effect.png:
 
10034
        * pixmaps/pitivi_deinterlace_effect.png:
 
10035
        * pixmaps/pitivi_diceTV_effect.png:
 
10036
        * pixmaps/pitivi_edgeTV_effect.png:
 
10037
        * pixmaps/pitivi_envelope_volume_effect.png:
 
10038
        * pixmaps/pitivi_flipper_effect.png:
 
10039
        * pixmaps/pitivi_frame_effect.png:
 
10040
        * pixmaps/pitivi_gamma_effect.png:
 
10041
        * pixmaps/pitivi_median_effect.png:
 
10042
        * pixmaps/pitivi_pass_effect.png:
 
10043
        * pixmaps/pitivi_quarkTV_effect.png:
 
10044
        * pixmaps/pitivi_quark_effect.png:
 
10045
        * pixmaps/pitivi_rate_effect.png:
 
10046
        * pixmaps/pitivi_scaler_effect.png:
 
10047
        * pixmaps/pitivi_shagadelicTV_effect.png:
 
10048
        * pixmaps/pitivi_smooth_effect.png:
 
10049
        * pixmaps/pitivi_speed_effect.png:
 
10050
        * pixmaps/pitivi_stereo_effect.png:
 
10051
        * pixmaps/pitivi_synthetiser_effect.png:
 
10052
        * pixmaps/pitivi_vertigoTV_effect.png:
 
10053
        * pixmaps/pitivi_volume_effect.png:
 
10054
        * pixmaps/pitivi_warpTV_effect.png:
 
10055
        * pixmaps/play.xpm:
 
10056
        * pixmaps/smpte-failed.png:
 
10057
        * pixmaps/smpte1.png:
 
10058
        * pixmaps/smpte101.png:
 
10059
        * pixmaps/smpte102.png:
 
10060
        * pixmaps/smpte103.png:
 
10061
        * pixmaps/smpte104.png:
 
10062
        * pixmaps/smpte105.png:
 
10063
        * pixmaps/smpte106.png:
 
10064
        * pixmaps/smpte107.png:
 
10065
        * pixmaps/smpte108.png:
 
10066
        * pixmaps/smpte109.png:
 
10067
        * pixmaps/smpte110.png:
 
10068
        * pixmaps/smpte111.png:
 
10069
        * pixmaps/smpte112.png:
 
10070
        * pixmaps/smpte113.png:
 
10071
        * pixmaps/smpte114.png:
 
10072
        * pixmaps/smpte119.png:
 
10073
        * pixmaps/smpte120.png:
 
10074
        * pixmaps/smpte121.png:
 
10075
        * pixmaps/smpte122.png:
 
10076
        * pixmaps/smpte123.png:
 
10077
        * pixmaps/smpte124.png:
 
10078
        * pixmaps/smpte125.png:
 
10079
        * pixmaps/smpte127.png:
 
10080
        * pixmaps/smpte128.png:
 
10081
        * pixmaps/smpte129.png:
 
10082
        * pixmaps/smpte130.png:
 
10083
        * pixmaps/smpte131.png:
 
10084
        * pixmaps/smpte2.png:
 
10085
        * pixmaps/smpte201.png:
 
10086
        * pixmaps/smpte202.png:
 
10087
        * pixmaps/smpte203.png:
 
10088
        * pixmaps/smpte204.png:
 
10089
        * pixmaps/smpte205.png:
 
10090
        * pixmaps/smpte206.png:
 
10091
        * pixmaps/smpte207.png:
 
10092
        * pixmaps/smpte21.png:
 
10093
        * pixmaps/smpte211.png:
 
10094
        * pixmaps/smpte212.png:
 
10095
        * pixmaps/smpte213.png:
 
10096
        * pixmaps/smpte214.png:
 
10097
        * pixmaps/smpte22.png:
 
10098
        * pixmaps/smpte221.png:
 
10099
        * pixmaps/smpte222.png:
 
10100
        * pixmaps/smpte223.png:
 
10101
        * pixmaps/smpte224.png:
 
10102
        * pixmaps/smpte225.png:
 
10103
        * pixmaps/smpte226.png:
 
10104
        * pixmaps/smpte227.png:
 
10105
        * pixmaps/smpte228.png:
 
10106
        * pixmaps/smpte23.png:
 
10107
        * pixmaps/smpte231.png:
 
10108
        * pixmaps/smpte232.png:
 
10109
        * pixmaps/smpte233.png:
 
10110
        * pixmaps/smpte234.png:
 
10111
        * pixmaps/smpte235.png:
 
10112
        * pixmaps/smpte236.png:
 
10113
        * pixmaps/smpte24.png:
 
10114
        * pixmaps/smpte241.png:
 
10115
        * pixmaps/smpte242.png:
 
10116
        * pixmaps/smpte243.png:
 
10117
        * pixmaps/smpte244.png:
 
10118
        * pixmaps/smpte245.png:
 
10119
        * pixmaps/smpte246.png:
 
10120
        * pixmaps/smpte25.png:
 
10121
        * pixmaps/smpte251.png:
 
10122
        * pixmaps/smpte252.png:
 
10123
        * pixmaps/smpte253.png:
 
10124
        * pixmaps/smpte254.png:
 
10125
        * pixmaps/smpte26.png:
 
10126
        * pixmaps/smpte261.png:
 
10127
        * pixmaps/smpte262.png:
 
10128
        * pixmaps/smpte263.png:
 
10129
        * pixmaps/smpte264.png:
 
10130
        * pixmaps/smpte3.png:
 
10131
        * pixmaps/smpte301.png:
 
10132
        * pixmaps/smpte302.png:
 
10133
        * pixmaps/smpte303.png:
 
10134
        * pixmaps/smpte304.png:
 
10135
        * pixmaps/smpte305.png:
 
10136
        * pixmaps/smpte306.png:
 
10137
        * pixmaps/smpte310.png:
 
10138
        * pixmaps/smpte311.png:
 
10139
        * pixmaps/smpte312.png:
 
10140
        * pixmaps/smpte313.png:
 
10141
        * pixmaps/smpte314.png:
 
10142
        * pixmaps/smpte315.png:
 
10143
        * pixmaps/smpte316.png:
 
10144
        * pixmaps/smpte317.png:
 
10145
        * pixmaps/smpte320.png:
 
10146
        * pixmaps/smpte321.png:
 
10147
        * pixmaps/smpte322.png:
 
10148
        * pixmaps/smpte323.png:
 
10149
        * pixmaps/smpte324.png:
 
10150
        * pixmaps/smpte325.png:
 
10151
        * pixmaps/smpte326.png:
 
10152
        * pixmaps/smpte327.png:
 
10153
        * pixmaps/smpte328.png:
 
10154
        * pixmaps/smpte329.png:
 
10155
        * pixmaps/smpte340.png:
 
10156
        * pixmaps/smpte341.png:
 
10157
        * pixmaps/smpte342.png:
 
10158
        * pixmaps/smpte343.png:
 
10159
        * pixmaps/smpte344.png:
 
10160
        * pixmaps/smpte345.png:
 
10161
        * pixmaps/smpte350.png:
 
10162
        * pixmaps/smpte351.png:
 
10163
        * pixmaps/smpte352.png:
 
10164
        * pixmaps/smpte353.png:
 
10165
        * pixmaps/smpte4.png:
 
10166
        * pixmaps/smpte41.png:
 
10167
        * pixmaps/smpte42.png:
 
10168
        * pixmaps/smpte43.png:
 
10169
        * pixmaps/smpte44.png:
 
10170
        * pixmaps/smpte45.png:
 
10171
        * pixmaps/smpte46.png:
 
10172
        * pixmaps/smpte47.png:
 
10173
        * pixmaps/smpte48.png:
 
10174
        * pixmaps/smpte5.png:
 
10175
        * pixmaps/smpte6.png:
 
10176
        * pixmaps/smpte61.png:
 
10177
        * pixmaps/smpte62.png:
 
10178
        * pixmaps/smpte63.png:
 
10179
        * pixmaps/smpte64.png:
 
10180
        * pixmaps/smpte65.png:
 
10181
        * pixmaps/smpte66.png:
 
10182
        * pixmaps/smpte67.png:
 
10183
        * pixmaps/smpte68.png:
 
10184
        * pixmaps/smpte7.png:
 
10185
        * pixmaps/smpte71.png:
 
10186
        * pixmaps/smpte72.png:
 
10187
        * pixmaps/smpte73.png:
 
10188
        * pixmaps/smpte74.png:
 
10189
        * pixmaps/smpte8.png:
 
10190
        * pixmaps/stop.xpm:
 
10191
        * pixmaps/volume.xpm:
 
10192
          removing pixmaps/
 
10193
 
 
10194
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10195
 
 
10196
        * docs/CLASSES:
 
10197
        * docs/Makefile.am:
 
10198
        * docs/make_filter:
 
10199
        * docs/pitivi-classes:
 
10200
        * docs/pitivi-classtemplate.c:
 
10201
        * docs/pitivi-classtemplate.h:
 
10202
        * docs/pitivi-template.c:
 
10203
        * docs/pitivi-template.h:
 
10204
          removing docs/*
 
10205
 
 
10206
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10207
 
 
10208
        * gnl/Makefile.am:
 
10209
        * gnl/gnl.c:
 
10210
        * gnl/gnl.h:
 
10211
        * gnl/gnlcomposition.c:
 
10212
        * gnl/gnlcomposition.h:
 
10213
        * gnl/gnlelements.c:
 
10214
        * gnl/gnlgroup.c:
 
10215
        * gnl/gnlgroup.h:
 
10216
        * gnl/gnlmarshal.c:
 
10217
        * gnl/gnlmarshal.h:
 
10218
        * gnl/gnlmarshal.list:
 
10219
        * gnl/gnlobject.c:
 
10220
        * gnl/gnlobject.h:
 
10221
        * gnl/gnloperation.c:
 
10222
        * gnl/gnloperation.h:
 
10223
        * gnl/gnlsource.c:
 
10224
        * gnl/gnlsource.h:
 
10225
        * gnl/gnltimeline.c:
 
10226
        * gnl/gnltimeline.h:
 
10227
        * gnl/gnltypes.h:
 
10228
        * gnl/gnlversion.h:
 
10229
          removing gnl/
 
10230
 
 
10231
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10232
 
 
10233
        * docs/gnl/Makefile.am:
 
10234
        * docs/gnl/gnonlin-docs.sgml:
 
10235
        * docs/gnl/gnonlin-sections.txt:
 
10236
        * docs/gnl/gnonlin.types:
 
10237
        * docs/gnl/tmpl/gnl.sgml:
 
10238
        * docs/gnl/tmpl/gnlcomposition.sgml:
 
10239
        * docs/gnl/tmpl/gnlgroup.sgml:
 
10240
        * docs/gnl/tmpl/gnlmarshal.sgml:
 
10241
        * docs/gnl/tmpl/gnlobject.sgml:
 
10242
        * docs/gnl/tmpl/gnloperation.sgml:
 
10243
        * docs/gnl/tmpl/gnlsource.sgml:
 
10244
        * docs/gnl/tmpl/gnltimeline.sgml:
 
10245
        * docs/gnl/tmpl/gnlversion.sgml:
 
10246
        * docs/gnl/tmpl/gnonlin-unused.sgml:
 
10247
          removing docs/gnl/
 
10248
 
 
10249
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10250
 
 
10251
        * conf/Makefile.am:
 
10252
        * conf/pitivi:
 
10253
          removing conf/
 
10254
 
 
10255
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10256
 
 
10257
        * common/ChangeLog:
 
10258
        * common/Makefile.am:
 
10259
        * common/as-libtool.mak:
 
10260
        * common/gettext.patch:
 
10261
        * common/glib-gen.mak:
 
10262
        * common/gst-autogen.sh:
 
10263
        * common/m4/.cvsignore:
 
10264
        * common/m4/Makefile.am:
 
10265
        * common/m4/README:
 
10266
        * common/m4/as-ac-expand.m4:
 
10267
        * common/m4/as-auto-alt.m4:
 
10268
        * common/m4/as-compiler-flag.m4:
 
10269
        * common/m4/as-compiler.m4:
 
10270
        * common/m4/as-docbook.m4:
 
10271
        * common/m4/as-libtool.m4:
 
10272
        * common/m4/as-python.m4:
 
10273
        * common/m4/as-scrub-include.m4:
 
10274
        * common/m4/as-version.m4:
 
10275
        * common/m4/ax_create_stdint_h.m4:
 
10276
        * common/m4/glib-gettext.m4:
 
10277
        * common/m4/gst-arch.m4:
 
10278
        * common/m4/gst-debuginfo.m4:
 
10279
        * common/m4/gst-doc.m4:
 
10280
        * common/m4/gst-feature.m4:
 
10281
        * common/m4/gst-function.m4:
 
10282
        * common/m4/gst-glib2.m4:
 
10283
        * common/m4/gst-gstreamer.m4:
 
10284
        * common/m4/gst-libxml2.m4:
 
10285
        * common/m4/gst-makecontext.m4:
 
10286
        * common/m4/gst-mcsc.m4:
 
10287
        * common/m4/pkg.m4:
 
10288
          removing common/
 
10289
 
 
10290
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10291
 
 
10292
        * src/Makefile.am:
 
10293
        * src/main.c:
 
10294
        * src/pitivi-controller.c:
 
10295
        * src/pitivi-controller.h:
 
10296
        * src/pitivi-cursor.h:
 
10297
        * src/pitivi-cursorbits.h:
 
10298
        * src/pitivi-debug.c:
 
10299
        * src/pitivi-debug.h:
 
10300
        * src/pitivi-dragdrop.h:
 
10301
        * src/pitivi-drawing.c:
 
10302
        * src/pitivi-drawing.h:
 
10303
        * src/pitivi-effects_cat.h:
 
10304
        * src/pitivi-effectswindow.c:
 
10305
        * src/pitivi-effectswindow.h:
 
10306
        * src/pitivi-effectswindowproperties.c:
 
10307
        * src/pitivi-effectswindowproperties.h:
 
10308
        * src/pitivi-encodewindow.c:
 
10309
        * src/pitivi-encodewindow.h:
 
10310
        * src/pitivi-file-utils.c:
 
10311
        * src/pitivi-file-utils.h:
 
10312
        * src/pitivi-globalbin.c:
 
10313
        * src/pitivi-globalbin.h:
 
10314
        * src/pitivi-gstelementsettings.c:
 
10315
        * src/pitivi-gstelementsettings.h:
 
10316
        * src/pitivi-lplayerwindow.c:
 
10317
        * src/pitivi-lplayerwindow.h:
 
10318
        * src/pitivi-mainapp.c:
 
10319
        * src/pitivi-mainapp.h:
 
10320
        * src/pitivi-mediatrackinfo.c:
 
10321
        * src/pitivi-mediatrackinfo.h:
 
10322
        * src/pitivi-menu-actions.c:
 
10323
        * src/pitivi-menu-actions.h:
 
10324
        * src/pitivi-menu.c:
 
10325
        * src/pitivi-menu.h:
 
10326
        * src/pitivi-newprojectwindow.c:
 
10327
        * src/pitivi-newprojectwindow.h:
 
10328
        * src/pitivi-progressbar.c:
 
10329
        * src/pitivi-progressbar.h:
 
10330
        * src/pitivi-project.c:
 
10331
        * src/pitivi-project.h:
 
10332
        * src/pitivi-projectsettings.c:
 
10333
        * src/pitivi-projectsettings.h:
 
10334
        * src/pitivi-projectsettingswidget.c:
 
10335
        * src/pitivi-projectsettingswidget.h:
 
10336
        * src/pitivi-projectsettingswindow.c:
 
10337
        * src/pitivi-projectsettingswindow.h:
 
10338
        * src/pitivi-projectsourcelist.c:
 
10339
        * src/pitivi-projectsourcelist.h:
 
10340
        * src/pitivi-projectwindows.c:
 
10341
        * src/pitivi-projectwindows.h:
 
10342
        * src/pitivi-ruler.c:
 
10343
        * src/pitivi-ruler.h:
 
10344
        * src/pitivi-settings.c:
 
10345
        * src/pitivi-settings.h:
 
10346
        * src/pitivi-settingswindow.c:
 
10347
        * src/pitivi-settingswindow.h:
 
10348
        * src/pitivi-sourcefile.c:
 
10349
        * src/pitivi-sourcefile.h:
 
10350
        * src/pitivi-sourcefilebin.c:
 
10351
        * src/pitivi-sourcefilebin.h:
 
10352
        * src/pitivi-sourceitem.h:
 
10353
        * src/pitivi-sourcelistwindow.c:
 
10354
        * src/pitivi-sourcelistwindow.h:
 
10355
        * src/pitivi-splashscreenwindow.c:
 
10356
        * src/pitivi-splashscreenwindow.h:
 
10357
        * src/pitivi-stockicons.c:
 
10358
        * src/pitivi-stockicons.h:
 
10359
        * src/pitivi-timelinebin.c:
 
10360
        * src/pitivi-timelinebin.h:
 
10361
        * src/pitivi-timelinecellrenderer-moving.c:
 
10362
        * src/pitivi-timelinecellrenderer-resizing.c:
 
10363
        * src/pitivi-timelinecellrenderer-zooming.c:
 
10364
        * src/pitivi-timelinecellrenderer.c:
 
10365
        * src/pitivi-timelinecellrenderer.h:
 
10366
        * src/pitivi-timelinemedia.c:
 
10367
        * src/pitivi-timelinemedia.h:
 
10368
        * src/pitivi-timelinewindow.c:
 
10369
        * src/pitivi-timelinewindow.h:
 
10370
        * src/pitivi-toolbox.c:
 
10371
        * src/pitivi-toolbox.h:
 
10372
        * src/pitivi-trackenum.h:
 
10373
        * src/pitivi-types.h:
 
10374
        * src/pitivi-units.h:
 
10375
        * src/pitivi-viewerwindow.c:
 
10376
        * src/pitivi-viewerwindow.h:
 
10377
        * src/pitivi-windows.c:
 
10378
        * src/pitivi-windows.h:
 
10379
        * src/pitivi.h:
 
10380
          removing src/
 
10381
 
 
10382
2005-05-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
10383
 
 
10384
        * ui/Makefile.am:
 
10385
        * ui/main_menubar.xml:
 
10386
        * ui/pitivi-timeline.xml:
 
10387
        * ui/pitivi-toolbox.xml:
 
10388
          removing ui/
 
10389
 
 
10390
2005-02-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
10391
 
 
10392
        * src/pitivi-effectswindow.c:
 
10393
        * src/pitivi-effectswindowproperties.c:
 
10394
        * src/pitivi-sourcefile.c:
 
10395
        * src/pitivi-sourcefile.h:
 
10396
        * src/pitivi-sourcefilebin.c:
 
10397
        * src/pitivi-sourcefilebin.h:
 
10398
        * src/pitivi-sourcelistwindow.c:
 
10399
          Removing need for PitiviMainApp with PitiviSourceFile, only requires PitiviProject now
 
10400
 
 
10401
2005-02-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
10402
 
 
10403
        * gnl/gnltimeline.c:
 
10404
          GnlTimeline : don't seek back to 0 on PAUSED->PLAYING
 
10405
 
 
10406
2005-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10407
 
 
10408
        * src/pitivi-sourceitem.h:
 
10409
        * src/pitivi-timelinemedia.c:
 
10410
          PitivSourceItem : removing unused fields piste and isaudio
 
10411
 
 
10412
2005-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10413
 
 
10414
        * src/pitivi-controller.c:
 
10415
        * src/pitivi-effectswindow.c:
 
10416
        * src/pitivi-effectswindowproperties.c:
 
10417
        * src/pitivi-globalbin.c:
 
10418
        * src/pitivi-gstelementsettings.c:
 
10419
        * src/pitivi-newprojectwindow.c:
 
10420
        * src/pitivi-sourcefile.c:
 
10421
        * src/pitivi-sourcelistwindow.c:
 
10422
          Global : dispose/finalize cleanup
 
10423
 
 
10424
2005-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10425
 
 
10426
        * pixmaps/pitivi.xpm:
 
10427
          Adding pitivi.xpm pixmap
 
10428
 
 
10429
2005-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10430
 
 
10431
        * pixmaps/Makefile.am:
 
10432
          Updated pixmaps/Makefile.am for added/removed pixmaps
 
10433
 
 
10434
2005-02-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10435
 
 
10436
        * src/Makefile.am:
 
10437
        * src/pitivi-checkbox.c:
 
10438
        * src/pitivi-checkbox.h:
 
10439
        * src/pitivi-types.h:
 
10440
          Removing unused PitiviCheckBox class
 
10441
 
 
10442
2005-02-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10443
 
 
10444
        * src/pitivi-mainapp.c:
 
10445
        * src/pitivi-menu-actions.c:
 
10446
        * src/pitivi-newprojectwindow.h:
 
10447
        * src/pitivi-sourcefilebin.c:
 
10448
        * src/pitivi-stockicons.c:
 
10449
        * src/pitivi-stockicons.h:
 
10450
        * src/pitivi-viewerwindow.h:
 
10451
          Updated pixmaps to new logo
 
10452
 
 
10453
2005-02-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10454
 
 
10455
        * gnl/gnlcomposition.c:
 
10456
        * gnl/gnlsource.c:
 
10457
        * gnl/gnltimeline.c:
 
10458
          GnlComposition : correction for default source and check for element not unlinked; GnlSource : pre-rolling now with fakesink; GnlTimeline : Unlink composition from timer at EOS
 
10459
 
 
10460
2005-02-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10461
 
 
10462
        * pixmaps/logo-pitivi.png:
 
10463
        * pixmaps/pitivi-info.png:
 
10464
        * pixmaps/pitivi-logo-small.png:
 
10465
        * pixmaps/pitivi-logo-splash.png:
 
10466
        * pixmaps/pitivi-logo.png:
 
10467
        * pixmaps/pitivi-logo3.png:
 
10468
        * pixmaps/pitivi.png:
 
10469
          updated pixmaps to new logo
 
10470
 
 
10471
2005-02-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
10472
 
 
10473
        * docs/gnl/gnonlin-sections.txt:
 
10474
        * docs/gnl/tmpl/gnlcomposition.sgml:
 
10475
          updates for final presentation
 
10476
 
 
10477
2005-02-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
10478
 
 
10479
        * src/pitivi-globalbin.c:
 
10480
        * src/pitivi-mainapp.c:
 
10481
        * src/pitivi-newprojectwindow.c:
 
10482
        * src/pitivi-project.c:
 
10483
        * src/pitivi-project.h:
 
10484
        * src/pitivi-projectsettingswidget.h:
 
10485
        * src/pitivi-ruler.c:
 
10486
        * src/pitivi-settings.c:
 
10487
        * src/pitivi-settingswindow.c:
 
10488
        * src/pitivi-sourcefile.c:
 
10489
        * src/pitivi-sourcefilebin.c:
 
10490
        * src/pitivi-sourcelistwindow.c:
 
10491
        * src/pitivi-timelinebin.c:
 
10492
        * src/pitivi-timelinecellrenderer-zooming.c:
 
10493
        * src/pitivi-timelinecellrenderer.c:
 
10494
        * src/pitivi-timelinemedia.c:
 
10495
        * src/pitivi-timelinewindow.c:
 
10496
        * src/pitivi-viewerwindow.c:
 
10497
          Improvements up to final presentation
 
10498
 
 
10499
2005-02-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
10500
 
 
10501
        * gnl/gnlcomposition.c:
 
10502
        * gnl/gnlcomposition.h:
 
10503
        * gnl/gnlobject.c:
 
10504
        * gnl/gnlsource.c:
 
10505
        * gnl/gnltimeline.c:
 
10506
          Improvements up to final presentation
 
10507
 
 
10508
2005-02-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
10509
 
 
10510
        * src/pitivi-sourcefile.h:
 
10511
          forgot to upload the .h
 
10512
 
 
10513
2005-02-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
10514
 
 
10515
        * src/pitivi-sourcefile.c:
 
10516
        * src/pitivi-timelinemedia.c:
 
10517
          PitiviTimelineMedia, PitiviSourceFile : Smarter thumbnails handling
 
10518
 
 
10519
2005-02-08  Marc Delettrez <delett_m@epitech.net>
 
10520
 
 
10521
        * src/pitivi-timelinemedia.c:
 
10522
          bug fixed video thumbs
 
10523
 
 
10524
2005-02-05  Marc Delettrez <delett_m@epitech.net>
 
10525
 
 
10526
        * src/pitivi-gstelementsettings.c:
 
10527
          bug fixed gstelements gtkcombobox selection new
 
10528
 
 
10529
2005-02-05  Marc Delettrez <delett_m@epitech.net>
 
10530
 
 
10531
        * src/pitivi-gstelementsettings.c:
 
10532
          bug fixed gstelements gtkcombobox selection
 
10533
 
 
10534
2005-02-05  Marc Delettrez <delett_m@epitech.net>
 
10535
 
 
10536
        * src/pitivi-effectswindowproperties.c:
 
10537
        * src/pitivi-gstelementsettings.c:
 
10538
        * src/pitivi-gstelementsettings.h:
 
10539
        * src/pitivi-settingswindow.c:
 
10540
          gstelements properties scrollable
 
10541
 
 
10542
2005-01-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
10543
 
 
10544
        * src/pitivi-ruler.c:
 
10545
          PitiviRuler : proper gint64 marshal for seek signal
 
10546
 
 
10547
2005-01-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
10548
 
 
10549
        * src/pitivi-ruler.c:
 
10550
        * src/pitivi-ruler.h:
 
10551
        * src/pitivi-timelinewindow.c:
 
10552
          PitiviRuler, PitiviTimelineWindow : implementing seek in ruler
 
10553
 
 
10554
2005-01-27  Stephan Bloch <bloch_s@epitech.net>
 
10555
 
 
10556
        * src/pitivi-timelinemedia.c:
 
10557
          Dissociate/Associate functionality update, on right clic the media is selected, so we can use the properties of the menu which appear...
 
10558
 
 
10559
2005-01-27  Stephan Bloch <bloch_s@epitech.net>
 
10560
 
 
10561
        * src/pitivi-timelinecellrenderer-moving.c:
 
10562
        * src/pitivi-timelinemedia.c:
 
10563
        * src/pitivi-timelinemedia.h:
 
10564
          Dissociate/Associate functionality update, we can now associate and dissociate video and audio media...
 
10565
 
 
10566
2005-01-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
10567
 
 
10568
        * gnl/gnlsource.c:
 
10569
          GnlSource : chain function now not only discards unwanted buffers, but also resizes those at the border
 
10570
 
 
10571
2005-01-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
10572
 
 
10573
        * gnl/gnlsource.c:
 
10574
        * gnl/gnltimeline.c:
 
10575
        * src/pitivi-effectswindow.c:
 
10576
        * src/pitivi-sourcefile.c:
 
10577
        * src/pitivi-sourcefilebin.c:
 
10578
        * src/pitivi-sourcelistwindow.c:
 
10579
        * src/pitivi-timelinecellrenderer.c:
 
10580
        * src/pitivi-viewerwindow.c:
 
10581
          GnlSource,GnlTimelineTimer : handle GST_CLOCK_TIME_NONE ; PitiviEffectsWindow, PitiviSourceListWindow, PitiviTimelineCellRenderer, PitiviEffectsWindow : Drag and drop corrections/improvements ; PitiviSourceFile : get duration on audio-only sources
 
10582
 
 
10583
2005-01-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
10584
 
 
10585
        * gnl/gnlsource.c:
 
10586
        * src/pitivi-debug.c:
 
10587
        * src/pitivi-project.c:
 
10588
        * src/pitivi-projectsourcelist.c:
 
10589
        * src/pitivi-viewerwindow.c:
 
10590
          GnlSource : Faster Seek; PitiviDebug : Correct debug ; PitiviProject : Use threads only ; ProjectSourceList : debug ; ViewerWindow : No iteration anymore since we use threads
 
10591
 
 
10592
2005-01-24  Marc Delettrez <delett_m@epitech.net>
 
10593
 
 
10594
        * src/pitivi-effectswindowproperties.c:
 
10595
          effect or transition
 
10596
 
 
10597
2005-01-24  Stephan Bloch <bloch_s@epitech.net>
 
10598
 
 
10599
        * src/pitivi-mainapp.c:
 
10600
        * src/pitivi-newprojectwindow.c:
 
10601
          Ajout d'un test sur les plugins necessaires aux chargements, si ils sont manquants alors une fenetre apparait listant ceux qu ils manquent , l'application est ferme apres ca....
 
10602
 
 
10603
2005-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
10604
 
 
10605
        * src/pitivi-sourcefile.c:
 
10606
          PitiviSourceFile : "Effect" gobject_data for Transitions
 
10607
 
 
10608
2005-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
10609
 
 
10610
        * src/pitivi-globalbin.c:
 
10611
          PitiviGlobalBin : smaller queues
 
10612
 
 
10613
2005-01-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
10614
 
 
10615
        * src/pitivi-sourcefile.c:
 
10616
        * src/pitivi-sourcefile.h:
 
10617
          PitiviSourceFile : added istransition property
 
10618
 
 
10619
2005-01-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
10620
 
 
10621
        * configure.ac:
 
10622
          bumping up to 0.1.1.4
 
10623
 
 
10624
2005-01-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
10625
 
 
10626
        * src/pitivi-newprojectwindow.c:
 
10627
        * src/pitivi-viewerwindow.c:
 
10628
          NewProjectWindow : Added help text; ViewerWindow : don't refresh the timeline scale when moving it with the mouse
 
10629
 
 
10630
2005-01-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10631
 
 
10632
        * src/pitivi-globalbin.c:
 
10633
          PitiviGlobalBin : removed some comments
 
10634
 
 
10635
2005-01-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10636
 
 
10637
        * src/pitivi-viewerwindow.c:
 
10638
          PitiviViewerWindow : implemented graphical seek
 
10639
 
 
10640
2005-01-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10641
 
 
10642
        * src/pitivi-ruler.c:
 
10643
        * src/pitivi-ruler.h:
 
10644
        * src/pitivi-timelinewindow.c:
 
10645
          PitiviRuler, PitiviTimelineWindow : better refresh for ruler
 
10646
 
 
10647
2005-01-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10648
 
 
10649
        * src/pitivi-newprojectwindow.c:
 
10650
        * src/pitivi-settings.c:
 
10651
          NewProjectWindow : corrected layout, removed debug ; PitiviSettings : Corrected restoration from file
 
10652
 
 
10653
2005-01-20  Stephan Bloch <bloch_s@epitech.net>
 
10654
 
 
10655
        * src/pitivi-newprojectwindow.c:
 
10656
          Activation/Desactivation de la projectsettingwidget en fonction de la categorie selectionne
 
10657
 
 
10658
2005-01-20  Stephan Bloch <bloch_s@epitech.net>
 
10659
 
 
10660
        * src/pitivi-newprojectwindow.c:
 
10661
          integration de la projectsettingwidget dans newprojectwindow...
 
10662
 
 
10663
2005-01-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10664
 
 
10665
        * gnl/gnlcomposition.c:
 
10666
          GnlComposition : Bug if a source with higher priority is available before end of current source
 
10667
 
 
10668
2005-01-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10669
 
 
10670
        * ChangeLog:
 
10671
          Update changelog with cvs2cl.pl
 
10672
 
 
10673
2005-01-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
10674
 
 
10675
        * src/pitivi-globalbin.c:
 
10676
          PitiviGlobalBin : disabling EOS, let gstreamer do it normally...
 
10677
 
 
10678
2005-01-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
10679
 
 
10680
        * src/pitivi-newprojectwindow.c:
 
10681
          NewProjectWindow: applied patch for NULL-terminated vector from Alexander Boström (oddityfds)
 
10682
 
 
10683
2005-01-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
10684
 
 
10685
        * src/pitivi-checkbox.c:
 
10686
        * src/pitivi-controller.c:
 
10687
        * src/pitivi-cursor.h:
 
10688
        * src/pitivi-debug.c:
 
10689
        * src/pitivi-effectswindow.c:
 
10690
        * src/pitivi-effectswindowproperties.c:
 
10691
        * src/pitivi-encodewindow.c:
 
10692
        * src/pitivi-globalbin.c:
 
10693
        * src/pitivi-gstelementsettings.c:
 
10694
        * src/pitivi-lplayerwindow.c:
 
10695
        * src/pitivi-mainapp.c:
 
10696
        * src/pitivi-newprojectwindow.c:
 
10697
        * src/pitivi-progressbar.c:
 
10698
        * src/pitivi-project.c:
 
10699
        * src/pitivi-projectsettings.c:
 
10700
        * src/pitivi-projectsourcelist.c:
 
10701
        * src/pitivi-ruler.c:
 
10702
        * src/pitivi-settings.c:
 
10703
        * src/pitivi-settingswindow.c:
 
10704
        * src/pitivi-sourcefile.c:
 
10705
        * src/pitivi-sourcefilebin.c:
 
10706
        * src/pitivi-sourcelistwindow.c:
 
10707
        * src/pitivi-timelinebin.c:
 
10708
        * src/pitivi-timelinebin.h:
 
10709
        * src/pitivi-timelinecellrenderer.c:
 
10710
        * src/pitivi-timelinecellrenderer.h:
 
10711
        * src/pitivi-timelinemedia.c:
 
10712
        * src/pitivi-timelinewindow.c:
 
10713
        * src/pitivi-toolbox.c:
 
10714
        * src/pitivi-viewerwindow.c:
 
10715
          src/: Applied static flag to needed functions and commented functions that aren't used
 
10716
 
 
10717
2005-01-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
10718
 
 
10719
        * src/pitivi-timelinemedia.c:
 
10720
          PitiviTimelineMedia : properties dialog box didn't show and hanged application, fixed
 
10721
 
 
10722
2005-01-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
10723
 
 
10724
        * gnl/gnlcomposition.c:
 
10725
        * gnl/gnlobject.c:
 
10726
        * gnl/gnlsource.c:
 
10727
          GnlSource : corrected out-of-limits buffer dropage/EOS, faster chainfunction; GnlObject : commented object<=>media time conversion functions
 
10728
 
 
10729
2005-01-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
10730
 
 
10731
        * src/pitivi-globalbin.c:
 
10732
          Increase audio/video queues size in PitiviGlobalBin
 
10733
 
 
10734
2005-01-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
10735
 
 
10736
        * src/pitivi-timelinecellrenderer.c:
 
10737
          Forgot to adjust stop time for linked element in cut
 
10738
 
 
10739
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10740
 
 
10741
        * src/pitivi-effectswindowproperties.c:
 
10742
          applyed patch for gcc-2.95.4 from kwm
 
10743
 
 
10744
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10745
 
 
10746
        * configure.ac:
 
10747
          bumping up to v0.1.1.3
 
10748
 
 
10749
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10750
 
 
10751
        * src/pitivi-newprojectwindow.c:
 
10752
          NewProjectWindow : better category frame adjustment
 
10753
 
 
10754
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10755
 
 
10756
        * src/pitivi-newprojectwindow.c:
 
10757
          PitiviNewProjectWindow : Moved Category frame under left-side category tree
 
10758
 
 
10759
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10760
 
 
10761
        * src/pitivi-sourcefile.c:
 
10762
          PitiviSourceFile : got rid of a useless gst_element_set_state()
 
10763
 
 
10764
2005-01-13  Edward Hervey <edward.hervey@collabora.co.uk>
 
10765
 
 
10766
        * docs/gnl/gnonlin-sections.txt:
 
10767
        * docs/gnl/tmpl/gnlobject.sgml:
 
10768
        * gnl/gnlcomposition.c:
 
10769
        * gnl/gnlobject.c:
 
10770
        * gnl/gnlobject.h:
 
10771
        * gnl/gnlsource.c:
 
10772
          GnlObject: added media<=>object time conversion functions; GnlSource: discards discont events that are before seek_start
 
10773
 
 
10774
2005-01-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
10775
 
 
10776
        * configure.ac:
 
10777
          pumping up to v0.1.1.2
 
10778
 
 
10779
2005-01-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
10780
 
 
10781
        * src/pitivi-sourcefilebin.c:
 
10782
          protecting gst_pad_set_active_recursive until gst>0.8.8 comes out
 
10783
 
 
10784
2005-01-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
10785
 
 
10786
        * Makefile.am:
 
10787
        * configure.ac:
 
10788
        * pitivi.spec:
 
10789
        * pitivi.spec.in:
 
10790
          better pitivi.spec
 
10791
 
 
10792
2005-01-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
10793
 
 
10794
        * src/pitivi-debug.c:
 
10795
          debug category name is now PITIVI (capital letters according to gst documentation)
 
10796
 
 
10797
2005-01-12  Edward Hervey <edward.hervey@collabora.co.uk>
 
10798
 
 
10799
        * gnl/gnlcomposition.c:
 
10800
        * gnl/gnlsource.c:
 
10801
        * gnl/gnltimeline.c:
 
10802
          GST_EVENT_DISCONTINUOUS is now handled; GnlTimelineTimer now resets in GST_STATE_PAUSED_TO_READY
 
10803
 
 
10804
2005-01-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
10805
 
 
10806
        * src/pitivi-sourcefile.c:
 
10807
        * src/pitivi-sourcefilebin.c:
 
10808
          PitiviSourceFile : faster thumbnailing; PitiviSourceFileBin: correct de-activation of non-used decoders/pads
 
10809
 
 
10810
2005-01-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
10811
 
 
10812
        * src/pitivi-sourcefile.c:
 
10813
          use ffmpegcolorspace instead of ffcolorspace, since the second is not available if gst-ffmpeg is not installed
 
10814
 
 
10815
2005-01-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
10816
 
 
10817
        * src/pitivi-projectsettingswidget.c:
 
10818
        * src/pitivi-projectsettingswindow.c:
 
10819
        * src/pitivi-sourcefilebin.c:
 
10820
          ProjectSettingsWidget : cleanup; ProjectSettingsWindow : really apply changes; PitiviSourceFileBin : static flags, cleanup, included gst_pad_set_active_recursive(), doesn't use fakesinks anymore
 
10821
 
 
10822
2005-01-09  Marc Delettrez <delett_m@epitech.net>
 
10823
 
 
10824
        * src/pitivi-gstelementsettings.c:
 
10825
        * src/pitivi-settings.c:
 
10826
        * src/pitivi-settings.h:
 
10827
          integration de la copy de la struct io
 
10828
 
 
10829
2005-01-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
10830
 
 
10831
        * src/pitivi-newprojectwindow.c:
 
10832
        * src/pitivi-projectsettings.c:
 
10833
        * src/pitivi-projectsettings.h:
 
10834
        * src/pitivi-projectsettingswidget.c:
 
10835
        * src/pitivi-projectsettingswidget.h:
 
10836
        * src/pitivi-projectsettingswindow.c:
 
10837
          PitiviProjectSettingsWidget can now import/export project settings
 
10838
 
 
10839
2005-01-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
10840
 
 
10841
        * src/pitivi-sourcelistwindow.c:
 
10842
          Safer way to get the basename of a filepath
 
10843
 
 
10844
2005-01-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
10845
 
 
10846
        * src/pitivi-projectsettings.c:
 
10847
        * src/pitivi-projectsettings.h:
 
10848
        * src/pitivi-projectsettingswidget.c:
 
10849
        * src/pitivi-projectsettingswidget.h:
 
10850
        * src/pitivi-projectsettingswindow.c:
 
10851
          Added conversion functions for PitiviSettingsIoElement, Added codec configuration window in PitiviProjectSettingsWidget
 
10852
 
 
10853
2005-01-06  Stephan Bloch <bloch_s@epitech.net>
 
10854
 
 
10855
        * src/pitivi-effectswindowproperties.c:
 
10856
          Application des preferences des effets...
 
10857
 
 
10858
2005-01-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
10859
 
 
10860
        * src/pitivi-projectsettings.c:
 
10861
        * src/pitivi-projectsettings.h:
 
10862
        * src/pitivi-projectsettingswidget.c:
 
10863
        * src/pitivi-settings.h:
 
10864
        * src/pitivi-types.h:
 
10865
          Added PitiviSettingsIoElement <=> PitiviSettingsValue conversion fonctions
 
10866
 
 
10867
2005-01-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
10868
 
 
10869
        * src/pitivi-projectsettings.c:
 
10870
        * src/pitivi-projectsettings.h:
 
10871
        * src/pitivi-projectsettingswidget.c:
 
10872
        * src/pitivi-projectsettingswidget.h:
6082
10873
          ProjectSettingsWidget : Finished loading and improved GUI
6083
10874
 
6084
 
2005-01-04 17:08  bilboed
6085
 
 
6086
 
        * src/pitivi-projectsettingswidget.c: Added video width/height
6087
 
          handling
6088
 
 
6089
 
2005-01-04 16:50  bilboed
6090
 
 
6091
 
        * src/: pitivi-projectsettingswidget.c,
6092
 
          pitivi-projectsettingswidget.h, pitivi-projectsettingswindow.c:
 
10875
2005-01-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
10876
 
 
10877
        * src/pitivi-projectsettingswidget.c:
 
10878
          Added video width/height handling
 
10879
 
 
10880
2005-01-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
10881
 
 
10882
        * src/pitivi-projectsettingswidget.c:
 
10883
        * src/pitivi-projectsettingswidget.h:
 
10884
        * src/pitivi-projectsettingswindow.c:
6093
10885
          improvements on PitiviProjectSettingsWidget
6094
10886
 
6095
 
2005-01-04 15:21  bilboed
6096
 
 
6097
 
        * src/Makefile.am, src/pitivi-projectsettingswidget.c,
6098
 
          src/pitivi-projectsettingswidget.h,
6099
 
          src/pitivi-projectsettingswindow.c, src/pitivi-timelinewindow.c,
6100
 
          src/pitivi-types.h, ui/pitivi-timeline.xml: Added
6101
 
          PitiviSettingsWidget, inserted in interface. Corrected menu items
6102
 
          titles
6103
 
 
6104
 
2005-01-01 16:40  bilboed
6105
 
 
6106
 
        * src/pitivi-settingswindow.c: Real title for preferences window
6107
 
 
6108
 
2004-12-29 13:15  bilboed
6109
 
 
6110
 
        * src/pitivi-file-utils.c: Look for development files first
6111
 
 
6112
 
2004-12-28 16:09  bilboed
6113
 
 
6114
 
        * src/: pitivi-mainapp.c, pitivi-settings.c: more PITIVI_DEBUG
6115
 
          functions
6116
 
 
6117
 
2004-12-28 16:08  bilboed
6118
 
 
6119
 
        * gnl/gnlcomposition.c: Composition _prepare() doesn't segfault if
6120
 
          empty
6121
 
 
6122
 
2004-12-21 19:13  bilboed
6123
 
 
6124
 
        * src/pitivi-mainapp.c: removed extra pitivi_settings_new(), was a
6125
 
          memory leak
6126
 
 
6127
 
2004-12-21 18:46  bilboed
6128
 
 
6129
 
        * gnl/gnlcomposition.c, src/pitivi-effectswindowproperties.c,
6130
 
          src/pitivi-gstelementsettings.c, src/pitivi-lplayerwindow.c,
6131
 
          src/pitivi-mainapp.c, src/pitivi-menu.c,
6132
 
          src/pitivi-progressbar.c, src/pitivi-settings.c,
6133
 
          src/pitivi-settingswindow.c, src/pitivi-sourcelistwindow.c,
6134
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinemedia.c,
6135
 
          src/pitivi-timelinewindow.c: Applyed kwm patches for gcc-2.95.4
6136
 
          compatibilty
6137
 
 
6138
 
2004-12-21 18:45  bilboed
6139
 
 
6140
 
        * configure.ac: Bumping version to 0.1.1.1 after release
6141
 
 
6142
 
2004-12-20 04:07  casaxno
6143
 
 
6144
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinewindow.c: remove
6145
 
          unused clip
6146
 
 
6147
 
2004-12-19 19:13  casaxno
6148
 
 
6149
 
        * src/pitivi-timelinewindow.c: confirmation on exit
6150
 
 
6151
 
2004-12-19 17:30  bilboed
6152
 
 
6153
 
        * ChangeLog, NEWS, TODO, src/pitivi-settings.c: cleanup for release
6154
 
          0.1.1
6155
 
 
6156
 
2004-12-19 16:28  bilboed
6157
 
 
6158
 
        * pitivi.desktop: Better with contents...
6159
 
 
6160
 
2004-12-19 16:19  bilboed
6161
 
 
6162
 
        * AUTHORS, conf/Makefile.am, src/Makefile.am, src/pitivi-mainapp.c,
6163
 
          src/pitivi-settings.c, src/pitivi-sourcefilebin.c,
6164
 
          src/pitivi-sourcelistwindow.c: deactivated LightPlayer for
6165
 
          release, re-activated videorate, Updated AUTHORS, Improved
6166
 
          global/local configuration file loading
6167
 
 
6168
 
2004-12-19 01:16  bilboed
6169
 
 
6170
 
        * gnl/gnltimeline.c, src/main.c, src/pitivi-controller.c,
6171
 
          src/pitivi-debug.c, src/pitivi-debug.h,
6172
 
          src/pitivi-effectswindow.c, src/pitivi-effectswindowproperties.c,
6173
 
          src/pitivi-globalbin.c, src/pitivi-globalbin.h,
6174
 
          src/pitivi-gstelementsettings.c, src/pitivi-lplayerwindow.c,
6175
 
          src/pitivi-mainapp.c, src/pitivi-newprojectwindow.c,
6176
 
          src/pitivi-project.c, src/pitivi-projectsettings.c,
6177
 
          src/pitivi-projectsourcelist.c, src/pitivi-settings.c,
6178
 
          src/pitivi-settingswindow.c, src/pitivi-sourcefile.c,
6179
 
          src/pitivi-sourcefilebin.c, src/pitivi-sourcelistwindow.c,
6180
 
          src/pitivi-timelinebin.c,
6181
 
          src/pitivi-timelinecellrenderer-zooming.c,
6182
 
          src/pitivi-timelinemedia.c, src/pitivi-timelinewindow.c,
6183
 
          src/pitivi-viewerwindow.c: Added gst-debug functionnalities,
6184
 
          Corrected EOS problems in PitiviGlobalBin and PitiviTimelineBin,
6185
 
          Removed videorate element pending validation in gst-plugins,
6186
 
          allowed popup handling on timelinemedia with any tool and without
6187
 
          having to select
6188
 
 
6189
 
2004-12-18 23:24  nemoglobine
6190
 
 
6191
 
        * src/pitivi-settings.c: SAVE IO SETTINGS
6192
 
 
6193
 
2004-12-18 22:53  cracoucas42
6194
 
 
6195
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c: [no
6196
 
          log message]
6197
 
 
6198
 
2004-12-18 18:30  nemoglobine
6199
 
 
6200
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
6201
 
          pitivi-settings.c, pitivi-settings.h, pitivi-settingswindow.c:
 
10887
2005-01-04  Edward Hervey <edward.hervey@collabora.co.uk>
 
10888
 
 
10889
        * src/Makefile.am:
 
10890
        * src/pitivi-projectsettingswidget.c:
 
10891
        * src/pitivi-projectsettingswidget.h:
 
10892
        * src/pitivi-projectsettingswindow.c:
 
10893
        * src/pitivi-timelinewindow.c:
 
10894
        * src/pitivi-types.h:
 
10895
        * ui/pitivi-timeline.xml:
 
10896
          Added PitiviSettingsWidget, inserted in interface. Corrected menu items titles
 
10897
 
 
10898
2005-01-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
10899
 
 
10900
        * src/pitivi-settingswindow.c:
 
10901
          Real title for preferences window
 
10902
 
 
10903
2004-12-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
10904
 
 
10905
        * src/pitivi-file-utils.c:
 
10906
          Look for development files first
 
10907
 
 
10908
2004-12-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
10909
 
 
10910
        * src/pitivi-mainapp.c:
 
10911
        * src/pitivi-settings.c:
 
10912
          more PITIVI_DEBUG functions
 
10913
 
 
10914
2004-12-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
10915
 
 
10916
        * gnl/gnlcomposition.c:
 
10917
          Composition _prepare() doesn't segfault if empty
 
10918
 
 
10919
2004-12-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10920
 
 
10921
        * src/pitivi-mainapp.c:
 
10922
          removed extra pitivi_settings_new(), was a memory leak
 
10923
 
 
10924
2004-12-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10925
 
 
10926
        * gnl/gnlcomposition.c:
 
10927
        * src/pitivi-effectswindowproperties.c:
 
10928
        * src/pitivi-gstelementsettings.c:
 
10929
        * src/pitivi-lplayerwindow.c:
 
10930
        * src/pitivi-mainapp.c:
 
10931
        * src/pitivi-menu.c:
 
10932
        * src/pitivi-progressbar.c:
 
10933
        * src/pitivi-settings.c:
 
10934
        * src/pitivi-settingswindow.c:
 
10935
        * src/pitivi-sourcelistwindow.c:
 
10936
        * src/pitivi-timelinecellrenderer.c:
 
10937
        * src/pitivi-timelinemedia.c:
 
10938
        * src/pitivi-timelinewindow.c:
 
10939
          Applyed kwm patches for gcc-2.95.4 compatibilty
 
10940
 
 
10941
2004-12-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
10942
 
 
10943
        * configure.ac:
 
10944
          Bumping version to 0.1.1.1 after release
 
10945
 
 
10946
2004-12-20  Guillaume Casanova <casano_g@epitech.net>
 
10947
 
 
10948
        * src/pitivi-sourcelistwindow.c:
 
10949
        * src/pitivi-timelinewindow.c:
 
10950
          remove unused clip
 
10951
 
 
10952
2004-12-19  Guillaume Casanova <casano_g@epitech.net>
 
10953
 
 
10954
        * src/pitivi-timelinewindow.c:
 
10955
          confirmation on exit
 
10956
 
 
10957
2004-12-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
10958
 
 
10959
        * ChangeLog:
 
10960
        * NEWS:
 
10961
        * TODO:
 
10962
        * src/pitivi-settings.c:
 
10963
          cleanup for release 0.1.1
 
10964
 
 
10965
2004-12-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
10966
 
 
10967
        * pitivi.desktop:
 
10968
          Better with contents...
 
10969
 
 
10970
2004-12-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
10971
 
 
10972
        * AUTHORS:
 
10973
        * conf/Makefile.am:
 
10974
        * src/Makefile.am:
 
10975
        * src/pitivi-mainapp.c:
 
10976
        * src/pitivi-settings.c:
 
10977
        * src/pitivi-sourcefilebin.c:
 
10978
        * src/pitivi-sourcelistwindow.c:
 
10979
          deactivated LightPlayer for release, re-activated videorate, Updated AUTHORS, Improved global/local configuration file loading
 
10980
 
 
10981
2004-12-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
10982
 
 
10983
        * gnl/gnltimeline.c:
 
10984
        * src/main.c:
 
10985
        * src/pitivi-controller.c:
 
10986
        * src/pitivi-debug.c:
 
10987
        * src/pitivi-debug.h:
 
10988
        * src/pitivi-effectswindow.c:
 
10989
        * src/pitivi-effectswindowproperties.c:
 
10990
        * src/pitivi-globalbin.c:
 
10991
        * src/pitivi-globalbin.h:
 
10992
        * src/pitivi-gstelementsettings.c:
 
10993
        * src/pitivi-lplayerwindow.c:
 
10994
        * src/pitivi-mainapp.c:
 
10995
        * src/pitivi-newprojectwindow.c:
 
10996
        * src/pitivi-project.c:
 
10997
        * src/pitivi-projectsettings.c:
 
10998
        * src/pitivi-projectsourcelist.c:
 
10999
        * src/pitivi-settings.c:
 
11000
        * src/pitivi-settingswindow.c:
 
11001
        * src/pitivi-sourcefile.c:
 
11002
        * src/pitivi-sourcefilebin.c:
 
11003
        * src/pitivi-sourcelistwindow.c:
 
11004
        * src/pitivi-timelinebin.c:
 
11005
        * src/pitivi-timelinecellrenderer-zooming.c:
 
11006
        * src/pitivi-timelinemedia.c:
 
11007
        * src/pitivi-timelinewindow.c:
 
11008
        * src/pitivi-viewerwindow.c:
 
11009
          Added gst-debug functionnalities, Corrected EOS problems in PitiviGlobalBin and PitiviTimelineBin, Removed videorate element pending validation in gst-plugins, allowed popup handling on timelinemedia with any tool and without having to select
 
11010
 
 
11011
2004-12-18  Marc Delettrez <delett_m@epitech.net>
 
11012
 
 
11013
        * src/pitivi-settings.c:
 
11014
          SAVE IO SETTINGS
 
11015
 
 
11016
2004-12-18  Stephan Bloch <bloch_s@epitech.net>
 
11017
 
 
11018
        * src/pitivi-projectsourcelist.c:
 
11019
        * src/pitivi-sourcelistwindow.c:
 
11020
          *** empty log message ***
 
11021
 
 
11022
2004-12-18  Marc Delettrez <delett_m@epitech.net>
 
11023
 
 
11024
        * src/pitivi-gstelementsettings.c:
 
11025
        * src/pitivi-gstelementsettings.h:
 
11026
        * src/pitivi-settings.c:
 
11027
        * src/pitivi-settings.h:
 
11028
        * src/pitivi-settingswindow.c:
6202
11029
          gstelementsettings OPERATIONNEL
6203
11030
 
6204
 
2004-12-18 17:43  casaxno
6205
 
 
6206
 
        * src/: pitivi-mainapp.c, pitivi-newprojectwindow.c,
6207
 
          pitivi-projectsourcelist.c, pitivi-timelinewindow.c: please wait
6208
 
          dialog
6209
 
 
6210
 
2004-12-18 17:27  cracoucas42
6211
 
 
6212
 
        * src/pitivi-sourcelistwindow.c: ajout de boutons dans la source
6213
 
          List
6214
 
 
6215
 
2004-12-18 16:31  casaxno
6216
 
 
6217
 
        * src/: pitivi-progressbar.c, pitivi-sourcelistwindow.c: cancel
6218
 
          operation
6219
 
 
6220
 
2004-12-17 18:35  nemoglobine
6221
 
 
6222
 
        * src/pitivi-gstelementsettings.c: any changes
6223
 
 
6224
 
2004-12-17 18:23  cracoucas42
6225
 
 
6226
 
        * src/: pitivi-newprojectwindow.c, pitivi-projectsourcelist.c,
6227
 
          pitivi-timelinewindow.c: Lors d un chargement dun projet et que
6228
 
          les sources ont ete deplace, une fenetre propose de reactualiser
6229
 
          les l emplacement des sources...
6230
 
 
6231
 
2004-12-17 17:28  nemoglobine
6232
 
 
6233
 
        * src/: pitivi-effectswindowproperties.c,
6234
 
          pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
6235
 
          pitivi-newprojectwindow.c, pitivi-settingswindow.c: any changes
6236
 
 
6237
 
2004-12-17 15:50  nemoglobine
6238
 
 
6239
 
        * src/: pitivi-settings.c, pitivi-settings.h,
6240
 
          pitivi-settingswindow.c: any changes
6241
 
 
6242
 
2004-12-16 17:44  bilboed
6243
 
 
6244
 
        * gnl/gnl.h, gnl/gnlsource.c, gnl/gnltimeline.c,
6245
 
          pixmaps/Makefile.am, pixmaps/pitivi-viewer-record.png,
6246
 
          src/Makefile.am, src/pitivi-controller.c,
6247
 
          src/pitivi-controller.h, src/pitivi-effectswindow.h,
6248
 
          src/pitivi-encodewindow.c, src/pitivi-encodewindow.h,
6249
 
          src/pitivi-globalbin.c, src/pitivi-globalbin.h,
6250
 
          src/pitivi-project.c, src/pitivi-project.h,
6251
 
          src/pitivi-sourcefile.c, src/pitivi-sourcefilebin.c,
6252
 
          src/pitivi-stockicons.c, src/pitivi-stockicons.h,
6253
 
          src/pitivi-timelinebin.c, src/pitivi-timelinebin.h,
6254
 
          src/pitivi-timelinewindow.c, src/pitivi-types.h,
6255
 
          src/pitivi-viewerwindow.c: Added/Updated classes for recording,
6256
 
          Corrected XWindowID for viewer, corrections in gnl.h
6257
 
 
6258
 
2004-12-16 17:09  bilboed
6259
 
 
6260
 
        * ChangeLog: Update changelog with cvs2cl
6261
 
 
6262
 
2004-12-16 15:22  bilboed
6263
 
 
6264
 
        * src/pitivi-effectswindowproperties.c: whoops, forgot to correct
6265
 
          something
6266
 
 
6267
 
2004-12-16 15:15  bilboed
6268
 
 
6269
 
        * src/: pitivi-effectswindowproperties.c, pitivi-sourcefilebin.c:
6270
 
          PitiviEffectsSettingsWindow now has correct effect GstElement,
6271
 
          corrections in PitiviSourceFileBins
6272
 
 
6273
 
2004-12-15 09:41  nemoglobine
6274
 
 
6275
 
        * src/: pitivi-gstelementsettings.c, pitivi-settings.c,
6276
 
          pitivi-settings.h, pitivi-settingswindow.c: any changes
6277
 
 
6278
 
2004-12-11 22:06  casaxno
6279
 
 
6280
 
        * src/: pitivi-sourcelistwindow.c, pitivi-windows.c: free
6281
 
 
6282
 
2004-12-11 21:56  casaxno
6283
 
 
6284
 
        * src/: pitivi-controller.c, pitivi-menu.c, pitivi-progressbar.c,
6285
 
          pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c,
6286
 
          pitivi-stockicons.c, pitivi-timelinewindow.c, pitivi-toolbox.c,
6287
 
          pitivi-windows.c: free
6288
 
 
6289
 
2004-12-11 21:07  casaxno
6290
 
 
6291
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
6292
 
          pitivi-mainapp.c, pitivi-sourcelistwindow.c,
6293
 
          pitivi-sourcelistwindow.h, pitivi-stockicons.c,
6294
 
          pitivi-stockicons.h, pitivi-timelinewindow.c,
6295
 
          pitivi-timelinewindow.h, pitivi-viewerwindow.c, pitivi-windows.c:
 
11031
2004-12-18  Guillaume Casanova <casano_g@epitech.net>
 
11032
 
 
11033
        * src/pitivi-mainapp.c:
 
11034
        * src/pitivi-newprojectwindow.c:
 
11035
        * src/pitivi-projectsourcelist.c:
 
11036
        * src/pitivi-timelinewindow.c:
 
11037
          please wait dialog
 
11038
 
 
11039
2004-12-18  Stephan Bloch <bloch_s@epitech.net>
 
11040
 
 
11041
        * src/pitivi-sourcelistwindow.c:
 
11042
          ajout de boutons dans la source List
 
11043
 
 
11044
2004-12-18  Guillaume Casanova <casano_g@epitech.net>
 
11045
 
 
11046
        * src/pitivi-progressbar.c:
 
11047
        * src/pitivi-sourcelistwindow.c:
 
11048
          cancel operation
 
11049
 
 
11050
2004-12-17  Marc Delettrez <delett_m@epitech.net>
 
11051
 
 
11052
        * src/pitivi-gstelementsettings.c:
 
11053
          any changes
 
11054
 
 
11055
2004-12-17  Stephan Bloch <bloch_s@epitech.net>
 
11056
 
 
11057
        * src/pitivi-newprojectwindow.c:
 
11058
        * src/pitivi-projectsourcelist.c:
 
11059
        * src/pitivi-timelinewindow.c:
 
11060
          Lors d un chargement dun projet et que les sources ont ete deplace, une fenetre propose de reactualiser les l emplacement des sources...
 
11061
 
 
11062
2004-12-17  Marc Delettrez <delett_m@epitech.net>
 
11063
 
 
11064
        * src/pitivi-effectswindowproperties.c:
 
11065
        * src/pitivi-gstelementsettings.c:
 
11066
        * src/pitivi-gstelementsettings.h:
 
11067
        * src/pitivi-newprojectwindow.c:
 
11068
        * src/pitivi-settingswindow.c:
 
11069
          any changes
 
11070
 
 
11071
2004-12-17  Marc Delettrez <delett_m@epitech.net>
 
11072
 
 
11073
        * src/pitivi-settings.c:
 
11074
        * src/pitivi-settings.h:
 
11075
        * src/pitivi-settingswindow.c:
 
11076
          any changes
 
11077
 
 
11078
2004-12-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
11079
 
 
11080
        * gnl/gnl.h:
 
11081
        * gnl/gnlsource.c:
 
11082
        * gnl/gnltimeline.c:
 
11083
        * pixmaps/Makefile.am:
 
11084
        * pixmaps/pitivi-viewer-record.png:
 
11085
        * src/Makefile.am:
 
11086
        * src/pitivi-controller.c:
 
11087
        * src/pitivi-controller.h:
 
11088
        * src/pitivi-effectswindow.h:
 
11089
        * src/pitivi-encodewindow.c:
 
11090
        * src/pitivi-encodewindow.h:
 
11091
        * src/pitivi-globalbin.c:
 
11092
        * src/pitivi-globalbin.h:
 
11093
        * src/pitivi-project.c:
 
11094
        * src/pitivi-project.h:
 
11095
        * src/pitivi-sourcefile.c:
 
11096
        * src/pitivi-sourcefilebin.c:
 
11097
        * src/pitivi-stockicons.c:
 
11098
        * src/pitivi-stockicons.h:
 
11099
        * src/pitivi-timelinebin.c:
 
11100
        * src/pitivi-timelinebin.h:
 
11101
        * src/pitivi-timelinewindow.c:
 
11102
        * src/pitivi-types.h:
 
11103
        * src/pitivi-viewerwindow.c:
 
11104
          Added/Updated classes for recording, Corrected XWindowID for viewer, corrections in gnl.h
 
11105
 
 
11106
2004-12-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
11107
 
 
11108
        * ChangeLog:
 
11109
          Update changelog with cvs2cl
 
11110
 
 
11111
2004-12-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
11112
 
 
11113
        * src/pitivi-effectswindowproperties.c:
 
11114
          whoops, forgot to correct something
 
11115
 
 
11116
2004-12-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
11117
 
 
11118
        * src/pitivi-effectswindowproperties.c:
 
11119
        * src/pitivi-sourcefilebin.c:
 
11120
          PitiviEffectsSettingsWindow now has correct effect GstElement, corrections in PitiviSourceFileBins
 
11121
 
 
11122
2004-12-15  Marc Delettrez <delett_m@epitech.net>
 
11123
 
 
11124
        * src/pitivi-gstelementsettings.c:
 
11125
        * src/pitivi-settings.c:
 
11126
        * src/pitivi-settings.h:
 
11127
        * src/pitivi-settingswindow.c:
 
11128
          any changes
 
11129
 
 
11130
2004-12-11  Guillaume Casanova <casano_g@epitech.net>
 
11131
 
 
11132
        * src/pitivi-sourcelistwindow.c:
 
11133
        * src/pitivi-windows.c:
 
11134
          free
 
11135
 
 
11136
2004-12-11  Guillaume Casanova <casano_g@epitech.net>
 
11137
 
 
11138
        * src/pitivi-controller.c:
 
11139
        * src/pitivi-menu.c:
 
11140
        * src/pitivi-progressbar.c:
 
11141
        * src/pitivi-projectsourcelist.c:
 
11142
        * src/pitivi-sourcelistwindow.c:
 
11143
        * src/pitivi-stockicons.c:
 
11144
        * src/pitivi-timelinewindow.c:
 
11145
        * src/pitivi-toolbox.c:
 
11146
        * src/pitivi-windows.c:
 
11147
          free
 
11148
 
 
11149
2004-12-11  Guillaume Casanova <casano_g@epitech.net>
 
11150
 
 
11151
        * src/pitivi-effectswindow.c:
 
11152
        * src/pitivi-effectswindow.h:
 
11153
        * src/pitivi-mainapp.c:
 
11154
        * src/pitivi-sourcelistwindow.c:
 
11155
        * src/pitivi-sourcelistwindow.h:
 
11156
        * src/pitivi-stockicons.c:
 
11157
        * src/pitivi-stockicons.h:
 
11158
        * src/pitivi-timelinewindow.c:
 
11159
        * src/pitivi-timelinewindow.h:
 
11160
        * src/pitivi-viewerwindow.c:
 
11161
        * src/pitivi-windows.c:
6296
11162
          centralize icons
6297
11163
 
6298
 
2004-12-10 00:37  casaxno
6299
 
 
6300
 
        * src/pitivi-timelinewindow.c, ui/pitivi-timeline.xml: shortcuts
6301
 
 
6302
 
2004-12-10 00:34  casaxno
6303
 
 
6304
 
        * src/pitivi-sourcelistwindow.h: pixmap sourcelist
6305
 
 
6306
 
2004-12-10 00:31  casaxno
6307
 
 
6308
 
        * src/: pitivi-menu.c, pitivi-menu.h, pitivi-sourcelistwindow.c,
6309
 
          pitivi-splashscreenwindow.c, pitivi-timelinewindow.c: shortcuts
6310
 
 
6311
 
2004-12-09 21:09  casaxno
6312
 
 
6313
 
        * src/: Makefile.am, pitivi-progressbar.c,
6314
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer-zooming.c,
6315
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
6316
 
          pitivi.h: utf8
6317
 
 
6318
 
2004-12-09 21:09  raph_tv
6319
 
 
6320
 
        * src/pitivi-lplayerwindow.c: plus d'arret avec alsa, un message
6321
 
 
6322
 
2004-12-09 20:58  nemoglobine
6323
 
 
6324
 
        * src/: pitivi-effectswindowproperties.c, pitivi-settings.c,
6325
 
          pitivi-settings.h, pitivi-settingswindow.c: new struct for Prop
6326
 
 
6327
 
2004-12-09 16:18  cracoucas42
6328
 
 
6329
 
        * src/: pitivi-menu-actions.c, pitivi-newprojectwindow.c,
6330
 
          pitivi-timelinewindow.c, pitivi.h: Ajout de l'affichage de la box
6331
 
          de conf des codecs lors de la creation d un nouveau projet
6332
 
 
6333
 
2004-12-08 19:02  bilboed
6334
 
 
6335
 
        * gnl/: gnlcomposition.c, gnlsource.c, gnltimeline.c: better debug,
6336
 
          faster source handling
6337
 
 
6338
 
2004-12-07 14:19  bilboed
6339
 
 
6340
 
        * pitivi.desktop: converted pitivi.desktop from ISO-8859-1 to UTF-8
6341
 
 
6342
 
2004-12-07 11:47  bilboed
6343
 
 
6344
 
        * gnl/: gnlcomposition.c, gnltimeline.c: proper unlinking of pads
6345
 
          before re-using them
6346
 
 
6347
 
2004-12-06 20:59  bilboed
6348
 
 
6349
 
        * src/: pitivi-sourcefile.c, pitivi-sourcefilebin.c,
6350
 
          pitivi-sourcefilebin.h: and we now have RGB effects
6351
 
 
6352
 
2004-12-06 18:24  bilboed
6353
 
 
6354
 
        * src/: pitivi-project.c, pitivi-viewerwindow.c: Better naming of
6355
 
          output audio/video queue, simpler handling of global pipeline
6356
 
 
6357
 
2004-12-06 18:23  bilboed
6358
 
 
6359
 
        * conf/Makefile.am: Correct directory for configuration file
6360
 
 
6361
 
2004-12-06 18:18  bilboed
6362
 
 
6363
 
        * gnl/: gnlcomposition.c, gnlmarshal.c, gnloperation.c,
6364
 
          gnltimeline.c: corrections for operations (don't use the friggin'
6365
 
          threads\!)
6366
 
 
6367
 
2004-12-06 14:39  bilboed
6368
 
 
6369
 
        * src/pitivi-file-utils.c: Correct paths for pixmaps
6370
 
 
6371
 
2004-12-06 14:03  bilboed
6372
 
 
6373
 
        * pitivi.desktop: accents en francais
6374
 
 
6375
 
2004-12-06 13:57  bilboed
6376
 
 
6377
 
        * pitivi.desktop: emplacement de l'icone
6378
 
 
6379
 
2004-12-06 11:09  bilboed
6380
 
 
6381
 
        * pitivi.desktop: works better with the file :)
6382
 
 
6383
 
2004-12-05 21:49  casaxno
6384
 
 
6385
 
        * conf/: .pitivi, Makefile.am, pitivi: desktop gnome
6386
 
 
6387
 
2004-12-05 21:35  casaxno
6388
 
 
6389
 
        * Makefile.am, pixmaps/Makefile.am, src/pitivi-file-utils.c,
6390
 
          conf/Makefile.am: icon desktop
6391
 
 
6392
 
2004-12-03 07:52  casaxno
6393
 
 
6394
 
        * src/: Makefile.am, pitivi-newprojectwindow.c,
6395
 
          pitivi-newprojectwindow.h: make install
6396
 
 
6397
 
2004-12-03 00:57  bilboed
6398
 
 
6399
 
        * gnl/Makefile.am: removed GNL_LIBS from linking command... doesn't
6400
 
          exist yet :)
6401
 
 
6402
 
2004-12-03 00:53  bilboed
6403
 
 
6404
 
        * Makefile.am, configure.ac, gnl/Makefile.am, gnl/gnl.c: modified
6405
 
          file in order have installable configure.ac/Makefile.am
6406
 
 
6407
 
2004-12-03 00:17  bilboed
6408
 
 
6409
 
        * docs/.pitivi: .pitivi moved to conf/.pitivi
6410
 
 
6411
 
2004-12-03 00:13  casaxno
6412
 
 
6413
 
        * Makefile.am, conf/.pitivi, conf/Makefile.am: .pitivi
6414
 
 
6415
 
2004-12-03 00:07  casaxno
6416
 
 
6417
 
        * Makefile.am, configure.ac, src/Makefile.am: makefile
6418
 
 
6419
 
2004-12-02 23:25  casaxno
6420
 
 
6421
 
        * src/: pitivi-file-utils.c~, pitivi-file-utils.h~: delete
6422
 
 
6423
 
2004-12-02 23:04  casaxno
6424
 
 
6425
 
        * src/Makefile.am, src/pitivi-effectswindow.c,
6426
 
          src/pitivi-effectswindow.h, src/pitivi-file-utils.c,
6427
 
          src/pitivi-file-utils.c~, src/pitivi-file-utils.h,
6428
 
          src/pitivi-file-utils.h~, src/pitivi-menu-actions.c,
6429
 
          src/pitivi-sourcelistwindow.c, src/pitivi-splashscreenwindow.c,
6430
 
          src/pitivi-stockicons.c, src/pitivi-timelinewindow.c,
6431
 
          src/pitivi-timelinewindow.h, src/pitivi-viewerwindow.c,
6432
 
          src/pitivi-viewerwindow.h, src/pitivi.h, Makefile.am,
6433
 
          gnl/Makefile.am, pixmaps/Makefile.am,
6434
 
          pixmaps/pitivi-newproject.png, pixmaps/pitivi-tools.png,
6435
 
          ui/Makefile.am, ui/pitivi-timeline.xml: makefile
6436
 
 
6437
 
2004-12-02 20:50  bilboed
6438
 
 
6439
 
        * src/: pitivi-newprojectwindow.c, pitivi-sourcefile.c,
6440
 
          pitivi-viewerwindow.c: puts the timeline at GST_STATE_READY when
6441
 
          stopping it, instead of GST_STATE_PAUSED
6442
 
 
6443
 
2004-12-02 18:43  bilboed
6444
 
 
6445
 
        * gnl/: gnlcomposition.c, gnlcomposition.h, gnlsource.c: don't make
6446
 
          elements we'll still be using do PAUSED->READY->PAUSED
6447
 
 
6448
 
2004-12-02 17:49  bilboed
6449
 
 
6450
 
        * src/pitivi-sourcelistwindow.c: removes a source not used without
6451
 
          asking user
6452
 
 
6453
 
2004-12-02 13:28  raph_tv
6454
 
 
6455
 
        * src/pitivi-effectswindowproperties.c: juste apply en plus
6456
 
 
6457
 
2004-12-02 12:41  casaxno
6458
 
 
6459
 
        * pitivi.spec: spec
6460
 
 
6461
 
2004-12-02 07:10  casaxno
6462
 
 
6463
 
        * src/: pitivi-progressbar.c, pitivi-progressbar.h,
6464
 
          pitivi-sourcefile.c, pitivi-sourcelistwindow.c: sourcelistwindow
6465
 
 
6466
 
2004-12-01 16:07  casaxno
6467
 
 
6468
 
        * src/: pitivi-sourcelistwindow.c,
6469
 
          pitivi-timelinecellrenderer-resizing.c,
6470
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
6471
 
          pitivi.h: resize
6472
 
 
6473
 
2004-12-01 00:04  casaxno
6474
 
 
6475
 
        * Makefile.am, pixmaps/Makefile.am, ui/Makefile.am: Makefile
6476
 
 
6477
 
2004-11-30 23:34  casaxno
6478
 
 
6479
 
        * pixmaps/Makefile.am: Makefile
6480
 
 
6481
 
2004-11-30 22:56  casaxno
6482
 
 
6483
 
        * src/: pitivi-progressbar.c, pitivi-sourcelistwindow.c: -
6484
 
 
6485
 
2004-11-30 19:18  bilboed
6486
 
 
6487
 
        * src/: pitivi-sourcefile.c, pitivi-sourcefilebin.c: removing debug
6488
 
          messages
6489
 
 
6490
 
2004-11-30 19:09  bilboed
6491
 
 
6492
 
        * gnl/: gnlcomposition.c, gnlsource.c: Better handling of
6493
 
          add/remove objects in GnlComposition
6494
 
 
6495
 
2004-11-30 16:33  nemoglobine
6496
 
 
6497
 
        * src/: pitivi-effectswindowproperties.c,
6498
 
          pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
6499
 
          pitivi-settings.c, pitivi-settings.h, pitivi-settingswindow.c:
 
11164
2004-12-09  Guillaume Casanova <casano_g@epitech.net>
 
11165
 
 
11166
        * src/pitivi-timelinewindow.c:
 
11167
        * ui/pitivi-timeline.xml:
 
11168
          shortcuts
 
11169
 
 
11170
2004-12-09  Guillaume Casanova <casano_g@epitech.net>
 
11171
 
 
11172
        * src/pitivi-sourcelistwindow.h:
 
11173
          pixmap sourcelist
 
11174
 
 
11175
2004-12-09  Guillaume Casanova <casano_g@epitech.net>
 
11176
 
 
11177
        * src/pitivi-menu.c:
 
11178
        * src/pitivi-menu.h:
 
11179
        * src/pitivi-sourcelistwindow.c:
 
11180
        * src/pitivi-splashscreenwindow.c:
 
11181
        * src/pitivi-timelinewindow.c:
 
11182
          shortcuts
 
11183
 
 
11184
2004-12-09  Guillaume Casanova <casano_g@epitech.net>
 
11185
 
 
11186
        * src/Makefile.am:
 
11187
        * src/pitivi-progressbar.c:
 
11188
        * src/pitivi-sourcelistwindow.c:
 
11189
        * src/pitivi-timelinecellrenderer-zooming.c:
 
11190
        * src/pitivi-timelinecellrenderer.c:
 
11191
        * src/pitivi-timelinecellrenderer.h:
 
11192
        * src/pitivi.h:
 
11193
          utf8
 
11194
 
 
11195
2004-12-09  Raphael Pralat <pralat_r@epitech.net>
 
11196
 
 
11197
        * src/pitivi-lplayerwindow.c:
 
11198
          plus d'arret avec alsa, un message
 
11199
 
 
11200
2004-12-09  Marc Delettrez <delett_m@epitech.net>
 
11201
 
 
11202
        * src/pitivi-effectswindowproperties.c:
 
11203
        * src/pitivi-settings.c:
 
11204
        * src/pitivi-settings.h:
 
11205
        * src/pitivi-settingswindow.c:
 
11206
          new struct for Prop
 
11207
 
 
11208
2004-12-09  Stephan Bloch <bloch_s@epitech.net>
 
11209
 
 
11210
        * src/pitivi-menu-actions.c:
 
11211
        * src/pitivi-newprojectwindow.c:
 
11212
        * src/pitivi-timelinewindow.c:
 
11213
        * src/pitivi.h:
 
11214
          Ajout de l'affichage de la box de conf des codecs lors de la creation d un nouveau projet
 
11215
 
 
11216
2004-12-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
11217
 
 
11218
        * gnl/gnlcomposition.c:
 
11219
        * gnl/gnlsource.c:
 
11220
        * gnl/gnltimeline.c:
 
11221
          better debug, faster source handling
 
11222
 
 
11223
2004-12-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
11224
 
 
11225
        * pitivi.desktop:
 
11226
          converted pitivi.desktop from ISO-8859-1 to UTF-8
 
11227
 
 
11228
2004-12-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
11229
 
 
11230
        * gnl/gnlcomposition.c:
 
11231
        * gnl/gnltimeline.c:
 
11232
          proper unlinking of pads before re-using them
 
11233
 
 
11234
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11235
 
 
11236
        * src/pitivi-sourcefile.c:
 
11237
        * src/pitivi-sourcefilebin.c:
 
11238
        * src/pitivi-sourcefilebin.h:
 
11239
          and we now have RGB effects
 
11240
 
 
11241
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11242
 
 
11243
        * src/pitivi-project.c:
 
11244
        * src/pitivi-viewerwindow.c:
 
11245
          Better naming of output audio/video queue, simpler handling of global pipeline
 
11246
 
 
11247
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11248
 
 
11249
        * conf/Makefile.am:
 
11250
          Correct directory for configuration file
 
11251
 
 
11252
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11253
 
 
11254
        * gnl/gnlcomposition.c:
 
11255
        * gnl/gnlmarshal.c:
 
11256
        * gnl/gnloperation.c:
 
11257
        * gnl/gnltimeline.c:
 
11258
          corrections for operations (don't use the friggin' threads\!)
 
11259
 
 
11260
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11261
 
 
11262
        * src/pitivi-file-utils.c:
 
11263
          Correct paths for pixmaps
 
11264
 
 
11265
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11266
 
 
11267
        * pitivi.desktop:
 
11268
          accents en francais
 
11269
 
 
11270
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11271
 
 
11272
        * pitivi.desktop:
 
11273
          emplacement de l'icone
 
11274
 
 
11275
2004-12-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
11276
 
 
11277
        * pitivi.desktop:
 
11278
          works better with the file :)
 
11279
 
 
11280
2004-12-05  Guillaume Casanova <casano_g@epitech.net>
 
11281
 
 
11282
        * conf/.pitivi:
 
11283
        * conf/Makefile.am:
 
11284
        * conf/pitivi:
 
11285
          desktop gnome
 
11286
 
 
11287
2004-12-05  Guillaume Casanova <casano_g@epitech.net>
 
11288
 
 
11289
        * Makefile.am:
 
11290
        * conf/Makefile.am:
 
11291
        * pixmaps/Makefile.am:
 
11292
        * src/pitivi-file-utils.c:
 
11293
          icon desktop
 
11294
 
 
11295
2004-12-03  Guillaume Casanova <casano_g@epitech.net>
 
11296
 
 
11297
        * src/Makefile.am:
 
11298
        * src/pitivi-newprojectwindow.c:
 
11299
        * src/pitivi-newprojectwindow.h:
 
11300
          make install
 
11301
 
 
11302
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11303
 
 
11304
        * gnl/Makefile.am:
 
11305
          removed GNL_LIBS from linking command... doesn't exist yet :)
 
11306
 
 
11307
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11308
 
 
11309
        * Makefile.am:
 
11310
        * configure.ac:
 
11311
        * gnl/Makefile.am:
 
11312
        * gnl/gnl.c:
 
11313
          modified file in order have installable configure.ac/Makefile.am
 
11314
 
 
11315
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11316
 
 
11317
        * docs/.pitivi:
 
11318
          .pitivi moved to conf/.pitivi
 
11319
 
 
11320
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11321
 
 
11322
        * Makefile.am:
 
11323
        * conf/.pitivi:
 
11324
        * conf/Makefile.am:
 
11325
          .pitivi
 
11326
 
 
11327
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11328
 
 
11329
        * Makefile.am:
 
11330
        * configure.ac:
 
11331
        * src/Makefile.am:
 
11332
          makefile
 
11333
 
 
11334
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11335
 
 
11336
        * src/pitivi-file-utils.c~:
 
11337
        * src/pitivi-file-utils.h~:
 
11338
          delete
 
11339
 
 
11340
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11341
 
 
11342
        * Makefile.am:
 
11343
        * gnl/Makefile.am:
 
11344
        * pixmaps/Makefile.am:
 
11345
        * pixmaps/pitivi-newproject.png:
 
11346
        * pixmaps/pitivi-tools.png:
 
11347
        * src/Makefile.am:
 
11348
        * src/pitivi-effectswindow.c:
 
11349
        * src/pitivi-effectswindow.h:
 
11350
        * src/pitivi-file-utils.c:
 
11351
        * src/pitivi-file-utils.c~:
 
11352
        * src/pitivi-file-utils.h:
 
11353
        * src/pitivi-file-utils.h~:
 
11354
        * src/pitivi-menu-actions.c:
 
11355
        * src/pitivi-sourcelistwindow.c:
 
11356
        * src/pitivi-splashscreenwindow.c:
 
11357
        * src/pitivi-stockicons.c:
 
11358
        * src/pitivi-timelinewindow.c:
 
11359
        * src/pitivi-timelinewindow.h:
 
11360
        * src/pitivi-viewerwindow.c:
 
11361
        * src/pitivi-viewerwindow.h:
 
11362
        * src/pitivi.h:
 
11363
        * ui/Makefile.am:
 
11364
        * ui/pitivi-timeline.xml:
 
11365
          makefile
 
11366
 
 
11367
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11368
 
 
11369
        * src/pitivi-newprojectwindow.c:
 
11370
        * src/pitivi-sourcefile.c:
 
11371
        * src/pitivi-viewerwindow.c:
 
11372
          puts the timeline at GST_STATE_READY when stopping it, instead of GST_STATE_PAUSED
 
11373
 
 
11374
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11375
 
 
11376
        * gnl/gnlcomposition.c:
 
11377
        * gnl/gnlcomposition.h:
 
11378
        * gnl/gnlsource.c:
 
11379
          don't make elements we'll still be using do PAUSED->READY->PAUSED
 
11380
 
 
11381
2004-12-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
11382
 
 
11383
        * src/pitivi-sourcelistwindow.c:
 
11384
          removes a source not used without asking user
 
11385
 
 
11386
2004-12-02  Raphael Pralat <pralat_r@epitech.net>
 
11387
 
 
11388
        * src/pitivi-effectswindowproperties.c:
 
11389
          juste apply en plus
 
11390
 
 
11391
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11392
 
 
11393
        * pitivi.spec:
 
11394
          spec
 
11395
 
 
11396
2004-12-02  Guillaume Casanova <casano_g@epitech.net>
 
11397
 
 
11398
        * src/pitivi-progressbar.c:
 
11399
        * src/pitivi-progressbar.h:
 
11400
        * src/pitivi-sourcefile.c:
 
11401
        * src/pitivi-sourcelistwindow.c:
 
11402
          sourcelistwindow
 
11403
 
 
11404
2004-12-01  Guillaume Casanova <casano_g@epitech.net>
 
11405
 
 
11406
        * src/pitivi-sourcelistwindow.c:
 
11407
        * src/pitivi-timelinecellrenderer-resizing.c:
 
11408
        * src/pitivi-timelinecellrenderer.c:
 
11409
        * src/pitivi-timelinecellrenderer.h:
 
11410
        * src/pitivi.h:
 
11411
          resize
 
11412
 
 
11413
2004-11-30  Guillaume Casanova <casano_g@epitech.net>
 
11414
 
 
11415
        * Makefile.am:
 
11416
        * pixmaps/Makefile.am:
 
11417
        * ui/Makefile.am:
 
11418
          Makefile
 
11419
 
 
11420
2004-11-30  Guillaume Casanova <casano_g@epitech.net>
 
11421
 
 
11422
        * pixmaps/Makefile.am:
 
11423
          Makefile
 
11424
 
 
11425
2004-11-30  Guillaume Casanova <casano_g@epitech.net>
 
11426
 
 
11427
        * src/pitivi-progressbar.c:
 
11428
        * src/pitivi-sourcelistwindow.c:
 
11429
          -
 
11430
 
 
11431
2004-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
11432
 
 
11433
        * src/pitivi-sourcefile.c:
 
11434
        * src/pitivi-sourcefilebin.c:
 
11435
          removing debug messages
 
11436
 
 
11437
2004-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
11438
 
 
11439
        * gnl/gnlcomposition.c:
 
11440
        * gnl/gnlsource.c:
 
11441
          Better handling of add/remove objects in GnlComposition
 
11442
 
 
11443
2004-11-30  Marc Delettrez <delett_m@epitech.net>
 
11444
 
 
11445
        * src/pitivi-effectswindowproperties.c:
 
11446
        * src/pitivi-gstelementsettings.c:
 
11447
        * src/pitivi-gstelementsettings.h:
 
11448
        * src/pitivi-settings.c:
 
11449
        * src/pitivi-settings.h:
 
11450
        * src/pitivi-settingswindow.c:
6500
11451
          properties update aff type not in combobox
6501
11452
 
6502
 
2004-11-30 16:26  bilboed
6503
 
 
6504
 
        * src/: Makefile.am, pitivi-sourcefile.c, pitivi-sourcefile.h,
6505
 
          pitivi-sourcefilebin.c, pitivi-sourcefilebin.h, pitivi-types.h,
6506
 
          pitivi-viewerwindow.c: Better PitiviSourceFile bins handling,
6507
 
          less memory, less cpu usage
6508
 
 
6509
 
2004-11-30 16:24  bilboed
6510
 
 
6511
 
        * configure.ac: Updated required gstreamer version to 0.8.6 (in
6512
 
          order to have pngenc patch)
6513
 
 
6514
 
2004-11-30 16:22  bilboed
6515
 
 
6516
 
        * gnl/: gnlcomposition.c, gnlsource.c: Set non-active objects in a
6517
 
          composition to GST_STATE_READY
6518
 
 
6519
 
2004-11-30 16:03  casaxno
6520
 
 
6521
 
        * src/: Makefile.am, pitivi-drawing.c, pitivi-drawing.h,
6522
 
          pitivi-progressbar.c, pitivi-sourcelistwindow.c,
6523
 
          pitivi-timelinecellrenderer-moving.c,
6524
 
          pitivi-timelinecellrenderer-resizing.c,
6525
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
6526
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h: resizing
6527
 
 
6528
 
2004-11-29 19:17  raph_tv
6529
 
 
6530
 
        * src/: pitivi-effectswindowproperties.c, pitivi-lplayerwindow.c,
6531
 
          pitivi-timelinemedia.c: options setting/trans OK CANCEL
6532
 
 
6533
 
2004-11-29 02:29  bilboed
6534
 
 
6535
 
        * src/pitivi-progressbar.c: text in english
6536
 
 
6537
 
2004-11-28 14:25  bilboed
6538
 
 
6539
 
        * src/pitivi-mainapp.c, ui/styles.rc: Removed the styles
6540
 
 
6541
 
2004-11-28 13:42  casaxno
6542
 
 
6543
 
        * ui/styles.rc: style
6544
 
 
6545
 
2004-11-28 13:38  casaxno
6546
 
 
6547
 
        * src/: pitivi-effectswindow.c, pitivi-timelinecellrenderer.c,
6548
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c: track mistake
6549
 
 
6550
 
2004-11-28 13:30  bilboed
6551
 
 
6552
 
        * docs/.pitivi: OGG is not VORBIS
6553
 
 
6554
 
2004-11-28 13:27  bilboed
6555
 
 
6556
 
        * src/pitivi-menu-actions.c: License is GNU GPL
6557
 
 
6558
 
2004-11-28 12:36  bilboed
6559
 
 
6560
 
        * src/: pitivi-progressbar.c~, pitivi-progressbar.h~: remove backup
6561
 
          files
6562
 
 
6563
 
2004-11-28 11:58  casaxno
6564
 
 
6565
 
        * src/: pitivi-checkbox.c, pitivi-controller.c,
6566
 
          pitivi-effectswindow.c, pitivi-effectswindowproperties.c,
6567
 
          pitivi-lplayerwindow.c, pitivi-mainapp.c,
6568
 
          pitivi-mediatrackinfo.c, pitivi-menu.c,
6569
 
          pitivi-newprojectwindow.c, pitivi-progressbar.c,
6570
 
          pitivi-project.c, pitivi-projectsettings.c,
6571
 
          pitivi-projectsettingswindow.c, pitivi-projectsourcelist.c,
6572
 
          pitivi-projectwindows.c, pitivi-ruler.c, pitivi-settings.c,
6573
 
          pitivi-settingswindow.c, pitivi-sourcefile.c,
6574
 
          pitivi-sourcelistwindow.c, pitivi-splashscreenwindow.c,
6575
 
          pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
6576
 
          pitivi-timelinewindow.c, pitivi-toolbox.c, pitivi-viewerwindow.c:
 
11453
2004-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
11454
 
 
11455
        * src/Makefile.am:
 
11456
        * src/pitivi-sourcefile.c:
 
11457
        * src/pitivi-sourcefile.h:
 
11458
        * src/pitivi-sourcefilebin.c:
 
11459
        * src/pitivi-sourcefilebin.h:
 
11460
        * src/pitivi-types.h:
 
11461
        * src/pitivi-viewerwindow.c:
 
11462
          Better PitiviSourceFile bins handling, less memory, less cpu usage
 
11463
 
 
11464
2004-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
11465
 
 
11466
        * configure.ac:
 
11467
          Updated required gstreamer version to 0.8.6 (in order to have pngenc patch)
 
11468
 
 
11469
2004-11-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
11470
 
 
11471
        * gnl/gnlcomposition.c:
 
11472
        * gnl/gnlsource.c:
 
11473
          Set non-active objects in a composition to GST_STATE_READY
 
11474
 
 
11475
2004-11-30  Guillaume Casanova <casano_g@epitech.net>
 
11476
 
 
11477
        * src/Makefile.am:
 
11478
        * src/pitivi-drawing.c:
 
11479
        * src/pitivi-drawing.h:
 
11480
        * src/pitivi-progressbar.c:
 
11481
        * src/pitivi-sourcelistwindow.c:
 
11482
        * src/pitivi-timelinecellrenderer-moving.c:
 
11483
        * src/pitivi-timelinecellrenderer-resizing.c:
 
11484
        * src/pitivi-timelinecellrenderer.c:
 
11485
        * src/pitivi-timelinecellrenderer.h:
 
11486
        * src/pitivi-timelinemedia.c:
 
11487
        * src/pitivi-timelinemedia.h:
 
11488
          resizing
 
11489
 
 
11490
2004-11-29  Raphael Pralat <pralat_r@epitech.net>
 
11491
 
 
11492
        * src/pitivi-effectswindowproperties.c:
 
11493
        * src/pitivi-lplayerwindow.c:
 
11494
        * src/pitivi-timelinemedia.c:
 
11495
          options setting/trans OK CANCEL
 
11496
 
 
11497
2004-11-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
11498
 
 
11499
        * src/pitivi-progressbar.c:
 
11500
          text in english
 
11501
 
 
11502
2004-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
11503
 
 
11504
        * src/pitivi-mainapp.c:
 
11505
        * ui/styles.rc:
 
11506
          Removed the styles
 
11507
 
 
11508
2004-11-28  Guillaume Casanova <casano_g@epitech.net>
 
11509
 
 
11510
        * ui/styles.rc:
 
11511
          style
 
11512
 
 
11513
2004-11-28  Guillaume Casanova <casano_g@epitech.net>
 
11514
 
 
11515
        * src/pitivi-effectswindow.c:
 
11516
        * src/pitivi-timelinecellrenderer.c:
 
11517
        * src/pitivi-timelinemedia.c:
 
11518
        * src/pitivi-timelinewindow.c:
 
11519
          track mistake
 
11520
 
 
11521
2004-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
11522
 
 
11523
        * docs/.pitivi:
 
11524
          OGG is not VORBIS
 
11525
 
 
11526
2004-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
11527
 
 
11528
        * src/pitivi-menu-actions.c:
 
11529
          License is GNU GPL
 
11530
 
 
11531
2004-11-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
11532
 
 
11533
        * src/pitivi-progressbar.c~:
 
11534
        * src/pitivi-progressbar.h~:
 
11535
          remove backup files
 
11536
 
 
11537
2004-11-28  Guillaume Casanova <casano_g@epitech.net>
 
11538
 
 
11539
        * src/pitivi-checkbox.c:
 
11540
        * src/pitivi-controller.c:
 
11541
        * src/pitivi-effectswindow.c:
 
11542
        * src/pitivi-effectswindowproperties.c:
 
11543
        * src/pitivi-lplayerwindow.c:
 
11544
        * src/pitivi-mainapp.c:
 
11545
        * src/pitivi-mediatrackinfo.c:
 
11546
        * src/pitivi-menu.c:
 
11547
        * src/pitivi-newprojectwindow.c:
 
11548
        * src/pitivi-progressbar.c:
 
11549
        * src/pitivi-project.c:
 
11550
        * src/pitivi-projectsettings.c:
 
11551
        * src/pitivi-projectsettingswindow.c:
 
11552
        * src/pitivi-projectsourcelist.c:
 
11553
        * src/pitivi-projectwindows.c:
 
11554
        * src/pitivi-ruler.c:
 
11555
        * src/pitivi-settings.c:
 
11556
        * src/pitivi-settingswindow.c:
 
11557
        * src/pitivi-sourcefile.c:
 
11558
        * src/pitivi-sourcelistwindow.c:
 
11559
        * src/pitivi-splashscreenwindow.c:
 
11560
        * src/pitivi-timelinecellrenderer.c:
 
11561
        * src/pitivi-timelinemedia.c:
 
11562
        * src/pitivi-timelinewindow.c:
 
11563
        * src/pitivi-toolbox.c:
 
11564
        * src/pitivi-viewerwindow.c:
6577
11565
          get-set
6578
11566
 
6579
 
2004-11-28 10:28  casaxno
6580
 
 
6581
 
        * src/: Makefile.am, pitivi-progressbar.c, pitivi-progressbar.c~,
6582
 
          pitivi-progressbar.h, pitivi-progressbar.h~,
6583
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
6584
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c: progress bar
6585
 
 
6586
 
2004-11-27 18:55  bilboed
6587
 
 
6588
 
        * docs/.pitivi, src/pitivi-newprojectwindow.c,
6589
 
          src/pitivi-projectsettings.c, src/pitivi-projectsettings.h,
6590
 
          src/pitivi-ruler.c, src/pitivi-sourcefile.c,
6591
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinemedia.c,
6592
 
          src/pitivi-timelinewindow.c: video framerate in caps is a double,
6593
 
          did the modifications to the related code. Use new .pitivi
6594
 
 
6595
 
2004-11-27 10:43  casaxno
6596
 
 
6597
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
6598
 
          pitivi-timelinewindow.c, pitivi-units.h: resizing part two
6599
 
 
6600
 
2004-11-27 04:11  casaxno
6601
 
 
6602
 
        * ui/styles.rc: style
6603
 
 
6604
 
2004-11-26 18:09  bilboed
6605
 
 
6606
 
        * gnl/: gnlcomposition.c, gnloperation.c, gnlsource.c: gnonlin
6607
 
          cleanup, added change_state to GnlOperation
6608
 
 
6609
 
2004-11-26 16:16  bilboed
6610
 
 
6611
 
        * gnl/gnlcomposition.c, gnl/gnltimeline.c, src/pitivi-debug.c,
6612
 
          src/pitivi-menu-actions.c, src/pitivi-sourcefile.c,
6613
 
          src/pitivi-timelinewindow.c, src/pitivi-timelinewindow.h,
6614
 
          src/pitivi-viewerwindow.c: improved gnonlin state-change
6615
 
          handling, Spellcheking (About), More PitiviSourceFile hacks
6616
 
 
6617
 
2004-11-26 12:54  casaxno
6618
 
 
6619
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.h:
 
11567
2004-11-28  Guillaume Casanova <casano_g@epitech.net>
 
11568
 
 
11569
        * src/Makefile.am:
 
11570
        * src/pitivi-progressbar.c:
 
11571
        * src/pitivi-progressbar.c~:
 
11572
        * src/pitivi-progressbar.h:
 
11573
        * src/pitivi-progressbar.h~:
 
11574
        * src/pitivi-sourcelistwindow.c:
 
11575
        * src/pitivi-timelinecellrenderer.c:
 
11576
        * src/pitivi-timelinemedia.h:
 
11577
        * src/pitivi-timelinewindow.c:
 
11578
          progress bar
 
11579
 
 
11580
2004-11-27  Edward Hervey <edward.hervey@collabora.co.uk>
 
11581
 
 
11582
        * docs/.pitivi:
 
11583
        * src/pitivi-newprojectwindow.c:
 
11584
        * src/pitivi-projectsettings.c:
 
11585
        * src/pitivi-projectsettings.h:
 
11586
        * src/pitivi-ruler.c:
 
11587
        * src/pitivi-sourcefile.c:
 
11588
        * src/pitivi-timelinecellrenderer.c:
 
11589
        * src/pitivi-timelinemedia.c:
 
11590
        * src/pitivi-timelinewindow.c:
 
11591
          video framerate in caps is a double, did the modifications to the related code. Use new .pitivi
 
11592
 
 
11593
2004-11-27  Guillaume Casanova <casano_g@epitech.net>
 
11594
 
 
11595
        * src/pitivi-sourcelistwindow.c:
 
11596
        * src/pitivi-timelinecellrenderer.c:
 
11597
        * src/pitivi-timelinewindow.c:
 
11598
        * src/pitivi-units.h:
 
11599
          resizing part two
 
11600
 
 
11601
2004-11-27  Guillaume Casanova <casano_g@epitech.net>
 
11602
 
 
11603
        * ui/styles.rc:
 
11604
          style
 
11605
 
 
11606
2004-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
11607
 
 
11608
        * gnl/gnlcomposition.c:
 
11609
        * gnl/gnloperation.c:
 
11610
        * gnl/gnlsource.c:
 
11611
          gnonlin cleanup, added change_state to GnlOperation
 
11612
 
 
11613
2004-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
11614
 
 
11615
        * gnl/gnlcomposition.c:
 
11616
        * gnl/gnltimeline.c:
 
11617
        * src/pitivi-debug.c:
 
11618
        * src/pitivi-menu-actions.c:
 
11619
        * src/pitivi-sourcefile.c:
 
11620
        * src/pitivi-timelinewindow.c:
 
11621
        * src/pitivi-timelinewindow.h:
 
11622
        * src/pitivi-viewerwindow.c:
 
11623
          improved gnonlin state-change handling, Spellcheking (About), More PitiviSourceFile hacks
 
11624
 
 
11625
2004-11-26  Guillaume Casanova <casano_g@epitech.net>
 
11626
 
 
11627
        * src/pitivi-timelinecellrenderer.c:
 
11628
        * src/pitivi-timelinemedia.h:
6620
11629
          cells
6621
11630
 
6622
 
2004-11-26 12:27  casaxno
6623
 
 
6624
 
        * src/: pitivi-mainapp.c, pitivi-timelinecellrenderer.c,
6625
 
          pitivi-timelinewindow.c: resize light version
6626
 
 
6627
 
2004-11-26 11:09  bilboed
6628
 
 
6629
 
        * src/: pitivi-sourcefile.c, pitivi-sourcelistwindow.c: Corrections
6630
 
          for handling non-supported files
6631
 
 
6632
 
2004-11-26 05:36  casaxno
6633
 
 
6634
 
        * ui/pitivi-timeline.xml: menu unused
6635
 
 
6636
 
2004-11-25 19:11  cracoucas42
6637
 
 
6638
 
        * src/: pitivi-menu-actions.c, pitivi-menu-actions.h,
6639
 
          pitivi-timelinewindow.c: Ajout de raccourcis claviers pour le
6640
 
          menu file et help
6641
 
 
6642
 
2004-11-25 19:05  bilboed
6643
 
 
6644
 
        * src/: pitivi-sourcefile.c, pitivi-timelinecellrenderer.c,
6645
 
          pitivi-timelinemedia.c: Effects/transitions have a real gnonlin
6646
 
          time now
6647
 
 
6648
 
2004-11-25 17:46  bilboed
6649
 
 
6650
 
        * src/: pitivi-effectswindow.c, pitivi-sourcefile.c,
6651
 
          pitivi-sourcefile.h: Gestion des transitions dans les
6652
 
          PitiviSourceFile
6653
 
 
6654
 
2004-11-25 16:29  bilboed
6655
 
 
6656
 
        * docs/.pitivi, src/pitivi-newprojectwindow.c,
6657
 
          src/pitivi-projectsettings.c, src/pitivi-projectsettings.h,
6658
 
          src/pitivi-settings.c, src/pitivi-sourcefile.c: Added container
6659
 
          and audio depth preferences to PitiviProjectSettings. Updated
6660
 
          NewProjectWindow, ProjectSettings and PitiviSettings accordingly.
6661
 
          Load/Save file/preferences now works
6662
 
 
6663
 
2004-11-25 16:19  casaxno
6664
 
 
6665
 
        * src/: pitivi-thumbs.c, pitivi-thumbs.h: thumbs.c .h removed
6666
 
 
6667
 
2004-11-25 15:44  casaxno
6668
 
 
6669
 
        * src/: Makefile.am, pitivi-sourcefile.c, pitivi-sourcefile.h,
6670
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
6671
 
          pitivi-timelinemedia.c: thumbs sourcelist
6672
 
 
6673
 
2004-11-25 15:30  cracoucas42
6674
 
 
6675
 
        * pixmaps/pitivi-logo-small.png, pixmaps/pitivi-logo-splash.png,
6676
 
          src/pitivi-cursorbits.h, src/pitivi-menu-actions.c,
6677
 
          src/pitivi-newprojectwindow.c, src/pitivi-splashscreenwindow.c:
 
11631
2004-11-26  Guillaume Casanova <casano_g@epitech.net>
 
11632
 
 
11633
        * src/pitivi-mainapp.c:
 
11634
        * src/pitivi-timelinecellrenderer.c:
 
11635
        * src/pitivi-timelinewindow.c:
 
11636
          resize light version
 
11637
 
 
11638
2004-11-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
11639
 
 
11640
        * src/pitivi-sourcefile.c:
 
11641
        * src/pitivi-sourcelistwindow.c:
 
11642
          Corrections for handling non-supported files
 
11643
 
 
11644
2004-11-26  Guillaume Casanova <casano_g@epitech.net>
 
11645
 
 
11646
        * ui/pitivi-timeline.xml:
 
11647
          menu unused
 
11648
 
 
11649
2004-11-25  Stephan Bloch <bloch_s@epitech.net>
 
11650
 
 
11651
        * src/pitivi-menu-actions.c:
 
11652
        * src/pitivi-menu-actions.h:
 
11653
        * src/pitivi-timelinewindow.c:
 
11654
          Ajout de raccourcis claviers pour le menu file et help
 
11655
 
 
11656
2004-11-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
11657
 
 
11658
        * src/pitivi-sourcefile.c:
 
11659
        * src/pitivi-timelinecellrenderer.c:
 
11660
        * src/pitivi-timelinemedia.c:
 
11661
          Effects/transitions have a real gnonlin time now
 
11662
 
 
11663
2004-11-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
11664
 
 
11665
        * src/pitivi-effectswindow.c:
 
11666
        * src/pitivi-sourcefile.c:
 
11667
        * src/pitivi-sourcefile.h:
 
11668
          Gestion des transitions dans les PitiviSourceFile
 
11669
 
 
11670
2004-11-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
11671
 
 
11672
        * docs/.pitivi:
 
11673
        * src/pitivi-newprojectwindow.c:
 
11674
        * src/pitivi-projectsettings.c:
 
11675
        * src/pitivi-projectsettings.h:
 
11676
        * src/pitivi-settings.c:
 
11677
        * src/pitivi-sourcefile.c:
 
11678
          Added container and audio depth preferences to PitiviProjectSettings. Updated NewProjectWindow, ProjectSettings and PitiviSettings accordingly. Load/Save file/preferences now works
 
11679
 
 
11680
2004-11-25  Guillaume Casanova <casano_g@epitech.net>
 
11681
 
 
11682
        * src/pitivi-thumbs.c:
 
11683
        * src/pitivi-thumbs.h:
 
11684
          thumbs.c .h removed
 
11685
 
 
11686
2004-11-25  Guillaume Casanova <casano_g@epitech.net>
 
11687
 
 
11688
        * src/Makefile.am:
 
11689
        * src/pitivi-sourcefile.c:
 
11690
        * src/pitivi-sourcefile.h:
 
11691
        * src/pitivi-sourcelistwindow.c:
 
11692
        * src/pitivi-timelinecellrenderer.c:
 
11693
        * src/pitivi-timelinemedia.c:
 
11694
          thumbs sourcelist
 
11695
 
 
11696
2004-11-25  Stephan Bloch <bloch_s@epitech.net>
 
11697
 
 
11698
        * pixmaps/pitivi-logo-small.png:
 
11699
        * pixmaps/pitivi-logo-splash.png:
 
11700
        * src/pitivi-cursorbits.h:
 
11701
        * src/pitivi-menu-actions.c:
 
11702
        * src/pitivi-newprojectwindow.c:
 
11703
        * src/pitivi-splashscreenwindow.c:
6678
11704
          Ajout de la fenetre About dans le menu Help...
6679
11705
 
6680
 
2004-11-25 14:44  casaxno
6681
 
 
6682
 
        * src/: pitivi-sourcefile.c, pitivi-timelinecellrenderer.c,
6683
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h: resolving bug on
6684
 
          moving widget
6685
 
 
6686
 
2004-11-25 12:39  nemoglobine
6687
 
 
6688
 
        * src/: pitivi-settings.c, pitivi-settingswindow.c: REPLACE BUGS
6689
 
 
6690
 
2004-11-25 11:17  cracoucas42
6691
 
 
6692
 
        * src/pitivi-timelinewindow.c: Plus de segfault si on sauve un
6693
 
          project qui n est pas cree...
6694
 
 
6695
 
2004-11-25 10:37  casaxno
6696
 
 
6697
 
        * src/: pitivi-timelinecellrenderer.c,
6698
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
6699
 
          pitivi-timelinemedia.h, pitivi-viewerwindow.c: moving widget bug
6700
 
          resolved
6701
 
 
6702
 
2004-11-25 00:11  bilboed
6703
 
 
6704
 
        * src/: pitivi-projectsettings.c, pitivi-sourcelistwindow.c:
 
11706
2004-11-25  Guillaume Casanova <casano_g@epitech.net>
 
11707
 
 
11708
        * src/pitivi-sourcefile.c:
 
11709
        * src/pitivi-timelinecellrenderer.c:
 
11710
        * src/pitivi-timelinemedia.c:
 
11711
        * src/pitivi-timelinemedia.h:
 
11712
          resolving bug on moving widget
 
11713
 
 
11714
2004-11-25  Marc Delettrez <delett_m@epitech.net>
 
11715
 
 
11716
        * src/pitivi-settings.c:
 
11717
        * src/pitivi-settingswindow.c:
 
11718
          REPLACE BUGS
 
11719
 
 
11720
2004-11-25  Stephan Bloch <bloch_s@epitech.net>
 
11721
 
 
11722
        * src/pitivi-timelinewindow.c:
 
11723
          Plus de segfault si on sauve un project qui n est pas cree...
 
11724
 
 
11725
2004-11-25  Guillaume Casanova <casano_g@epitech.net>
 
11726
 
 
11727
        * src/pitivi-timelinecellrenderer.c:
 
11728
        * src/pitivi-timelinecellrenderer.h:
 
11729
        * src/pitivi-timelinemedia.c:
 
11730
        * src/pitivi-timelinemedia.h:
 
11731
        * src/pitivi-viewerwindow.c:
 
11732
          moving widget bug resolved
 
11733
 
 
11734
2004-11-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
11735
 
 
11736
        * src/pitivi-projectsettings.c:
 
11737
        * src/pitivi-sourcelistwindow.c:
6705
11738
          removed unused menu items in PitiviSourceListWindow
6706
11739
 
6707
 
2004-11-24 23:14  bilboed
6708
 
 
6709
 
        * gnl/gnlcomposition.c, gnl/gnlobject.c, gnl/gnlsource.c,
6710
 
          gnl/gnltimeline.c, src/pitivi-mainapp.c, src/pitivi-project.c,
6711
 
          src/pitivi-projectsourcelist.c, src/pitivi-settings.c,
6712
 
          src/pitivi-sourcefile.c, src/pitivi-sourcelistwindow.c,
6713
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinemedia.c,
6714
 
          src/pitivi-viewerwindow.c: corrected : gnonlin buffering, state
6715
 
          change and scheduling problems, Thumbnails generation/handling
6716
 
          with large files, better audio/video detection, g_printf cleanup
6717
 
 
6718
 
2004-11-24 15:47  bilboed
6719
 
 
6720
 
        * gnl/gnl.h, src/pitivi-lplayerwindow.c, src/pitivi-ruler.c,
6721
 
          src/pitivi-sourcefile.c: correction pour athlon64
6722
 
 
6723
 
2004-11-24 09:34  casaxno
6724
 
 
6725
 
        * src/: pitivi-mainapp.c, pitivi-sourcefile.c, pitivi-sourcefile.h,
6726
 
          pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c: first
6727
 
          version multiple thumnails please wait for cut ... thanks
6728
 
 
6729
 
2004-11-24 04:49  casaxno
6730
 
 
6731
 
        * src/: pitivi-mainapp.c, pitivi-splashscreenwindow.c: position and
6732
 
          size
6733
 
 
6734
 
2004-11-24 03:37  casaxno
6735
 
 
6736
 
        * src/: pitivi-ruler.c, pitivi-ruler.h, pitivi-timelinewindow.c,
6737
 
          pitivi-viewerwindow.c: ruler last
6738
 
 
6739
 
2004-11-24 01:19  casaxno
6740
 
 
6741
 
        * src/: pitivi-ruler.c, pitivi-timelinewindow.c,
6742
 
          pitivi-timelinewindow.h, pitivi-viewerwindow.c: ruler first
6743
 
 
6744
 
2004-11-23 23:08  casaxno
6745
 
 
6746
 
        * src/: pitivi-ruler.c, pitivi-ruler.h, pitivi-timelinewindow.c:
 
11740
2004-11-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
11741
 
 
11742
        * gnl/gnlcomposition.c:
 
11743
        * gnl/gnlobject.c:
 
11744
        * gnl/gnlsource.c:
 
11745
        * gnl/gnltimeline.c:
 
11746
        * src/pitivi-mainapp.c:
 
11747
        * src/pitivi-project.c:
 
11748
        * src/pitivi-projectsourcelist.c:
 
11749
        * src/pitivi-settings.c:
 
11750
        * src/pitivi-sourcefile.c:
 
11751
        * src/pitivi-sourcelistwindow.c:
 
11752
        * src/pitivi-timelinecellrenderer.c:
 
11753
        * src/pitivi-timelinemedia.c:
 
11754
        * src/pitivi-viewerwindow.c:
 
11755
          corrected : gnonlin buffering, state change and scheduling problems, Thumbnails generation/handling with large files, better audio/video detection, g_printf cleanup
 
11756
 
 
11757
2004-11-24  Edward Hervey <edward.hervey@collabora.co.uk>
 
11758
 
 
11759
        * gnl/gnl.h:
 
11760
        * src/pitivi-lplayerwindow.c:
 
11761
        * src/pitivi-ruler.c:
 
11762
        * src/pitivi-sourcefile.c:
 
11763
          correction pour athlon64
 
11764
 
 
11765
2004-11-24  Guillaume Casanova <casano_g@epitech.net>
 
11766
 
 
11767
        * src/pitivi-mainapp.c:
 
11768
        * src/pitivi-sourcefile.c:
 
11769
        * src/pitivi-sourcefile.h:
 
11770
        * src/pitivi-timelinecellrenderer.c:
 
11771
        * src/pitivi-timelinemedia.c:
 
11772
          first version multiple thumnails please wait for cut ... thanks
 
11773
 
 
11774
2004-11-24  Guillaume Casanova <casano_g@epitech.net>
 
11775
 
 
11776
        * src/pitivi-mainapp.c:
 
11777
        * src/pitivi-splashscreenwindow.c:
 
11778
          position and size
 
11779
 
 
11780
2004-11-24  Guillaume Casanova <casano_g@epitech.net>
 
11781
 
 
11782
        * src/pitivi-ruler.c:
 
11783
        * src/pitivi-ruler.h:
 
11784
        * src/pitivi-timelinewindow.c:
 
11785
        * src/pitivi-viewerwindow.c:
 
11786
          ruler last
 
11787
 
 
11788
2004-11-24  Guillaume Casanova <casano_g@epitech.net>
 
11789
 
 
11790
        * src/pitivi-ruler.c:
 
11791
        * src/pitivi-timelinewindow.c:
 
11792
        * src/pitivi-timelinewindow.h:
 
11793
        * src/pitivi-viewerwindow.c:
 
11794
          ruler first
 
11795
 
 
11796
2004-11-23  Guillaume Casanova <casano_g@epitech.net>
 
11797
 
 
11798
        * src/pitivi-ruler.c:
 
11799
        * src/pitivi-ruler.h:
 
11800
        * src/pitivi-timelinewindow.c:
6747
11801
          indicator
6748
11802
 
6749
 
2004-11-23 16:00  bilboed
6750
 
 
6751
 
        * src/: pitivi-timelinewindow.c, pitivi-timelinewindow.h,
6752
 
          pitivi-viewerwindow.c: Update time in timelinewindow
6753
 
 
6754
 
2004-11-23 15:25  bilboed
6755
 
 
6756
 
        * src/pitivi-viewerwindow.c: avoid EOS in global pipeline,
6757
 
          otherwise it segfaults
6758
 
 
6759
 
2004-11-22 19:14  bilboed
6760
 
 
6761
 
        * docs/gnl/gnonlin-sections.txt, docs/gnl/tmpl/gnl.sgml, gnl/gnl.h,
6762
 
          gnl/gnlcomposition.c, gnl/gnlobject.c, gnl/gnlsource.c: Corrected
6763
 
          gnl_object_do_seek, added GST_M_S_M() debug function
6764
 
 
6765
 
2004-11-22 19:13  bilboed
6766
 
 
6767
 
        * src/: pitivi-debug.c, pitivi-gstelementsettings.c,
6768
 
          pitivi-sourcefile.c, pitivi-timelinecellrenderer.c,
6769
 
          pitivi-viewerwindow.c: misc bug corrections in PitiviSourceFile
6770
 
          and PitiviTimelineMedia. Moved idle to probe in
6771
 
          PitiviViewerWindow
6772
 
 
6773
 
2004-11-22 15:29  cracoucas42
6774
 
 
6775
 
        * src/: pitivi-effectswindow.h, pitivi-mainapp.c,
6776
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h,
6777
 
          pitivi-viewerwindow.c, pitivi-viewerwindow.h: Correction sur le
6778
 
          replacement des fenetres apres avoir ete cache...
6779
 
 
6780
 
2004-11-22 11:50  cracoucas42
6781
 
 
6782
 
        * pixmaps/pitivi-logo3.png: [no log message]
6783
 
 
6784
 
2004-11-22 11:38  cracoucas42
6785
 
 
6786
 
        * src/pitivi-mainapp.c: sourceListWindow, viewerWindow,
6787
 
          effectWindow conservent leurs places apres un hide / show
6788
 
 
6789
 
2004-11-20 19:13  bilboed
6790
 
 
6791
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
6792
 
          pitivi-sourcefile.c, pitivi-sourcefile.h,
6793
 
          pitivi-sourcelistwindow.c, pitivi-timelinemedia.c: Multiple video
6794
 
          thumbnails handling in PitiviSourceFile + little fixes
6795
 
 
6796
 
2004-11-20 18:41  nemoglobine
6797
 
 
6798
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
6799
 
          pitivi-settings.c, pitivi-settingswindow.c: UPDATE GST SETTINGS
6800
 
 
6801
 
2004-11-20 16:58  casaxno
6802
 
 
6803
 
        * src/: pitivi-effectswindowproperties.c, pitivi-timelinemedia.c:
 
11803
2004-11-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
11804
 
 
11805
        * src/pitivi-timelinewindow.c:
 
11806
        * src/pitivi-timelinewindow.h:
 
11807
        * src/pitivi-viewerwindow.c:
 
11808
          Update time in timelinewindow
 
11809
 
 
11810
2004-11-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
11811
 
 
11812
        * src/pitivi-viewerwindow.c:
 
11813
          avoid EOS in global pipeline, otherwise it segfaults
 
11814
 
 
11815
2004-11-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
11816
 
 
11817
        * docs/gnl/gnonlin-sections.txt:
 
11818
        * docs/gnl/tmpl/gnl.sgml:
 
11819
        * gnl/gnl.h:
 
11820
        * gnl/gnlcomposition.c:
 
11821
        * gnl/gnlobject.c:
 
11822
        * gnl/gnlsource.c:
 
11823
          Corrected gnl_object_do_seek, added GST_M_S_M() debug function
 
11824
 
 
11825
2004-11-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
11826
 
 
11827
        * src/pitivi-debug.c:
 
11828
        * src/pitivi-gstelementsettings.c:
 
11829
        * src/pitivi-sourcefile.c:
 
11830
        * src/pitivi-timelinecellrenderer.c:
 
11831
        * src/pitivi-viewerwindow.c:
 
11832
          misc bug corrections in PitiviSourceFile and PitiviTimelineMedia. Moved idle to probe in PitiviViewerWindow
 
11833
 
 
11834
2004-11-22  Stephan Bloch <bloch_s@epitech.net>
 
11835
 
 
11836
        * src/pitivi-effectswindow.h:
 
11837
        * src/pitivi-mainapp.c:
 
11838
        * src/pitivi-sourcelistwindow.c:
 
11839
        * src/pitivi-sourcelistwindow.h:
 
11840
        * src/pitivi-viewerwindow.c:
 
11841
        * src/pitivi-viewerwindow.h:
 
11842
          Correction sur le replacement des fenetres apres avoir ete cache...
 
11843
 
 
11844
2004-11-22  Stephan Bloch <bloch_s@epitech.net>
 
11845
 
 
11846
        * pixmaps/pitivi-logo3.png:
 
11847
          *** empty log message ***
 
11848
 
 
11849
2004-11-22  Stephan Bloch <bloch_s@epitech.net>
 
11850
 
 
11851
        * src/pitivi-mainapp.c:
 
11852
          sourceListWindow, viewerWindow, effectWindow conservent leurs places apres un hide / show
 
11853
 
 
11854
2004-11-20  Edward Hervey <edward.hervey@collabora.co.uk>
 
11855
 
 
11856
        * src/pitivi-projectsourcelist.c:
 
11857
        * src/pitivi-projectsourcelist.h:
 
11858
        * src/pitivi-sourcefile.c:
 
11859
        * src/pitivi-sourcefile.h:
 
11860
        * src/pitivi-sourcelistwindow.c:
 
11861
        * src/pitivi-timelinemedia.c:
 
11862
          Multiple video thumbnails handling in PitiviSourceFile + little fixes
 
11863
 
 
11864
2004-11-20  Marc Delettrez <delett_m@epitech.net>
 
11865
 
 
11866
        * src/pitivi-gstelementsettings.c:
 
11867
        * src/pitivi-gstelementsettings.h:
 
11868
        * src/pitivi-settings.c:
 
11869
        * src/pitivi-settingswindow.c:
 
11870
          UPDATE GST SETTINGS
 
11871
 
 
11872
2004-11-20  Guillaume Casanova <casano_g@epitech.net>
 
11873
 
 
11874
        * src/pitivi-effectswindowproperties.c:
 
11875
        * src/pitivi-timelinemedia.c:
6804
11876
          effects settings window
6805
11877
 
6806
 
2004-11-20 16:23  casaxno
6807
 
 
6808
 
        * src/: Makefile.am, pitivi-effectswindowproperties.c,
6809
 
          pitivi-effectswindowproperties.h, pitivi-sourceitem.h,
6810
 
          pitivi-timelinemedia.c: effects settings
6811
 
 
6812
 
2004-11-20 11:41  cracoucas42
6813
 
 
6814
 
        * src/: pitivi-effectswindow.h, pitivi-newprojectwindow.h,
6815
 
          pitivi-sourcelistwindow.h, pitivi-timelinewindow.h,
6816
 
          pitivi-viewerwindow.h: Nouveau logo sur la barre des fenetres...
6817
 
          a paufiner...
6818
 
 
6819
 
2004-11-20 08:48  casaxno
6820
 
 
6821
 
        * src/pitivi-controller.c: ###########
6822
 
 
6823
 
2004-11-20 08:32  casaxno
6824
 
 
6825
 
        * src/: pitivi-controller.c, pitivi-effectswindow.c,
6826
 
          pitivi-mainapp.c, pitivi-ruler.c, pitivi-sourcelistwindow.c,
6827
 
          pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
6828
 
          pitivi-timelinewindow.c, pitivi-windows.c, pitivi-windows.h:
 
11878
2004-11-20  Guillaume Casanova <casano_g@epitech.net>
 
11879
 
 
11880
        * src/Makefile.am:
 
11881
        * src/pitivi-effectswindowproperties.c:
 
11882
        * src/pitivi-effectswindowproperties.h:
 
11883
        * src/pitivi-sourceitem.h:
 
11884
        * src/pitivi-timelinemedia.c:
 
11885
          effects settings
 
11886
 
 
11887
2004-11-20  Stephan Bloch <bloch_s@epitech.net>
 
11888
 
 
11889
        * src/pitivi-effectswindow.h:
 
11890
        * src/pitivi-newprojectwindow.h:
 
11891
        * src/pitivi-sourcelistwindow.h:
 
11892
        * src/pitivi-timelinewindow.h:
 
11893
        * src/pitivi-viewerwindow.h:
 
11894
          Nouveau logo sur la barre des fenetres... a paufiner...
 
11895
 
 
11896
2004-11-20  Guillaume Casanova <casano_g@epitech.net>
 
11897
 
 
11898
        * src/pitivi-controller.c:
 
11899
          ###########
 
11900
 
 
11901
2004-11-20  Guillaume Casanova <casano_g@epitech.net>
 
11902
 
 
11903
        * src/pitivi-controller.c:
 
11904
        * src/pitivi-effectswindow.c:
 
11905
        * src/pitivi-mainapp.c:
 
11906
        * src/pitivi-ruler.c:
 
11907
        * src/pitivi-sourcelistwindow.c:
 
11908
        * src/pitivi-timelinecellrenderer.c:
 
11909
        * src/pitivi-timelinemedia.c:
 
11910
        * src/pitivi-timelinewindow.c:
 
11911
        * src/pitivi-windows.c:
 
11912
        * src/pitivi-windows.h:
6829
11913
          controller
6830
11914
 
6831
 
2004-11-20 05:08  casaxno
6832
 
 
6833
 
        * ui/styles.rc: styles
6834
 
 
6835
 
2004-11-19 20:26  raph_tv
6836
 
 
6837
 
        * src/pitivi-lplayerwindow.c: moins son sur lplayer
6838
 
 
6839
 
2004-11-19 19:44  nemoglobine
6840
 
 
6841
 
        * src/pitivi-settings.c: UPDATE GST SETTINGS
6842
 
 
6843
 
2004-11-19 19:42  bilboed
6844
 
 
6845
 
        * gnl/gnlcomposition.c, gnl/gnloperation.c, gnl/gnloperation.h,
6846
 
          gnl/gnlsource.c, gnl/gnltimeline.c,
6847
 
          src/pitivi-timelinecellrenderer.c,
6848
 
          src/pitivi-timelinecellrenderer.h, src/pitivi-timelinemedia.c,
6849
 
          ui/styles.rc: liberation correct des bins du PitiviSourceFile
6850
 
 
6851
 
2004-11-19 17:17  nemoglobine
6852
 
 
6853
 
        * src/: pitivi-settings.c, pitivi-settings.h: UPDATE GST SETTINGS
6854
 
 
6855
 
2004-11-19 16:59  cracoucas42
6856
 
 
6857
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
6858
 
          pitivi-newprojectwindow.c, pitivi-newprojectwindow.h,
6859
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h,
6860
 
          pitivi-timelinewindow.h, pitivi-viewerwindow.c,
6861
 
          pitivi-viewerwindow.h: Ajout de l'icone pitivi dans les fenetres
6862
 
          de l'application
6863
 
 
6864
 
2004-11-19 15:57  casaxno
6865
 
 
6866
 
        * ui/styles.rc: style.rc
6867
 
 
6868
 
2004-11-19 12:53  casaxno
6869
 
 
6870
 
        * src/: pitivi-timelinemedia.c, pitivi-timelinemedia.h: ###########
6871
 
 
6872
 
2004-11-19 09:50  casaxno
6873
 
 
6874
 
        * src/pitivi-timelinemedia.c: ##############
6875
 
 
6876
 
2004-11-19 09:47  casaxno
6877
 
 
6878
 
        * src/pitivi-timelinecellrenderer.c: ##############
6879
 
 
6880
 
2004-11-19 09:38  casaxno
6881
 
 
6882
 
        * src/pitivi-cursor.h, src/pitivi-effectswindow.c,
6883
 
          src/pitivi-effectswindow.h, src/pitivi-mainapp.c,
6884
 
          src/pitivi-ruler.c, src/pitivi-ruler.h,
6885
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinemedia.c,
6886
 
          src/pitivi-timelinemedia.h, src/pitivi-timelinewindow.c,
6887
 
          src/pitivi-toolbox.c, ui/Makefile.am: resizing first version
6888
 
 
6889
 
2004-11-18 18:44  bilboed
6890
 
 
6891
 
        * gnl/gnlcomposition.c, gnl/gnlobject.c, gnl/gnlsource.c,
6892
 
          gnl/gnltimeline.c, src/pitivi-sourcefile.c,
6893
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinemedia.c,
6894
 
          src/pitivi-timelinewindow.c, src/pitivi-toolbox.c:
 
11915
2004-11-20  Guillaume Casanova <casano_g@epitech.net>
 
11916
 
 
11917
        * ui/styles.rc:
 
11918
          styles
 
11919
 
 
11920
2004-11-19  Raphael Pralat <pralat_r@epitech.net>
 
11921
 
 
11922
        * src/pitivi-lplayerwindow.c:
 
11923
          moins son sur lplayer
 
11924
 
 
11925
2004-11-19  Marc Delettrez <delett_m@epitech.net>
 
11926
 
 
11927
        * src/pitivi-settings.c:
 
11928
          UPDATE GST SETTINGS
 
11929
 
 
11930
2004-11-19  Edward Hervey <edward.hervey@collabora.co.uk>
 
11931
 
 
11932
        * gnl/gnlcomposition.c:
 
11933
        * gnl/gnloperation.c:
 
11934
        * gnl/gnloperation.h:
 
11935
        * gnl/gnlsource.c:
 
11936
        * gnl/gnltimeline.c:
 
11937
        * src/pitivi-timelinecellrenderer.c:
 
11938
        * src/pitivi-timelinecellrenderer.h:
 
11939
        * src/pitivi-timelinemedia.c:
 
11940
        * ui/styles.rc:
 
11941
          liberation correct des bins du PitiviSourceFile
 
11942
 
 
11943
2004-11-19  Marc Delettrez <delett_m@epitech.net>
 
11944
 
 
11945
        * src/pitivi-settings.c:
 
11946
        * src/pitivi-settings.h:
 
11947
          UPDATE GST SETTINGS
 
11948
 
 
11949
2004-11-19  Stephan Bloch <bloch_s@epitech.net>
 
11950
 
 
11951
        * src/pitivi-effectswindow.c:
 
11952
        * src/pitivi-effectswindow.h:
 
11953
        * src/pitivi-newprojectwindow.c:
 
11954
        * src/pitivi-newprojectwindow.h:
 
11955
        * src/pitivi-sourcelistwindow.c:
 
11956
        * src/pitivi-sourcelistwindow.h:
 
11957
        * src/pitivi-timelinewindow.h:
 
11958
        * src/pitivi-viewerwindow.c:
 
11959
        * src/pitivi-viewerwindow.h:
 
11960
          Ajout de l'icone pitivi dans les fenetres de l'application
 
11961
 
 
11962
2004-11-19  Guillaume Casanova <casano_g@epitech.net>
 
11963
 
 
11964
        * ui/styles.rc:
 
11965
          style.rc
 
11966
 
 
11967
2004-11-19  Guillaume Casanova <casano_g@epitech.net>
 
11968
 
 
11969
        * src/pitivi-timelinemedia.c:
 
11970
        * src/pitivi-timelinemedia.h:
 
11971
          ###########
 
11972
 
 
11973
2004-11-19  Guillaume Casanova <casano_g@epitech.net>
 
11974
 
 
11975
        * src/pitivi-timelinecellrenderer.c:
 
11976
        * src/pitivi-timelinemedia.c:
 
11977
          ##############
 
11978
 
 
11979
2004-11-19  Guillaume Casanova <casano_g@epitech.net>
 
11980
 
 
11981
        * src/pitivi-cursor.h:
 
11982
        * src/pitivi-effectswindow.c:
 
11983
        * src/pitivi-effectswindow.h:
 
11984
        * src/pitivi-mainapp.c:
 
11985
        * src/pitivi-ruler.c:
 
11986
        * src/pitivi-ruler.h:
 
11987
        * src/pitivi-timelinecellrenderer.c:
 
11988
        * src/pitivi-timelinemedia.c:
 
11989
        * src/pitivi-timelinemedia.h:
 
11990
        * src/pitivi-timelinewindow.c:
 
11991
        * src/pitivi-toolbox.c:
 
11992
        * ui/Makefile.am:
 
11993
          resizing first version
 
11994
 
 
11995
2004-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
11996
 
 
11997
        * gnl/gnlcomposition.c:
 
11998
        * gnl/gnlobject.c:
 
11999
        * gnl/gnlsource.c:
 
12000
        * gnl/gnltimeline.c:
 
12001
        * src/pitivi-sourcefile.c:
 
12002
        * src/pitivi-timelinecellrenderer.c:
 
12003
        * src/pitivi-timelinemedia.c:
 
12004
        * src/pitivi-timelinewindow.c:
 
12005
        * src/pitivi-toolbox.c:
6895
12006
          warning/critical cleanup, gnonlin dispose/finalize checked
6896
12007
 
6897
 
2004-11-18 18:22  cracoucas42
6898
 
 
6899
 
        * src/: pitivi-menu.c, pitivi-menu.h, pitivi-newprojectwindow.c,
6900
 
          pitivi-project.c, pitivi-projectwindows.c,
6901
 
          pitivi-projectwindows.h, pitivi-sourcelistwindow.c,
6902
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
6903
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
6904
 
          pitivi-timelinewindow.c, pitivi-toolbox.c: Ajout de commentaires
6905
 
          dans les fichiers toolbox.c, sourcelistwindow.c, sourcefile.c,
6906
 
          new_projectwindow.c, projectwindow.c, timelinecellrenderer.c,
6907
 
          timelinemedia.c et menu.c
6908
 
 
6909
 
2004-11-18 17:54  raph_tv
6910
 
 
6911
 
        * src/pitivi-timelinemedia.c: Properties VIDEO/AUDIO or VIDEO or
6912
 
          AUDIO for media
6913
 
 
6914
 
2004-11-18 15:20  cracoucas42
6915
 
 
6916
 
        * src/: pitivi-cursor.h, pitivi-mainapp.c,
6917
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h,
6918
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h,
6919
 
          pitivi-toolbox.c: Ajout de commentaires dans les fichiers
6920
 
          mainapp.c et timelinewindow.c, ajustement de la position des
6921
 
          icones
6922
 
 
6923
 
2004-11-18 14:44  bilboed
6924
 
 
6925
 
        * src/main.c: ajout de gnl/gnl.h
6926
 
 
6927
 
2004-11-18 11:13  bilboed
6928
 
 
6929
 
        * gnl/gnlcomposition.c: correction bug
6930
 
          gnl_composition_schedule_entrie
6931
 
 
6932
 
2004-11-17 02:35  bilboed
6933
 
 
6934
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c,
6935
 
          pitivi-thumbs.c, pitivi-timelinecellrenderer.c,
6936
 
          pitivi-timelinemedia.c, pitivi-viewerwindow.c: correction gint64
6937
 
          -> signed long long int pour portabilite athlon64
6938
 
 
6939
 
2004-11-17 02:06  bilboed
6940
 
 
6941
 
        * configure.ac, gnl/Makefile.am, gnl/gnl.h, gnl/gnlcomposition.c,
6942
 
          gnl/gnlcomposition.h, gnl/gnlgroup.h, gnl/gnlobject.c,
6943
 
          gnl/gnlobject.h, gnl/gnloperation.h, gnl/gnlsource.h,
6944
 
          gnl/gnltimeline.h, gnl/gnltypes.h, src/Makefile.am,
6945
 
          src/pitivi-checkbox.c, src/pitivi-checkbox.h,
6946
 
          src/pitivi-codecconfwindow.c, src/pitivi-codecconfwindow.h,
6947
 
          src/pitivi-controller.c, src/pitivi-controller.h,
6948
 
          src/pitivi-cursor.h, src/pitivi-cursorbits.h, src/pitivi-debug.c,
6949
 
          src/pitivi-debug.h, src/pitivi-drawing.h,
6950
 
          src/pitivi-effectswindow.c, src/pitivi-effectswindow.h,
6951
 
          src/pitivi-gstelementsettings.c, src/pitivi-gstelementsettings.h,
6952
 
          src/pitivi-lplayerwindow.c, src/pitivi-lplayerwindow.h,
6953
 
          src/pitivi-mainapp.c, src/pitivi-mainapp.h,
6954
 
          src/pitivi-mediatrackinfo.c, src/pitivi-mediatrackinfo.h,
6955
 
          src/pitivi-menu-actions.h, src/pitivi-menu.h,
6956
 
          src/pitivi-newprojectwindow.c, src/pitivi-newprojectwindow.h,
6957
 
          src/pitivi-project.c, src/pitivi-project.h,
6958
 
          src/pitivi-projectsettings.c, src/pitivi-projectsettings.h,
6959
 
          src/pitivi-projectsettingswindow.c,
6960
 
          src/pitivi-projectsettingswindow.h,
6961
 
          src/pitivi-projectsourcelist.c, src/pitivi-projectsourcelist.h,
6962
 
          src/pitivi-projectwindows.c, src/pitivi-projectwindows.h,
6963
 
          src/pitivi-ruler.c, src/pitivi-ruler.h, src/pitivi-settings.c,
6964
 
          src/pitivi-settings.h, src/pitivi-settingswindow.c,
6965
 
          src/pitivi-settingswindow.h, src/pitivi-sourcefile.c,
6966
 
          src/pitivi-sourcefile.h, src/pitivi-sourcelistwindow.c,
6967
 
          src/pitivi-sourcelistwindow.h, src/pitivi-splashscreenwindow.c,
6968
 
          src/pitivi-splashscreenwindow.h, src/pitivi-thumbs.c,
6969
 
          src/pitivi-thumbs.h, src/pitivi-timelinecellrenderer.c,
6970
 
          src/pitivi-timelinecellrenderer.h, src/pitivi-timelinemedia.c,
6971
 
          src/pitivi-timelinemedia.h, src/pitivi-timelinewindow.c,
6972
 
          src/pitivi-timelinewindow.h, src/pitivi-toolbox.c,
6973
 
          src/pitivi-toolbox.h, src/pitivi-types.h,
6974
 
          src/pitivi-viewerwindow.c, src/pitivi-viewerwindow.h,
6975
 
          src/pitivi-windows.c, src/pitivi-windows.h: Ajout -Wall -Werror ,
6976
 
          correction des bugs/oublis/idioties associes
6977
 
 
6978
 
2004-11-16 16:40  casaxno
6979
 
 
6980
 
        * src/pitivi-mainapp.c: bugs
6981
 
 
6982
 
2004-11-16 16:35  casaxno
6983
 
 
6984
 
        * src/: pitivi-controller.c, pitivi-mainapp.c,
6985
 
          pitivi-timelinewindow.c: bugs
6986
 
 
6987
 
2004-11-16 16:07  casaxno
6988
 
 
6989
 
        * src/pitivi-mainapp.c: little bug
6990
 
 
6991
 
2004-11-16 15:58  casaxno
6992
 
 
6993
 
        * gnl/gnlmarshal.c, src/pitivi-mainapp.c,
6994
 
          src/pitivi-timelinewindow.c, ui/pitivi-timeline.xml:
6995
 
          little bug
6996
 
 
6997
 
2004-11-16 15:10  casaxno
6998
 
 
6999
 
        * src/: pitivi-controller.c, pitivi-effectswindow.c,
7000
 
          pitivi-mainapp.c, pitivi-mainapp.h, pitivi-menu-actions.c,
7001
 
          pitivi-menu-actions.h, pitivi-ruler.c, pitivi-ruler.h,
7002
 
          pitivi-sourcefile.c, pitivi-sourcelistwindow.c,
7003
 
          pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
7004
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h,
7005
 
          pitivi-viewerwindow.c: minimize
7006
 
 
7007
 
2004-11-15 22:56  bilboed
7008
 
 
7009
 
        * configure.ac, docs/Makefile.am, docs/gnl/gnonlin-sections.txt,
7010
 
          docs/gnl/tmpl/gnl.sgml, gnl/gnl.c, gnl/gnl.h,
7011
 
          gnl/gnlcomposition.c, gnl/gnlcomposition.h, gnl/gnlgroup.h,
7012
 
          gnl/gnlobject.c, gnl/gnlobject.h, gnl/gnloperation.h,
7013
 
          gnl/gnlsource.c, gnl/gnlsource.h, gnl/gnltimeline.c,
7014
 
          gnl/gnltimeline.h, src/pitivi-debug.c,
7015
 
          src/pitivi-effectswindow.c, src/pitivi-effectswindow.h,
7016
 
          src/pitivi-project.h, src/pitivi-projectsourcelist.c,
7017
 
          src/pitivi-projectsourcelist.h, src/pitivi-sourcefile.c,
7018
 
          src/pitivi-sourcefile.h, src/pitivi-sourcelistwindow.c,
7019
 
          src/pitivi-thumbs.c, src/pitivi-timelinecellrenderer.c,
7020
 
          src/pitivi-timelinemedia.c, src/pitivi-viewerwindow.c: Conversion
7021
 
          PitiviSourceFile a decodebin, modifications des autres classes,
7022
 
          correction dnd
7023
 
 
7024
 
2004-11-15 22:27  raph_tv
7025
 
 
7026
 
        * src/pitivi-lplayerwindow.c: lplay
7027
 
 
7028
 
2004-11-13 17:22  nemoglobine
7029
 
 
7030
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7031
 
          pitivi-settingswindow.c: UPDATE GST SETTINGS
7032
 
 
7033
 
2004-11-12 14:04  casaxno
7034
 
 
7035
 
        * src/: pitivi-effectswindow.c, pitivi-timelinecellrenderer.c:
7036
 
          addiotionals features not necessary needed TO IMPLEMENT and to
7037
 
          TEST THE EFFECTS with gnonlin
7038
 
 
7039
 
2004-11-12 13:44  casaxno
7040
 
 
7041
 
        * src/: pitivi-effectswindow.c, pitivi-timelinecellrenderer.c:
 
12008
2004-11-18  Stephan Bloch <bloch_s@epitech.net>
 
12009
 
 
12010
        * src/pitivi-menu.c:
 
12011
        * src/pitivi-menu.h:
 
12012
        * src/pitivi-newprojectwindow.c:
 
12013
        * src/pitivi-project.c:
 
12014
        * src/pitivi-projectwindows.c:
 
12015
        * src/pitivi-projectwindows.h:
 
12016
        * src/pitivi-sourcelistwindow.c:
 
12017
        * src/pitivi-timelinecellrenderer.c:
 
12018
        * src/pitivi-timelinecellrenderer.h:
 
12019
        * src/pitivi-timelinemedia.c:
 
12020
        * src/pitivi-timelinemedia.h:
 
12021
        * src/pitivi-timelinewindow.c:
 
12022
        * src/pitivi-toolbox.c:
 
12023
          Ajout de commentaires dans les fichiers toolbox.c, sourcelistwindow.c, sourcefile.c, new_projectwindow.c, projectwindow.c, timelinecellrenderer.c, timelinemedia.c et menu.c
 
12024
 
 
12025
2004-11-18  Raphael Pralat <pralat_r@epitech.net>
 
12026
 
 
12027
        * src/pitivi-timelinemedia.c:
 
12028
          Properties VIDEO/AUDIO or VIDEO or AUDIO for media
 
12029
 
 
12030
2004-11-18  Stephan Bloch <bloch_s@epitech.net>
 
12031
 
 
12032
        * src/pitivi-cursor.h:
 
12033
        * src/pitivi-mainapp.c:
 
12034
        * src/pitivi-sourcelistwindow.c:
 
12035
        * src/pitivi-sourcelistwindow.h:
 
12036
        * src/pitivi-timelinewindow.c:
 
12037
        * src/pitivi-timelinewindow.h:
 
12038
        * src/pitivi-toolbox.c:
 
12039
          Ajout de commentaires dans les fichiers mainapp.c et timelinewindow.c, ajustement de la position des icones
 
12040
 
 
12041
2004-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
12042
 
 
12043
        * src/main.c:
 
12044
          ajout de gnl/gnl.h
 
12045
 
 
12046
2004-11-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
12047
 
 
12048
        * gnl/gnlcomposition.c:
 
12049
          correction bug gnl_composition_schedule_entrie
 
12050
 
 
12051
2004-11-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
12052
 
 
12053
        * src/pitivi-projectsourcelist.c:
 
12054
        * src/pitivi-sourcelistwindow.c:
 
12055
        * src/pitivi-thumbs.c:
 
12056
        * src/pitivi-timelinecellrenderer.c:
 
12057
        * src/pitivi-timelinemedia.c:
 
12058
        * src/pitivi-viewerwindow.c:
 
12059
          correction gint64 -> signed long long int pour portabilite athlon64
 
12060
 
 
12061
2004-11-17  Edward Hervey <edward.hervey@collabora.co.uk>
 
12062
 
 
12063
        * configure.ac:
 
12064
        * gnl/Makefile.am:
 
12065
        * gnl/gnl.h:
 
12066
        * gnl/gnlcomposition.c:
 
12067
        * gnl/gnlcomposition.h:
 
12068
        * gnl/gnlgroup.h:
 
12069
        * gnl/gnlobject.c:
 
12070
        * gnl/gnlobject.h:
 
12071
        * gnl/gnloperation.h:
 
12072
        * gnl/gnlsource.h:
 
12073
        * gnl/gnltimeline.h:
 
12074
        * gnl/gnltypes.h:
 
12075
        * src/Makefile.am:
 
12076
        * src/pitivi-checkbox.c:
 
12077
        * src/pitivi-checkbox.h:
 
12078
        * src/pitivi-codecconfwindow.c:
 
12079
        * src/pitivi-codecconfwindow.h:
 
12080
        * src/pitivi-controller.c:
 
12081
        * src/pitivi-controller.h:
 
12082
        * src/pitivi-cursor.h:
 
12083
        * src/pitivi-cursorbits.h:
 
12084
        * src/pitivi-debug.c:
 
12085
        * src/pitivi-debug.h:
 
12086
        * src/pitivi-drawing.h:
 
12087
        * src/pitivi-effectswindow.c:
 
12088
        * src/pitivi-effectswindow.h:
 
12089
        * src/pitivi-gstelementsettings.c:
 
12090
        * src/pitivi-gstelementsettings.h:
 
12091
        * src/pitivi-lplayerwindow.c:
 
12092
        * src/pitivi-lplayerwindow.h:
 
12093
        * src/pitivi-mainapp.c:
 
12094
        * src/pitivi-mainapp.h:
 
12095
        * src/pitivi-mediatrackinfo.c:
 
12096
        * src/pitivi-mediatrackinfo.h:
 
12097
        * src/pitivi-menu-actions.h:
 
12098
        * src/pitivi-menu.h:
 
12099
        * src/pitivi-newprojectwindow.c:
 
12100
        * src/pitivi-newprojectwindow.h:
 
12101
        * src/pitivi-project.c:
 
12102
        * src/pitivi-project.h:
 
12103
        * src/pitivi-projectsettings.c:
 
12104
        * src/pitivi-projectsettings.h:
 
12105
        * src/pitivi-projectsettingswindow.c:
 
12106
        * src/pitivi-projectsettingswindow.h:
 
12107
        * src/pitivi-projectsourcelist.c:
 
12108
        * src/pitivi-projectsourcelist.h:
 
12109
        * src/pitivi-projectwindows.c:
 
12110
        * src/pitivi-projectwindows.h:
 
12111
        * src/pitivi-ruler.c:
 
12112
        * src/pitivi-ruler.h:
 
12113
        * src/pitivi-settings.c:
 
12114
        * src/pitivi-settings.h:
 
12115
        * src/pitivi-settingswindow.c:
 
12116
        * src/pitivi-settingswindow.h:
 
12117
        * src/pitivi-sourcefile.c:
 
12118
        * src/pitivi-sourcefile.h:
 
12119
        * src/pitivi-sourcelistwindow.c:
 
12120
        * src/pitivi-sourcelistwindow.h:
 
12121
        * src/pitivi-splashscreenwindow.c:
 
12122
        * src/pitivi-splashscreenwindow.h:
 
12123
        * src/pitivi-thumbs.c:
 
12124
        * src/pitivi-thumbs.h:
 
12125
        * src/pitivi-timelinecellrenderer.c:
 
12126
        * src/pitivi-timelinecellrenderer.h:
 
12127
        * src/pitivi-timelinemedia.c:
 
12128
        * src/pitivi-timelinemedia.h:
 
12129
        * src/pitivi-timelinewindow.c:
 
12130
        * src/pitivi-timelinewindow.h:
 
12131
        * src/pitivi-toolbox.c:
 
12132
        * src/pitivi-toolbox.h:
 
12133
        * src/pitivi-types.h:
 
12134
        * src/pitivi-viewerwindow.c:
 
12135
        * src/pitivi-viewerwindow.h:
 
12136
        * src/pitivi-windows.c:
 
12137
        * src/pitivi-windows.h:
 
12138
          Ajout -Wall -Werror , correction des bugs/oublis/idioties associes
 
12139
 
 
12140
2004-11-16  Guillaume Casanova <casano_g@epitech.net>
 
12141
 
 
12142
        * src/pitivi-mainapp.c:
 
12143
          bugs
 
12144
 
 
12145
2004-11-16  Guillaume Casanova <casano_g@epitech.net>
 
12146
 
 
12147
        * src/pitivi-controller.c:
 
12148
        * src/pitivi-mainapp.c:
 
12149
        * src/pitivi-timelinewindow.c:
 
12150
          bugs
 
12151
 
 
12152
2004-11-16  Guillaume Casanova <casano_g@epitech.net>
 
12153
 
 
12154
        * src/pitivi-mainapp.c:
 
12155
          little bug
 
12156
 
 
12157
2004-11-16  Guillaume Casanova <casano_g@epitech.net>
 
12158
 
 
12159
        * gnl/gnlmarshal.c:
 
12160
        * src/pitivi-mainapp.c:
 
12161
        * src/pitivi-timelinewindow.c:
 
12162
        * ui/pitivi-timeline.xml:
 
12163
          little bug
 
12164
 
 
12165
2004-11-16  Guillaume Casanova <casano_g@epitech.net>
 
12166
 
 
12167
        * src/pitivi-controller.c:
 
12168
        * src/pitivi-effectswindow.c:
 
12169
        * src/pitivi-mainapp.c:
 
12170
        * src/pitivi-mainapp.h:
 
12171
        * src/pitivi-menu-actions.c:
 
12172
        * src/pitivi-menu-actions.h:
 
12173
        * src/pitivi-ruler.c:
 
12174
        * src/pitivi-ruler.h:
 
12175
        * src/pitivi-sourcefile.c:
 
12176
        * src/pitivi-sourcelistwindow.c:
 
12177
        * src/pitivi-timelinecellrenderer.c:
 
12178
        * src/pitivi-timelinemedia.c:
 
12179
        * src/pitivi-timelinewindow.c:
 
12180
        * src/pitivi-timelinewindow.h:
 
12181
        * src/pitivi-viewerwindow.c:
 
12182
          minimize
 
12183
 
 
12184
2004-11-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
12185
 
 
12186
        * configure.ac:
 
12187
        * docs/Makefile.am:
 
12188
        * docs/gnl/gnonlin-sections.txt:
 
12189
        * docs/gnl/tmpl/gnl.sgml:
 
12190
        * gnl/gnl.c:
 
12191
        * gnl/gnl.h:
 
12192
        * gnl/gnlcomposition.c:
 
12193
        * gnl/gnlcomposition.h:
 
12194
        * gnl/gnlgroup.h:
 
12195
        * gnl/gnlobject.c:
 
12196
        * gnl/gnlobject.h:
 
12197
        * gnl/gnloperation.h:
 
12198
        * gnl/gnlsource.c:
 
12199
        * gnl/gnlsource.h:
 
12200
        * gnl/gnltimeline.c:
 
12201
        * gnl/gnltimeline.h:
 
12202
        * src/pitivi-debug.c:
 
12203
        * src/pitivi-effectswindow.c:
 
12204
        * src/pitivi-effectswindow.h:
 
12205
        * src/pitivi-project.h:
 
12206
        * src/pitivi-projectsourcelist.c:
 
12207
        * src/pitivi-projectsourcelist.h:
 
12208
        * src/pitivi-sourcefile.c:
 
12209
        * src/pitivi-sourcefile.h:
 
12210
        * src/pitivi-sourcelistwindow.c:
 
12211
        * src/pitivi-thumbs.c:
 
12212
        * src/pitivi-timelinecellrenderer.c:
 
12213
        * src/pitivi-timelinemedia.c:
 
12214
        * src/pitivi-viewerwindow.c:
 
12215
          Conversion PitiviSourceFile a decodebin, modifications des autres classes, correction dnd
 
12216
 
 
12217
2004-11-15  Raphael Pralat <pralat_r@epitech.net>
 
12218
 
 
12219
        * src/pitivi-lplayerwindow.c:
 
12220
          lplay
 
12221
 
 
12222
2004-11-13  Marc Delettrez <delett_m@epitech.net>
 
12223
 
 
12224
        * src/pitivi-gstelementsettings.c:
 
12225
        * src/pitivi-gstelementsettings.h:
 
12226
        * src/pitivi-settingswindow.c:
 
12227
          UPDATE GST SETTINGS
 
12228
 
 
12229
2004-11-12  Guillaume Casanova <casano_g@epitech.net>
 
12230
 
 
12231
        * src/pitivi-effectswindow.c:
 
12232
        * src/pitivi-timelinecellrenderer.c:
 
12233
          addiotionals features not necessary needed TO IMPLEMENT and to TEST THE EFFECTS with gnonlin
 
12234
 
 
12235
2004-11-12  Guillaume Casanova <casano_g@epitech.net>
 
12236
 
 
12237
        * src/pitivi-effectswindow.c:
 
12238
        * src/pitivi-timelinecellrenderer.c:
7042
12239
          effetcs
7043
12240
 
7044
 
2004-11-12 11:50  cracoucas42
7045
 
 
7046
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
7047
 
          pitivi-mainapp.c, pitivi-mainapp.h, pitivi-newprojectwindow.c,
7048
 
          pitivi-project.c, pitivi-stockicons.c, pitivi-stockicons.h,
7049
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h: Ajout de
7050
 
          commentaires dans les fichiers mainapp.c et project.c
7051
 
 
7052
 
2004-11-12 10:42  cracoucas42
7053
 
 
7054
 
        * src/: pitivi-cursor.h, pitivi-timelinewindow.c, pitivi-toolbox.c:
7055
 
          Ajout du pointer de resize de la timeline lorsqu on clique sur le
7056
 
          resize de la menu bar, ajout popup lors de la creation de projets
7057
 
          successifs (a finir)
7058
 
 
7059
 
2004-11-11 21:03  casaxno
7060
 
 
7061
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
7062
 
          pitivi-timelinewindow.c: priority works until to find better
7063
 
          solution
7064
 
 
7065
 
2004-11-11 19:04  cracoucas42
7066
 
 
7067
 
        * pixmaps/pitivi-ddl_resize.png, pixmaps/pitivi-ddr_resize.png,
7068
 
          pixmaps/pitivi-dtl_resize.png, pixmaps/pitivi-dtr_resize.png,
7069
 
          pixmaps/pitivi-info.png, pixmaps/pitivi-resize.png,
7070
 
          pixmaps/pitivi-stock-h-resize.png,
7071
 
          pixmaps/pitivi-stock-v-resize.png, src/pitivi-effectswindow.c,
7072
 
          src/pitivi-mainapp.c, src/pitivi-menu-actions.c,
7073
 
          src/pitivi-newprojectwindow.c, src/pitivi-stockicons.c,
7074
 
          src/pitivi-stockicons.h, src/pitivi-timelinewindow.c,
7075
 
          src/pitivi-toolbox.c: Ajout d'icones et popup de nouveau projet
7076
 
 
7077
 
2004-11-11 18:00  nemoglobine
7078
 
 
7079
 
        * src/pitivi-settingswindow.c: UPDATE GST SETTINGS
7080
 
 
7081
 
2004-11-11 17:47  bilboed
7082
 
 
7083
 
        * src/: pitivi-checkbox.h, pitivi-lplayerwindow.c,
7084
 
          pitivi-mainapp.c, pitivi-mainapp.h, pitivi-project.h,
7085
 
          pitivi-sourcefile.h, pitivi-timelinecellrenderer.c,
7086
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
7087
 
          pitivi-timelinewindow.h, pitivi-viewerwindow.c: corrections
7088
 
          player,viewer,cut,gnonlin
7089
 
 
7090
 
2004-11-11 17:36  nemoglobine
7091
 
 
7092
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7093
 
          pitivi-settingswindow.c: UPDATE GST SETTINGS
7094
 
 
7095
 
2004-11-11 15:19  bilboed
7096
 
 
7097
 
        * docs/Makefile.am: oubli Makefile
7098
 
 
7099
 
2004-11-11 14:31  raph_tv
7100
 
 
7101
 
        * src/pitivi-lplayerwindow.c: UPDATE LIGHT PLAYER
7102
 
 
7103
 
2004-11-10 18:38  bilboed
7104
 
 
7105
 
        * docs/gnl/Makefile.in: removed useless Makefile.in
7106
 
 
7107
 
2004-11-10 18:30  bilboed
7108
 
 
7109
 
        * Makefile.am, configure.ac, docs/gnl/Makefile.am,
7110
 
          docs/gnl/Makefile.in, docs/gnl/gnonlin-docs.sgml,
7111
 
          docs/gnl/gnonlin-sections.txt, docs/gnl/gnonlin.types,
7112
 
          docs/gnl/tmpl/gnl.sgml, docs/gnl/tmpl/gnlcomposition.sgml,
7113
 
          docs/gnl/tmpl/gnlgroup.sgml, docs/gnl/tmpl/gnlmarshal.sgml,
7114
 
          docs/gnl/tmpl/gnlobject.sgml, docs/gnl/tmpl/gnloperation.sgml,
7115
 
          docs/gnl/tmpl/gnlsource.sgml, docs/gnl/tmpl/gnltimeline.sgml,
7116
 
          docs/gnl/tmpl/gnlversion.sgml, docs/gnl/tmpl/gnonlin-unused.sgml,
7117
 
          gnl/gnlcomposition.c, gnl/gnlcomposition.h, gnl/gnlobject.c,
7118
 
          gnl/gnloperation.c, gnl/gnltimeline.c: Added gnonlin gtk-doc
7119
 
          documentation
7120
 
 
7121
 
2004-11-09 21:28  bilboed
7122
 
 
7123
 
        * gnl/gnlmarshal.list: piti oubli
7124
 
 
7125
 
2004-11-09 16:29  bilboed
7126
 
 
7127
 
        * src/pitivi-sourcelistwindow.c: get rid of useless functions
7128
 
 
7129
 
2004-11-09 16:20  bilboed
7130
 
 
7131
 
        * docs/.pitivi: adding pitivi test file
7132
 
 
7133
 
2004-11-09 16:09  bilboed
7134
 
 
7135
 
        * Makefile.am, configure.ac, gnl/Makefile.am, gnl/gnl.c, gnl/gnl.h,
7136
 
          gnl/gnlcomposition.c, gnl/gnlcomposition.h, gnl/gnlelements.c,
7137
 
          gnl/gnlgroup.c, gnl/gnlgroup.h, gnl/gnlmarshal.c,
7138
 
          gnl/gnlmarshal.h, gnl/gnlobject.c, gnl/gnlobject.h,
7139
 
          gnl/gnloperation.c, gnl/gnloperation.h, gnl/gnlsource.c,
7140
 
          gnl/gnlsource.h, gnl/gnltimeline.c, gnl/gnltimeline.h,
7141
 
          gnl/gnlversion.h: deplacement gnonlin->gnl
7142
 
 
7143
 
2004-11-09 04:21  casaxno
 
12241
2004-11-12  Stephan Bloch <bloch_s@epitech.net>
 
12242
 
 
12243
        * src/pitivi-effectswindow.c:
 
12244
        * src/pitivi-effectswindow.h:
 
12245
        * src/pitivi-mainapp.c:
 
12246
        * src/pitivi-mainapp.h:
 
12247
        * src/pitivi-newprojectwindow.c:
 
12248
        * src/pitivi-project.c:
 
12249
        * src/pitivi-stockicons.c:
 
12250
        * src/pitivi-stockicons.h:
 
12251
        * src/pitivi-timelinewindow.c:
 
12252
        * src/pitivi-timelinewindow.h:
 
12253
          Ajout de commentaires dans les fichiers mainapp.c et project.c
 
12254
 
 
12255
2004-11-12  Stephan Bloch <bloch_s@epitech.net>
 
12256
 
 
12257
        * src/pitivi-cursor.h:
 
12258
        * src/pitivi-timelinewindow.c:
 
12259
        * src/pitivi-toolbox.c:
 
12260
          Ajout du pointer de resize de la timeline lorsqu on clique sur le resize de la menu bar, ajout popup lors de la creation de projets successifs (a finir)
 
12261
 
 
12262
2004-11-11  Guillaume Casanova <casano_g@epitech.net>
 
12263
 
 
12264
        * src/pitivi-timelinecellrenderer.c:
 
12265
        * src/pitivi-timelinemedia.c:
 
12266
        * src/pitivi-timelinewindow.c:
 
12267
          priority works until to find better solution
 
12268
 
 
12269
2004-11-11  Stephan Bloch <bloch_s@epitech.net>
 
12270
 
 
12271
        * pixmaps/pitivi-ddl_resize.png:
 
12272
        * pixmaps/pitivi-ddr_resize.png:
 
12273
        * pixmaps/pitivi-dtl_resize.png:
 
12274
        * pixmaps/pitivi-dtr_resize.png:
 
12275
        * pixmaps/pitivi-info.png:
 
12276
        * pixmaps/pitivi-resize.png:
 
12277
        * pixmaps/pitivi-stock-h-resize.png:
 
12278
        * pixmaps/pitivi-stock-v-resize.png:
 
12279
        * src/pitivi-effectswindow.c:
 
12280
        * src/pitivi-mainapp.c:
 
12281
        * src/pitivi-menu-actions.c:
 
12282
        * src/pitivi-newprojectwindow.c:
 
12283
        * src/pitivi-stockicons.c:
 
12284
        * src/pitivi-stockicons.h:
 
12285
        * src/pitivi-timelinewindow.c:
 
12286
        * src/pitivi-toolbox.c:
 
12287
          Ajout d'icones et popup de nouveau projet
 
12288
 
 
12289
2004-11-11  Marc Delettrez <delett_m@epitech.net>
 
12290
 
 
12291
        * src/pitivi-settingswindow.c:
 
12292
          UPDATE GST SETTINGS
 
12293
 
 
12294
2004-11-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
12295
 
 
12296
        * src/pitivi-checkbox.h:
 
12297
        * src/pitivi-lplayerwindow.c:
 
12298
        * src/pitivi-mainapp.c:
 
12299
        * src/pitivi-mainapp.h:
 
12300
        * src/pitivi-project.h:
 
12301
        * src/pitivi-sourcefile.h:
 
12302
        * src/pitivi-timelinecellrenderer.c:
 
12303
        * src/pitivi-timelinemedia.c:
 
12304
        * src/pitivi-timelinewindow.c:
 
12305
        * src/pitivi-timelinewindow.h:
 
12306
        * src/pitivi-viewerwindow.c:
 
12307
          corrections player,viewer,cut,gnonlin
 
12308
 
 
12309
2004-11-11  Marc Delettrez <delett_m@epitech.net>
 
12310
 
 
12311
        * src/pitivi-gstelementsettings.c:
 
12312
        * src/pitivi-gstelementsettings.h:
 
12313
        * src/pitivi-settingswindow.c:
 
12314
          UPDATE GST SETTINGS
 
12315
 
 
12316
2004-11-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
12317
 
 
12318
        * docs/Makefile.am:
 
12319
          oubli Makefile
 
12320
 
 
12321
2004-11-11  Raphael Pralat <pralat_r@epitech.net>
 
12322
 
 
12323
        * src/pitivi-lplayerwindow.c:
 
12324
          UPDATE LIGHT PLAYER
 
12325
 
 
12326
2004-11-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
12327
 
 
12328
        * docs/gnl/Makefile.in:
 
12329
          removed useless Makefile.in
 
12330
 
 
12331
2004-11-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
12332
 
 
12333
        * Makefile.am:
 
12334
        * configure.ac:
 
12335
        * docs/gnl/Makefile.am:
 
12336
        * docs/gnl/Makefile.in:
 
12337
        * docs/gnl/gnonlin-docs.sgml:
 
12338
        * docs/gnl/gnonlin-sections.txt:
 
12339
        * docs/gnl/gnonlin.types:
 
12340
        * docs/gnl/tmpl/gnl.sgml:
 
12341
        * docs/gnl/tmpl/gnlcomposition.sgml:
 
12342
        * docs/gnl/tmpl/gnlgroup.sgml:
 
12343
        * docs/gnl/tmpl/gnlmarshal.sgml:
 
12344
        * docs/gnl/tmpl/gnlobject.sgml:
 
12345
        * docs/gnl/tmpl/gnloperation.sgml:
 
12346
        * docs/gnl/tmpl/gnlsource.sgml:
 
12347
        * docs/gnl/tmpl/gnltimeline.sgml:
 
12348
        * docs/gnl/tmpl/gnlversion.sgml:
 
12349
        * docs/gnl/tmpl/gnonlin-unused.sgml:
 
12350
        * gnl/gnlcomposition.c:
 
12351
        * gnl/gnlcomposition.h:
 
12352
        * gnl/gnlobject.c:
 
12353
        * gnl/gnloperation.c:
 
12354
        * gnl/gnltimeline.c:
 
12355
          Added gnonlin gtk-doc documentation
 
12356
 
 
12357
2004-11-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
12358
 
 
12359
        * gnl/gnlmarshal.list:
 
12360
          piti oubli
 
12361
 
 
12362
2004-11-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
12363
 
 
12364
        * src/pitivi-sourcelistwindow.c:
 
12365
          get rid of useless functions
 
12366
 
 
12367
2004-11-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
12368
 
 
12369
        * docs/.pitivi:
 
12370
          adding pitivi test file
 
12371
 
 
12372
2004-11-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
12373
 
 
12374
        * Makefile.am:
 
12375
        * configure.ac:
 
12376
        * gnl/Makefile.am:
 
12377
        * gnl/gnl.c:
 
12378
        * gnl/gnl.h:
 
12379
        * gnl/gnlcomposition.c:
 
12380
        * gnl/gnlcomposition.h:
 
12381
        * gnl/gnlelements.c:
 
12382
        * gnl/gnlgroup.c:
 
12383
        * gnl/gnlgroup.h:
 
12384
        * gnl/gnlmarshal.c:
 
12385
        * gnl/gnlmarshal.h:
 
12386
        * gnl/gnlobject.c:
 
12387
        * gnl/gnlobject.h:
 
12388
        * gnl/gnloperation.c:
 
12389
        * gnl/gnloperation.h:
 
12390
        * gnl/gnlsource.c:
 
12391
        * gnl/gnlsource.h:
 
12392
        * gnl/gnltimeline.c:
 
12393
        * gnl/gnltimeline.h:
 
12394
        * gnl/gnlversion.h:
 
12395
        * gnonlin/Makefile.am:
 
12396
        * gnonlin/gnl.c:
 
12397
        * gnonlin/gnl.h:
 
12398
        * gnonlin/gnlcomposition.c:
 
12399
        * gnonlin/gnlcomposition.h:
 
12400
        * gnonlin/gnlelements.c:
 
12401
        * gnonlin/gnlgroup.c:
 
12402
        * gnonlin/gnlgroup.h:
 
12403
        * gnonlin/gnlmarshal.list:
 
12404
        * gnonlin/gnlobject.c:
 
12405
        * gnonlin/gnlobject.h:
 
12406
        * gnonlin/gnloperation.c:
 
12407
        * gnonlin/gnloperation.h:
 
12408
        * gnonlin/gnlsource.c:
 
12409
        * gnonlin/gnlsource.h:
 
12410
        * gnonlin/gnltimeline.c:
 
12411
        * gnonlin/gnltimeline.h:
 
12412
        * gnonlin/gnlversion.h:
 
12413
          deplacement gnonlin->gnl
 
12414
 
 
12415
2004-11-09  Guillaume Casanova <casano_g@epitech.net>
7144
12416
 
7145
12417
        * src/pitivi-effectswindow.c:
7146
12418
          hand drag
7147
12419
 
7148
 
2004-11-09 04:11  casaxno
 
12420
2004-11-09  Guillaume Casanova <casano_g@epitech.net>
7149
12421
 
7150
 
        * src/: Makefile.am, pitivi-effectswindow.c,
7151
 
          pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
7152
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7153
 
          pitivi-timelinemedia.c, pitivi-viewerwindow.c,
7154
 
          pitivi-sourcefile.c, pitivi-sourcefile.h, pitivi-thumbs.c~,
7155
 
          pitivi-thumbs.h~:
 
12422
        * src/Makefile.am:
 
12423
        * src/pitivi-effectswindow.c:
 
12424
        * src/pitivi-projectsourcelist.c:
 
12425
        * src/pitivi-projectsourcelist.h:
 
12426
        * src/pitivi-sourcefile.c:
 
12427
        * src/pitivi-sourcefile.h:
 
12428
        * src/pitivi-sourcelistwindow.c:
 
12429
        * src/pitivi-thumbs.c~:
 
12430
        * src/pitivi-thumbs.h~:
 
12431
        * src/pitivi-timelinecellrenderer.c:
 
12432
        * src/pitivi-timelinemedia.c:
 
12433
        * src/pitivi-viewerwindow.c:
7156
12434
          PitiviSourceFile Object
7157
12435
 
7158
 
2004-11-06 21:52  casaxno
 
12436
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7159
12437
 
7160
 
        * src/: pitivi-mainapp.c, pitivi-timelinecellrenderer.c:
 
12438
        * src/pitivi-mainapp.c:
 
12439
        * src/pitivi-timelinecellrenderer.c:
7161
12440
          deleting pitivi-toolboxwindow.c
7162
12441
 
7163
 
2004-11-06 21:48  casaxno
 
12442
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7164
12443
 
7165
 
        * src/: Makefile.am, pitivi-toolboxwindow.c,
7166
 
          pitivi-toolboxwindow.h:
 
12444
        * src/Makefile.am:
 
12445
        * src/pitivi-toolboxwindow.c:
 
12446
        * src/pitivi-toolboxwindow.h:
7167
12447
          deleting pitivi-toolboxwindow
7168
12448
 
7169
 
2004-11-06 21:43  casaxno
 
12449
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7170
12450
 
7171
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c,
7172
 
          pitivi-timelinewindow.h:
 
12451
        * src/pitivi-timelinecellrenderer.c:
 
12452
        * src/pitivi-timelinewindow.c:
 
12453
        * src/pitivi-timelinewindow.h:
7173
12454
          version
7174
12455
 
7175
 
2004-11-06 21:23  casaxno
 
12456
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7176
12457
 
7177
12458
        * src/Makefile.am:
7178
12459
          add pitivi-thumbs.c to Makefile
7179
12460
 
7180
 
2004-11-06 21:19  casaxno
 
12461
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7181
12462
 
7182
 
        * src/: Makefile.am, pitivi-ruler.c, pitivi-sourcelistwindow.c,
7183
 
          pitivi-thumbs.c, pitivi-thumbs.c~, pitivi-thumbs.h,
7184
 
          pitivi-thumbs.h~, pitivi-timelinecellrenderer.c,
7185
 
          pitivi-timelinemedia.c, pitivi-videothumbnails.c:
 
12463
        * src/Makefile.am:
 
12464
        * src/pitivi-ruler.c:
 
12465
        * src/pitivi-sourcelistwindow.c:
 
12466
        * src/pitivi-thumbs.c:
 
12467
        * src/pitivi-thumbs.c~:
 
12468
        * src/pitivi-thumbs.h:
 
12469
        * src/pitivi-thumbs.h~:
 
12470
        * src/pitivi-timelinecellrenderer.c:
 
12471
        * src/pitivi-timelinemedia.c:
 
12472
        * src/pitivi-videothumbnails.c:
7186
12473
          thumbnail
7187
12474
 
7188
 
2004-11-06 18:39  casaxno
 
12475
2004-11-06  Guillaume Casanova <casano_g@epitech.net>
7189
12476
 
7190
 
        * src/: pitivi-drawing.c, pitivi-effectswindow.c, pitivi-ruler.c,
7191
 
          pitivi-ruler.h, pitivi-timelinecellrenderer.c,
7192
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7193
 
          pitivi-timelinewindow.c:
 
12477
        * src/pitivi-drawing.c:
 
12478
        * src/pitivi-effectswindow.c:
 
12479
        * src/pitivi-ruler.c:
 
12480
        * src/pitivi-ruler.h:
 
12481
        * src/pitivi-timelinecellrenderer.c:
 
12482
        * src/pitivi-timelinecellrenderer.h:
 
12483
        * src/pitivi-timelinemedia.c:
 
12484
        * src/pitivi-timelinewindow.c:
7194
12485
          pixmap caching
7195
12486
 
7196
 
2004-11-04 17:25  cracoucas42
7197
 
 
7198
 
        * pixmaps/pitivi_BPWS_effect.png, pixmaps/pitivi_IIr_effect.png,
7199
 
          pixmaps/pitivi_LPWS_effect.png, pixmaps/pitivi_RevTV_effect.png,
7200
 
          pixmaps/pitivi_adjust_effect.png,
7201
 
          pixmaps/pitivi_agingTV_effect.png,
7202
 
          pixmaps/pitivi_audio_rate_effect.png,
7203
 
          pixmaps/pitivi_diceTV_effect.png,
7204
 
          pixmaps/pitivi_edgeTV_effect.png,
7205
 
          pixmaps/pitivi_envelope_volume_effect.png,
7206
 
          pixmaps/pitivi_pass_effect.png,
7207
 
          pixmaps/pitivi_quarkTV_effect.png,
7208
 
          pixmaps/pitivi_quark_effect.png,
7209
 
          pixmaps/pitivi_shagadelicTV_effect.png,
7210
 
          pixmaps/pitivi_speed_effect.png,
7211
 
          pixmaps/pitivi_stereo_effect.png,
7212
 
          pixmaps/pitivi_synthetiser_effect.png,
7213
 
          pixmaps/pitivi_vertigoTV_effect.png,
7214
 
          pixmaps/pitivi_volume_effect.png,
7215
 
          pixmaps/pitivi_warpTV_effect.png, src/pitivi-effects_cat.h,
7216
 
          src/pitivi-effectswindow.c, src/pitivi-stockicons.c,
7217
 
          src/pitivi-stockicons.h: Ajout des icones pour les effets audios
7218
 
 
7219
 
2004-11-02 19:20  bilboed
7220
 
 
7221
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
7222
 
          pitivi-timelinemedia.h: graphical cut synchronised with gnonlin
7223
 
 
7224
 
2004-11-01 18:00  bilboed
7225
 
 
7226
 
        * src/: pitivi-project.c, pitivi-viewerwindow.c,
7227
 
          pitivi-viewerwindow.h: seek fonctionne un peu mieux...
7228
 
 
7229
 
2004-11-01 16:43  bilboed
7230
 
 
7231
 
        * src/pitivi-mainapp.c: I hate weird macros...
7232
 
 
7233
 
2004-11-01 07:03  nemoglobine
7234
 
 
7235
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7236
 
          pitivi-viewerwindow.c: UPDATE SETTINGS
7237
 
 
7238
 
2004-10-31 14:01  bilboed
7239
 
 
7240
 
        * src/pitivi-mainapp.c: timelinewindow->project est maintenant mis
7241
 
 
7242
 
2004-10-31 12:11  hheidy
7243
 
 
7244
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
7245
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h: create a
7246
 
          separete audio and video pipeline
7247
 
 
7248
 
2004-10-31 04:22  nemoglobine
7249
 
 
7250
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7251
 
          pitivi-settingswindow.c, pitivi-settingswindow.h: UPDATE SETTINGS
7252
 
 
7253
 
2004-10-30 20:21  bilboed
7254
 
 
7255
 
        * src/pitivi-viewerwindow.c: more work on gnonlin
7256
 
 
7257
 
2004-10-30 17:44  casaxno
7258
 
 
7259
 
        * src/pitivi-timelinemedia.c: cut bug
7260
 
 
7261
 
2004-10-30 16:53  casaxno
7262
 
 
7263
 
        * src/: pitivi-lplayerwindow.c, pitivi-lplayerwindow.h,
7264
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7265
 
          pitivi-timelinemedia.c, pitivi-videothumbnails.c: [no log
7266
 
          message]
7267
 
 
7268
 
2004-10-30 14:06  casaxno
7269
 
 
7270
 
        * src/: pitivi-controller.c, pitivi-effectswindow.c,
7271
 
          pitivi-effectswindow.h, pitivi-mediatrackinfo.c, pitivi-ruler.c,
7272
 
          pitivi-ruler.h, pitivi-sourcelistwindow.c, pitivi-stockicons.c,
7273
 
          pitivi-stockicons.h, pitivi-timelinecellrenderer.c,
7274
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7275
 
          pitivi-timelinewindow.c, pitivi-toolbox.c,
7276
 
          pitivi-videothumbnails.c: [no log message]
7277
 
 
7278
 
2004-10-29 19:36  bilboed
7279
 
 
7280
 
        * src/: pitivi-videothumbnails.c, pitivi-viewerwindow.c:
 
12487
2004-11-04  Stephan Bloch <bloch_s@epitech.net>
 
12488
 
 
12489
        * pixmaps/pitivi_BPWS_effect.png:
 
12490
        * pixmaps/pitivi_IIr_effect.png:
 
12491
        * pixmaps/pitivi_LPWS_effect.png:
 
12492
        * pixmaps/pitivi_RevTV_effect.png:
 
12493
        * pixmaps/pitivi_adjust_effect.png:
 
12494
        * pixmaps/pitivi_agingTV_effect.png:
 
12495
        * pixmaps/pitivi_audio_rate_effect.png:
 
12496
        * pixmaps/pitivi_diceTV_effect.png:
 
12497
        * pixmaps/pitivi_edgeTV_effect.png:
 
12498
        * pixmaps/pitivi_envelope_volume_effect.png:
 
12499
        * pixmaps/pitivi_pass_effect.png:
 
12500
        * pixmaps/pitivi_quarkTV_effect.png:
 
12501
        * pixmaps/pitivi_quark_effect.png:
 
12502
        * pixmaps/pitivi_shagadelicTV_effect.png:
 
12503
        * pixmaps/pitivi_speed_effect.png:
 
12504
        * pixmaps/pitivi_stereo_effect.png:
 
12505
        * pixmaps/pitivi_synthetiser_effect.png:
 
12506
        * pixmaps/pitivi_vertigoTV_effect.png:
 
12507
        * pixmaps/pitivi_volume_effect.png:
 
12508
        * pixmaps/pitivi_warpTV_effect.png:
 
12509
        * src/pitivi-effects_cat.h:
 
12510
        * src/pitivi-effectswindow.c:
 
12511
        * src/pitivi-stockicons.c:
 
12512
        * src/pitivi-stockicons.h:
 
12513
          Ajout des icones pour les effets audios
 
12514
 
 
12515
2004-11-02  Edward Hervey <edward.hervey@collabora.co.uk>
 
12516
 
 
12517
        * gnonlin/gnlobject.c:
 
12518
        * src/pitivi-timelinecellrenderer.c:
 
12519
        * src/pitivi-timelinemedia.c:
 
12520
        * src/pitivi-timelinemedia.h:
 
12521
          graphical cut synchronised with gnonlin
 
12522
 
 
12523
2004-11-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
12524
 
 
12525
        * gnonlin/gnlsource.c:
 
12526
        * gnonlin/gnltimeline.c:
 
12527
        * src/pitivi-project.c:
 
12528
        * src/pitivi-viewerwindow.c:
 
12529
        * src/pitivi-viewerwindow.h:
 
12530
          seek fonctionne un peu mieux...
 
12531
 
 
12532
2004-11-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
12533
 
 
12534
        * src/pitivi-mainapp.c:
 
12535
          I hate weird macros...
 
12536
 
 
12537
2004-11-01  Marc Delettrez <delett_m@epitech.net>
 
12538
 
 
12539
        * src/pitivi-gstelementsettings.c:
 
12540
        * src/pitivi-gstelementsettings.h:
 
12541
        * src/pitivi-viewerwindow.c:
 
12542
          UPDATE SETTINGS
 
12543
 
 
12544
2004-10-31  Edward Hervey <edward.hervey@collabora.co.uk>
 
12545
 
 
12546
        * src/pitivi-mainapp.c:
 
12547
          timelinewindow->project est maintenant mis
 
12548
 
 
12549
2004-10-31  Heidy Hery <hery_h@epitech.net>
 
12550
 
 
12551
        * src/pitivi-projectsourcelist.c:
 
12552
        * src/pitivi-projectsourcelist.h:
 
12553
        * src/pitivi-sourcelistwindow.c:
 
12554
        * src/pitivi-sourcelistwindow.h:
 
12555
          create a separete audio and video pipeline
 
12556
 
 
12557
2004-10-31  Marc Delettrez <delett_m@epitech.net>
 
12558
 
 
12559
        * src/pitivi-gstelementsettings.c:
 
12560
        * src/pitivi-gstelementsettings.h:
 
12561
        * src/pitivi-settingswindow.c:
 
12562
        * src/pitivi-settingswindow.h:
 
12563
          UPDATE SETTINGS
 
12564
 
 
12565
2004-10-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
12566
 
 
12567
        * gnonlin/gnlcomposition.c:
 
12568
        * gnonlin/gnlcomposition.h:
 
12569
        * gnonlin/gnlobject.c:
 
12570
        * gnonlin/gnlsource.c:
 
12571
        * src/pitivi-viewerwindow.c:
 
12572
          more work on gnonlin
 
12573
 
 
12574
2004-10-30  Guillaume Casanova <casano_g@epitech.net>
 
12575
 
 
12576
        * src/pitivi-timelinemedia.c:
 
12577
          cut bug
 
12578
 
 
12579
2004-10-30  Guillaume Casanova <casano_g@epitech.net>
 
12580
 
 
12581
        * src/pitivi-lplayerwindow.c:
 
12582
        * src/pitivi-lplayerwindow.h:
 
12583
        * src/pitivi-sourcelistwindow.c:
 
12584
        * src/pitivi-timelinecellrenderer.c:
 
12585
        * src/pitivi-timelinemedia.c:
 
12586
        * src/pitivi-videothumbnails.c:
 
12587
          *** empty log message ***
 
12588
 
 
12589
2004-10-30  Guillaume Casanova <casano_g@epitech.net>
 
12590
 
 
12591
        * src/pitivi-controller.c:
 
12592
        * src/pitivi-effectswindow.c:
 
12593
        * src/pitivi-effectswindow.h:
 
12594
        * src/pitivi-mediatrackinfo.c:
 
12595
        * src/pitivi-ruler.c:
 
12596
        * src/pitivi-ruler.h:
 
12597
        * src/pitivi-sourcelistwindow.c:
 
12598
        * src/pitivi-stockicons.c:
 
12599
        * src/pitivi-stockicons.h:
 
12600
        * src/pitivi-timelinecellrenderer.c:
 
12601
        * src/pitivi-timelinemedia.c:
 
12602
        * src/pitivi-timelinemedia.h:
 
12603
        * src/pitivi-timelinewindow.c:
 
12604
        * src/pitivi-toolbox.c:
 
12605
        * src/pitivi-videothumbnails.c:
 
12606
          *** empty log message ***
 
12607
 
 
12608
2004-10-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
12609
 
 
12610
        * src/pitivi-videothumbnails.c:
 
12611
        * src/pitivi-viewerwindow.c:
7281
12612
          viewerwindow slider synchronised with timeline
7282
12613
 
7283
 
2004-10-29 16:16  bilboed
7284
 
 
7285
 
        * pixmaps/bg.xpm: correction du bg.xpm
7286
 
 
7287
 
2004-10-29 12:21  casaxno
 
12614
2004-10-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
12615
 
 
12616
        * gnonlin/gnlcomposition.c:
 
12617
        * gnonlin/gnlobject.c:
 
12618
        * gnonlin/gnlsource.c:
 
12619
        * gnonlin/gnltimeline.c:
 
12620
          Gnl* query now works for all objects
 
12621
 
 
12622
2004-10-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
12623
 
 
12624
        * pixmaps/bg.xpm:
 
12625
          correction du bg.xpm
 
12626
 
 
12627
2004-10-29  Guillaume Casanova <casano_g@epitech.net>
7288
12628
 
7289
12629
        * src/pitivi-timelinecellrenderer.c:
7290
12630
          cell renderer
7291
12631
 
7292
 
2004-10-29 12:14  casaxno
 
12632
2004-10-29  Guillaume Casanova <casano_g@epitech.net>
7293
12633
 
7294
 
        * pixmaps/smpte-failed.png, src/pitivi-sourcelistwindow.c,
7295
 
          src/pitivi-sourcelistwindow.h, src/pitivi-timelinecellrenderer.c,
7296
 
          src/pitivi-timelinemedia.c, src/pitivi-timelinewindow.c,
7297
 
          src/pitivi-timelinewindow.h:
 
12634
        * pixmaps/smpte-failed.png:
 
12635
        * src/pitivi-sourcelistwindow.c:
 
12636
        * src/pitivi-sourcelistwindow.h:
 
12637
        * src/pitivi-timelinecellrenderer.c:
 
12638
        * src/pitivi-timelinemedia.c:
 
12639
        * src/pitivi-timelinewindow.c:
 
12640
        * src/pitivi-timelinewindow.h:
7298
12641
          smpte failed
7299
12642
 
7300
 
2004-10-29 11:54  casaxno
 
12643
2004-10-29  Guillaume Casanova <casano_g@epitech.net>
7301
12644
 
7302
 
        * src/: pitivi-effectswindow.c, pitivi-timelinecellrenderer.c,
7303
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7304
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c:
 
12645
        * src/pitivi-effectswindow.c:
 
12646
        * src/pitivi-timelinecellrenderer.c:
 
12647
        * src/pitivi-timelinecellrenderer.h:
 
12648
        * src/pitivi-timelinemedia.c:
 
12649
        * src/pitivi-timelinemedia.h:
 
12650
        * src/pitivi-timelinewindow.c:
7305
12651
          mods on effects
7306
12652
 
7307
 
2004-10-29 11:40  cracoucas42
7308
 
 
7309
 
        * pixmaps/pitivi_alpha_color_effect.png,
7310
 
          pixmaps/pitivi_alpha_effect.png,
7311
 
          pixmaps/pitivi_balance_effect.png, pixmaps/pitivi_box_effect.png,
7312
 
          pixmaps/pitivi_crop_effect.png,
7313
 
          pixmaps/pitivi_deinterlace_effect.png,
7314
 
          pixmaps/pitivi_flipper_effect.png,
7315
 
          pixmaps/pitivi_frame_effect.png, pixmaps/pitivi_gamma_effect.png,
7316
 
          pixmaps/pitivi_median_effect.png, pixmaps/pitivi_rate_effect.png,
7317
 
          pixmaps/pitivi_scaler_effect.png,
7318
 
          pixmaps/pitivi_smooth_effect.png, src/pitivi-effects_cat.h,
7319
 
          src/pitivi-effectswindow.c, src/pitivi-effectswindow.h,
7320
 
          src/pitivi-stockicons.c, src/pitivi-stockicons.h: Ajout des
7321
 
          icones pour quelques effets de videos
7322
 
 
7323
 
2004-10-29 03:57  casaxno
7324
 
 
7325
 
        * src/: pitivi-effectswindow.c, pitivi-lplayerwindow.c,
7326
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7327
 
          pitivi-timelinemedia.c:
 
12653
2004-10-29  Stephan Bloch <bloch_s@epitech.net>
 
12654
 
 
12655
        * pixmaps/pitivi_alpha_color_effect.png:
 
12656
        * pixmaps/pitivi_alpha_effect.png:
 
12657
        * pixmaps/pitivi_balance_effect.png:
 
12658
        * pixmaps/pitivi_box_effect.png:
 
12659
        * pixmaps/pitivi_crop_effect.png:
 
12660
        * pixmaps/pitivi_deinterlace_effect.png:
 
12661
        * pixmaps/pitivi_flipper_effect.png:
 
12662
        * pixmaps/pitivi_frame_effect.png:
 
12663
        * pixmaps/pitivi_gamma_effect.png:
 
12664
        * pixmaps/pitivi_median_effect.png:
 
12665
        * pixmaps/pitivi_rate_effect.png:
 
12666
        * pixmaps/pitivi_scaler_effect.png:
 
12667
        * pixmaps/pitivi_smooth_effect.png:
 
12668
        * src/pitivi-effects_cat.h:
 
12669
        * src/pitivi-effectswindow.c:
 
12670
        * src/pitivi-effectswindow.h:
 
12671
        * src/pitivi-stockicons.c:
 
12672
        * src/pitivi-stockicons.h:
 
12673
          Ajout des icones pour quelques effets de videos
 
12674
 
 
12675
2004-10-29  Guillaume Casanova <casano_g@epitech.net>
 
12676
 
 
12677
        * src/pitivi-effectswindow.c:
 
12678
        * src/pitivi-lplayerwindow.c:
 
12679
        * src/pitivi-sourcelistwindow.c:
 
12680
        * src/pitivi-timelinecellrenderer.c:
 
12681
        * src/pitivi-timelinemedia.c:
7328
12682
          effects
7329
12683
 
7330
 
2004-10-29 01:38  casaxno
 
12684
2004-10-28  Guillaume Casanova <casano_g@epitech.net>
7331
12685
 
7332
 
        * src/: pitivi-mediatrackinfo.c, pitivi-sourcelistwindow.c,
7333
 
          pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c:
 
12686
        * src/pitivi-mediatrackinfo.c:
 
12687
        * src/pitivi-sourcelistwindow.c:
 
12688
        * src/pitivi-timelinecellrenderer.c:
 
12689
        * src/pitivi-timelinewindow.c:
7334
12690
          modifications
7335
12691
 
7336
 
2004-10-29 00:27  casaxno
 
12692
2004-10-28  Guillaume Casanova <casano_g@epitech.net>
7337
12693
 
7338
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-videothumbnails.c:
 
12694
        * src/pitivi-timelinecellrenderer.c:
 
12695
        * src/pitivi-videothumbnails.c:
7339
12696
          Updating thumbs
7340
12697
 
7341
 
2004-10-29 00:17  casaxno
 
12698
2004-10-28  Guillaume Casanova <casano_g@epitech.net>
7342
12699
 
7343
 
        * src/: Makefile.am, pitivi-controller.c, pitivi-controller.h,
7344
 
          pitivi-drawing.c, pitivi-effectswindow.c, pitivi-effectswindow.h,
7345
 
          pitivi-mainapp.c, pitivi-mediatrackinfo.c, pitivi-menu-actions.c,
7346
 
          pitivi-project.c, pitivi-ruler.c, pitivi-ruler.h,
7347
 
          pitivi-sourcelistwindow.c, pitivi-stockicons.c,
7348
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7349
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
7350
 
          pitivi-timelinewindow.h, pitivi-trackenum.h,
7351
 
          pitivi-videothumbnails.c, pitivi-viewerwindow.c,
7352
 
          pitivi-viewerwindow.h:
 
12700
        * src/Makefile.am:
 
12701
        * src/pitivi-controller.c:
 
12702
        * src/pitivi-controller.h:
 
12703
        * src/pitivi-drawing.c:
 
12704
        * src/pitivi-effectswindow.c:
 
12705
        * src/pitivi-effectswindow.h:
 
12706
        * src/pitivi-mainapp.c:
 
12707
        * src/pitivi-mediatrackinfo.c:
 
12708
        * src/pitivi-menu-actions.c:
 
12709
        * src/pitivi-project.c:
 
12710
        * src/pitivi-ruler.c:
 
12711
        * src/pitivi-ruler.h:
 
12712
        * src/pitivi-sourcelistwindow.c:
 
12713
        * src/pitivi-stockicons.c:
 
12714
        * src/pitivi-timelinecellrenderer.c:
 
12715
        * src/pitivi-timelinecellrenderer.h:
 
12716
        * src/pitivi-timelinemedia.c:
 
12717
        * src/pitivi-timelinewindow.c:
 
12718
        * src/pitivi-timelinewindow.h:
 
12719
        * src/pitivi-trackenum.h:
 
12720
        * src/pitivi-videothumbnails.c:
 
12721
        * src/pitivi-viewerwindow.c:
 
12722
        * src/pitivi-viewerwindow.h:
7353
12723
          last modifications
7354
12724
 
7355
 
2004-10-28 18:28  bilboed
 
12725
2004-10-28  Edward Hervey <edward.hervey@collabora.co.uk>
7356
12726
 
7357
 
        * src/: pitivi-lplayerwindow.c, pitivi-sourcelistwindow.c:
 
12727
        * gnonlin/gnlcomposition.c:
 
12728
        * src/pitivi-lplayerwindow.c:
 
12729
        * src/pitivi-sourcelistwindow.c:
7358
12730
          GnlComposition correct start/stop
7359
12731
 
7360
 
2004-10-28 13:15  nemoglobine
7361
 
 
7362
 
        * src/pitivi-lplayerwindow.c: UPDATE PLAYER
7363
 
 
7364
 
2004-10-28 13:02  nemoglobine
7365
 
 
7366
 
        * src/pitivi-lplayerwindow.c: UPDATE PLAYER
7367
 
 
7368
 
2004-10-28 12:49  nemoglobine
7369
 
 
7370
 
        * src/: pitivi-lplayerwindow.c, pitivi-lplayerwindow.h: UPDATE
7371
 
          PLAYER
7372
 
 
7373
 
2004-10-28 12:46  nemoglobine
7374
 
 
7375
 
        * src/: pitivi-lplayerwindow.c, pitivi-viewerwindow.c,
7376
 
          pitivi-viewerwindow.h: UPDATE PLAYER
7377
 
 
7378
 
2004-10-28 07:30  nemoglobine
7379
 
 
7380
 
        * src/: Makefile.am, pitivi-lplayerwindow.c,
7381
 
          pitivi-lplayerwindow.h, pitivi-sourcelistwindow.c,
7382
 
          pitivi-viewerwindow.c: UPDATE LIGHTPLAYER
7383
 
 
7384
 
2004-10-28 04:12  nemoglobine
7385
 
 
7386
 
        * src/: pitivi-viewerwindow.c, pitivi-viewerwindow.h: UPDATE
7387
 
          VIEWERWINDOW
7388
 
 
7389
 
2004-10-27 08:05  nemoglobine
7390
 
 
7391
 
        * src/pitivi-gstelementsettings.c: UPDATE4 GSTELEMENTSETTINGS
7392
 
 
7393
 
2004-10-27 07:50  nemoglobine
7394
 
 
7395
 
        * src/: pitivi-gstelementsettings.c, pitivi-settingswindow.c:
 
12732
2004-10-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
12733
 
 
12734
        * gnonlin/gnlcomposition.c:
 
12735
        * gnonlin/gnlsource.c:
 
12736
        * gnonlin/gnlsource.h:
 
12737
          mis a jour du GnlObject::active
 
12738
 
 
12739
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12740
 
 
12741
        * src/pitivi-lplayerwindow.c:
 
12742
          UPDATE PLAYER
 
12743
 
 
12744
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12745
 
 
12746
        * src/pitivi-lplayerwindow.c:
 
12747
          UPDATE PLAYER
 
12748
 
 
12749
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12750
 
 
12751
        * src/pitivi-lplayerwindow.c:
 
12752
        * src/pitivi-lplayerwindow.h:
 
12753
          UPDATE PLAYER
 
12754
 
 
12755
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12756
 
 
12757
        * src/pitivi-lplayerwindow.c:
 
12758
        * src/pitivi-viewerwindow.c:
 
12759
        * src/pitivi-viewerwindow.h:
 
12760
          UPDATE PLAYER
 
12761
 
 
12762
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12763
 
 
12764
        * src/pitivi-lplayerwindow.c:
 
12765
          UPDATE PLAYER
 
12766
 
 
12767
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12768
 
 
12769
        * src/Makefile.am:
 
12770
        * src/pitivi-lplayerwindow.c:
 
12771
        * src/pitivi-lplayerwindow.h:
 
12772
        * src/pitivi-sourcelistwindow.c:
 
12773
        * src/pitivi-viewerwindow.c:
 
12774
          UPDATE LIGHTPLAYER
 
12775
 
 
12776
2004-10-28  Marc Delettrez <delett_m@epitech.net>
 
12777
 
 
12778
        * src/pitivi-viewerwindow.c:
 
12779
        * src/pitivi-viewerwindow.h:
 
12780
          UPDATE VIEWERWINDOW
 
12781
 
 
12782
2004-10-27  Marc Delettrez <delett_m@epitech.net>
 
12783
 
 
12784
        * src/pitivi-gstelementsettings.c:
 
12785
          UPDATE4 GSTELEMENTSETTINGS
 
12786
 
 
12787
2004-10-27  Marc Delettrez <delett_m@epitech.net>
 
12788
 
 
12789
        * src/pitivi-gstelementsettings.c:
 
12790
        * src/pitivi-settingswindow.c:
7396
12791
          UPDATE3 GSTELEMENTSETTINGS
7397
12792
 
7398
 
2004-10-27 07:45  nemoglobine
 
12793
2004-10-27  Marc Delettrez <delett_m@epitech.net>
7399
12794
 
7400
 
        * src/: pitivi-gstelementsettings.c, pitivi-settingswindow.c:
 
12795
        * src/pitivi-gstelementsettings.c:
 
12796
        * src/pitivi-settingswindow.c:
7401
12797
          UPDATE2 GSTELEMENTSETTINGS
7402
12798
 
7403
 
2004-10-27 07:36  nemoglobine
 
12799
2004-10-27  Marc Delettrez <delett_m@epitech.net>
7404
12800
 
7405
 
        * src/: pitivi-gstelementsettings.c, pitivi-settingswindow.c:
 
12801
        * src/pitivi-gstelementsettings.c:
 
12802
        * src/pitivi-settingswindow.c:
7406
12803
          UPDATE GSTELEMENTSETTINGS
7407
12804
 
7408
 
2004-10-27 05:24  nemoglobine
7409
 
 
7410
 
        * src/: pitivi-gstelementsettings.c, pitivi-settingswindow.c: NEW
7411
 
          IMPLEMENTATION DE GSTELEMENTSETTINGS
7412
 
 
7413
 
2004-10-27 04:51  nemoglobine
7414
 
 
7415
 
        * src/: pitivi-gstelementsettings.c, pitivi-settingswindow.c: NEW
7416
 
          IMPLEMENTATION DE GSTELEMENTSETTINGS
7417
 
 
7418
 
2004-10-26 18:20  bilboed
7419
 
 
7420
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7421
 
          pitivi-timelinemedia.c, pitivi-viewerwindow.c: correction
7422
 
          gnl_composition_add/remove_object()
7423
 
 
7424
 
2004-10-25 18:11  bilboed
7425
 
 
7426
 
        * src/: pitivi-debug.c, pitivi-project.c,
7427
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7428
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7429
 
          pitivi-viewerwindow.c: liaison gnonlin-viewer fonctionnelle
7430
 
 
7431
 
2004-10-25 17:28  bilboed
7432
 
 
7433
 
        * src/: Makefile.am, pitivi-debug.c, pitivi-debug.h: Ajout de
7434
 
          PitiviDebug
7435
 
 
7436
 
2004-10-25 13:32  casaxno
7437
 
 
7438
 
        * src/: pitivi-dragdrop.h, pitivi-effectswindow.c,
7439
 
          pitivi-effectswindow.h, pitivi-mainapp.c,
7440
 
          pitivi-mediatrackinfo.c, pitivi-projectsourcelist.h,
7441
 
          pitivi-ruler.c, pitivi-ruler.h, pitivi-sourceitem.h,
7442
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h,
7443
 
          pitivi-stockicons.c, pitivi-timelinecellrenderer.c,
7444
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7445
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c,
7446
 
          pitivi-timelinewindow.h, pitivi-toolbox.c, pitivi-viewerwindow.c,
7447
 
          pitivi-viewerwindow.h:
 
12805
2004-10-27  Marc Delettrez <delett_m@epitech.net>
 
12806
 
 
12807
        * src/pitivi-gstelementsettings.c:
 
12808
        * src/pitivi-settingswindow.c:
 
12809
          NEW IMPLEMENTATION DE GSTELEMENTSETTINGS
 
12810
 
 
12811
2004-10-27  Marc Delettrez <delett_m@epitech.net>
 
12812
 
 
12813
        * src/pitivi-gstelementsettings.c:
 
12814
        * src/pitivi-settingswindow.c:
 
12815
          NEW IMPLEMENTATION DE GSTELEMENTSETTINGS
 
12816
 
 
12817
2004-10-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
12818
 
 
12819
        * gnonlin/gnlsource.c:
 
12820
        * src/pitivi-sourcelistwindow.c:
 
12821
        * src/pitivi-timelinecellrenderer.c:
 
12822
        * src/pitivi-timelinemedia.c:
 
12823
        * src/pitivi-viewerwindow.c:
 
12824
          correction gnl_composition_add/remove_object()
 
12825
 
 
12826
2004-10-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
12827
 
 
12828
        * gnonlin/gnlcomposition.c:
 
12829
        * gnonlin/gnlsource.c:
 
12830
        * gnonlin/gnltimeline.c:
 
12831
        * src/pitivi-debug.c:
 
12832
        * src/pitivi-project.c:
 
12833
        * src/pitivi-sourcelistwindow.c:
 
12834
        * src/pitivi-timelinecellrenderer.c:
 
12835
        * src/pitivi-timelinemedia.c:
 
12836
        * src/pitivi-timelinemedia.h:
 
12837
        * src/pitivi-viewerwindow.c:
 
12838
          liaison gnonlin-viewer fonctionnelle
 
12839
 
 
12840
2004-10-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
12841
 
 
12842
        * src/Makefile.am:
 
12843
        * src/pitivi-debug.c:
 
12844
        * src/pitivi-debug.h:
 
12845
          Ajout de PitiviDebug
 
12846
 
 
12847
2004-10-25  Guillaume Casanova <casano_g@epitech.net>
 
12848
 
 
12849
        * src/pitivi-dragdrop.h:
 
12850
        * src/pitivi-effectswindow.c:
 
12851
        * src/pitivi-effectswindow.h:
 
12852
        * src/pitivi-mainapp.c:
 
12853
        * src/pitivi-mediatrackinfo.c:
 
12854
        * src/pitivi-projectsourcelist.h:
 
12855
        * src/pitivi-ruler.c:
 
12856
        * src/pitivi-ruler.h:
 
12857
        * src/pitivi-sourceitem.h:
 
12858
        * src/pitivi-sourcelistwindow.c:
 
12859
        * src/pitivi-sourcelistwindow.h:
 
12860
        * src/pitivi-stockicons.c:
 
12861
        * src/pitivi-timelinecellrenderer.c:
 
12862
        * src/pitivi-timelinecellrenderer.h:
 
12863
        * src/pitivi-timelinemedia.c:
 
12864
        * src/pitivi-timelinemedia.h:
 
12865
        * src/pitivi-timelinewindow.c:
 
12866
        * src/pitivi-timelinewindow.h:
 
12867
        * src/pitivi-toolbox.c:
 
12868
        * src/pitivi-viewerwindow.c:
 
12869
        * src/pitivi-viewerwindow.h:
7448
12870
          priority
7449
12871
 
7450
 
2004-10-23 17:31  bilboed
7451
 
 
7452
 
        * src/: pitivi-mainapp.h, pitivi-project.h,
7453
 
          pitivi-sourcelistwindow.c: ajout champ
7454
 
 
7455
 
2004-10-23 10:35  casaxno
7456
 
 
7457
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
7458
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7459
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h:
 
12872
2004-10-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
12873
 
 
12874
        * src/pitivi-mainapp.h:
 
12875
        * src/pitivi-project.h:
 
12876
        * src/pitivi-sourcelistwindow.c:
 
12877
          ajout champ
 
12878
 
 
12879
2004-10-23  Guillaume Casanova <casano_g@epitech.net>
 
12880
 
 
12881
        * src/pitivi-effectswindow.c:
 
12882
        * src/pitivi-effectswindow.h:
 
12883
        * src/pitivi-sourcelistwindow.c:
 
12884
        * src/pitivi-timelinecellrenderer.c:
 
12885
        * src/pitivi-timelinemedia.c:
 
12886
        * src/pitivi-timelinemedia.h:
7460
12887
          media
7461
12888
 
7462
 
2004-10-23 07:25  casaxno
7463
 
 
7464
 
        * src/: pitivi-drawing.c, pitivi-timelinecellrenderer.c:
7465
 
          selection
7466
 
 
7467
 
2004-10-23 03:47  nemoglobine
7468
 
 
7469
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7470
 
          pitivi-settingswindow.c: NEW IMPLEMENTATION DE GSTELEMENTSETTINGS
7471
 
 
7472
 
2004-10-22 15:22  casaxno
7473
 
 
7474
 
        * src/: pitivi-drawing.c, pitivi-drawing.h,
7475
 
          pitivi-timelinecellrenderer.c: selection
7476
 
 
7477
 
2004-10-22 14:49  casaxno
7478
 
 
7479
 
        * src/: pitivi-effectswindow.c, pitivi-mainapp.c,
7480
 
          pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c: [no log
7481
 
          message]
7482
 
 
7483
 
2004-10-22 14:03  bilboed
7484
 
 
7485
 
        * src/: pitivi-mainapp.c, pitivi-timelinewindow.c: timeline
7486
 
          activated only after selecting a project
7487
 
 
7488
 
2004-10-22 10:21  casaxno
7489
 
 
7490
 
        * src/: pitivi-effectswindow.c, pitivi-projectsourcelist.h,
7491
 
          pitivi-stockicons.c, pitivi-stockicons.h,
7492
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7493
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
7494
 
          pitivi-timelinewindow.h:
 
12889
2004-10-23  Guillaume Casanova <casano_g@epitech.net>
 
12890
 
 
12891
        * src/pitivi-drawing.c:
 
12892
        * src/pitivi-timelinecellrenderer.c:
 
12893
          selection
 
12894
 
 
12895
2004-10-23  Marc Delettrez <delett_m@epitech.net>
 
12896
 
 
12897
        * src/pitivi-gstelementsettings.c:
 
12898
        * src/pitivi-gstelementsettings.h:
 
12899
        * src/pitivi-settingswindow.c:
 
12900
          NEW IMPLEMENTATION DE GSTELEMENTSETTINGS
 
12901
 
 
12902
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
 
12903
 
 
12904
        * src/pitivi-drawing.c:
 
12905
        * src/pitivi-drawing.h:
 
12906
        * src/pitivi-timelinecellrenderer.c:
 
12907
          selection
 
12908
 
 
12909
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
 
12910
 
 
12911
        * src/pitivi-effectswindow.c:
 
12912
        * src/pitivi-mainapp.c:
 
12913
        * src/pitivi-timelinecellrenderer.c:
 
12914
        * src/pitivi-timelinemedia.c:
 
12915
          *** empty log message ***
 
12916
 
 
12917
2004-10-22  Edward Hervey <edward.hervey@collabora.co.uk>
 
12918
 
 
12919
        * src/pitivi-mainapp.c:
 
12920
        * src/pitivi-timelinewindow.c:
 
12921
          timeline activated only after selecting a project
 
12922
 
 
12923
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
 
12924
 
 
12925
        * src/pitivi-effectswindow.c:
 
12926
        * src/pitivi-projectsourcelist.h:
 
12927
        * src/pitivi-stockicons.c:
 
12928
        * src/pitivi-stockicons.h:
 
12929
        * src/pitivi-timelinecellrenderer.c:
 
12930
        * src/pitivi-timelinecellrenderer.h:
 
12931
        * src/pitivi-timelinemedia.c:
 
12932
        * src/pitivi-timelinewindow.c:
 
12933
        * src/pitivi-timelinewindow.h:
7495
12934
          drag effects
7496
12935
 
7497
 
2004-10-22 04:01  casaxno
 
12936
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
7498
12937
 
7499
12938
        * src/pitivi-effectswindow.c:
7500
12939
          simplify code
7501
12940
 
7502
 
2004-10-22 02:09  casaxno
 
12941
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
7503
12942
 
7504
12943
        * src/pitivi-effects_cat.h:
7505
12944
          split
7506
12945
 
7507
 
2004-10-22 02:08  casaxno
 
12946
2004-10-22  Guillaume Casanova <casano_g@epitech.net>
7508
12947
 
7509
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h:
 
12948
        * src/pitivi-effectswindow.c:
 
12949
        * src/pitivi-effectswindow.h:
7510
12950
          addind effects
7511
12951
 
7512
 
2004-10-21 20:00  bilboed
 
12952
2004-10-21  Edward Hervey <edward.hervey@collabora.co.uk>
7513
12953
 
7514
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c:
 
12954
        * src/pitivi-timelinecellrenderer.c:
 
12955
        * src/pitivi-timelinemedia.c:
7515
12956
          update de la position du ruler dans les PitiviMedia
7516
12957
 
7517
 
2004-10-21 18:28  casaxno
7518
 
 
7519
 
        * src/pitivi-timelinecellrenderer.c: [no log message]
7520
 
 
7521
 
2004-10-21 18:12  cracoucas42
7522
 
 
7523
 
        * src/: pitivi-effectswindow.c, pitivi-stockicons.c,
7524
 
          pitivi-stockicons.h: Ajout des icones pour les effets de
7525
 
          transitions
7526
 
 
7527
 
2004-10-21 18:02  bilboed
7528
 
 
7529
 
        * src/: pitivi-timelinecellrenderer.c,
7530
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7531
 
          pitivi-timelinemedia.h: Zoom fonctionnel
7532
 
 
7533
 
2004-10-21 16:59  cracoucas42
7534
 
 
7535
 
        * src/pitivi-effectswindow.c: Upload des PNG des effets
7536
 
 
7537
 
2004-10-21 16:54  cracoucas42
7538
 
 
7539
 
        * configure.ac, src/pitivi-dragdrop.h, src/pitivi-effectswindow.c,
7540
 
          pixmaps/smpte1.png, pixmaps/smpte101.png, pixmaps/smpte102.png,
7541
 
          pixmaps/smpte103.png, pixmaps/smpte104.png, pixmaps/smpte105.png,
7542
 
          pixmaps/smpte106.png, pixmaps/smpte107.png, pixmaps/smpte108.png,
7543
 
          pixmaps/smpte109.png, pixmaps/smpte110.png, pixmaps/smpte111.png,
7544
 
          pixmaps/smpte112.png, pixmaps/smpte113.png, pixmaps/smpte114.png,
7545
 
          pixmaps/smpte119.png, pixmaps/smpte120.png, pixmaps/smpte121.png,
7546
 
          pixmaps/smpte122.png, pixmaps/smpte123.png, pixmaps/smpte124.png,
7547
 
          pixmaps/smpte125.png, pixmaps/smpte127.png, pixmaps/smpte128.png,
7548
 
          pixmaps/smpte129.png, pixmaps/smpte130.png, pixmaps/smpte131.png,
7549
 
          pixmaps/smpte2.png, pixmaps/smpte201.png, pixmaps/smpte202.png,
7550
 
          pixmaps/smpte203.png, pixmaps/smpte204.png, pixmaps/smpte205.png,
7551
 
          pixmaps/smpte206.png, pixmaps/smpte207.png, pixmaps/smpte21.png,
7552
 
          pixmaps/smpte211.png, pixmaps/smpte212.png, pixmaps/smpte213.png,
7553
 
          pixmaps/smpte214.png, pixmaps/smpte22.png, pixmaps/smpte221.png,
7554
 
          pixmaps/smpte222.png, pixmaps/smpte223.png, pixmaps/smpte224.png,
7555
 
          pixmaps/smpte225.png, pixmaps/smpte226.png, pixmaps/smpte227.png,
7556
 
          pixmaps/smpte228.png, pixmaps/smpte23.png, pixmaps/smpte231.png,
7557
 
          pixmaps/smpte232.png, pixmaps/smpte233.png, pixmaps/smpte234.png,
7558
 
          pixmaps/smpte235.png, pixmaps/smpte236.png, pixmaps/smpte24.png,
7559
 
          pixmaps/smpte241.png, pixmaps/smpte242.png, pixmaps/smpte243.png,
7560
 
          pixmaps/smpte244.png, pixmaps/smpte245.png, pixmaps/smpte246.png,
7561
 
          pixmaps/smpte25.png, pixmaps/smpte251.png, pixmaps/smpte252.png,
7562
 
          pixmaps/smpte253.png, pixmaps/smpte254.png, pixmaps/smpte26.png,
7563
 
          pixmaps/smpte261.png, pixmaps/smpte262.png, pixmaps/smpte263.png,
7564
 
          pixmaps/smpte264.png, pixmaps/smpte3.png, pixmaps/smpte301.png,
7565
 
          pixmaps/smpte302.png, pixmaps/smpte303.png, pixmaps/smpte304.png,
7566
 
          pixmaps/smpte305.png, pixmaps/smpte306.png, pixmaps/smpte310.png,
7567
 
          pixmaps/smpte311.png, pixmaps/smpte312.png, pixmaps/smpte313.png,
7568
 
          pixmaps/smpte314.png, pixmaps/smpte315.png, pixmaps/smpte316.png,
7569
 
          pixmaps/smpte317.png, pixmaps/smpte320.png, pixmaps/smpte321.png,
7570
 
          pixmaps/smpte322.png, pixmaps/smpte323.png, pixmaps/smpte324.png,
7571
 
          pixmaps/smpte325.png, pixmaps/smpte326.png, pixmaps/smpte327.png,
7572
 
          pixmaps/smpte328.png, pixmaps/smpte329.png, pixmaps/smpte340.png,
7573
 
          pixmaps/smpte341.png, pixmaps/smpte342.png, pixmaps/smpte343.png,
7574
 
          pixmaps/smpte344.png, pixmaps/smpte345.png, pixmaps/smpte350.png,
7575
 
          pixmaps/smpte351.png, pixmaps/smpte352.png, pixmaps/smpte353.png,
7576
 
          pixmaps/smpte4.png, pixmaps/smpte41.png, pixmaps/smpte42.png,
7577
 
          pixmaps/smpte43.png, pixmaps/smpte44.png, pixmaps/smpte45.png,
7578
 
          pixmaps/smpte46.png, pixmaps/smpte47.png, pixmaps/smpte48.png,
7579
 
          pixmaps/smpte5.png, pixmaps/smpte6.png, pixmaps/smpte61.png,
7580
 
          pixmaps/smpte62.png, pixmaps/smpte63.png, pixmaps/smpte64.png,
7581
 
          pixmaps/smpte65.png, pixmaps/smpte66.png, pixmaps/smpte67.png,
7582
 
          pixmaps/smpte68.png, pixmaps/smpte7.png, pixmaps/smpte71.png,
7583
 
          pixmaps/smpte72.png, pixmaps/smpte73.png, pixmaps/smpte74.png,
7584
 
          pixmaps/smpte8.png: Upload des PNG des effets
7585
 
 
7586
 
2004-10-21 16:13  cracoucas42
7587
 
 
7588
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h: Remplissage
7589
 
          de la fenetre des effets
7590
 
 
7591
 
2004-10-21 15:12  bilboed
7592
 
 
7593
 
        * src/pitivi-projectsourcelist.h: rajoute pipeline audio et video
7594
 
          seul dans sourcefile
7595
 
 
7596
 
2004-10-21 14:54  bilboed
7597
 
 
7598
 
        * src/pitivi-projectsourcelist.h: rajoute pipeline audio dans
7599
 
          sourcefile
7600
 
 
7601
 
2004-10-21 13:52  casaxno
7602
 
 
7603
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourceitem.h,
7604
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7605
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
7606
 
          pitivi-timelinewindow.h:
 
12958
2004-10-21  Guillaume Casanova <casano_g@epitech.net>
 
12959
 
 
12960
        * src/pitivi-timelinecellrenderer.c:
 
12961
          *** empty log message ***
 
12962
 
 
12963
2004-10-21  Stephan Bloch <bloch_s@epitech.net>
 
12964
 
 
12965
        * src/pitivi-effectswindow.c:
 
12966
        * src/pitivi-stockicons.c:
 
12967
        * src/pitivi-stockicons.h:
 
12968
          Ajout des icones pour les effets de transitions
 
12969
 
 
12970
2004-10-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
12971
 
 
12972
        * src/pitivi-timelinecellrenderer.c:
 
12973
        * src/pitivi-timelinecellrenderer.h:
 
12974
        * src/pitivi-timelinemedia.c:
 
12975
        * src/pitivi-timelinemedia.h:
 
12976
          Zoom fonctionnel
 
12977
 
 
12978
2004-10-21  Stephan Bloch <bloch_s@epitech.net>
 
12979
 
 
12980
        * pixmaps/smpte101.png:
 
12981
        * pixmaps/smpte102.png:
 
12982
        * pixmaps/smpte103.png:
 
12983
        * pixmaps/smpte104.png:
 
12984
        * pixmaps/smpte105.png:
 
12985
        * pixmaps/smpte106.png:
 
12986
        * pixmaps/smpte107.png:
 
12987
        * pixmaps/smpte108.png:
 
12988
        * pixmaps/smpte109.png:
 
12989
        * pixmaps/smpte110.png:
 
12990
        * pixmaps/smpte111.png:
 
12991
        * pixmaps/smpte112.png:
 
12992
        * pixmaps/smpte113.png:
 
12993
        * pixmaps/smpte114.png:
 
12994
        * pixmaps/smpte119.png:
 
12995
        * pixmaps/smpte120.png:
 
12996
        * pixmaps/smpte121.png:
 
12997
        * pixmaps/smpte122.png:
 
12998
        * pixmaps/smpte123.png:
 
12999
        * pixmaps/smpte124.png:
 
13000
        * pixmaps/smpte125.png:
 
13001
        * pixmaps/smpte127.png:
 
13002
        * pixmaps/smpte128.png:
 
13003
        * pixmaps/smpte129.png:
 
13004
        * pixmaps/smpte130.png:
 
13005
        * pixmaps/smpte131.png:
 
13006
        * pixmaps/smpte2.png:
 
13007
        * pixmaps/smpte201.png:
 
13008
        * pixmaps/smpte202.png:
 
13009
        * pixmaps/smpte203.png:
 
13010
        * pixmaps/smpte204.png:
 
13011
        * pixmaps/smpte205.png:
 
13012
        * pixmaps/smpte206.png:
 
13013
        * pixmaps/smpte207.png:
 
13014
        * pixmaps/smpte21.png:
 
13015
        * pixmaps/smpte211.png:
 
13016
        * pixmaps/smpte212.png:
 
13017
        * pixmaps/smpte213.png:
 
13018
        * pixmaps/smpte214.png:
 
13019
        * pixmaps/smpte22.png:
 
13020
        * pixmaps/smpte221.png:
 
13021
        * pixmaps/smpte222.png:
 
13022
        * pixmaps/smpte223.png:
 
13023
        * pixmaps/smpte224.png:
 
13024
        * pixmaps/smpte225.png:
 
13025
        * pixmaps/smpte226.png:
 
13026
        * pixmaps/smpte227.png:
 
13027
        * pixmaps/smpte228.png:
 
13028
        * pixmaps/smpte23.png:
 
13029
        * pixmaps/smpte231.png:
 
13030
        * pixmaps/smpte232.png:
 
13031
        * pixmaps/smpte233.png:
 
13032
        * pixmaps/smpte234.png:
 
13033
        * pixmaps/smpte235.png:
 
13034
        * pixmaps/smpte236.png:
 
13035
        * pixmaps/smpte24.png:
 
13036
        * pixmaps/smpte241.png:
 
13037
        * pixmaps/smpte242.png:
 
13038
        * pixmaps/smpte243.png:
 
13039
        * pixmaps/smpte244.png:
 
13040
        * pixmaps/smpte245.png:
 
13041
        * pixmaps/smpte246.png:
 
13042
        * pixmaps/smpte25.png:
 
13043
        * pixmaps/smpte251.png:
 
13044
        * pixmaps/smpte252.png:
 
13045
        * pixmaps/smpte253.png:
 
13046
        * pixmaps/smpte254.png:
 
13047
        * pixmaps/smpte26.png:
 
13048
        * pixmaps/smpte261.png:
 
13049
        * pixmaps/smpte262.png:
 
13050
        * pixmaps/smpte263.png:
 
13051
        * pixmaps/smpte264.png:
 
13052
        * pixmaps/smpte3.png:
 
13053
        * pixmaps/smpte301.png:
 
13054
        * pixmaps/smpte302.png:
 
13055
        * pixmaps/smpte303.png:
 
13056
        * pixmaps/smpte304.png:
 
13057
        * pixmaps/smpte305.png:
 
13058
        * pixmaps/smpte306.png:
 
13059
        * pixmaps/smpte310.png:
 
13060
        * pixmaps/smpte311.png:
 
13061
        * pixmaps/smpte312.png:
 
13062
        * pixmaps/smpte313.png:
 
13063
        * pixmaps/smpte314.png:
 
13064
        * pixmaps/smpte315.png:
 
13065
        * pixmaps/smpte316.png:
 
13066
        * pixmaps/smpte317.png:
 
13067
        * pixmaps/smpte320.png:
 
13068
        * pixmaps/smpte321.png:
 
13069
        * pixmaps/smpte322.png:
 
13070
        * pixmaps/smpte323.png:
 
13071
        * pixmaps/smpte324.png:
 
13072
        * pixmaps/smpte325.png:
 
13073
        * pixmaps/smpte326.png:
 
13074
        * pixmaps/smpte327.png:
 
13075
        * pixmaps/smpte328.png:
 
13076
        * pixmaps/smpte329.png:
 
13077
        * pixmaps/smpte340.png:
 
13078
        * pixmaps/smpte341.png:
 
13079
        * pixmaps/smpte342.png:
 
13080
        * pixmaps/smpte343.png:
 
13081
        * pixmaps/smpte344.png:
 
13082
        * pixmaps/smpte345.png:
 
13083
        * pixmaps/smpte350.png:
 
13084
        * pixmaps/smpte351.png:
 
13085
        * pixmaps/smpte352.png:
 
13086
        * pixmaps/smpte353.png:
 
13087
        * pixmaps/smpte4.png:
 
13088
        * pixmaps/smpte41.png:
 
13089
        * pixmaps/smpte42.png:
 
13090
        * pixmaps/smpte43.png:
 
13091
        * pixmaps/smpte44.png:
 
13092
        * pixmaps/smpte45.png:
 
13093
        * pixmaps/smpte46.png:
 
13094
        * pixmaps/smpte47.png:
 
13095
        * pixmaps/smpte48.png:
 
13096
        * pixmaps/smpte5.png:
 
13097
        * pixmaps/smpte6.png:
 
13098
        * pixmaps/smpte61.png:
 
13099
        * pixmaps/smpte62.png:
 
13100
        * pixmaps/smpte63.png:
 
13101
        * pixmaps/smpte64.png:
 
13102
        * pixmaps/smpte65.png:
 
13103
        * pixmaps/smpte66.png:
 
13104
        * pixmaps/smpte67.png:
 
13105
        * pixmaps/smpte68.png:
 
13106
        * pixmaps/smpte7.png:
 
13107
        * pixmaps/smpte71.png:
 
13108
        * pixmaps/smpte72.png:
 
13109
        * pixmaps/smpte73.png:
 
13110
        * pixmaps/smpte74.png:
 
13111
        * pixmaps/smpte8.png:
 
13112
        * src/pitivi-effectswindow.c:
 
13113
          Upload des PNG des effets
 
13114
 
 
13115
2004-10-21  Stephan Bloch <bloch_s@epitech.net>
 
13116
 
 
13117
        * configure.ac:
 
13118
        * pixmaps/smpte1.png:
 
13119
        * src/pitivi-dragdrop.h:
 
13120
        * src/pitivi-effectswindow.c:
 
13121
          Upload des PNG des effets
 
13122
 
 
13123
2004-10-21  Stephan Bloch <bloch_s@epitech.net>
 
13124
 
 
13125
        * src/pitivi-effectswindow.c:
 
13126
        * src/pitivi-effectswindow.h:
 
13127
          Remplissage de la fenetre des effets
 
13128
 
 
13129
2004-10-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
13130
 
 
13131
        * src/pitivi-projectsourcelist.h:
 
13132
          rajoute pipeline audio et video seul dans sourcefile
 
13133
 
 
13134
2004-10-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
13135
 
 
13136
        * src/pitivi-projectsourcelist.h:
 
13137
          rajoute pipeline audio dans sourcefile
 
13138
 
 
13139
2004-10-21  Guillaume Casanova <casano_g@epitech.net>
 
13140
 
 
13141
        * src/pitivi-projectsourcelist.c:
 
13142
        * src/pitivi-sourceitem.h:
 
13143
        * src/pitivi-timelinecellrenderer.c:
 
13144
        * src/pitivi-timelinecellrenderer.h:
 
13145
        * src/pitivi-timelinemedia.c:
 
13146
        * src/pitivi-timelinewindow.c:
 
13147
        * src/pitivi-timelinewindow.h:
7607
13148
          unique id gnlsource element
7608
13149
 
7609
 
2004-10-21 11:39  casaxno
 
13150
2004-10-21  Guillaume Casanova <casano_g@epitech.net>
7610
13151
 
7611
13152
        * src/pitivi-timelinemedia.c:
7612
13153
          removing widget
7613
13154
 
7614
 
2004-10-21 10:12  casaxno
 
13155
2004-10-21  Guillaume Casanova <casano_g@epitech.net>
7615
13156
 
7616
 
        * src/: pitivi-drawing.c, pitivi-drawing.h,
7617
 
          pitivi-timelinecellrenderer.c:
 
13157
        * src/pitivi-drawing.c:
 
13158
        * src/pitivi-drawing.h:
 
13159
        * src/pitivi-timelinecellrenderer.c:
7618
13160
          cell
7619
13161
 
7620
 
2004-10-21 04:02  casaxno
 
13162
2004-10-21  Guillaume Casanova <casano_g@epitech.net>
7621
13163
 
7622
 
        * src/: pitivi-drawing.c, pitivi-drawing.h, pitivi-menu.c,
7623
 
          pitivi-menu.h, pitivi-projectsourcelist.h,
7624
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7625
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7626
 
          pitivi-timelinewindow.c:
 
13164
        * src/pitivi-drawing.c:
 
13165
        * src/pitivi-drawing.h:
 
13166
        * src/pitivi-menu.c:
 
13167
        * src/pitivi-menu.h:
 
13168
        * src/pitivi-projectsourcelist.h:
 
13169
        * src/pitivi-sourcelistwindow.c:
 
13170
        * src/pitivi-timelinecellrenderer.c:
 
13171
        * src/pitivi-timelinemedia.c:
 
13172
        * src/pitivi-timelinemedia.h:
 
13173
        * src/pitivi-timelinewindow.c:
7627
13174
          pitivi
7628
13175
 
7629
 
2004-10-20 23:41  casaxno
 
13176
2004-10-20  Guillaume Casanova <casano_g@epitech.net>
7630
13177
 
7631
 
        * src/: pitivi-effectswindow.c, pitivi-mainapp.c,
7632
 
          pitivi-projectsourcelist.h, pitivi-sourcelistwindow.c,
7633
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7634
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7635
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h,
7636
 
          pitivi-trackenum.h:
 
13178
        * src/pitivi-effectswindow.c:
 
13179
        * src/pitivi-mainapp.c:
 
13180
        * src/pitivi-projectsourcelist.h:
 
13181
        * src/pitivi-sourcelistwindow.c:
 
13182
        * src/pitivi-timelinecellrenderer.c:
 
13183
        * src/pitivi-timelinecellrenderer.h:
 
13184
        * src/pitivi-timelinemedia.c:
 
13185
        * src/pitivi-timelinemedia.h:
 
13186
        * src/pitivi-timelinewindow.c:
 
13187
        * src/pitivi-timelinewindow.h:
 
13188
        * src/pitivi-trackenum.h:
7637
13189
          bugs
7638
13190
 
7639
 
2004-10-18 19:08  bilboed
7640
 
 
7641
 
        * src/: pitivi-timelinecellrenderer.c,
7642
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
7643
 
          pitivi-timelinewindow.h: Ajout callbacks zoom
7644
 
 
7645
 
2004-10-18 17:17  bilboed
7646
 
 
7647
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c,
7648
 
          pitivi-timelinewindow.h: Deplacement/scroll avec la souris
7649
 
 
7650
 
2004-10-18 12:41  bilboed
7651
 
 
7652
 
        * src/pitivi-timelinewindow.c: correction signaux
7653
 
 
7654
 
2004-10-17 05:09  casaxno
7655
 
 
7656
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7657
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7658
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c,
7659
 
          pitivi-timelinewindow.h:
 
13191
2004-10-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
13192
 
 
13193
        * src/pitivi-timelinecellrenderer.c:
 
13194
        * src/pitivi-timelinecellrenderer.h:
 
13195
        * src/pitivi-timelinewindow.c:
 
13196
        * src/pitivi-timelinewindow.h:
 
13197
          Ajout callbacks zoom
 
13198
 
 
13199
2004-10-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
13200
 
 
13201
        * src/pitivi-timelinecellrenderer.c:
 
13202
        * src/pitivi-timelinewindow.c:
 
13203
        * src/pitivi-timelinewindow.h:
 
13204
          Deplacement/scroll avec la souris
 
13205
 
 
13206
2004-10-18  Edward Hervey <edward.hervey@collabora.co.uk>
 
13207
 
 
13208
        * src/pitivi-timelinewindow.c:
 
13209
          correction signaux
 
13210
 
 
13211
2004-10-17  Guillaume Casanova <casano_g@epitech.net>
 
13212
 
 
13213
        * src/pitivi-sourcelistwindow.c:
 
13214
        * src/pitivi-timelinecellrenderer.c:
 
13215
        * src/pitivi-timelinecellrenderer.h:
 
13216
        * src/pitivi-timelinemedia.c:
 
13217
        * src/pitivi-timelinemedia.h:
 
13218
        * src/pitivi-timelinewindow.c:
 
13219
        * src/pitivi-timelinewindow.h:
7660
13220
          cells mods
7661
13221
 
7662
 
2004-10-16 20:46  casaxno
 
13222
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
7663
13223
 
7664
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7665
 
          pitivi-timelinemedia.c:
 
13224
        * src/pitivi-sourcelistwindow.c:
 
13225
        * src/pitivi-timelinecellrenderer.c:
 
13226
        * src/pitivi-timelinemedia.c:
7666
13227
          zzz-
7667
13228
 
7668
 
2004-10-16 19:24  casaxno
 
13229
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
7669
13230
 
7670
13231
        * src/pitivi-sourcelistwindow.c:
7671
13232
          sourcelist
7672
13233
 
7673
 
2004-10-16 18:33  cracoucas42
7674
 
 
7675
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
7676
 
          pitivi-mainapp.c, pitivi-mainapp.h, pitivi-newprojectwindow.c,
7677
 
          pitivi-settings.c, pitivi-settings.h, pitivi-settingswindow.c,
7678
 
          pitivi-sourcelistwindow.c, pitivi-timelinewindow.c: Passage des
7679
 
          effets depuis la self, et ajout des effets de transitions dans la
7680
 
          effectwindow
7681
 
 
7682
 
2004-10-16 17:24  bilboed
7683
 
 
7684
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h,
7685
 
          pitivi-projectsettings.c, pitivi-projectsettings.h,
7686
 
          pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7687
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
7688
 
          pitivi-timelinewindow.h, pitivi-units.h, pitivi-viewerwindow.c:
 
13234
2004-10-16  Stephan Bloch <bloch_s@epitech.net>
 
13235
 
 
13236
        * src/pitivi-effectswindow.c:
 
13237
        * src/pitivi-effectswindow.h:
 
13238
        * src/pitivi-mainapp.c:
 
13239
        * src/pitivi-mainapp.h:
 
13240
        * src/pitivi-newprojectwindow.c:
 
13241
        * src/pitivi-settings.c:
 
13242
        * src/pitivi-settings.h:
 
13243
        * src/pitivi-settingswindow.c:
 
13244
        * src/pitivi-sourcelistwindow.c:
 
13245
        * src/pitivi-timelinewindow.c:
 
13246
          Passage des effets depuis la self, et ajout des effets de transitions dans la effectwindow
 
13247
 
 
13248
2004-10-16  Edward Hervey <edward.hervey@collabora.co.uk>
 
13249
 
 
13250
        * src/pitivi-mainapp.c:
 
13251
        * src/pitivi-mainapp.h:
 
13252
        * src/pitivi-projectsettings.c:
 
13253
        * src/pitivi-projectsettings.h:
 
13254
        * src/pitivi-sourcelistwindow.c:
 
13255
        * src/pitivi-timelinecellrenderer.c:
 
13256
        * src/pitivi-timelinecellrenderer.h:
 
13257
        * src/pitivi-timelinewindow.c:
 
13258
        * src/pitivi-timelinewindow.h:
 
13259
        * src/pitivi-units.h:
 
13260
        * src/pitivi-viewerwindow.c:
7689
13261
          ajout zoom, corrections bugs project et mainapp
7690
13262
 
7691
 
2004-10-16 17:18  casaxno
 
13263
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
7692
13264
 
7693
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c:
 
13265
        * src/pitivi-projectsourcelist.c:
 
13266
        * src/pitivi-sourcelistwindow.c:
7694
13267
          updates-
7695
13268
 
7696
 
2004-10-16 15:21  casaxno
 
13269
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
7697
13270
 
7698
13271
        * src/pitivi-sourcelistwindow.c:
7699
13272
          mnods
7700
13273
 
7701
 
2004-10-16 15:14  casaxno
7702
 
 
7703
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c,
7704
 
          pitivi-timelinewindow.c: [no log message]
7705
 
 
7706
 
2004-10-16 12:03  casaxno
7707
 
 
7708
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c:
 
13274
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
 
13275
 
 
13276
        * src/pitivi-projectsourcelist.c:
 
13277
        * src/pitivi-sourcelistwindow.c:
 
13278
        * src/pitivi-timelinewindow.c:
 
13279
          *** empty log message ***
 
13280
 
 
13281
2004-10-16  Guillaume Casanova <casano_g@epitech.net>
 
13282
 
 
13283
        * src/pitivi-timelinecellrenderer.c:
 
13284
        * src/pitivi-timelinewindow.c:
7709
13285
          merging
7710
13286
 
7711
 
2004-10-15 13:31  casaxno
 
13287
2004-10-15  Guillaume Casanova <casano_g@epitech.net>
7712
13288
 
7713
13289
        * src/pitivi-timelinecellrenderer.c:
7714
13290
          xxx
7715
13291
 
7716
 
2004-10-15 05:24  casaxno
 
13292
2004-10-15  Guillaume Casanova <casano_g@epitech.net>
7717
13293
 
7718
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c:
 
13294
        * src/pitivi-sourcelistwindow.c:
 
13295
        * src/pitivi-timelinecellrenderer.c:
7719
13296
          slide
7720
13297
 
7721
 
2004-10-15 04:06  casaxno
 
13298
2004-10-15  Guillaume Casanova <casano_g@epitech.net>
7722
13299
 
7723
 
        * src/: pitivi-drawing.c, pitivi-sourcelistwindow.c,
7724
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h:
 
13300
        * src/pitivi-drawing.c:
 
13301
        * src/pitivi-sourcelistwindow.c:
 
13302
        * src/pitivi-timelinecellrenderer.c:
 
13303
        * src/pitivi-timelinecellrenderer.h:
7725
13304
          pitivi
7726
13305
 
7727
 
2004-10-14 20:17  casaxno
 
13306
2004-10-14  Guillaume Casanova <casano_g@epitech.net>
7728
13307
 
7729
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7730
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
7731
 
          pitivi-timelinewindow.h:
 
13308
        * src/pitivi-sourcelistwindow.c:
 
13309
        * src/pitivi-timelinecellrenderer.c:
 
13310
        * src/pitivi-timelinecellrenderer.h:
 
13311
        * src/pitivi-timelinewindow.c:
 
13312
        * src/pitivi-timelinewindow.h:
7732
13313
          modifications on slide
7733
13314
 
7734
 
2004-10-14 16:59  casaxno
 
13315
2004-10-14  Guillaume Casanova <casano_g@epitech.net>
7735
13316
 
7736
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
7737
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7738
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c,
7739
 
          pitivi-timelinewindow.h:
 
13317
        * src/pitivi-sourcelistwindow.c:
 
13318
        * src/pitivi-timelinecellrenderer.c:
 
13319
        * src/pitivi-timelinecellrenderer.h:
 
13320
        * src/pitivi-timelinemedia.c:
 
13321
        * src/pitivi-timelinemedia.h:
 
13322
        * src/pitivi-timelinewindow.c:
 
13323
        * src/pitivi-timelinewindow.h:
7740
13324
          -Wall problem
7741
13325
 
7742
 
2004-10-14 16:33  bilboed
7743
 
 
7744
 
        * Makefile.am, configure.ac, pixmaps/bg_effects.xpm~,
7745
 
          src/pitivi-controller.c~, src/pitivi-controller.h~,
7746
 
          src/pitivi-mediatrackinfo.c~, src/pitivi-mediatrackinfo.h~: added
7747
 
          gnonlin as static library
7748
 
 
7749
 
2004-10-14 15:48  casaxno
7750
 
 
7751
 
        * src/: pitivi-ruler.c, pitivi-ruler.h, pitivi-sourcelistwindow.c,
7752
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7753
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h:
 
13326
2004-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
13327
 
 
13328
        * Makefile.am:
 
13329
        * configure.ac:
 
13330
        * gnonlin/Makefile.am:
 
13331
        * gnonlin/gnl.c:
 
13332
        * gnonlin/gnl.h:
 
13333
        * gnonlin/gnlcomposition.c:
 
13334
        * gnonlin/gnlcomposition.h:
 
13335
        * gnonlin/gnlelements.c:
 
13336
        * gnonlin/gnlgroup.c:
 
13337
        * gnonlin/gnlgroup.h:
 
13338
        * gnonlin/gnlmarshal.list:
 
13339
        * gnonlin/gnlobject.c:
 
13340
        * gnonlin/gnlobject.h:
 
13341
        * gnonlin/gnloperation.c:
 
13342
        * gnonlin/gnloperation.h:
 
13343
        * gnonlin/gnlsource.c:
 
13344
        * gnonlin/gnlsource.h:
 
13345
        * gnonlin/gnltimeline.c:
 
13346
        * gnonlin/gnltimeline.h:
 
13347
        * gnonlin/gnlversion.h:
 
13348
        * pixmaps/bg_effects.xpm~:
 
13349
        * src/pitivi-controller.c~:
 
13350
        * src/pitivi-controller.h~:
 
13351
        * src/pitivi-mediatrackinfo.c~:
 
13352
        * src/pitivi-mediatrackinfo.h~:
 
13353
          added gnonlin as static library
 
13354
 
 
13355
2004-10-14  Guillaume Casanova <casano_g@epitech.net>
 
13356
 
 
13357
        * src/pitivi-ruler.c:
 
13358
        * src/pitivi-ruler.h:
 
13359
        * src/pitivi-sourcelistwindow.c:
 
13360
        * src/pitivi-timelinecellrenderer.c:
 
13361
        * src/pitivi-timelinecellrenderer.h:
 
13362
        * src/pitivi-timelinewindow.c:
 
13363
        * src/pitivi-timelinewindow.h:
7754
13364
          modifications
7755
13365
 
7756
 
2004-10-14 14:55  bilboed
7757
 
 
7758
 
        * src/pitivi-sourcelistwindow.c: added time in PitiviSourceFile(s)
7759
 
 
7760
 
2004-10-14 14:08  cracoucas42
7761
 
 
7762
 
        * src/: pitivi-newprojectwindow.c, pitivi-timelinecellrenderer.c:
 
13366
2004-10-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
13367
 
 
13368
        * src/pitivi-sourcelistwindow.c:
 
13369
          added time in PitiviSourceFile(s)
 
13370
 
 
13371
2004-10-14  Stephan Bloch <bloch_s@epitech.net>
 
13372
 
 
13373
        * src/pitivi-newprojectwindow.c:
 
13374
        * src/pitivi-timelinecellrenderer.c:
7763
13375
          move_medio est au bon endroit
7764
13376
 
7765
 
2004-10-14 10:55  casaxno
 
13377
2004-10-14  Guillaume Casanova <casano_g@epitech.net>
7766
13378
 
7767
13379
        * src/pitivi-timelinecellrenderer.c:
7768
13380
          recursivity
7769
13381
 
7770
 
2004-10-14 04:30  casaxno
 
13382
2004-10-14  Guillaume Casanova <casano_g@epitech.net>
7771
13383
 
7772
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
7773
 
          pitivi-timelinewindow.c:
 
13384
        * src/pitivi-timelinecellrenderer.c:
 
13385
        * src/pitivi-timelinemedia.c:
 
13386
        * src/pitivi-timelinewindow.c:
7774
13387
          cell renderer
7775
13388
 
7776
 
2004-10-13 15:00  casaxno
 
13389
2004-10-13  Guillaume Casanova <casano_g@epitech.net>
7777
13390
 
7778
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinemedia.c,
7779
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h:
 
13391
        * src/pitivi-timelinecellrenderer.c:
 
13392
        * src/pitivi-timelinemedia.c:
 
13393
        * src/pitivi-timelinewindow.c:
 
13394
        * src/pitivi-timelinewindow.h:
7780
13395
          medias
7781
13396
 
7782
 
2004-10-13 04:03  casaxno
 
13397
2004-10-13  Guillaume Casanova <casano_g@epitech.net>
7783
13398
 
7784
 
        * src/: pitivi-drawing.c, pitivi-drawing.h,
7785
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7786
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7787
 
          pitivi-timelinewindow.c:
 
13399
        * src/pitivi-drawing.c:
 
13400
        * src/pitivi-drawing.h:
 
13401
        * src/pitivi-timelinecellrenderer.c:
 
13402
        * src/pitivi-timelinecellrenderer.h:
 
13403
        * src/pitivi-timelinemedia.c:
 
13404
        * src/pitivi-timelinemedia.h:
 
13405
        * src/pitivi-timelinewindow.c:
7788
13406
          modifications on timeline
7789
13407
 
7790
 
2004-10-11 12:07  casaxno
 
13408
2004-10-11  Guillaume Casanova <casano_g@epitech.net>
7791
13409
 
7792
 
        * src/: pitivi-sourceitem.h, pitivi-timelinecellrenderer.c,
7793
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7794
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c:
 
13410
        * src/pitivi-sourceitem.h:
 
13411
        * src/pitivi-timelinecellrenderer.c:
 
13412
        * src/pitivi-timelinecellrenderer.h:
 
13413
        * src/pitivi-timelinemedia.c:
 
13414
        * src/pitivi-timelinemedia.h:
 
13415
        * src/pitivi-timelinewindow.c:
7795
13416
          mods
7796
13417
 
7797
 
2004-10-10 20:36  casaxno
 
13418
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7798
13419
 
7799
 
        * pixmaps/: bg_audio.xpm, bg_effects.xpm, bg_trans.xpm,
7800
 
          bg_video.xpm:
 
13420
        * pixmaps/bg_audio.xpm:
 
13421
        * pixmaps/bg_effects.xpm:
 
13422
        * pixmaps/bg_trans.xpm:
 
13423
        * pixmaps/bg_video.xpm:
7801
13424
          new pixmaps
7802
13425
 
7803
 
2004-10-10 20:33  casaxno
 
13426
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7804
13427
 
7805
 
        * src/: pitivi-drawing.h, pitivi-mediatrackinfo.h,
7806
 
          pitivi-mediatrackinfo.h~, pitivi-timelinecellrenderer.c,
7807
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
7808
 
          pitivi-timelinewindow.c, pitivi-trackenum.h:
 
13428
        * src/pitivi-drawing.h:
 
13429
        * src/pitivi-mediatrackinfo.h:
 
13430
        * src/pitivi-mediatrackinfo.h~:
 
13431
        * src/pitivi-timelinecellrenderer.c:
 
13432
        * src/pitivi-timelinemedia.c:
 
13433
        * src/pitivi-timelinemedia.h:
 
13434
        * src/pitivi-timelinewindow.c:
 
13435
        * src/pitivi-trackenum.h:
7809
13436
          modifications
7810
13437
 
7811
 
2004-10-10 14:50  casaxno
 
13438
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7812
13439
 
7813
13440
        * ui/pitivi-timeline.xml:
7814
13441
          ui modifications
7815
13442
 
7816
 
2004-10-10 14:49  casaxno
 
13443
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7817
13444
 
7818
 
        * src/: pitivi-mainapp.c, pitivi-timelinecellrenderer.c,
7819
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h,
7820
 
          pitivi-toolbox.c:
 
13445
        * src/pitivi-mainapp.c:
 
13446
        * src/pitivi-timelinecellrenderer.c:
 
13447
        * src/pitivi-timelinewindow.c:
 
13448
        * src/pitivi-timelinewindow.h:
 
13449
        * src/pitivi-toolbox.c:
7821
13450
          modifications on single timeline window
7822
13451
 
7823
 
2004-10-10 02:19  casaxno
 
13452
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7824
13453
 
7825
 
        * pixmaps/: bg.xpm, bg_audio.xpm, bg_effects.xpm, bg_effects.xpm~,
7826
 
          bg_video.xpm:
 
13454
        * pixmaps/bg.xpm:
 
13455
        * pixmaps/bg_audio.xpm:
 
13456
        * pixmaps/bg_effects.xpm:
 
13457
        * pixmaps/bg_effects.xpm~:
 
13458
        * pixmaps/bg_video.xpm:
7827
13459
          adding xpm
7828
13460
 
7829
 
2004-10-10 02:18  casaxno
 
13461
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7830
13462
 
7831
 
        * src/: pitivi-controller.c, pitivi-controller.c~,
7832
 
          pitivi-controller.h, pitivi-controller.h~,
7833
 
          pitivi-mediatrackinfo.c, pitivi-mediatrackinfo.c~,
7834
 
          pitivi-mediatrackinfo.h, pitivi-mediatrackinfo.h~,
7835
 
          pitivi-ruler.c, pitivi-ruler.h, pitivi-trackenum.h:
 
13463
        * src/pitivi-controller.c:
 
13464
        * src/pitivi-controller.c~:
 
13465
        * src/pitivi-controller.h:
 
13466
        * src/pitivi-controller.h~:
 
13467
        * src/pitivi-mediatrackinfo.c:
 
13468
        * src/pitivi-mediatrackinfo.c~:
 
13469
        * src/pitivi-mediatrackinfo.h:
 
13470
        * src/pitivi-mediatrackinfo.h~:
 
13471
        * src/pitivi-ruler.c:
 
13472
        * src/pitivi-ruler.h:
 
13473
        * src/pitivi-trackenum.h:
7836
13474
          adding new files.
7837
13475
 
7838
 
2004-10-10 02:15  casaxno
 
13476
2004-10-10  Guillaume Casanova <casano_g@epitech.net>
7839
13477
 
7840
 
        * src/: Makefile.am, pitivi-cursor.h, pitivi-drawing.c,
7841
 
          pitivi-drawing.h, pitivi-mainapp.c,
7842
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
7843
 
          pitivi-timelinemedia.c, pitivi-timelinewindow.c,
7844
 
          pitivi-timelinewindow.h:
 
13478
        * src/Makefile.am:
 
13479
        * src/pitivi-cursor.h:
 
13480
        * src/pitivi-drawing.c:
 
13481
        * src/pitivi-drawing.h:
 
13482
        * src/pitivi-mainapp.c:
 
13483
        * src/pitivi-timelinecellrenderer.c:
 
13484
        * src/pitivi-timelinecellrenderer.h:
 
13485
        * src/pitivi-timelinemedia.c:
 
13486
        * src/pitivi-timelinewindow.c:
 
13487
        * src/pitivi-timelinewindow.h:
7845
13488
          main modification simple project system.
7846
13489
 
7847
 
2004-10-07 18:13  cracoucas42
7848
 
 
7849
 
        * src/pitivi-newprojectwindow.c: ok
7850
 
 
7851
 
2004-10-07 17:16  cracoucas42
7852
 
 
7853
 
        * src/: pitivi-gstelementsettings.c, pitivi-newprojectwindow.c:
7854
 
          Modification des fonctions create frame, simplification, creation
7855
 
          d une fonction generique pour creer les comboboxs des codecs,
7856
 
          plus listage des noms
7857
 
 
7858
 
2004-10-01 16:01  hheidy
7859
 
 
7860
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c,
7861
 
          pitivi-sourcelistwindow.h: toto z la
7862
 
 
7863
 
2004-10-01 11:49  cracoucas42
7864
 
 
7865
 
        * src/: pitivi-newprojectwindow.c, pitivi-settingswindow.c:
7866
 
          Alegement du codedans le fichier, retret des fonctions inutiles
7867
 
          quiseront remplacees par les methodes des objets
7868
 
 
7869
 
2004-09-30 20:03  nemoglobine
7870
 
 
7871
 
        * src/: pitivi-gstelementsettings.c, pitivi-gstelementsettings.h,
7872
 
          pitivi-settingswindow.c: IMPLEMENTATION DE GSTELEMENTSETTINGS
7873
 
 
7874
 
2004-09-30 19:14  casaxno
7875
 
 
7876
 
        * src/: pitivi-project.c, pitivi-sourcelistwindow.c,
7877
 
          pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c:
 
13490
2004-10-07  Stephan Bloch <bloch_s@epitech.net>
 
13491
 
 
13492
        * src/pitivi-newprojectwindow.c:
 
13493
          ok
 
13494
 
 
13495
2004-10-07  Stephan Bloch <bloch_s@epitech.net>
 
13496
 
 
13497
        * src/pitivi-gstelementsettings.c:
 
13498
        * src/pitivi-newprojectwindow.c:
 
13499
          Modification des fonctions create frame, simplification, creation d une fonction generique pour creer les comboboxs des codecs, plus listage des noms
 
13500
 
 
13501
2004-10-01  Heidy Hery <hery_h@epitech.net>
 
13502
 
 
13503
        * src/pitivi-projectsourcelist.c:
 
13504
        * src/pitivi-sourcelistwindow.c:
 
13505
        * src/pitivi-sourcelistwindow.h:
 
13506
          toto z la
 
13507
 
 
13508
2004-10-01  Stephan Bloch <bloch_s@epitech.net>
 
13509
 
 
13510
        * src/pitivi-newprojectwindow.c:
 
13511
        * src/pitivi-settingswindow.c:
 
13512
          Alegement du codedans le fichier, retret des fonctions inutiles quiseront remplacees par les methodes des objets
 
13513
 
 
13514
2004-09-30  Marc Delettrez <delett_m@epitech.net>
 
13515
 
 
13516
        * src/pitivi-gstelementsettings.c:
 
13517
        * src/pitivi-gstelementsettings.h:
 
13518
        * src/pitivi-settingswindow.c:
 
13519
          IMPLEMENTATION DE GSTELEMENTSETTINGS
 
13520
 
 
13521
2004-09-30  Guillaume Casanova <casano_g@epitech.net>
 
13522
 
 
13523
        * src/pitivi-project.c:
 
13524
        * src/pitivi-sourcelistwindow.c:
 
13525
        * src/pitivi-timelinecellrenderer.c:
 
13526
        * src/pitivi-timelinewindow.c:
7878
13527
          warnings
7879
13528
 
7880
 
2004-09-30 18:57  casaxno
 
13529
2004-09-30  Guillaume Casanova <casano_g@epitech.net>
7881
13530
 
7882
 
        * src/: Makefile.am, pitivi-cursor.h, pitivi-project.c,
7883
 
          pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c,
7884
 
          pitivi-toolbox.c, pitivi-toolbox.h:
 
13531
        * src/Makefile.am:
 
13532
        * src/pitivi-cursor.h:
 
13533
        * src/pitivi-project.c:
 
13534
        * src/pitivi-timelinecellrenderer.c:
 
13535
        * src/pitivi-timelinewindow.c:
 
13536
        * src/pitivi-toolbox.c:
 
13537
        * src/pitivi-toolbox.h:
7885
13538
          new modification
7886
13539
 
7887
 
2004-09-30 18:19  casaxno
 
13540
2004-09-30  Guillaume Casanova <casano_g@epitech.net>
7888
13541
 
7889
 
        * src/: pitivi-drawing.c, pitivi-drawing.h:
 
13542
        * src/pitivi-drawing.c:
 
13543
        * src/pitivi-drawing.h:
7890
13544
          drawing functions
7891
13545
 
7892
 
2004-09-30 18:16  casaxno
 
13546
2004-09-30  Guillaume Casanova <casano_g@epitech.net>
7893
13547
 
7894
 
        * src/: pitivi-sourceitem.h, pitivi-sourcelistwindow.c:
 
13548
        * src/pitivi-sourceitem.h:
 
13549
        * src/pitivi-sourcelistwindow.c:
7895
13550
          modyfing
7896
13551
 
7897
 
2004-09-30 18:12  nemoglobine
 
13552
2004-09-30  Marc Delettrez <delett_m@epitech.net>
7898
13553
 
7899
 
        * src/: Makefile.am, pitivi-settingswindow.c,
7900
 
          pitivi-gstelementsettings.c, pitivi-gstelementsettings.h:
 
13554
        * src/Makefile.am:
 
13555
        * src/pitivi-gstelementsettings.c:
 
13556
        * src/pitivi-gstelementsettings.h:
 
13557
        * src/pitivi-settingswindow.c:
7901
13558
          DeLaBalle_de_bombE
7902
13559
 
7903
 
2004-09-30 17:41  bilboed
7904
 
 
7905
 
        * src/: pitivi-project.c, pitivi-sourcelistwindow.c,
7906
 
          pitivi-viewerwindow.c: upload version soutenance
7907
 
 
7908
 
2004-09-27 14:15  casaxno
 
13560
2004-09-30  Edward Hervey <edward.hervey@collabora.co.uk>
 
13561
 
 
13562
        * src/pitivi-project.c:
 
13563
        * src/pitivi-sourcelistwindow.c:
 
13564
        * src/pitivi-viewerwindow.c:
 
13565
          upload version soutenance
 
13566
 
 
13567
2004-09-27  Guillaume Casanova <casano_g@epitech.net>
7909
13568
 
7910
13569
        * pixmaps/blank.xpm:
7911
13570
          blank xpxpm:w
7912
13571
 
7913
 
2004-09-27 02:28  casaxno
 
13572
2004-09-27  Guillaume Casanova <casano_g@epitech.net>
7914
13573
 
7915
 
        * pixmaps/: bg.xpm, blank.xpm:
 
13574
        * pixmaps/bg.xpm:
 
13575
        * pixmaps/blank.xpm:
7916
13576
          new pixmap
7917
13577
 
7918
 
2004-09-27 02:20  casaxno
 
13578
2004-09-27  Guillaume Casanova <casano_g@epitech.net>
7919
13579
 
7920
13580
        * src/pitivi-sourcelistwindow.c:
7921
13581
          Changing context
7922
13582
 
7923
 
2004-07-09 19:24  loic2
7924
 
 
7925
 
        * src/pitivi-toolbox.c: solve a little bug
7926
 
 
7927
 
2004-07-09 19:13  loic2
7928
 
 
7929
 
        * src/pitivi-toolbox.c: tooltips in english
7930
 
 
7931
 
2004-07-09 18:59  hheidy
7932
 
 
7933
 
        * src/pitivi-sourcelistwindow.c: correction d'un bug du doubleclick
7934
 
 
7935
 
2004-07-09 18:43  hheidy
7936
 
 
7937
 
        * src/pitivi-sourcelistwindow.c: gestion du doubleclick
7938
 
 
7939
 
2004-07-09 18:10  casaxno
7940
 
 
7941
 
        * src/: pitivi-timelinecellrenderer.c,
7942
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c:
 
13583
2004-07-09  Loic Dubart <dubart_l@epitech.net>
 
13584
 
 
13585
        * src/pitivi-toolbox.c:
 
13586
          solve a little bug
 
13587
 
 
13588
2004-07-09  Loic Dubart <dubart_l@epitech.net>
 
13589
 
 
13590
        * src/pitivi-toolbox.c:
 
13591
          tooltips in english
 
13592
 
 
13593
2004-07-09  Heidy Hery <hery_h@epitech.net>
 
13594
 
 
13595
        * src/pitivi-sourcelistwindow.c:
 
13596
          correction d'un bug du doubleclick
 
13597
 
 
13598
2004-07-09  Heidy Hery <hery_h@epitech.net>
 
13599
 
 
13600
        * src/pitivi-sourcelistwindow.c:
 
13601
          gestion du doubleclick
 
13602
 
 
13603
2004-07-09  Guillaume Casanova <casano_g@epitech.net>
 
13604
 
 
13605
        * src/pitivi-timelinecellrenderer.c:
 
13606
        * src/pitivi-timelinecellrenderer.h:
 
13607
        * src/pitivi-timelinemedia.c:
7943
13608
          timeline
7944
13609
 
7945
 
2004-07-09 15:26  guize
7946
 
 
7947
 
        * src/: pitivi-mainapp.c, pitivi-newprojectwindow.c,
7948
 
          pitivi-toolboxwindow.c: Selection du premier reglage de la
7949
 
          fenetre NewProject et desactivation du bouton Nouveau Projet
7950
 
          lorsqu'une categorie est selectionnee
7951
 
 
7952
 
2004-07-09 14:06  nemoglobine
7953
 
 
7954
 
        * src/: pitivi-mainapp.c, pitivi-viewerwindow.c: viewer widget show
7955
 
 
7956
 
2004-07-09 12:47  loic2
7957
 
 
7958
 
        * src/pitivi-timelinemedia.c: add color and filename to rectangle -
7959
 
          my brain is back
7960
 
 
7961
 
2004-07-09 12:38  nemoglobine
7962
 
 
7963
 
        * src/pitivi-settingswindow.c: settings affichage
7964
 
 
7965
 
2004-07-09 12:21  nemoglobine
7966
 
 
7967
 
        * src/pitivi-settingswindow.c: settings affichage
7968
 
 
7969
 
2004-07-09 11:29  casaxno
7970
 
 
7971
 
        * src/: pitivi-timelinecellrenderer.c,
7972
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7973
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c:
 
13610
2004-07-09  Julien Carbonnier <carbon_j@epitech.net>
 
13611
 
 
13612
        * src/pitivi-mainapp.c:
 
13613
        * src/pitivi-newprojectwindow.c:
 
13614
        * src/pitivi-toolboxwindow.c:
 
13615
          Selection du premier reglage de la fenetre NewProject et desactivation du bouton Nouveau Projet lorsqu'une categorie est selectionnee
 
13616
 
 
13617
2004-07-09  Marc Delettrez <delett_m@epitech.net>
 
13618
 
 
13619
        * src/pitivi-mainapp.c:
 
13620
        * src/pitivi-viewerwindow.c:
 
13621
          viewer widget show
 
13622
 
 
13623
2004-07-09  Loic Dubart <dubart_l@epitech.net>
 
13624
 
 
13625
        * src/pitivi-timelinemedia.c:
 
13626
          add color and filename to rectangle - my brain is back
 
13627
 
 
13628
2004-07-09  Marc Delettrez <delett_m@epitech.net>
 
13629
 
 
13630
        * src/pitivi-settingswindow.c:
 
13631
          settings affichage
 
13632
 
 
13633
2004-07-09  Marc Delettrez <delett_m@epitech.net>
 
13634
 
 
13635
        * src/pitivi-settingswindow.c:
 
13636
          settings affichage
 
13637
 
 
13638
2004-07-09  Guillaume Casanova <casano_g@epitech.net>
 
13639
 
 
13640
        * src/pitivi-timelinecellrenderer.c:
 
13641
        * src/pitivi-timelinecellrenderer.h:
 
13642
        * src/pitivi-timelinemedia.c:
 
13643
        * src/pitivi-timelinemedia.h:
 
13644
        * src/pitivi-timelinewindow.c:
7974
13645
          managing cut
7975
13646
 
7976
 
2004-07-09 10:53  bilboed
7977
 
 
7978
 
        * src/pitivi-timelinemedia.c: Mustn't forget to get somebody a
7979
 
          brain...
7980
 
 
7981
 
2004-07-09 00:14  loic2
7982
 
 
7983
 
        * src/pitivi-timelinemedia.c: ajout nom source ds rectangle
7984
 
          timeline
7985
 
 
7986
 
2004-07-08 21:55  casaxno
7987
 
 
7988
 
        * src/pitivi-timelinemedia.c:
7989
 
          timeline
7990
 
 
7991
 
2004-07-08 21:18  casaxno
7992
 
 
7993
 
        * src/: pitivi-newprojectwindow.c, pitivi-timelinecellrenderer.c,
7994
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
7995
 
          pitivi-timelinemedia.h:
7996
 
          timeline
7997
 
 
7998
 
2004-07-08 19:52  hheidy
7999
 
 
8000
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h, pitivi-project.c,
8001
 
          pitivi-sourcelistwindow.c, pitivi-viewerwindow.c,
8002
 
          pitivi-viewerwindow.h: on peut maintenant jouer plusieurs video
8003
 
          et jouer une video en cliquant 2 fois dessus
8004
 
 
8005
 
2004-07-08 12:20  casaxno
8006
 
 
8007
 
        * src/: pitivi-timelinecellrenderer.c,
8008
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
8009
 
          pitivi-toolbox.c, pitivi-toolbox.h:
 
13647
2004-07-09  Edward Hervey <edward.hervey@collabora.co.uk>
 
13648
 
 
13649
        * src/pitivi-timelinemedia.c:
 
13650
          Mustn't forget to get somebody a brain...
 
13651
 
 
13652
2004-07-08  Loic Dubart <dubart_l@epitech.net>
 
13653
 
 
13654
        * src/pitivi-timelinemedia.c:
 
13655
          ajout nom source ds rectangle timeline
 
13656
 
 
13657
2004-07-08  Guillaume Casanova <casano_g@epitech.net>
 
13658
 
 
13659
        * src/pitivi-timelinemedia.c:
 
13660
          timeline
 
13661
 
 
13662
2004-07-08  Guillaume Casanova <casano_g@epitech.net>
 
13663
 
 
13664
        * src/pitivi-newprojectwindow.c:
 
13665
        * src/pitivi-timelinecellrenderer.c:
 
13666
        * src/pitivi-timelinecellrenderer.h:
 
13667
        * src/pitivi-timelinemedia.c:
 
13668
        * src/pitivi-timelinemedia.h:
 
13669
          timeline
 
13670
 
 
13671
2004-07-08  Heidy Hery <hery_h@epitech.net>
 
13672
 
 
13673
        * src/pitivi-mainapp.c:
 
13674
        * src/pitivi-mainapp.h:
 
13675
        * src/pitivi-project.c:
 
13676
        * src/pitivi-sourcelistwindow.c:
 
13677
        * src/pitivi-viewerwindow.c:
 
13678
        * src/pitivi-viewerwindow.h:
 
13679
          on peut maintenant jouer plusieurs video et jouer une video en cliquant 2 fois dessus
 
13680
 
 
13681
2004-07-08  Guillaume Casanova <casano_g@epitech.net>
 
13682
 
 
13683
        * src/pitivi-timelinecellrenderer.c:
 
13684
        * src/pitivi-timelinecellrenderer.h:
 
13685
        * src/pitivi-timelinemedia.c:
 
13686
        * src/pitivi-toolbox.c:
 
13687
        * src/pitivi-toolbox.h:
8010
13688
          ???
8011
13689
 
8012
 
2004-07-08 04:01  guize
8013
 
 
8014
 
        * src/: pitivi-newprojectwindow.c, pitivi-projectsettings.c,
8015
 
          pitivi-projectsettings.h, pitivi-settings.c: D Bugs en moins sur
8016
 
          la NewProjectWindow
8017
 
 
8018
 
2004-07-08 03:54  guize
8019
 
 
8020
 
        * docs/.pitivi: Fichier .pitivi avec les reglages minimalistes
8021
 
 
8022
 
2004-07-07 23:22  guize
8023
 
 
8024
 
        * TODO, src/pitivi-mainapp.c, src/pitivi-mainapp.h,
8025
 
          src/pitivi-newprojectwindow.c, src/pitivi-projectsettings.c,
8026
 
          src/pitivi-projectsettings.h, src/pitivi-settings.c,
8027
 
          src/pitivi-settings.h, src/pitivi-sourcelistwindow.c,
8028
 
          src/pitivi-timelinecellrenderer.c, src/pitivi-timelinewindow.c,
8029
 
          src/pitivi-viewerwindow.c: sauvegarde des ProjectsSettings dans
8030
 
          le fichier xml
8031
 
 
8032
 
2004-07-07 22:51  nemoglobine
8033
 
 
8034
 
        * src/: pitivi-effectswindow.c, pitivi-newprojectwindow.c: tree
8035
 
          view expand
8036
 
 
8037
 
2004-07-07 21:52  nemoglobine
8038
 
 
8039
 
        * ui/pitivi-toolbox.xml: champ settings dans le menu
8040
 
 
8041
 
2004-07-07 21:25  hheidy
8042
 
 
8043
 
        * src/: pitivi-sourcelistwindow.c, pitivi-viewerwindow.c: gestion
8044
 
          des query et des seek
8045
 
 
8046
 
2004-07-07 21:14  nemoglobine
8047
 
 
8048
 
        * src/pitivi-settingswindow.c: debut save global settings
8049
 
 
8050
 
2004-07-07 20:35  casaxno
8051
 
 
8052
 
        * src/: pitivi-cursor.h, pitivi-timelinecellrenderer.c,
8053
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
8054
 
          pitivi-toolbox.c, pitivi-toolbox.h: header cursor file
8055
 
 
8056
 
2004-07-07 20:29  nemoglobine
8057
 
 
8058
 
        * src/pitivi-settingswindow.c: add tooltips to settings window
8059
 
 
8060
 
2004-07-07 19:31  loic2
8061
 
 
8062
 
        * src/pitivi-toolbox.c: resolution seg fault
8063
 
 
8064
 
2004-07-07 18:55  nemoglobine
8065
 
 
8066
 
        * src/: pitivi-mainapp.c, pitivi-settingswindow.c,
8067
 
          pitivi-toolboxwindow.c: add menu settings window
8068
 
 
8069
 
2004-07-07 17:00  casaxno
 
13690
2004-07-08  Julien Carbonnier <carbon_j@epitech.net>
 
13691
 
 
13692
        * src/pitivi-newprojectwindow.c:
 
13693
        * src/pitivi-projectsettings.c:
 
13694
        * src/pitivi-projectsettings.h:
 
13695
        * src/pitivi-settings.c:
 
13696
          D Bugs en moins sur la NewProjectWindow
 
13697
 
 
13698
2004-07-08  Julien Carbonnier <carbon_j@epitech.net>
 
13699
 
 
13700
        * docs/.pitivi:
 
13701
          Fichier .pitivi avec les reglages minimalistes
 
13702
 
 
13703
2004-07-07  Julien Carbonnier <carbon_j@epitech.net>
 
13704
 
 
13705
        * TODO:
 
13706
        * src/pitivi-mainapp.c:
 
13707
        * src/pitivi-mainapp.h:
 
13708
        * src/pitivi-newprojectwindow.c:
 
13709
        * src/pitivi-projectsettings.c:
 
13710
        * src/pitivi-projectsettings.h:
 
13711
        * src/pitivi-settings.c:
 
13712
        * src/pitivi-settings.h:
 
13713
        * src/pitivi-sourcelistwindow.c:
 
13714
        * src/pitivi-timelinecellrenderer.c:
 
13715
        * src/pitivi-timelinewindow.c:
 
13716
        * src/pitivi-viewerwindow.c:
 
13717
          sauvegarde des ProjectsSettings dans le fichier xml
 
13718
 
 
13719
2004-07-07  Marc Delettrez <delett_m@epitech.net>
 
13720
 
 
13721
        * src/pitivi-effectswindow.c:
 
13722
        * src/pitivi-newprojectwindow.c:
 
13723
          tree view expand
 
13724
 
 
13725
2004-07-07  Marc Delettrez <delett_m@epitech.net>
 
13726
 
 
13727
        * ui/pitivi-toolbox.xml:
 
13728
          champ settings dans le menu
 
13729
 
 
13730
2004-07-07  Heidy Hery <hery_h@epitech.net>
 
13731
 
 
13732
        * src/pitivi-sourcelistwindow.c:
 
13733
        * src/pitivi-viewerwindow.c:
 
13734
          gestion des query et des seek
 
13735
 
 
13736
2004-07-07  Marc Delettrez <delett_m@epitech.net>
 
13737
 
 
13738
        * src/pitivi-settingswindow.c:
 
13739
          debut save global settings
 
13740
 
 
13741
2004-07-07  Guillaume Casanova <casano_g@epitech.net>
 
13742
 
 
13743
        * src/pitivi-cursor.h:
 
13744
        * src/pitivi-timelinecellrenderer.c:
 
13745
        * src/pitivi-timelinecellrenderer.h:
 
13746
        * src/pitivi-timelinemedia.c:
 
13747
        * src/pitivi-toolbox.c:
 
13748
        * src/pitivi-toolbox.h:
 
13749
          header cursor file
 
13750
 
 
13751
2004-07-07  Marc Delettrez <delett_m@epitech.net>
 
13752
 
 
13753
        * src/pitivi-settingswindow.c:
 
13754
          add tooltips to settings window
 
13755
 
 
13756
2004-07-07  Loic Dubart <dubart_l@epitech.net>
 
13757
 
 
13758
        * src/pitivi-toolbox.c:
 
13759
          resolution seg fault
 
13760
 
 
13761
2004-07-07  Marc Delettrez <delett_m@epitech.net>
 
13762
 
 
13763
        * src/pitivi-mainapp.c:
 
13764
        * src/pitivi-settingswindow.c:
 
13765
        * src/pitivi-toolboxwindow.c:
 
13766
          add menu settings window
 
13767
 
 
13768
2004-07-07  Guillaume Casanova <casano_g@epitech.net>
8070
13769
 
8071
13770
        * src/pitivi-timelinecellrenderer.c:
8072
13771
          selections
8073
13772
 
8074
 
2004-07-07 10:08  casaxno
 
13773
2004-07-07  Guillaume Casanova <casano_g@epitech.net>
8075
13774
 
8076
13775
        * src/pitivi-timelinecellrenderer.c:
8077
13776
          cell renderer
8078
13777
 
8079
 
2004-07-07 10:04  casaxno
 
13778
2004-07-07  Guillaume Casanova <casano_g@epitech.net>
8080
13779
 
8081
13780
        * src/pitivi-timelinecellrenderer.c:
8082
13781
          cellrenderer agqin
8083
13782
 
8084
 
2004-07-07 08:10  casaxno
 
13783
2004-07-07  Guillaume Casanova <casano_g@epitech.net>
8085
13784
 
8086
 
        * src/: pitivi-mainapp.h, pitivi-sourcelistwindow.c,
8087
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
8088
 
          pitivi-timelinemedia.c, pitivi-timelinemedia.h,
8089
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h,
8090
 
          pitivi-toolbox.c, pitivi-toolbox.h, pitivi-toolboxwindow.c,
8091
 
          pitivi-toolboxwindow.h:
 
13785
        * src/pitivi-mainapp.h:
 
13786
        * src/pitivi-sourcelistwindow.c:
 
13787
        * src/pitivi-timelinecellrenderer.c:
 
13788
        * src/pitivi-timelinecellrenderer.h:
 
13789
        * src/pitivi-timelinemedia.c:
 
13790
        * src/pitivi-timelinemedia.h:
 
13791
        * src/pitivi-timelinewindow.c:
 
13792
        * src/pitivi-timelinewindow.h:
 
13793
        * src/pitivi-toolbox.c:
 
13794
        * src/pitivi-toolbox.h:
 
13795
        * src/pitivi-toolboxwindow.c:
 
13796
        * src/pitivi-toolboxwindow.h:
8092
13797
          MAin modifications for timeline
8093
13798
 
8094
 
2004-07-06 23:39  nemoglobine
8095
 
 
8096
 
        * src/pitivi-viewerwindow.c: remove expose player bug
8097
 
 
8098
 
2004-07-06 23:24  nemoglobine
8099
 
 
8100
 
        * src/pitivi-viewerwindow.c: play/pause on viewer
8101
 
 
8102
 
2004-07-06 23:00  nemoglobine
8103
 
 
8104
 
        * src/: pitivi-mainapp.c, pitivi-toolboxwindow.c: set unresizable
8105
 
          toolbox
8106
 
 
8107
 
2004-07-06 22:23  loic2
8108
 
 
8109
 
        * src/: pitivi-timelinewindow.c, pitivi-toolbox.c: Modif curseur
8110
 
 
8111
 
2004-07-06 22:12  hheidy
8112
 
 
8113
 
        * src/: pitivi-project.c, pitivi-sourcelistwindow.c,
8114
 
          pitivi-viewerwindow.c: changement du pipeline en bin pour le
8115
 
          viewer
8116
 
 
8117
 
2004-07-06 22:09  nemoglobine
8118
 
 
8119
 
        * src/: pitivi-mainapp.c, pitivi-toolbox.c: alignement des fenetres
8120
 
 
8121
 
2004-07-06 19:06  loic2
8122
 
 
8123
 
        * src/pitivi-toolbox.c: initialisation du curseur
8124
 
 
8125
 
2004-07-06 18:18  loic2
8126
 
 
8127
 
        * src/: pitivi-mainapp.c, pitivi-toolboxwindow.c: acces aux
8128
 
          curseurs depuis la timeline
8129
 
 
8130
 
2004-07-06 15:31  bilboed
8131
 
 
8132
 
        * src/pitivi-mainapp.c: effectswindow loads on new project
8133
 
 
8134
 
2004-07-05 20:25  hheidy
8135
 
 
8136
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8137
 
          pitivi-sourcelistwindow.c: ajout de la recursion pour le
8138
 
          chargement de projet
8139
 
 
8140
 
2004-07-05 17:20  hheidy
8141
 
 
8142
 
        * src/pitivi-viewerwindow.c: nop
8143
 
 
8144
 
2004-07-05 17:19  hheidy
8145
 
 
8146
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8147
 
          pitivi-sourcelistwindow.c, pitivi-viewerwindow.c: ajout des ghost
8148
 
          pad
8149
 
 
8150
 
2004-07-05 16:43  casaxno
8151
 
 
8152
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c:
 
13799
2004-07-06  Marc Delettrez <delett_m@epitech.net>
 
13800
 
 
13801
        * src/pitivi-viewerwindow.c:
 
13802
          remove expose player bug
 
13803
 
 
13804
2004-07-06  Marc Delettrez <delett_m@epitech.net>
 
13805
 
 
13806
        * src/pitivi-viewerwindow.c:
 
13807
          play/pause on viewer
 
13808
 
 
13809
2004-07-06  Marc Delettrez <delett_m@epitech.net>
 
13810
 
 
13811
        * src/pitivi-mainapp.c:
 
13812
        * src/pitivi-toolboxwindow.c:
 
13813
          set unresizable toolbox
 
13814
 
 
13815
2004-07-06  Loic Dubart <dubart_l@epitech.net>
 
13816
 
 
13817
        * src/pitivi-timelinewindow.c:
 
13818
        * src/pitivi-toolbox.c:
 
13819
          Modif curseur
 
13820
 
 
13821
2004-07-06  Heidy Hery <hery_h@epitech.net>
 
13822
 
 
13823
        * src/pitivi-project.c:
 
13824
        * src/pitivi-sourcelistwindow.c:
 
13825
        * src/pitivi-viewerwindow.c:
 
13826
          changement du pipeline en bin pour le viewer
 
13827
 
 
13828
2004-07-06  Marc Delettrez <delett_m@epitech.net>
 
13829
 
 
13830
        * src/pitivi-mainapp.c:
 
13831
        * src/pitivi-toolbox.c:
 
13832
          alignement des fenetres
 
13833
 
 
13834
2004-07-06  Loic Dubart <dubart_l@epitech.net>
 
13835
 
 
13836
        * src/pitivi-toolbox.c:
 
13837
          initialisation du curseur
 
13838
 
 
13839
2004-07-06  Loic Dubart <dubart_l@epitech.net>
 
13840
 
 
13841
        * src/pitivi-mainapp.c:
 
13842
        * src/pitivi-toolboxwindow.c:
 
13843
          acces aux curseurs depuis la timeline
 
13844
 
 
13845
2004-07-06  Edward Hervey <edward.hervey@collabora.co.uk>
 
13846
 
 
13847
        * src/pitivi-mainapp.c:
 
13848
          effectswindow loads on new project
 
13849
 
 
13850
2004-07-05  Heidy Hery <hery_h@epitech.net>
 
13851
 
 
13852
        * src/pitivi-projectsourcelist.c:
 
13853
        * src/pitivi-projectsourcelist.h:
 
13854
        * src/pitivi-sourcelistwindow.c:
 
13855
          ajout de la recursion pour le chargement de projet
 
13856
 
 
13857
2004-07-05  Heidy Hery <hery_h@epitech.net>
 
13858
 
 
13859
        * src/pitivi-viewerwindow.c:
 
13860
          nop
 
13861
 
 
13862
2004-07-05  Heidy Hery <hery_h@epitech.net>
 
13863
 
 
13864
        * src/pitivi-projectsourcelist.c:
 
13865
        * src/pitivi-projectsourcelist.h:
 
13866
        * src/pitivi-sourcelistwindow.c:
 
13867
        * src/pitivi-viewerwindow.c:
 
13868
          ajout des ghost pad
 
13869
 
 
13870
2004-07-05  Guillaume Casanova <casano_g@epitech.net>
 
13871
 
 
13872
        * src/pitivi-timelinecellrenderer.c:
 
13873
        * src/pitivi-timelinewindow.c:
8153
13874
          cell renderer connected swap
8154
13875
 
8155
 
2004-07-05 16:08  bilboed
8156
 
 
8157
 
        * src/pitivi-toolbox.c: remove segfault when clicking on toolbox
8158
 
          and no timelinewindow present
8159
 
 
8160
 
2004-07-05 15:37  bilboed
8161
 
 
8162
 
        * src/: pitivi-sourcelistwindow.c, pitivi-viewerwindow.c:
8163
 
          SourceListWindow now exports (PitiviSourceFile *) for drag and
8164
 
          drop, and ViewerWindow receives it
8165
 
 
8166
 
2004-07-05 15:33  casaxno
8167
 
 
8168
 
        * src/: pitivi-timelinecellrenderer.c,
8169
 
          pitivi-timelinecellrenderer.h:
 
13876
2004-07-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
13877
 
 
13878
        * src/pitivi-toolbox.c:
 
13879
          remove segfault when clicking on toolbox and no timelinewindow present
 
13880
 
 
13881
2004-07-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
13882
 
 
13883
        * src/pitivi-sourcelistwindow.c:
 
13884
        * src/pitivi-viewerwindow.c:
 
13885
          SourceListWindow now exports (PitiviSourceFile *) for drag and drop, and ViewerWindow receives it
 
13886
 
 
13887
2004-07-05  Guillaume Casanova <casano_g@epitech.net>
 
13888
 
 
13889
        * src/pitivi-timelinecellrenderer.c:
 
13890
        * src/pitivi-timelinecellrenderer.h:
8170
13891
          cell renderer again
8171
13892
 
8172
 
2004-07-05 15:18  casaxno
 
13893
2004-07-05  Guillaume Casanova <casano_g@epitech.net>
8173
13894
 
8174
 
        * src/: pitivi-timelinecellrenderer.c,
8175
 
          pitivi-timelinecellrenderer.h, pitivi-timelinemedia.c,
8176
 
          pitivi-timelinemedia.h, pitivi-timelinewindow.c:
 
13895
        * src/pitivi-timelinecellrenderer.c:
 
13896
        * src/pitivi-timelinecellrenderer.h:
 
13897
        * src/pitivi-timelinemedia.c:
 
13898
        * src/pitivi-timelinemedia.h:
 
13899
        * src/pitivi-timelinewindow.c:
8177
13900
          media timeline
8178
13901
 
8179
 
2004-07-05 15:02  bilboed
8180
 
 
8181
 
        * pixmaps/logo-pitivi.png: cleaner splashscreen logo
8182
 
 
8183
 
2004-07-05 14:04  casaxno
8184
 
 
8185
 
        * src/: pitivi-dragdrop.h, pitivi-effectswindow.c,
8186
 
          pitivi-timelinecellrenderer.c:
 
13902
2004-07-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
13903
 
 
13904
        * pixmaps/logo-pitivi.png:
 
13905
          cleaner splashscreen logo
 
13906
 
 
13907
2004-07-05  Guillaume Casanova <casano_g@epitech.net>
 
13908
 
 
13909
        * src/pitivi-dragdrop.h:
 
13910
        * src/pitivi-effectswindow.c:
 
13911
        * src/pitivi-timelinecellrenderer.c:
8187
13912
          Differecing windows on drag and drop
8188
13913
 
8189
 
2004-07-05 09:42  casaxno
 
13914
2004-07-05  Guillaume Casanova <casano_g@epitech.net>
8190
13915
 
8191
 
        * src/: Makefile.am, pitivi-dragdrop.h, pitivi-sourcelistwindow.c,
8192
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
8193
 
          pitivi-viewerwindow.c:
 
13916
        * src/Makefile.am:
 
13917
        * src/pitivi-dragdrop.h:
 
13918
        * src/pitivi-sourcelistwindow.c:
 
13919
        * src/pitivi-timelinecellrenderer.c:
 
13920
        * src/pitivi-timelinecellrenderer.h:
 
13921
        * src/pitivi-viewerwindow.c:
8194
13922
          timeline modifications
8195
13923
 
8196
 
2004-07-05 02:25  bilboed
8197
 
 
8198
 
        * ChangeLog, src/pitivi-dragdrop.h, src/pitivi-sourcelistwindow.c,
8199
 
          src/pitivi-viewerwindow.c: Drag and Drop now sends pointer to the
8200
 
          selected PitiviSourceFile
8201
 
 
8202
 
2004-07-04 13:53  casaxno
8203
 
 
8204
 
        * src/: pitivi-timelinecellrenderer.c,
8205
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
8206
 
          pitivi-timelinewindow.h:
 
13924
2004-07-05  Edward Hervey <edward.hervey@collabora.co.uk>
 
13925
 
 
13926
        * ChangeLog:
 
13927
        * src/pitivi-dragdrop.h:
 
13928
        * src/pitivi-sourcelistwindow.c:
 
13929
        * src/pitivi-viewerwindow.c:
 
13930
          Drag and Drop now sends pointer to the selected PitiviSourceFile
 
13931
 
 
13932
2004-07-04  Guillaume Casanova <casano_g@epitech.net>
 
13933
 
 
13934
        * src/pitivi-timelinecellrenderer.c:
 
13935
        * src/pitivi-timelinecellrenderer.h:
 
13936
        * src/pitivi-timelinewindow.c:
 
13937
        * src/pitivi-timelinewindow.h:
8207
13938
          timeline new modifications
8208
13939
 
8209
 
2004-07-03 23:16  casaxno
 
13940
2004-07-03  Guillaume Casanova <casano_g@epitech.net>
8210
13941
 
8211
13942
        * src/pitivi-dragdrop.h:
8212
13943
          oki
8213
13944
 
8214
 
2004-07-03 23:04  casaxno
 
13945
2004-07-03  Guillaume Casanova <casano_g@epitech.net>
8215
13946
 
8216
13947
        * src/pitivi-timelinecellrenderer.c:
8217
13948
          ok
8218
13949
 
8219
 
2004-07-03 23:02  casaxno
 
13950
2004-07-03  Guillaume Casanova <casano_g@epitech.net>
8220
13951
 
8221
 
        * src/: pitivi-sourcelistwindow.c, pitivi-timelinecellrenderer.c,
8222
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c:
 
13952
        * src/pitivi-sourcelistwindow.c:
 
13953
        * src/pitivi-timelinecellrenderer.c:
 
13954
        * src/pitivi-timelinecellrenderer.h:
 
13955
        * src/pitivi-timelinewindow.c:
8223
13956
          Managing drag 'n drop first version
8224
13957
 
8225
 
2004-07-03 21:49  hheidy
 
13958
2004-07-03  Heidy Hery <hery_h@epitech.net>
8226
13959
 
8227
 
        * src/: pitivi-sourcelistwindow.c, pitivi-viewerwindow.c:
 
13960
        * src/pitivi-sourcelistwindow.c:
 
13961
        * src/pitivi-viewerwindow.c:
8228
13962
          suppression de certains bug
8229
13963
 
8230
 
2004-07-03 19:42  bilboed
8231
 
 
8232
 
        * src/: pitivi-project.c, pitivi-viewerwindow.c: Changed project
8233
 
          pipeline from GstThread to GstPipeline
8234
 
 
8235
 
2004-07-03 19:06  casaxno
8236
 
 
8237
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c,
8238
 
          pitivi-timelinewindow.h, pitivi-toolbox.c, pitivi-toolbox.h:
 
13964
2004-07-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
13965
 
 
13966
        * src/pitivi-project.c:
 
13967
        * src/pitivi-viewerwindow.c:
 
13968
          Changed project pipeline from GstThread to GstPipeline
 
13969
 
 
13970
2004-07-03  Guillaume Casanova <casano_g@epitech.net>
 
13971
 
 
13972
        * src/pitivi-timelinecellrenderer.c:
 
13973
        * src/pitivi-timelinewindow.c:
 
13974
        * src/pitivi-timelinewindow.h:
 
13975
        * src/pitivi-toolbox.c:
 
13976
        * src/pitivi-toolbox.h:
8239
13977
          Cursor management
8240
13978
 
8241
 
2004-07-03 17:26  bilboed
8242
 
 
8243
 
        * src/pitivi-project.c: added audio and video GnlGroups to Timeline
8244
 
 
8245
 
2004-07-03 15:36  loic2
8246
 
 
8247
 
        * src/: pitivi-toolbox.c, pitivi-toolboxwindow.c, pitivi-mainapp.c,
8248
 
          pitivi-toolbox.h: Ajout curseurs
8249
 
 
8250
 
2004-07-03 14:24  bilboed
8251
 
 
8252
 
        * ChangeLog, configure.ac, src/Makefile.am, src/main.c,
8253
 
          src/pitivi-project.c, src/pitivi-project.h,
8254
 
          src/pitivi-viewerwindow.c: added link to gnonlin and project
8255
 
          timeline/pipeline
8256
 
 
8257
 
2004-07-03 13:37  casaxno
 
13979
2004-07-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
13980
 
 
13981
        * src/pitivi-project.c:
 
13982
          added audio and video GnlGroups to Timeline
 
13983
 
 
13984
2004-07-03  Loic Dubart <dubart_l@epitech.net>
 
13985
 
 
13986
        * src/pitivi-mainapp.c:
 
13987
        * src/pitivi-toolbox.c:
 
13988
        * src/pitivi-toolbox.h:
 
13989
        * src/pitivi-toolboxwindow.c:
 
13990
          Ajout curseurs
 
13991
 
 
13992
2004-07-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
13993
 
 
13994
        * ChangeLog:
 
13995
        * configure.ac:
 
13996
        * src/Makefile.am:
 
13997
        * src/main.c:
 
13998
        * src/pitivi-project.c:
 
13999
        * src/pitivi-project.h:
 
14000
        * src/pitivi-viewerwindow.c:
 
14001
          added link to gnonlin and project timeline/pipeline
 
14002
 
 
14003
2004-07-03  Guillaume Casanova <casano_g@epitech.net>
8258
14004
 
8259
14005
        * src/pitivi-timelinecellrenderer.c:
8260
14006
          resolv cellrenderer
8261
14007
 
8262
 
2004-07-02 22:52  casaxno
 
14008
2004-07-02  Guillaume Casanova <casano_g@epitech.net>
8263
14009
 
8264
 
        * src/: main.c, pitivi-sourcelistwindow.c,
8265
 
          pitivi-timelinecellrenderer.c, pitivi-timelinecellrenderer.h,
8266
 
          pitivi-timelinewindow.c:
 
14010
        * src/main.c:
 
14011
        * src/pitivi-sourcelistwindow.c:
 
14012
        * src/pitivi-timelinecellrenderer.c:
 
14013
        * src/pitivi-timelinecellrenderer.h:
 
14014
        * src/pitivi-timelinewindow.c:
8267
14015
          layout method for widget
8268
14016
 
8269
 
2004-07-02 21:52  hheidy
8270
 
 
8271
 
        * src/: pitivi-project.c, pitivi-project.h,
8272
 
          pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8273
 
          pitivi-sourcelistwindow.c: ajout de la serialisation et de la
8274
 
          deserialisation
8275
 
 
8276
 
2004-07-02 14:27  nemoglobine
8277
 
 
8278
 
        * pixmaps/logo-pitivi.png: logo-pitivi
8279
 
 
8280
 
2004-07-02 14:13  nemoglobine
8281
 
 
8282
 
        * src/: pitivi-settings.c, pitivi-splashscreenwindow.c: reglages
8283
 
 
8284
 
2004-07-02 13:19  nemoglobine
8285
 
 
8286
 
        * src/: pitivi-mainapp.c, pitivi-settings.c,
8287
 
          pitivi-splashscreenwindow.c, pitivi-viewerwindow.c: ajout splash
8288
 
          screen
8289
 
 
8290
 
2004-07-02 11:06  casaxno
 
14017
2004-07-02  Heidy Hery <hery_h@epitech.net>
 
14018
 
 
14019
        * src/pitivi-project.c:
 
14020
        * src/pitivi-project.h:
 
14021
        * src/pitivi-projectsourcelist.c:
 
14022
        * src/pitivi-projectsourcelist.h:
 
14023
        * src/pitivi-sourcelistwindow.c:
 
14024
          ajout de la serialisation et de la deserialisation
 
14025
 
 
14026
2004-07-02  Marc Delettrez <delett_m@epitech.net>
 
14027
 
 
14028
        * pixmaps/logo-pitivi.png:
 
14029
          logo-pitivi
 
14030
 
 
14031
2004-07-02  Marc Delettrez <delett_m@epitech.net>
 
14032
 
 
14033
        * src/pitivi-settings.c:
 
14034
        * src/pitivi-splashscreenwindow.c:
 
14035
          reglages
 
14036
 
 
14037
2004-07-02  Marc Delettrez <delett_m@epitech.net>
 
14038
 
 
14039
        * src/pitivi-mainapp.c:
 
14040
        * src/pitivi-settings.c:
 
14041
        * src/pitivi-splashscreenwindow.c:
 
14042
        * src/pitivi-viewerwindow.c:
 
14043
          ajout splash screen
 
14044
 
 
14045
2004-07-02  Guillaume Casanova <casano_g@epitech.net>
8291
14046
 
8292
14047
        * src/pitivi-timelinecellrenderer.c:
8293
14048
          dropping cell
8294
14049
 
8295
 
2004-07-02 10:50  nemoglobine
 
14050
2004-07-02  Marc Delettrez <delett_m@epitech.net>
8296
14051
 
8297
 
        * src/: pitivi-viewerwindow.c, pitivi-viewerwindow.h:
 
14052
        * src/pitivi-viewerwindow.c:
 
14053
        * src/pitivi-viewerwindow.h:
8298
14054
          ajout-timeline in viewer
8299
14055
 
8300
 
2004-07-02 10:45  casaxno
 
14056
2004-07-02  Guillaume Casanova <casano_g@epitech.net>
8301
14057
 
8302
14058
        * src/pitivi-timelinecellrenderer.c:
8303
14059
          dragging begin
8304
14060
 
8305
 
2004-07-02 10:01  casaxno
 
14061
2004-07-02  Guillaume Casanova <casano_g@epitech.net>
8306
14062
 
8307
 
        * src/: pitivi-timelinecellrenderer.c, pitivi-timelinewindow.c,
8308
 
          pitivi-viewerwindow.c:
 
14063
        * src/pitivi-timelinecellrenderer.c:
 
14064
        * src/pitivi-timelinewindow.c:
 
14065
        * src/pitivi-viewerwindow.c:
8309
14066
          timeline modifications
8310
14067
 
8311
 
2004-07-01 14:10  bilboed
8312
 
 
8313
 
        * ChangeLog, configure.ac, src/pitivi-projectsettings.c,
8314
 
          src/pitivi-timelinewindow.c: deleted save menus/dialog back in
8315
 
 
8316
 
2004-07-01 10:16  casaxno
8317
 
 
8318
 
        * src/: pitivi-timelinecellrenderer.c,
8319
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
8320
 
          pitivi-timelinewindow.h:
 
14068
2004-07-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
14069
 
 
14070
        * ChangeLog:
 
14071
        * configure.ac:
 
14072
        * src/pitivi-projectsettings.c:
 
14073
        * src/pitivi-timelinewindow.c:
 
14074
          deleted save menus/dialog back in
 
14075
 
 
14076
2004-07-01  Guillaume Casanova <casano_g@epitech.net>
 
14077
 
 
14078
        * src/pitivi-timelinecellrenderer.c:
 
14079
        * src/pitivi-timelinecellrenderer.h:
 
14080
        * src/pitivi-timelinewindow.c:
 
14081
        * src/pitivi-timelinewindow.h:
8321
14082
          new timeline defintion
8322
14083
 
8323
 
2004-06-30 13:42  nemoglobine
8324
 
 
8325
 
        * src/: Makefile.am, pitivi-splashscreenwindow.c,
8326
 
          pitivi-splashscreenwindow.h: ajout splash screen
8327
 
 
8328
 
2004-06-30 13:31  nemoglobine
8329
 
 
8330
 
        * pixmaps/logo-pitivi.png: ajout du logo
8331
 
 
8332
 
2004-06-29 19:19  hheidy
8333
 
 
8334
 
        * src/pitivi-projectsourcelist.c: xml ajout
8335
 
 
8336
 
2004-06-29 19:08  hheidy
8337
 
 
8338
 
        * src/: pitivi-project.c, pitivi-projectsourcelist.c,
8339
 
          pitivi-projectsourcelist.h, pitivi-sourcelistwindow.c: ajout de
8340
 
          pitivi_projectsourcelist_restore...
8341
 
 
8342
 
2004-06-29 19:01  bilboed
8343
 
 
8344
 
        * src/pitivi-mainapp.c: added verification on effectswindow destroy
8345
 
 
8346
 
2004-06-29 18:10  bilboed
8347
 
 
8348
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-mainapp.h,
8349
 
          src/pitivi-toolboxwindow.c, ui/pitivi-toolbox.xml: Added toggling
8350
 
          windows menu in Toolbox
8351
 
 
8352
 
2004-06-29 17:56  hheidy
8353
 
 
8354
 
        * src/pitivi-mainapp.c: activation de la viewerwindow
8355
 
 
8356
 
2004-06-29 17:55  hheidy
8357
 
 
8358
 
        * src/: pitivi-mainapp.c, pitivi-project.c, pitivi-project.h,
8359
 
          pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8360
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h: reglage de
8361
 
          bug du pipeline gstreamer
8362
 
 
8363
 
2004-06-29 16:55  bilboed
8364
 
 
8365
 
        * ChangeLog, TODO, src/pitivi-projectsettings.c,
8366
 
          src/pitivi-settings.c: Corrected PitiviProjectSettings bug
8367
 
 
8368
 
2004-06-28 21:00  bilboed
8369
 
 
8370
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-project.c,
8371
 
          src/pitivi-projectsettings.c, src/pitivi-settings.c,
8372
 
          src/pitivi-settings.h, src/pitivi-toolboxwindow.c: PitiviSettings
8373
 
          file save/load OK
8374
 
 
8375
 
2004-06-28 19:16  nemoglobine
8376
 
 
8377
 
        * src/: pitivi-viewercontroller.c, pitivi-viewercontroller.h,
8378
 
          pitivi-viewerplayer.c, pitivi-viewerplayer.h,
8379
 
          pitivi-viewervolume.c, pitivi-viewervolume.h: remove other elem
8380
 
          viewer
8381
 
 
8382
 
2004-06-28 19:08  nemoglobine
8383
 
 
8384
 
        * pixmaps/: backward.xpm, forward.xpm, pause.xpm, play.xpm,
8385
 
          stop.xpm, volume.xpm: add xpms
8386
 
 
8387
 
2004-06-28 18:34  nemoglobine
8388
 
 
8389
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-viewerwindow.c,
8390
 
          pitivi-viewerwindow.h: Change Player
8391
 
 
8392
 
2004-06-28 15:11  bilboed
8393
 
 
8394
 
        * TODO: added the TODO
8395
 
 
8396
 
2004-06-28 14:11  bilboed
8397
 
 
8398
 
        * src/pitivi-projectsettings.c: added a few PitiviProjectSettings
8399
 
          saves
8400
 
 
8401
 
2004-06-26 18:31  bilboed
8402
 
 
8403
 
        * src/: pitivi-project.h, pitivi-projectsettings.c,
8404
 
          pitivi-projectsettings.h: finished pitivi_projectsettings_copy
8405
 
 
8406
 
2004-06-26 18:06  bilboed
8407
 
 
8408
 
        * ChangeLog, configure.ac, src/pitivi-newprojectwindow.c,
8409
 
          src/pitivi-project.c, src/pitivi-project.h,
8410
 
          src/pitivi-projectsettings.c, src/pitivi-projectsettings.h,
8411
 
          src/pitivi-timelinewindow.c, src/pitivi.h,
8412
 
          ui/pitivi-timeline.xml: Project Save/Load functionnal
8413
 
 
8414
 
2004-06-26 13:53  bilboed
8415
 
 
8416
 
        * ChangeLog, src/pitivi-project.c, src/pitivi-project.h,
8417
 
          src/pitivi-toolboxwindow.c: File Chooser to open Project files
8418
 
 
8419
 
2004-06-26 13:02  bilboed
8420
 
 
8421
 
        * ChangeLog, src/Makefile.am, src/pitivi-projectsettingswindow.c,
8422
 
          src/pitivi-projectsettingswindow.h, src/pitivi-settingswindow.c,
8423
 
          src/pitivi-settingswindow.h, src/pitivi-sourcelistwindow.c: Added
8424
 
          PitiviSettingsWindow and PitiviProjectSettingsWindow
8425
 
 
8426
 
2004-06-26 00:33  bilboed
8427
 
 
8428
 
        * ChangeLog, src/pitivi-projectwindows.c,
8429
 
          src/pitivi-sourcelistwindow.c, src/pitivi-timelinewindow.c: set
8430
 
          PitiviTimelineWindow and PitiviSourceListWindow father class to
8431
 
          PITIVI_PROJECTWINDOWS_TYPE
8432
 
 
8433
 
2004-06-26 00:07  bilboed
8434
 
 
8435
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-viewercontroller.c,
8436
 
          src/pitivi-viewercontroller.h, src/pitivi-viewerwindow.c,
8437
 
          src/pitivi-viewerwindow.h: Changed PitiviViewerWindow and
8438
 
          PitiviViewerController to derivates of PitiviWindows
8439
 
 
8440
 
2004-06-25 23:47  bilboed
8441
 
 
8442
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-mainapp.h,
8443
 
          src/pitivi-newprojectwindow.c, src/pitivi-project.c,
8444
 
          src/pitivi-project.h, src/pitivi-sourcelistwindow.c,
8445
 
          src/pitivi-sourcelistwindow.h, src/pitivi-timelinewindow.c,
8446
 
          src/pitivi-timelinewindow.h, src/pitivi-toolboxwindow.c: Changed
8447
 
          PitiviTimelineWindow and PitiviSourceListWindow to derivates of
8448
 
          PitiviProjectWindows
8449
 
 
8450
 
2004-06-25 22:58  bilboed
8451
 
 
8452
 
        * ChangeLog, src/pitivi-effectswindow.c,
8453
 
          src/pitivi-effectswindow.h, src/pitivi-mainapp.c: forgot to
8454
 
          update pitivi_effectswindow_new()
8455
 
 
8456
 
2004-06-25 21:49  bilboed
8457
 
 
8458
 
        * ChangeLog, src/pitivi-effectswindow.c,
8459
 
          src/pitivi-effectswindow.h, src/pitivi-mainapp.c,
8460
 
          src/pitivi-mainapp.h, src/pitivi-newprojectwindow.h,
8461
 
          src/pitivi-sourcelistwindow.c, src/pitivi-windows.h: Updated
8462
 
          PitiviEffectsWindow to derivate of PitiviWindows
8463
 
 
8464
 
2004-06-25 20:53  bilboed
8465
 
 
8466
 
        * ChangeLog, src/pitivi-newprojectwindow.c,
8467
 
          src/pitivi-newprojectwindow.h, src/pitivi-toolboxwindow.c,
8468
 
          src/pitivi-toolboxwindow.h: Updated PitiviToolboxWindow and
8469
 
          PitiviNewProjectWindow to be derivate of PitiviWindows
8470
 
 
8471
 
2004-06-25 20:28  bilboed
8472
 
 
8473
 
        * docs/pitivi-classes: adding new documenation on classes
8474
 
 
8475
 
2004-06-25 18:37  hheidy
8476
 
 
8477
 
        * pixmaps/pitivi-effects-soundtv.png: ajout d un png
8478
 
 
8479
 
2004-06-25 18:35  hheidy
8480
 
 
8481
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8482
 
          pitivi-sourcelistwindow.c, pitivi-stockicons.c,
8483
 
          pitivi-stockicons.h: ajout d une structure a
8484
 
          pitivi-projectsourcelist
8485
 
 
8486
 
2004-06-25 16:13  bilboed
8487
 
 
8488
 
        * src/: Makefile.am, pitivi-project.h, pitivi-projectwindows.c,
8489
 
          pitivi-projectwindows.h, pitivi-windows.c, pitivi-windows.h:
 
14084
2004-06-30  Marc Delettrez <delett_m@epitech.net>
 
14085
 
 
14086
        * src/Makefile.am:
 
14087
        * src/pitivi-splashscreenwindow.c:
 
14088
        * src/pitivi-splashscreenwindow.h:
 
14089
          ajout splash screen
 
14090
 
 
14091
2004-06-30  Marc Delettrez <delett_m@epitech.net>
 
14092
 
 
14093
        * pixmaps/logo-pitivi.png:
 
14094
          ajout du logo
 
14095
 
 
14096
2004-06-29  Heidy Hery <hery_h@epitech.net>
 
14097
 
 
14098
        * src/pitivi-projectsourcelist.c:
 
14099
          xml ajout
 
14100
 
 
14101
2004-06-29  Heidy Hery <hery_h@epitech.net>
 
14102
 
 
14103
        * src/pitivi-project.c:
 
14104
        * src/pitivi-projectsourcelist.c:
 
14105
        * src/pitivi-projectsourcelist.h:
 
14106
        * src/pitivi-sourcelistwindow.c:
 
14107
          ajout de pitivi_projectsourcelist_restore...
 
14108
 
 
14109
2004-06-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
14110
 
 
14111
        * src/pitivi-mainapp.c:
 
14112
          added verification on effectswindow destroy
 
14113
 
 
14114
2004-06-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
14115
 
 
14116
        * ChangeLog:
 
14117
        * src/pitivi-mainapp.c:
 
14118
        * src/pitivi-mainapp.h:
 
14119
        * src/pitivi-toolboxwindow.c:
 
14120
        * ui/pitivi-toolbox.xml:
 
14121
          Added toggling windows menu in Toolbox
 
14122
 
 
14123
2004-06-29  Heidy Hery <hery_h@epitech.net>
 
14124
 
 
14125
        * src/pitivi-mainapp.c:
 
14126
          activation de la viewerwindow
 
14127
 
 
14128
2004-06-29  Heidy Hery <hery_h@epitech.net>
 
14129
 
 
14130
        * src/pitivi-mainapp.c:
 
14131
        * src/pitivi-project.c:
 
14132
        * src/pitivi-project.h:
 
14133
        * src/pitivi-projectsourcelist.c:
 
14134
        * src/pitivi-projectsourcelist.h:
 
14135
        * src/pitivi-sourcelistwindow.c:
 
14136
        * src/pitivi-sourcelistwindow.h:
 
14137
          reglage de bug du pipeline gstreamer
 
14138
 
 
14139
2004-06-29  Edward Hervey <edward.hervey@collabora.co.uk>
 
14140
 
 
14141
        * ChangeLog:
 
14142
        * TODO:
 
14143
        * src/pitivi-projectsettings.c:
 
14144
        * src/pitivi-settings.c:
 
14145
          Corrected PitiviProjectSettings bug
 
14146
 
 
14147
2004-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
14148
 
 
14149
        * ChangeLog:
 
14150
        * src/pitivi-mainapp.c:
 
14151
        * src/pitivi-project.c:
 
14152
        * src/pitivi-projectsettings.c:
 
14153
        * src/pitivi-settings.c:
 
14154
        * src/pitivi-settings.h:
 
14155
        * src/pitivi-toolboxwindow.c:
 
14156
          PitiviSettings file save/load OK
 
14157
 
 
14158
2004-06-28  Marc Delettrez <delett_m@epitech.net>
 
14159
 
 
14160
        * src/pitivi-viewercontroller.c:
 
14161
        * src/pitivi-viewercontroller.h:
 
14162
        * src/pitivi-viewerplayer.c:
 
14163
        * src/pitivi-viewerplayer.h:
 
14164
        * src/pitivi-viewervolume.c:
 
14165
        * src/pitivi-viewervolume.h:
 
14166
          remove other elem viewer
 
14167
 
 
14168
2004-06-28  Marc Delettrez <delett_m@epitech.net>
 
14169
 
 
14170
        * pixmaps/backward.xpm:
 
14171
        * pixmaps/forward.xpm:
 
14172
        * pixmaps/pause.xpm:
 
14173
        * pixmaps/play.xpm:
 
14174
        * pixmaps/stop.xpm:
 
14175
        * pixmaps/volume.xpm:
 
14176
          add xpms
 
14177
 
 
14178
2004-06-28  Marc Delettrez <delett_m@epitech.net>
 
14179
 
 
14180
        * src/Makefile.am:
 
14181
        * src/pitivi-mainapp.c:
 
14182
        * src/pitivi-viewerwindow.c:
 
14183
        * src/pitivi-viewerwindow.h:
 
14184
          Change Player
 
14185
 
 
14186
2004-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
14187
 
 
14188
        * TODO:
 
14189
          added the TODO
 
14190
 
 
14191
2004-06-28  Edward Hervey <edward.hervey@collabora.co.uk>
 
14192
 
 
14193
        * src/pitivi-projectsettings.c:
 
14194
          added a few PitiviProjectSettings saves
 
14195
 
 
14196
2004-06-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
14197
 
 
14198
        * src/pitivi-project.h:
 
14199
        * src/pitivi-projectsettings.c:
 
14200
        * src/pitivi-projectsettings.h:
 
14201
          finished pitivi_projectsettings_copy
 
14202
 
 
14203
2004-06-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
14204
 
 
14205
        * ChangeLog:
 
14206
        * configure.ac:
 
14207
        * src/pitivi-newprojectwindow.c:
 
14208
        * src/pitivi-project.c:
 
14209
        * src/pitivi-project.h:
 
14210
        * src/pitivi-projectsettings.c:
 
14211
        * src/pitivi-projectsettings.h:
 
14212
        * src/pitivi-timelinewindow.c:
 
14213
        * src/pitivi.h:
 
14214
        * ui/pitivi-timeline.xml:
 
14215
          Project Save/Load functionnal
 
14216
 
 
14217
2004-06-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
14218
 
 
14219
        * ChangeLog:
 
14220
        * src/pitivi-project.c:
 
14221
        * src/pitivi-project.h:
 
14222
        * src/pitivi-toolboxwindow.c:
 
14223
          File Chooser to open Project files
 
14224
 
 
14225
2004-06-26  Edward Hervey <edward.hervey@collabora.co.uk>
 
14226
 
 
14227
        * ChangeLog:
 
14228
        * src/Makefile.am:
 
14229
        * src/pitivi-projectsettingswindow.c:
 
14230
        * src/pitivi-projectsettingswindow.h:
 
14231
        * src/pitivi-settingswindow.c:
 
14232
        * src/pitivi-settingswindow.h:
 
14233
        * src/pitivi-sourcelistwindow.c:
 
14234
          Added PitiviSettingsWindow and PitiviProjectSettingsWindow
 
14235
 
 
14236
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14237
 
 
14238
        * ChangeLog:
 
14239
        * src/pitivi-projectwindows.c:
 
14240
        * src/pitivi-sourcelistwindow.c:
 
14241
        * src/pitivi-timelinewindow.c:
 
14242
          set PitiviTimelineWindow and PitiviSourceListWindow father class to PITIVI_PROJECTWINDOWS_TYPE
 
14243
 
 
14244
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14245
 
 
14246
        * ChangeLog:
 
14247
        * src/pitivi-mainapp.c:
 
14248
        * src/pitivi-viewercontroller.c:
 
14249
        * src/pitivi-viewercontroller.h:
 
14250
        * src/pitivi-viewerwindow.c:
 
14251
        * src/pitivi-viewerwindow.h:
 
14252
          Changed PitiviViewerWindow and PitiviViewerController to derivates of PitiviWindows
 
14253
 
 
14254
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14255
 
 
14256
        * ChangeLog:
 
14257
        * src/pitivi-mainapp.c:
 
14258
        * src/pitivi-mainapp.h:
 
14259
        * src/pitivi-newprojectwindow.c:
 
14260
        * src/pitivi-project.c:
 
14261
        * src/pitivi-project.h:
 
14262
        * src/pitivi-sourcelistwindow.c:
 
14263
        * src/pitivi-sourcelistwindow.h:
 
14264
        * src/pitivi-timelinewindow.c:
 
14265
        * src/pitivi-timelinewindow.h:
 
14266
        * src/pitivi-toolboxwindow.c:
 
14267
          Changed PitiviTimelineWindow and PitiviSourceListWindow to derivates of PitiviProjectWindows
 
14268
 
 
14269
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14270
 
 
14271
        * ChangeLog:
 
14272
        * src/pitivi-effectswindow.c:
 
14273
        * src/pitivi-effectswindow.h:
 
14274
        * src/pitivi-mainapp.c:
 
14275
          forgot to update pitivi_effectswindow_new()
 
14276
 
 
14277
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14278
 
 
14279
        * ChangeLog:
 
14280
        * src/pitivi-effectswindow.c:
 
14281
        * src/pitivi-effectswindow.h:
 
14282
        * src/pitivi-mainapp.c:
 
14283
        * src/pitivi-mainapp.h:
 
14284
        * src/pitivi-newprojectwindow.h:
 
14285
        * src/pitivi-sourcelistwindow.c:
 
14286
        * src/pitivi-windows.h:
 
14287
          Updated PitiviEffectsWindow to derivate of PitiviWindows
 
14288
 
 
14289
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14290
 
 
14291
        * ChangeLog:
 
14292
        * src/pitivi-newprojectwindow.c:
 
14293
        * src/pitivi-newprojectwindow.h:
 
14294
        * src/pitivi-toolboxwindow.c:
 
14295
        * src/pitivi-toolboxwindow.h:
 
14296
          Updated PitiviToolboxWindow and PitiviNewProjectWindow to be derivate of PitiviWindows
 
14297
 
 
14298
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14299
 
 
14300
        * docs/pitivi-classes:
 
14301
          adding new documenation on classes
 
14302
 
 
14303
2004-06-25  Heidy Hery <hery_h@epitech.net>
 
14304
 
 
14305
        * pixmaps/pitivi-effects-soundtv.png:
 
14306
          ajout d un png
 
14307
 
 
14308
2004-06-25  Heidy Hery <hery_h@epitech.net>
 
14309
 
 
14310
        * src/pitivi-projectsourcelist.c:
 
14311
        * src/pitivi-projectsourcelist.h:
 
14312
        * src/pitivi-sourcelistwindow.c:
 
14313
        * src/pitivi-stockicons.c:
 
14314
        * src/pitivi-stockicons.h:
 
14315
          ajout d une structure a pitivi-projectsourcelist
 
14316
 
 
14317
2004-06-25  Edward Hervey <edward.hervey@collabora.co.uk>
 
14318
 
 
14319
        * src/Makefile.am:
 
14320
        * src/pitivi-project.h:
 
14321
        * src/pitivi-projectwindows.c:
 
14322
        * src/pitivi-projectwindows.h:
 
14323
        * src/pitivi-windows.c:
 
14324
        * src/pitivi-windows.h:
8490
14325
          Adding PitiviWindows and PitiviProjectWindows classes
8491
14326
 
8492
 
2004-06-22 19:40  hheidy
8493
 
 
8494
 
        * src/pitivi-sourcelistwindow.c: integration des parseur au graphe
8495
 
          il y a encore qque bug
8496
 
 
8497
 
2004-06-22 14:19  nemoglobine
8498
 
 
8499
 
        * src/pitivi-settings.c: remove elements with gstcaps_is_any
8500
 
 
8501
 
2004-06-22 12:47  nemoglobine
8502
 
 
8503
 
        * src/: pitivi-settings.c, pitivi-settings.h: ajout de la methode
8504
 
          pour recup les parsers
8505
 
 
8506
 
2004-06-22 01:53  bilboed
8507
 
 
8508
 
        * src/: pitivi-projectsettings.c, pitivi-projectsettings.h:
 
14327
2004-06-22  Heidy Hery <hery_h@epitech.net>
 
14328
 
 
14329
        * src/pitivi-sourcelistwindow.c:
 
14330
          integration des parseur au graphe il y a encore qque bug
 
14331
 
 
14332
2004-06-22  Marc Delettrez <delett_m@epitech.net>
 
14333
 
 
14334
        * src/pitivi-settings.c:
 
14335
          remove elements with gstcaps_is_any
 
14336
 
 
14337
2004-06-22  Marc Delettrez <delett_m@epitech.net>
 
14338
 
 
14339
        * src/pitivi-settings.c:
 
14340
        * src/pitivi-settings.h:
 
14341
          ajout de la methode pour recup les parsers
 
14342
 
 
14343
2004-06-21  Edward Hervey <edward.hervey@collabora.co.uk>
 
14344
 
 
14345
        * src/pitivi-projectsettings.c:
 
14346
        * src/pitivi-projectsettings.h:
8509
14347
          definition of _media_new now in the header
8510
14348
 
8511
 
2004-06-21 19:55  nemoglobine
8512
 
 
8513
 
        * src/: pitivi-settings.c, pitivi-settings.h: ajout des parsers
8514
 
          dans settings
8515
 
 
8516
 
2004-06-20 10:58  casaxno
8517
 
 
8518
 
        * src/: Makefile.am, pitivi-checkbox.c, pitivi-checkbox.h:
 
14349
2004-06-21  Marc Delettrez <delett_m@epitech.net>
 
14350
 
 
14351
        * src/pitivi-settings.c:
 
14352
        * src/pitivi-settings.h:
 
14353
          ajout des parsers dans settings
 
14354
 
 
14355
2004-06-20  Guillaume Casanova <casano_g@epitech.net>
 
14356
 
 
14357
        * src/Makefile.am:
 
14358
        * src/pitivi-checkbox.c:
 
14359
        * src/pitivi-checkbox.h:
8519
14360
          putting pitivi checkbox
8520
14361
 
8521
 
2004-06-19 18:06  hheidy
8522
 
 
8523
 
        * src/pitivi-sourcelistwindow.c: modification du pipeline de la
8524
 
          source
8525
 
 
8526
 
2004-06-18 19:48  hheidy
8527
 
 
8528
 
        * src/: pitivi-settings.c, pitivi-settings.h,
8529
 
          pitivi-sourcelistwindow.c: correction des bugs sur les GstCaps
8530
 
 
8531
 
2004-06-18 11:07  cracoucas42
8532
 
 
8533
 
        * src/: pitivi-newprojectwindow.c, pitivi-projectsettings.c,
8534
 
          pitivi-settings.c: Liste des proprietes terminees, sont dans la
8535
 
          structure self
8536
 
 
8537
 
2004-06-17 19:22  guize
8538
 
 
8539
 
        * src/: pitivi-codecconfwindow.h, pitivi-mainapp.c,
8540
 
          pitivi-newprojectwindow.c, pitivi-projectsettings.c,
8541
 
          pitivi-settings.c, pitivi-toolboxwindow.c: Ajout - modif - delete
8542
 
          de reglages dans le fenetre newprojectwindow
8543
 
 
8544
 
2004-06-17 10:35  guize
8545
 
 
8546
 
        * src/pitivi-projectsettings.c: correction liste des categories
8547
 
 
8548
 
2004-06-16 04:32  casaxno
 
14362
2004-06-19  Heidy Hery <hery_h@epitech.net>
 
14363
 
 
14364
        * src/pitivi-sourcelistwindow.c:
 
14365
          modification du pipeline de la source
 
14366
 
 
14367
2004-06-18  Heidy Hery <hery_h@epitech.net>
 
14368
 
 
14369
        * src/pitivi-settings.c:
 
14370
        * src/pitivi-settings.h:
 
14371
        * src/pitivi-sourcelistwindow.c:
 
14372
          correction des bugs sur les GstCaps
 
14373
 
 
14374
2004-06-18  Stephan Bloch <bloch_s@epitech.net>
 
14375
 
 
14376
        * src/pitivi-newprojectwindow.c:
 
14377
        * src/pitivi-projectsettings.c:
 
14378
        * src/pitivi-settings.c:
 
14379
          Liste des proprietes terminees, sont dans la structure self
 
14380
 
 
14381
2004-06-17  Julien Carbonnier <carbon_j@epitech.net>
 
14382
 
 
14383
        * src/pitivi-codecconfwindow.h:
 
14384
        * src/pitivi-mainapp.c:
 
14385
        * src/pitivi-newprojectwindow.c:
 
14386
        * src/pitivi-projectsettings.c:
 
14387
        * src/pitivi-settings.c:
 
14388
        * src/pitivi-toolboxwindow.c:
 
14389
          Ajout - modif - delete de reglages dans le fenetre newprojectwindow
 
14390
 
 
14391
2004-06-17  Julien Carbonnier <carbon_j@epitech.net>
 
14392
 
 
14393
        * src/pitivi-projectsettings.c:
 
14394
          correction liste des categories
 
14395
 
 
14396
2004-06-16  Guillaume Casanova <casano_g@epitech.net>
8549
14397
 
8550
14398
        * src/pitivi-mainapp.c:
8551
14399
          ?????
8552
14400
 
8553
 
2004-06-16 04:15  casaxno
 
14401
2004-06-16  Guillaume Casanova <casano_g@epitech.net>
8554
14402
 
8555
14403
        * src/pitivi-mainapp.c:
8556
14404
          little modification
8557
14405
 
8558
 
2004-06-15 16:09  bilboed
8559
 
 
8560
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h,
8561
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h: added
8562
 
          MainApp to SourceListWindow
8563
 
 
8564
 
2004-06-15 13:32  casaxno
8565
 
 
8566
 
        * src/: pitivi-viewercontroller.c, pitivi-viewercontroller.h,
8567
 
          pitivi-viewerwindow.c, pitivi-viewerwindow.h:
 
14406
2004-06-15  Edward Hervey <edward.hervey@collabora.co.uk>
 
14407
 
 
14408
        * src/pitivi-mainapp.c:
 
14409
        * src/pitivi-mainapp.h:
 
14410
        * src/pitivi-sourcelistwindow.c:
 
14411
        * src/pitivi-sourcelistwindow.h:
 
14412
          added MainApp to SourceListWindow
 
14413
 
 
14414
2004-06-15  Guillaume Casanova <casano_g@epitech.net>
 
14415
 
 
14416
        * src/pitivi-viewercontroller.c:
 
14417
        * src/pitivi-viewercontroller.h:
 
14418
        * src/pitivi-viewerwindow.c:
 
14419
        * src/pitivi-viewerwindow.h:
8568
14420
          more modifications
8569
14421
 
8570
 
2004-06-15 13:12  casaxno
 
14422
2004-06-15  Guillaume Casanova <casano_g@epitech.net>
8571
14423
 
8572
 
        * src/: pitivi-viewercontroller.c, pitivi-viewercontroller.h,
8573
 
          pitivi-viewerwindow.c, pitivi-viewerwindow.h:
 
14424
        * src/pitivi-viewercontroller.c:
 
14425
        * src/pitivi-viewercontroller.h:
 
14426
        * src/pitivi-viewerwindow.c:
 
14427
        * src/pitivi-viewerwindow.h:
8574
14428
          begin to launch gstreamer. Make other mofication after.
8575
14429
 
8576
 
2004-06-15 11:36  casaxno
 
14430
2004-06-15  Guillaume Casanova <casano_g@epitech.net>
8577
14431
 
8578
14432
        * src/pitivi-mainapp.c:
8579
14433
          moving elements in GUI.
8580
14434
 
8581
 
2004-06-15 10:49  casaxno
 
14435
2004-06-15  Guillaume Casanova <casano_g@epitech.net>
8582
14436
 
8583
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h,
8584
 
          pitivi-newprojectwindow.c, pitivi-toolboxwindow.c:
 
14437
        * src/pitivi-mainapp.c:
 
14438
        * src/pitivi-mainapp.h:
 
14439
        * src/pitivi-newprojectwindow.c:
 
14440
        * src/pitivi-toolboxwindow.c:
8585
14441
          launch windows only on one time.
8586
14442
 
8587
 
2004-06-15 08:47  casaxno
 
14443
2004-06-15  Guillaume Casanova <casano_g@epitech.net>
8588
14444
 
8589
 
        * src/: pitivi-toolboxwindow.c, pitivi-toolboxwindow.h:
 
14445
        * src/pitivi-toolboxwindow.c:
 
14446
        * src/pitivi-toolboxwindow.h:
8590
14447
          loading only once differents windows
8591
14448
 
8592
 
2004-06-14 16:04  guize
8593
 
 
8594
 
        * AUTHORS, ChangeLog, src/pitivi-projectsettings.c: Mise au point
8595
 
          settings
8596
 
 
8597
 
2004-06-12 21:41  casaxno
 
14449
2004-06-14  Julien Carbonnier <carbon_j@epitech.net>
 
14450
 
 
14451
        * AUTHORS:
 
14452
        * ChangeLog:
 
14453
        * src/pitivi-projectsettings.c:
 
14454
          Mise au point settings
 
14455
 
 
14456
2004-06-12  Guillaume Casanova <casano_g@epitech.net>
8598
14457
 
8599
14458
        * src/pitivi-viewerplayer.c:
8600
14459
          putting off expose print.
8601
14460
 
8602
 
2004-06-12 21:40  casaxno
8603
 
 
8604
 
        * src/pitivi-projectsettings.c:
8605
 
          miss testing on unknown codec as epitivo. For example casaxno
8606
 
          doesn't have epitivo codec
8607
 
 
8608
 
2004-06-12 16:45  nemoglobine
8609
 
 
8610
 
        * src/pitivi-mainapp.c: ajout des settings dans main app
8611
 
 
8612
 
2004-06-12 15:37  guize
8613
 
 
8614
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h,
8615
 
          pitivi-newprojectwindow.c, pitivi-projectsettings.c,
8616
 
          pitivi-projectsettings.h: interaction reglages et les champs,
8617
 
          dans la fenetre newprojectwindow
8618
 
 
8619
 
2004-06-12 15:07  hheidy
8620
 
 
8621
 
        * src/pitivi-sourcelistwindow.c: remove a bad function
8622
 
 
8623
 
2004-06-11 23:02  nemoglobine
8624
 
 
8625
 
        * src/: pitivi-settings.c~, pitivi-settings.h~: [no log message]
8626
 
 
8627
 
2004-06-11 22:58  nemoglobine
8628
 
 
8629
 
        * src/pitivi-settings.c: [no log message]
8630
 
 
8631
 
2004-06-11 22:45  nemoglobine
8632
 
 
8633
 
        * src/: Makefile.am, pitivi-settings.c, pitivi-settings.c~,
8634
 
          pitivi-settings.h, pitivi-settings.h~: vrai ajout de
8635
 
          pitivisettings
8636
 
 
8637
 
2004-06-11 22:20  bilboed
8638
 
 
8639
 
        * src/: pitivi-pitivisettings.c, pitivi-pitivisettings.c~,
8640
 
          pitivi-pitivisettings.h, pitivi-pitivisettings.h~: getting rid of
8641
 
          mistake
8642
 
 
8643
 
2004-06-11 21:59  nemoglobine
8644
 
 
8645
 
        * src/: pitivi-pitivisettings.c, pitivi-pitivisettings.c~,
8646
 
          pitivi-pitivisettings.h, pitivi-pitivisettings.h~: ajout de
8647
 
          pitivisettings
8648
 
 
8649
 
2004-06-11 18:02  hheidy
8650
 
 
8651
 
        * src/pitivi-sourcelistwindow.c: ajout de typefinding
8652
 
 
8653
 
2004-06-11 15:13  loic2
8654
 
 
8655
 
        * src/pitivi-newprojectwindow.c: Modif setting_is_selected et
8656
 
          put_info
8657
 
 
8658
 
2004-06-07 14:56  cracoucas42
8659
 
 
8660
 
        * src/pitivi-newprojectwindow.c: Enlevement du segfault a la
8661
 
          fermeture de la fenetre de configuration d un codec sans
8662
 
          proprietes
8663
 
 
8664
 
2004-06-07 11:38  cracoucas42
8665
 
 
8666
 
        * src/pitivi-newprojectwindow.c: Affichage des modifications des
8667
 
          proprietes d un codec faites par un user....
8668
 
 
8669
 
2004-06-05 18:02  guize
8670
 
 
8671
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-mainapp.h,
8672
 
          pitivi-newprojectwindow.c, pitivi-projectsettings.c,
8673
 
          pitivi-projectsettings.h: interaction Liste des reglages et la
8674
 
          fenetre newprojectwindow
8675
 
 
8676
 
2004-06-05 17:41  nemoglobine
8677
 
 
8678
 
        * ChangeLog, src/Makefile.am: ajout de pitivisettings
8679
 
 
8680
 
2004-06-03 18:11  guize
8681
 
 
8682
 
        * src/: main.c, pitivi-codecconfwindow.c, pitivi-mainapp.c,
8683
 
          pitivi-mainapp.h, pitivi-newprojectwindow.c,
8684
 
          pitivi-newprojectwindow.h, pitivi-projectsettings.c,
8685
 
          pitivi-projectsettings.h, pitivi-sourcelistwindow.h: mise a jour
8686
 
          structure mainapp
8687
 
 
8688
 
2004-06-03 17:57  cracoucas42
8689
 
 
8690
 
        * src/pitivi-newprojectwindow.c: Ajout de boutons dans la fenetre
8691
 
          de configuration des codecs ...
8692
 
 
8693
 
2004-05-31 18:25  loic2
8694
 
 
8695
 
        * src/pitivi-newprojectwindow.c: reglage du conflit
8696
 
 
8697
 
2004-05-31 18:22  cracoucas42
8698
 
 
8699
 
        * src/pitivi-newprojectwindow.c: Update de la fenetre de
8700
 
          configuration des codecs
8701
 
 
8702
 
2004-05-31 15:02  cracoucas42
8703
 
 
8704
 
        * src/pitivi-newprojectwindow.c: Update de la fenetre des propriete
8705
 
          des codecs
8706
 
 
8707
 
2004-05-23 20:37  bilboed
8708
 
 
8709
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-menu.c,
8710
 
          src/pitivi-newprojectwindow.c, src/pitivi-toolbox.c: little
8711
 
          memory cleanup
8712
 
 
8713
 
2004-05-20 01:27  casaxno
 
14461
2004-06-12  Guillaume Casanova <casano_g@epitech.net>
 
14462
 
 
14463
        * src/pitivi-projectsettings.c:
 
14464
          miss testing on unknown codec as epitivo. For example casaxno doesn't have epitivo codec
 
14465
 
 
14466
2004-06-12  Marc Delettrez <delett_m@epitech.net>
 
14467
 
 
14468
        * src/pitivi-mainapp.c:
 
14469
          ajout des settings dans main app
 
14470
 
 
14471
2004-06-12  Julien Carbonnier <carbon_j@epitech.net>
 
14472
 
 
14473
        * src/pitivi-mainapp.c:
 
14474
        * src/pitivi-mainapp.h:
 
14475
        * src/pitivi-newprojectwindow.c:
 
14476
        * src/pitivi-projectsettings.c:
 
14477
        * src/pitivi-projectsettings.h:
 
14478
          interaction reglages et les champs, dans la fenetre newprojectwindow
 
14479
 
 
14480
2004-06-12  Heidy Hery <hery_h@epitech.net>
 
14481
 
 
14482
        * src/pitivi-sourcelistwindow.c:
 
14483
          remove a bad function
 
14484
 
 
14485
2004-06-11  Marc Delettrez <delett_m@epitech.net>
 
14486
 
 
14487
        * src/pitivi-settings.c:
 
14488
        * src/pitivi-settings.c~:
 
14489
        * src/pitivi-settings.h~:
 
14490
          *** empty log message ***
 
14491
 
 
14492
2004-06-11  Marc Delettrez <delett_m@epitech.net>
 
14493
 
 
14494
        * src/Makefile.am:
 
14495
        * src/pitivi-settings.c:
 
14496
        * src/pitivi-settings.c~:
 
14497
        * src/pitivi-settings.h:
 
14498
        * src/pitivi-settings.h~:
 
14499
          vrai ajout de pitivisettings
 
14500
 
 
14501
2004-06-11  Edward Hervey <edward.hervey@collabora.co.uk>
 
14502
 
 
14503
        * src/pitivi-pitivisettings.c:
 
14504
        * src/pitivi-pitivisettings.c~:
 
14505
        * src/pitivi-pitivisettings.h:
 
14506
        * src/pitivi-pitivisettings.h~:
 
14507
          getting rid of mistake
 
14508
 
 
14509
2004-06-11  Marc Delettrez <delett_m@epitech.net>
 
14510
 
 
14511
        * src/pitivi-pitivisettings.c:
 
14512
        * src/pitivi-pitivisettings.c~:
 
14513
        * src/pitivi-pitivisettings.h:
 
14514
        * src/pitivi-pitivisettings.h~:
 
14515
          ajout de pitivisettings
 
14516
 
 
14517
2004-06-11  Heidy Hery <hery_h@epitech.net>
 
14518
 
 
14519
        * src/pitivi-sourcelistwindow.c:
 
14520
          ajout de typefinding
 
14521
 
 
14522
2004-06-11  Loic Dubart <dubart_l@epitech.net>
 
14523
 
 
14524
        * src/pitivi-newprojectwindow.c:
 
14525
          Modif setting_is_selected et put_info
 
14526
 
 
14527
2004-06-07  Stephan Bloch <bloch_s@epitech.net>
 
14528
 
 
14529
        * src/pitivi-newprojectwindow.c:
 
14530
          Enlevement du segfault a la fermeture de la fenetre de configuration d un codec sans proprietes
 
14531
 
 
14532
2004-06-07  Stephan Bloch <bloch_s@epitech.net>
 
14533
 
 
14534
        * src/pitivi-newprojectwindow.c:
 
14535
          Affichage des modifications des proprietes d un codec faites par un user....
 
14536
 
 
14537
2004-06-05  Julien Carbonnier <carbon_j@epitech.net>
 
14538
 
 
14539
        * src/Makefile.am:
 
14540
        * src/pitivi-mainapp.c:
 
14541
        * src/pitivi-mainapp.h:
 
14542
        * src/pitivi-newprojectwindow.c:
 
14543
        * src/pitivi-projectsettings.c:
 
14544
        * src/pitivi-projectsettings.h:
 
14545
          interaction Liste des reglages et la fenetre newprojectwindow
 
14546
 
 
14547
2004-06-05  Marc Delettrez <delett_m@epitech.net>
 
14548
 
 
14549
        * ChangeLog:
 
14550
        * src/Makefile.am:
 
14551
          ajout de pitivisettings
 
14552
 
 
14553
2004-06-03  Julien Carbonnier <carbon_j@epitech.net>
 
14554
 
 
14555
        * src/main.c:
 
14556
        * src/pitivi-codecconfwindow.c:
 
14557
        * src/pitivi-mainapp.c:
 
14558
        * src/pitivi-mainapp.h:
 
14559
        * src/pitivi-newprojectwindow.c:
 
14560
        * src/pitivi-newprojectwindow.h:
 
14561
        * src/pitivi-projectsettings.c:
 
14562
        * src/pitivi-projectsettings.h:
 
14563
        * src/pitivi-sourcelistwindow.h:
 
14564
          mise a jour structure mainapp
 
14565
 
 
14566
2004-06-03  Stephan Bloch <bloch_s@epitech.net>
 
14567
 
 
14568
        * src/pitivi-newprojectwindow.c:
 
14569
          Ajout de boutons dans la fenetre de configuration des codecs ...
 
14570
 
 
14571
2004-05-31  Loic Dubart <dubart_l@epitech.net>
 
14572
 
 
14573
        * src/pitivi-newprojectwindow.c:
 
14574
          reglage du conflit
 
14575
 
 
14576
2004-05-31  Stephan Bloch <bloch_s@epitech.net>
 
14577
 
 
14578
        * src/pitivi-newprojectwindow.c:
 
14579
          Update de la fenetre de configuration des codecs
 
14580
 
 
14581
2004-05-31  Stephan Bloch <bloch_s@epitech.net>
 
14582
 
 
14583
        * src/pitivi-newprojectwindow.c:
 
14584
          Update de la fenetre des propriete des codecs
 
14585
 
 
14586
2004-05-23  Edward Hervey <edward.hervey@collabora.co.uk>
 
14587
 
 
14588
        * ChangeLog:
 
14589
        * src/pitivi-mainapp.c:
 
14590
        * src/pitivi-menu.c:
 
14591
        * src/pitivi-newprojectwindow.c:
 
14592
        * src/pitivi-toolbox.c:
 
14593
          little memory cleanup
 
14594
 
 
14595
2004-05-19  Guillaume Casanova <casano_g@epitech.net>
8714
14596
 
8715
14597
        * src/pitivi-timelinewindow.c:
8716
14598
          timeline
8717
14599
 
8718
 
2004-05-19 18:22  hheidy
8719
 
 
8720
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8721
 
          pitivi-sourcelistwindow.c, pitivi-sourcelistwindow.h: gestion des
8722
 
          fils de l'arbre
8723
 
 
8724
 
2004-05-19 11:05  casaxno
8725
 
 
8726
 
        * src/: pitivi-newprojectwindow.c, pitivi-toolboxwindow.c:
 
14600
2004-05-19  Heidy Hery <hery_h@epitech.net>
 
14601
 
 
14602
        * src/pitivi-projectsourcelist.c:
 
14603
        * src/pitivi-projectsourcelist.h:
 
14604
        * src/pitivi-sourcelistwindow.c:
 
14605
        * src/pitivi-sourcelistwindow.h:
 
14606
          gestion des fils de l'arbre
 
14607
 
 
14608
2004-05-19  Guillaume Casanova <casano_g@epitech.net>
 
14609
 
 
14610
        * src/pitivi-newprojectwindow.c:
 
14611
        * src/pitivi-toolboxwindow.c:
8727
14612
          loading viewer
8728
14613
 
8729
 
2004-05-18 20:23  cracoucas42
8730
 
 
8731
 
        * src/pitivi-newprojectwindow.c: Recuperation des valeurs et
8732
 
          affichage correct en fonction du type des valeurs
8733
 
 
8734
 
2004-05-18 18:32  casaxno
 
14614
2004-05-18  Stephan Bloch <bloch_s@epitech.net>
 
14615
 
 
14616
        * src/pitivi-newprojectwindow.c:
 
14617
          Recuperation des valeurs et affichage correct en fonction du type des valeurs
 
14618
 
 
14619
2004-05-18  Guillaume Casanova <casano_g@epitech.net>
8735
14620
 
8736
14621
        * configure.ac:
8737
14622
          Adding gstreamer-gconf-0.8 support
8738
14623
 
8739
 
2004-05-18 09:05  casaxno
 
14624
2004-05-18  Guillaume Casanova <casano_g@epitech.net>
8740
14625
 
8741
14626
        * src/pitivi-timelinecellrenderer.c:
8742
14627
          cell renderer change
8743
14628
 
8744
 
2004-05-18 08:20  casaxno
 
14629
2004-05-18  Guillaume Casanova <casano_g@epitech.net>
8745
14630
 
8746
 
        * src/: Makefile.am, pitivi-timelinecellrenderer.c,
8747
 
          pitivi-timelinecellrenderer.h, pitivi-timelinewindow.c,
8748
 
          pitivi-timelinewindow.h:
 
14631
        * src/Makefile.am:
 
14632
        * src/pitivi-timelinecellrenderer.c:
 
14633
        * src/pitivi-timelinecellrenderer.h:
 
14634
        * src/pitivi-timelinewindow.c:
 
14635
        * src/pitivi-timelinewindow.h:
8749
14636
          new timeline definition
8750
14637
 
8751
 
2004-05-17 12:07  cracoucas42
8752
 
 
8753
 
        * AUTHORS, src/pitivi-codecconfwindow.c, src/pitivi-mainapp.c,
8754
 
          src/pitivi-mainapp.h, src/pitivi-newprojectwindow.c,
8755
 
          src/pitivi-newprojectwindow.h, src/pitivi-toolbox.c,
8756
 
          src/pitivi-toolbox.h, src/pitivi-toolboxwindow.c,
8757
 
          src/pitivi-toolboxwindow.h: Mise en page de la fenetre de conf
8758
 
          des codecs video / audio
8759
 
 
8760
 
2004-05-15 22:11  casaxno
8761
 
 
8762
 
        * src/: pitivi-timelinewindow.c, pitivi-timelinewindow.h:
 
14638
2004-05-17  Stephan Bloch <bloch_s@epitech.net>
 
14639
 
 
14640
        * AUTHORS:
 
14641
        * src/pitivi-codecconfwindow.c:
 
14642
        * src/pitivi-mainapp.c:
 
14643
        * src/pitivi-mainapp.h:
 
14644
        * src/pitivi-newprojectwindow.c:
 
14645
        * src/pitivi-newprojectwindow.h:
 
14646
        * src/pitivi-toolbox.c:
 
14647
        * src/pitivi-toolbox.h:
 
14648
        * src/pitivi-toolboxwindow.c:
 
14649
        * src/pitivi-toolboxwindow.h:
 
14650
          Mise en page de la fenetre de conf des codecs video / audio
 
14651
 
 
14652
2004-05-15  Guillaume Casanova <casano_g@epitech.net>
 
14653
 
 
14654
        * src/pitivi-timelinewindow.c:
 
14655
        * src/pitivi-timelinewindow.h:
8763
14656
          timeline other new implementation
8764
14657
 
8765
 
2004-05-15 15:10  loic2
8766
 
 
8767
 
        * ChangeLog, src/pitivi-newprojectwindow.c: Justification des
8768
 
          labels ds la fenetre NewProject
8769
 
 
8770
 
2004-05-15 15:01  guize
8771
 
 
8772
 
        * ChangeLog, src/pitivi-mainapp.c, src/pitivi-newprojectwindow.c,
8773
 
          src/pitivi-newprojectwindow.h, src/pitivi-projectsettings.h,
8774
 
          src/pitivi-projectsourcelist.c: creation des ListProjectSettings
8775
 
          depuis le mainapp
8776
 
 
8777
 
2004-05-15 12:40  cracoucas42
8778
 
 
8779
 
        * src/: Makefile.am, pitivi-codecconfwindow.c,
8780
 
          pitivi-codecconfwindow.h, pitivi-newprojectwindow.c: Mise en
8781
 
          place des fenetre de configuration de codecs
8782
 
 
8783
 
2004-05-15 01:56  guize
8784
 
 
8785
 
        * src/: pitivi-mainapp.c, pitivi-mainapp.h,
8786
 
          pitivi-newprojectwindow.c, pitivi-newprojectwindow.h,
8787
 
          pitivi-projectsettings.c, pitivi-projectsettings.h,
8788
 
          pitivi-toolboxwindow.c, pitivi-toolboxwindow.h: passage de
8789
 
          mainapp a la fenetre newpeoject
8790
 
 
8791
 
2004-05-14 18:51  casaxno
8792
 
 
8793
 
        * src/: pitivi-toolboxwindow.c, pitivi-viewerplayer.c,
8794
 
          pitivi-viewerwindow.c:
 
14658
2004-05-15  Loic Dubart <dubart_l@epitech.net>
 
14659
 
 
14660
        * ChangeLog:
 
14661
        * src/pitivi-newprojectwindow.c:
 
14662
          Justification des labels ds la fenetre NewProject
 
14663
 
 
14664
2004-05-15  Julien Carbonnier <carbon_j@epitech.net>
 
14665
 
 
14666
        * ChangeLog:
 
14667
        * src/pitivi-mainapp.c:
 
14668
        * src/pitivi-newprojectwindow.c:
 
14669
        * src/pitivi-newprojectwindow.h:
 
14670
        * src/pitivi-projectsettings.h:
 
14671
        * src/pitivi-projectsourcelist.c:
 
14672
          creation des ListProjectSettings depuis le mainapp
 
14673
 
 
14674
2004-05-15  Stephan Bloch <bloch_s@epitech.net>
 
14675
 
 
14676
        * src/Makefile.am:
 
14677
        * src/pitivi-codecconfwindow.c:
 
14678
        * src/pitivi-codecconfwindow.h:
 
14679
        * src/pitivi-newprojectwindow.c:
 
14680
          Mise en place des fenetre de configuration de codecs
 
14681
 
 
14682
2004-05-14  Julien Carbonnier <carbon_j@epitech.net>
 
14683
 
 
14684
        * src/pitivi-mainapp.c:
 
14685
        * src/pitivi-mainapp.h:
 
14686
        * src/pitivi-newprojectwindow.c:
 
14687
        * src/pitivi-newprojectwindow.h:
 
14688
        * src/pitivi-projectsettings.c:
 
14689
        * src/pitivi-projectsettings.h:
 
14690
        * src/pitivi-toolboxwindow.c:
 
14691
        * src/pitivi-toolboxwindow.h:
 
14692
          passage de mainapp a la fenetre newpeoject
 
14693
 
 
14694
2004-05-14  Guillaume Casanova <casano_g@epitech.net>
 
14695
 
 
14696
        * src/pitivi-toolboxwindow.c:
 
14697
        * src/pitivi-viewerplayer.c:
 
14698
        * src/pitivi-viewerwindow.c:
8795
14699
          no log needed
8796
14700
 
8797
 
2004-05-14 15:27  loic2
8798
 
 
8799
 
        * src/pitivi-toolbox.c: Ajout tooltips a la toolbox
8800
 
 
8801
 
2004-05-14 15:24  bilboed
8802
 
 
8803
 
        * docs/pitivi-classtemplate.c: parent_class and constructor
8804
 
          corrections
8805
 
 
8806
 
2004-05-14 13:42  casaxno
8807
 
 
8808
 
        * src/: pitivi-viewercontroller.c, pitivi-viewercontroller.h,
8809
 
          pitivi-viewervolume.c, pitivi-viewerwindow.c,
8810
 
          pitivi-viewerwindow.h:
 
14701
2004-05-14  Loic Dubart <dubart_l@epitech.net>
 
14702
 
 
14703
        * src/pitivi-toolbox.c:
 
14704
          Ajout tooltips a la toolbox
 
14705
 
 
14706
2004-05-14  Edward Hervey <edward.hervey@collabora.co.uk>
 
14707
 
 
14708
        * docs/pitivi-classtemplate.c:
 
14709
          parent_class and constructor corrections
 
14710
 
 
14711
2004-05-14  Guillaume Casanova <casano_g@epitech.net>
 
14712
 
 
14713
        * src/pitivi-viewercontroller.c:
 
14714
        * src/pitivi-viewercontroller.h:
 
14715
        * src/pitivi-viewervolume.c:
 
14716
        * src/pitivi-viewerwindow.c:
 
14717
        * src/pitivi-viewerwindow.h:
8811
14718
          modifying headers
8812
14719
 
8813
 
2004-05-14 04:29  casaxno
 
14720
2004-05-14  Guillaume Casanova <casano_g@epitech.net>
8814
14721
 
8815
14722
        * src/pitivi-viewercontroller.c:
8816
14723
          ok
8817
14724
 
8818
 
2004-05-14 00:00  casaxno
 
14725
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8819
14726
 
8820
 
        * src/: pitivi-viewercontroller.c~, pitivi-viewervolume.c~,
8821
 
          pitivi-viewervolume.h~:
 
14727
        * src/pitivi-viewercontroller.c~:
 
14728
        * src/pitivi-viewervolume.c~:
 
14729
        * src/pitivi-viewervolume.h~:
8822
14730
          no log needed for this operation
8823
14731
 
8824
 
2004-05-13 23:58  casaxno
 
14732
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8825
14733
 
8826
 
        * src/: pitivi-viewerplayer.c~, pitivi-viewerplayer.h~:
 
14734
        * src/pitivi-viewerplayer.c~:
 
14735
        * src/pitivi-viewerplayer.h~:
8827
14736
          Deleting worng added files
8828
14737
 
8829
 
2004-05-13 23:53  casaxno
 
14738
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8830
14739
 
8831
 
        * src/: pitivi-viewercontroller.c, pitivi-viewercontroller.c~,
8832
 
          pitivi-viewercontroller.h, pitivi-viewerplayer.c,
8833
 
          pitivi-viewerplayer.c~, pitivi-viewerplayer.h,
8834
 
          pitivi-viewerplayer.h~:
 
14740
        * src/pitivi-viewercontroller.c:
 
14741
        * src/pitivi-viewercontroller.c~:
 
14742
        * src/pitivi-viewercontroller.h:
 
14743
        * src/pitivi-viewerplayer.c:
 
14744
        * src/pitivi-viewerplayer.c~:
 
14745
        * src/pitivi-viewerplayer.h:
 
14746
        * src/pitivi-viewerplayer.h~:
8835
14747
          Adding controller files
8836
14748
 
8837
 
2004-05-13 23:43  casaxno
 
14749
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8838
14750
 
8839
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-menu.c,
8840
 
          pitivi-toolboxwindow.c, pitivi-viewervolume.c,
8841
 
          pitivi-viewervolume.c~, pitivi-viewervolume.h,
8842
 
          pitivi-viewervolume.h~, pitivi-viewerwindow.c,
8843
 
          pitivi-viewerwindow.h:
 
14751
        * src/Makefile.am:
 
14752
        * src/pitivi-mainapp.c:
 
14753
        * src/pitivi-menu.c:
 
14754
        * src/pitivi-toolboxwindow.c:
 
14755
        * src/pitivi-viewervolume.c:
 
14756
        * src/pitivi-viewervolume.c~:
 
14757
        * src/pitivi-viewervolume.h:
 
14758
        * src/pitivi-viewervolume.h~:
 
14759
        * src/pitivi-viewerwindow.c:
 
14760
        * src/pitivi-viewerwindow.h:
8844
14761
          Adding volume files for viewer
8845
14762
 
8846
 
2004-05-13 19:00  hheidy
8847
 
 
8848
 
        * src/: pitivi-projectsourcelist.c, pitivi-projectsourcelist.h,
8849
 
          pitivi-sourcelistwindow.c: gestion de la suppression
8850
 
 
8851
 
2004-05-13 18:01  casaxno
8852
 
 
8853
 
        * pixmaps/: pitivi-viewer-next.png, pitivi-viewer-pause.png,
8854
 
          pitivi-viewer-play.png, pitivi-viewer-previous.png,
8855
 
          pitivi-viewer-stop.png:
 
14763
2004-05-13  Heidy Hery <hery_h@epitech.net>
 
14764
 
 
14765
        * src/pitivi-projectsourcelist.c:
 
14766
        * src/pitivi-projectsourcelist.h:
 
14767
        * src/pitivi-sourcelistwindow.c:
 
14768
          gestion de la suppression
 
14769
 
 
14770
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
 
14771
 
 
14772
        * pixmaps/pitivi-viewer-next.png:
 
14773
        * pixmaps/pitivi-viewer-pause.png:
 
14774
        * pixmaps/pitivi-viewer-play.png:
 
14775
        * pixmaps/pitivi-viewer-previous.png:
 
14776
        * pixmaps/pitivi-viewer-stop.png:
8856
14777
          actions bouttons on player
8857
14778
 
8858
 
2004-05-13 17:55  casaxno
 
14779
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8859
14780
 
8860
14781
        * pixmaps/pitivi-logo.png:
8861
14782
          Pitivi logo
8862
14783
 
8863
 
2004-05-13 17:54  casaxno
 
14784
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8864
14785
 
8865
 
        * src/: pitivi-stockicons.c, pitivi-stockicons.h:
 
14786
        * src/pitivi-stockicons.c:
 
14787
        * src/pitivi-stockicons.h:
8866
14788
          Modifying stock icons
8867
14789
 
8868
 
2004-05-13 17:51  casaxno
 
14790
2004-05-13  Guillaume Casanova <casano_g@epitech.net>
8869
14791
 
8870
 
        * pixmaps/: pitivi-logo.png, pitivi-viewer-volume-max.png,
8871
 
          pitivi-viewer-volume-medium.png, pitivi-viewer-volume-min.png,
8872
 
          pitivi-viewer-volume-zero.png, pitivi-viewer-volume.png:
 
14792
        * pixmaps/pitivi-logo.png:
 
14793
        * pixmaps/pitivi-viewer-volume-max.png:
 
14794
        * pixmaps/pitivi-viewer-volume-medium.png:
 
14795
        * pixmaps/pitivi-viewer-volume-min.png:
 
14796
        * pixmaps/pitivi-viewer-volume-zero.png:
 
14797
        * pixmaps/pitivi-viewer-volume.png:
8873
14798
          Adding new image files for viewer
8874
14799
 
8875
 
2004-05-11 19:28  hheidy
8876
 
 
8877
 
        * src/pitivi-sourcelistwindow.c: mise a jour de sourcelistwindows
8878
 
 
8879
 
2004-05-11 14:30  casaxno
 
14800
2004-05-11  Heidy Hery <hery_h@epitech.net>
 
14801
 
 
14802
        * src/pitivi-sourcelistwindow.c:
 
14803
          mise a jour de sourcelistwindows
 
14804
 
 
14805
2004-05-11  Guillaume Casanova <casano_g@epitech.net>
8880
14806
 
8881
14807
        * src/pitivi-viewerwindow.c:
8882
14808
          error
8883
14809
 
8884
 
2004-05-11 14:25  casaxno
 
14810
2004-05-11  Guillaume Casanova <casano_g@epitech.net>
8885
14811
 
8886
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h:
 
14812
        * src/pitivi-effectswindow.c:
 
14813
        * src/pitivi-effectswindow.h:
8887
14814
          trying again de modify effects window files last chance
8888
14815
 
8889
 
2004-05-11 13:24  casaxno
 
14816
2004-05-11  Guillaume Casanova <casano_g@epitech.net>
8890
14817
 
8891
14818
        * src/pitivi-viewerwindow.c:
8892
14819
          effects files not modified there is a big problem
8893
14820
 
8894
 
2004-05-11 12:54  casaxno
 
14821
2004-05-11  Guillaume Casanova <casano_g@epitech.net>
8895
14822
 
8896
14823
        * src/pitivi-viewerwindow.c:
8897
14824
          modifying files effects window
8898
14825
 
8899
 
2004-05-11 10:06  casaxno
 
14826
2004-05-11  Guillaume Casanova <casano_g@epitech.net>
8900
14827
 
8901
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h,
8902
 
          pitivi-viewerwindow.c:
 
14828
        * src/pitivi-effectswindow.c:
 
14829
        * src/pitivi-effectswindow.h:
 
14830
        * src/pitivi-viewerwindow.c:
8903
14831
          just little modification on effects functions
8904
14832
 
8905
 
2004-05-10 21:10  cracoucas42
8906
 
 
8907
 
        * src/pitivi-newprojectwindow.c: marge de 5 dans le cadre ou s
8908
 
          affiche les descriptions des settings
8909
 
 
8910
 
2004-05-10 19:45  cracoucas42
8911
 
 
8912
 
        * src/pitivi-newprojectwindow.c: [no log message]
8913
 
 
8914
 
2004-05-10 19:43  cracoucas42
8915
 
 
8916
 
        * ChangeLog, src/pitivi-newprojectwindow.c:  Affichage de la
8917
 
          description correspondant a la categorie ou sous-categorie
8918
 
          selectionnee dans l arbre des pre-reglages
8919
 
 
8920
 
2004-05-10 18:57  bilboed
8921
 
 
8922
 
        * ChangeLog: adding ChangeLog
8923
 
 
8924
 
2004-05-10 18:45  hheidy
8925
 
 
8926
 
        * src/: pitivi-projectsourcelist.c, pitivi-sourcelistwindow.c:
 
14833
2004-05-10  Stephan Bloch <bloch_s@epitech.net>
 
14834
 
 
14835
        * src/pitivi-newprojectwindow.c:
 
14836
          marge de 5 dans le cadre ou s affiche les descriptions des settings
 
14837
 
 
14838
2004-05-10  Stephan Bloch <bloch_s@epitech.net>
 
14839
 
 
14840
        * src/pitivi-newprojectwindow.c:
 
14841
          *** empty log message ***
 
14842
 
 
14843
2004-05-10  Stephan Bloch <bloch_s@epitech.net>
 
14844
 
 
14845
        * ChangeLog:
 
14846
        * src/pitivi-newprojectwindow.c:
 
14847
          Affichage de la description correspondant a la categorie ou sous-categorie selectionnee dans l arbre des pre-reglages
 
14848
 
 
14849
2004-05-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
14850
 
 
14851
        * ChangeLog:
 
14852
          adding ChangeLog
 
14853
 
 
14854
2004-05-10  Heidy Hery <hery_h@epitech.net>
 
14855
 
 
14856
        * src/pitivi-projectsourcelist.c:
 
14857
        * src/pitivi-sourcelistwindow.c:
8927
14858
          modify sourcelistwindow and projectsourcelist
8928
14859
 
8929
 
2004-05-10 17:38  loic2
8930
 
 
8931
 
        * src/pitivi-newprojectwindow.c: effacement du champ description qd
8932
 
          on clique dedans
8933
 
 
8934
 
2004-05-10 17:23  casaxno
8935
 
 
8936
 
        * pixmaps/pitivi-effects-category-open.png,
8937
 
          pixmaps/pitivi-effects-category.png,
8938
 
          pixmaps/pitivi-effects-sound.png, pixmaps/pitivi-effects-tv.png,
8939
 
          src/pitivi-effectswindow.c, src/pitivi-effectswindow.h,
8940
 
          src/pitivi-menu.c, src/pitivi-menu.h, src/pitivi-stockicons.c,
8941
 
          src/pitivi-stockicons.h, src/pitivi-timelinewindow.c,
8942
 
          src/pitivi-toolboxwindow.c: [no log message]
8943
 
 
8944
 
2004-05-10 15:28  cracoucas42
8945
 
 
8946
 
        * src/pitivi-newprojectwindow.c: reformattage de la fenetre
8947
 
          new_projectwindow
8948
 
 
8949
 
2004-05-10 12:32  bilboed
8950
 
 
8951
 
        * src/pitivi-projectsettings.h: changed codec_props to
8952
 
          codec_settings
8953
 
 
8954
 
2004-05-09 13:16  casaxno
8955
 
 
8956
 
        * src/: pitivi-effectswindow.c, pitivi-menu-actions.c,
8957
 
          pitivi-timelinewindow.c:
 
14860
2004-05-10  Loic Dubart <dubart_l@epitech.net>
 
14861
 
 
14862
        * src/pitivi-newprojectwindow.c:
 
14863
          effacement du champ description qd on clique dedans
 
14864
 
 
14865
2004-05-10  Guillaume Casanova <casano_g@epitech.net>
 
14866
 
 
14867
        * pixmaps/pitivi-effects-category-open.png:
 
14868
        * pixmaps/pitivi-effects-category.png:
 
14869
        * pixmaps/pitivi-effects-sound.png:
 
14870
        * pixmaps/pitivi-effects-tv.png:
 
14871
        * src/pitivi-effectswindow.c:
 
14872
        * src/pitivi-effectswindow.h:
 
14873
        * src/pitivi-menu.c:
 
14874
        * src/pitivi-menu.h:
 
14875
        * src/pitivi-stockicons.c:
 
14876
        * src/pitivi-stockicons.h:
 
14877
        * src/pitivi-timelinewindow.c:
 
14878
        * src/pitivi-toolboxwindow.c:
 
14879
          *** empty log message ***
 
14880
 
 
14881
2004-05-10  Stephan Bloch <bloch_s@epitech.net>
 
14882
 
 
14883
        * src/pitivi-newprojectwindow.c:
 
14884
          reformattage de la fenetre new_projectwindow
 
14885
 
 
14886
2004-05-10  Edward Hervey <edward.hervey@collabora.co.uk>
 
14887
 
 
14888
        * src/pitivi-projectsettings.h:
 
14889
          changed codec_props to codec_settings
 
14890
 
 
14891
2004-05-09  Guillaume Casanova <casano_g@epitech.net>
 
14892
 
 
14893
        * src/pitivi-effectswindow.c:
 
14894
        * src/pitivi-menu-actions.c:
 
14895
        * src/pitivi-timelinewindow.c:
8958
14896
          Closing windows
8959
14897
 
8960
 
2004-05-09 00:10  casaxno
 
14898
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
8961
14899
 
8962
 
        * src/: pitivi-effectswindow.c, pitivi-menu-actions.c,
8963
 
          pitivi-menu-actions.h, pitivi-timelinewindow.c,
8964
 
          pitivi-timelinewindow.h:
 
14900
        * src/pitivi-effectswindow.c:
 
14901
        * src/pitivi-menu-actions.c:
 
14902
        * src/pitivi-menu-actions.h:
 
14903
        * src/pitivi-timelinewindow.c:
 
14904
        * src/pitivi-timelinewindow.h:
8965
14905
          modifying actions
8966
14906
 
8967
 
2004-05-08 20:16  casaxno
 
14907
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
8968
14908
 
8969
 
        * src/: Makefile.am, pitivi-effectswindow.c,
8970
 
          pitivi-effectswindow.h, pitivi-newprojectwindow.c,
8971
 
          pitivi-newprojectwindow.h, pitivi-toolboxwindow.c:
 
14909
        * src/Makefile.am:
 
14910
        * src/pitivi-effectswindow.c:
 
14911
        * src/pitivi-effectswindow.h:
 
14912
        * src/pitivi-newprojectwindow.c:
 
14913
        * src/pitivi-newprojectwindow.h:
 
14914
        * src/pitivi-toolboxwindow.c:
8972
14915
          New modifications on effects window
8973
14916
 
8974
 
2004-05-08 18:50  cracoucas42
8975
 
 
8976
 
        * src/pitivi-newprojectwindow.c: fenetre new project se ferme lors
8977
 
          de la creation d'un pojet
8978
 
 
8979
 
2004-05-08 18:15  cracoucas42
8980
 
 
8981
 
        * src/: pitivi-newprojectwindow.c, pitivi-newprojectwindow.h,
8982
 
          pitivi-toolboxwindow.c, pitivi-toolboxwindow.h: le bouton new
8983
 
          ouvre la sourceliste et la timeline
8984
 
 
8985
 
2004-05-08 18:09  hheidy
8986
 
 
8987
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-projectsourcelist.c,
8988
 
          pitivi-projectsourcelist.h, pitivi-sourcelistwindow.c: ajout des
8989
 
          fichiers de projectsourcelist
8990
 
 
8991
 
2004-05-08 18:03  casaxno
 
14917
2004-05-08  Stephan Bloch <bloch_s@epitech.net>
 
14918
 
 
14919
        * src/pitivi-newprojectwindow.c:
 
14920
          fenetre new project se ferme lors de la creation d'un pojet
 
14921
 
 
14922
2004-05-08  Stephan Bloch <bloch_s@epitech.net>
 
14923
 
 
14924
        * src/pitivi-newprojectwindow.c:
 
14925
        * src/pitivi-newprojectwindow.h:
 
14926
        * src/pitivi-toolboxwindow.c:
 
14927
        * src/pitivi-toolboxwindow.h:
 
14928
          le bouton new ouvre la sourceliste et la timeline
 
14929
 
 
14930
2004-05-08  Heidy Hery <hery_h@epitech.net>
 
14931
 
 
14932
        * src/Makefile.am:
 
14933
        * src/pitivi-mainapp.c:
 
14934
        * src/pitivi-projectsourcelist.c:
 
14935
        * src/pitivi-projectsourcelist.h:
 
14936
        * src/pitivi-sourcelistwindow.c:
 
14937
          ajout des fichiers de projectsourcelist
 
14938
 
 
14939
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
8992
14940
 
8993
14941
        * src/pitivi-timelinewindow.c:
8994
14942
          modyfing files timeline
8995
14943
 
8996
 
2004-05-08 18:00  casaxno
 
14944
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
8997
14945
 
8998
 
        * src/: Makefile.am, pitivi-convert-time.c, pitivi-convert-time.h,
8999
 
          pitivi-timelinewindow.c, pitivi-toolboxwindow.c:
 
14946
        * src/Makefile.am:
 
14947
        * src/pitivi-convert-time.c:
 
14948
        * src/pitivi-convert-time.h:
 
14949
        * src/pitivi-timelinewindow.c:
 
14950
        * src/pitivi-toolboxwindow.c:
9000
14951
          removing convert pitivi files
9001
14952
 
9002
 
2004-05-08 17:50  bilboed
9003
 
 
9004
 
        * src/: pitivi-projectsettings.c, pitivi-projectsettings.h,
9005
 
          pitivi-viewerwindow.c, pitivi-viewerwindow.h: really added the
9006
 
          files viewerwindow and projectsettings
9007
 
 
9008
 
2004-05-08 17:48  bilboed
9009
 
 
9010
 
        * Makefile.am, src/Makefile.am: added PitiviProjectSettings and
9011
 
          PitiviViewerWindow
9012
 
 
9013
 
2004-05-08 17:21  loic2
9014
 
 
9015
 
        * src/pitivi-newprojectwindow.c: ajout des codecs supplementaires
9016
 
          de gstreamer ds les combo box
9017
 
 
9018
 
2004-05-08 17:00  cracoucas42
9019
 
 
9020
 
        * src/pitivi-newprojectwindow.c: Mise en forme de la fenetre
9021
 
          settings plus ajout des boutons configure
9022
 
 
9023
 
2004-05-08 16:21  loic2
9024
 
 
9025
 
        * src/pitivi-newprojectwindow.c: modif champ canaux ds new project
9026
 
          window
9027
 
 
9028
 
2004-05-08 14:11  casaxno
9029
 
 
9030
 
        * src/: Makefile.am, pitivi-convert-time.c, pitivi-convert-time.h,
9031
 
          pitivi-timelinewindow.c, pitivi-toolboxwindow.c,
9032
 
          pitivi-toolboxwindow.h:
 
14953
2004-05-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
14954
 
 
14955
        * src/pitivi-projectsettings.c:
 
14956
        * src/pitivi-projectsettings.h:
 
14957
        * src/pitivi-viewerwindow.c:
 
14958
        * src/pitivi-viewerwindow.h:
 
14959
          really added the files viewerwindow and projectsettings
 
14960
 
 
14961
2004-05-08  Edward Hervey <edward.hervey@collabora.co.uk>
 
14962
 
 
14963
        * Makefile.am:
 
14964
        * src/Makefile.am:
 
14965
          added PitiviProjectSettings and PitiviViewerWindow
 
14966
 
 
14967
2004-05-08  Loic Dubart <dubart_l@epitech.net>
 
14968
 
 
14969
        * src/pitivi-newprojectwindow.c:
 
14970
          ajout des codecs supplementaires de gstreamer ds les combo box
 
14971
 
 
14972
2004-05-08  Stephan Bloch <bloch_s@epitech.net>
 
14973
 
 
14974
        * src/pitivi-newprojectwindow.c:
 
14975
          Mise en forme de la fenetre settings plus ajout des boutons configure
 
14976
 
 
14977
2004-05-08  Loic Dubart <dubart_l@epitech.net>
 
14978
 
 
14979
        * src/pitivi-newprojectwindow.c:
 
14980
          modif champ canaux ds new project window
 
14981
 
 
14982
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
 
14983
 
 
14984
        * src/Makefile.am:
 
14985
        * src/pitivi-convert-time.c:
 
14986
        * src/pitivi-convert-time.h:
 
14987
        * src/pitivi-timelinewindow.c:
 
14988
        * src/pitivi-toolboxwindow.c:
 
14989
        * src/pitivi-toolboxwindow.h:
9033
14990
          Addding Time convert file
9034
14991
 
9035
 
2004-05-08 13:37  guize
9036
 
 
9037
 
        * src/pitivi-newprojectwindow.c: finitions graphiques de la fenetre
9038
 
          new project
9039
 
 
9040
 
2004-05-08 13:35  casaxno
9041
 
 
9042
 
        * ui/: main_menubar.xml, pitivi-timeline.xml, pitivi-toolbox.xml:
 
14992
2004-05-08  Julien Carbonnier <carbon_j@epitech.net>
 
14993
 
 
14994
        * src/pitivi-newprojectwindow.c:
 
14995
          finitions graphiques de la fenetre new project
 
14996
 
 
14997
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
 
14998
 
 
14999
        * ui/main_menubar.xml:
 
15000
        * ui/pitivi-timeline.xml:
 
15001
        * ui/pitivi-toolbox.xml:
9043
15002
          Adding Toolbox ui configuration files
9044
15003
 
9045
 
2004-05-08 13:30  casaxno
 
15004
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
9046
15005
 
9047
 
        * src/: Makefile.am, pitivi-menu-actions.c, pitivi-menu.c,
9048
 
          pitivi-menu.h, pitivi-timelinewindow.c, pitivi-timelinewindow.h,
9049
 
          pitivi-toolbox.h, pitivi-toolboxwindow.c:
 
15006
        * src/Makefile.am:
 
15007
        * src/pitivi-menu-actions.c:
 
15008
        * src/pitivi-menu.c:
 
15009
        * src/pitivi-menu.h:
 
15010
        * src/pitivi-timelinewindow.c:
 
15011
        * src/pitivi-timelinewindow.h:
 
15012
        * src/pitivi-toolbox.h:
 
15013
        * src/pitivi-toolboxwindow.c:
9050
15014
          some important modifications
9051
15015
 
9052
 
2004-05-08 12:45  casaxno
 
15016
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
9053
15017
 
9054
15018
        * src/pitivi-effectswindow.c:
9055
15019
          effects windows
9056
15020
 
9057
 
2004-05-08 12:42  casaxno
 
15021
2004-05-08  Guillaume Casanova <casano_g@epitech.net>
9058
15022
 
9059
 
        * src/: pitivi-effectswindow.c, pitivi-effectswindow.h:
 
15023
        * src/pitivi-effectswindow.c:
 
15024
        * src/pitivi-effectswindow.h:
9060
15025
          effects window files
9061
15026
 
9062
 
2004-05-07 21:12  guize
9063
 
 
9064
 
        * src/pitivi-newprojectwindow.c: ajout des basics settings
9065
 
 
9066
 
2004-05-07 21:00  guize
9067
 
 
9068
 
        * src/pitivi-newprojectwindow.c: ajout des basics settings
9069
 
 
9070
 
2004-05-07 20:33  bilboed
9071
 
 
9072
 
        * configure.ac: get rid of all useless comments
9073
 
 
9074
 
2004-05-07 20:30  casaxno
9075
 
 
9076
 
        * pixmaps/pitivi-select-none.png, src/Makefile.am,
9077
 
          src/pitivi-menu-actions.c:
 
15027
2004-05-07  Julien Carbonnier <carbon_j@epitech.net>
 
15028
 
 
15029
        * src/pitivi-newprojectwindow.c:
 
15030
          ajout des basics settings
 
15031
 
 
15032
2004-05-07  Julien Carbonnier <carbon_j@epitech.net>
 
15033
 
 
15034
        * src/pitivi-newprojectwindow.c:
 
15035
          ajout des basics settings
 
15036
 
 
15037
2004-05-07  Edward Hervey <edward.hervey@collabora.co.uk>
 
15038
 
 
15039
        * configure.ac:
 
15040
          get rid of all useless comments
 
15041
 
 
15042
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
 
15043
 
 
15044
        * pixmaps/pitivi-select-none.png:
 
15045
        * src/Makefile.am:
 
15046
        * src/pitivi-menu-actions.c:
9078
15047
          Add xpm file
9079
15048
 
9080
 
2004-05-07 15:31  cracoucas42
9081
 
 
9082
 
        * src/: pitivi-newprojectwindow.c, pitivi-toolbox.c: Ajout de
9083
 
          boutons dans le aNew Project
9084
 
 
9085
 
2004-05-07 15:26  loic2
9086
 
 
9087
 
        * src/: pitivi-newprojectwindow.c, pitivi-toolbox.c: ajout icones
9088
 
 
9089
 
2004-05-07 15:04  casaxno
 
15049
2004-05-07  Stephan Bloch <bloch_s@epitech.net>
 
15050
 
 
15051
        * src/pitivi-newprojectwindow.c:
 
15052
        * src/pitivi-toolbox.c:
 
15053
          Ajout de boutons dans le aNew Project
 
15054
 
 
15055
2004-05-07  Loic Dubart <dubart_l@epitech.net>
 
15056
 
 
15057
        * src/pitivi-newprojectwindow.c:
 
15058
        * src/pitivi-toolbox.c:
 
15059
          ajout icones
 
15060
 
 
15061
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9090
15062
 
9091
15063
        * pixmaps/pitivi-selection-shrink.png:
9092
15064
          new pixmaps
9093
15065
 
9094
 
2004-05-07 15:00  casaxno
 
15066
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9095
15067
 
9096
 
        * ui/: Makefile.am, pitivi-timeline.xml:
 
15068
        * ui/Makefile.am:
 
15069
        * ui/pitivi-timeline.xml:
9097
15070
          XML timeline file
9098
15071
 
9099
 
2004-05-07 14:38  casaxno
 
15072
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9100
15073
 
9101
 
        * src/: Makefile.am, pitivi-menu-actions.c,
9102
 
          pitivi-timelinewindow.c, pitivi-timelinewindow.h:
 
15074
        * src/Makefile.am:
 
15075
        * src/pitivi-menu-actions.c:
 
15076
        * src/pitivi-timelinewindow.c:
 
15077
        * src/pitivi-timelinewindow.h:
9103
15078
          Adding timeline window files
9104
15079
 
9105
 
2004-05-07 10:57  casaxno
 
15080
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
 
15081
 
 
15082
        * src/pixmaps/pitivi-zoom.png:
 
15083
          removing more png file
 
15084
 
 
15085
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
 
15086
 
 
15087
        * src/pixmaps/Makefile.am:
 
15088
        * src/pixmaps/pitivi-cut.png:
 
15089
        * src/pixmaps/pitivi-hand.png:
 
15090
        * src/pixmaps/pitivi-pointer.png:
 
15091
          removing files pixmaps
 
15092
 
 
15093
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9106
15094
 
9107
15095
        * ui/main_menubar.xml:
9108
15096
          menu.xml
9109
15097
 
9110
 
2004-05-07 10:54  casaxno
9111
 
 
9112
 
        * src/: pitivi-mainapp.c, pitivi-menu-actions.c: [no log message]
9113
 
 
9114
 
2004-05-07 10:52  casaxno
9115
 
 
9116
 
        * pixmaps/: pitivi-cut.png, pitivi-hand.png, pitivi-pointer.png,
9117
 
          pitivi-zoom.png:
 
15098
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
 
15099
 
 
15100
        * src/pitivi-mainapp.c:
 
15101
        * src/pitivi-menu-actions.c:
 
15102
          *** empty log message ***
 
15103
 
 
15104
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
 
15105
 
 
15106
        * pixmaps/pitivi-cut.png:
 
15107
        * pixmaps/pitivi-hand.png:
 
15108
        * pixmaps/pitivi-pointer.png:
 
15109
        * pixmaps/pitivi-zoom.png:
9118
15110
          Addind new Pimaxps Files
9119
15111
 
9120
 
2004-05-07 10:34  casaxno
 
15112
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9121
15113
 
9122
 
        * src/: pitivi-stockicons.c, pitivi-stockicons.h:
 
15114
        * src/pitivi-stockicons.c:
 
15115
        * src/pitivi-stockicons.h:
9123
15116
          no more object for this files
9124
15117
 
9125
 
2004-05-07 10:31  casaxno
 
15118
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9126
15119
 
9127
15120
        * pixmaps/Makefile.am:
9128
15121
          Adding new pixmap File
9129
15122
 
9130
 
2004-05-07 10:27  casaxno
 
15123
2004-05-07  Guillaume Casanova <casano_g@epitech.net>
9131
15124
 
9132
 
        * pixmaps/pitivi-48.png, pixmaps/pitivi-logo.png,
9133
 
          pixmaps/pitivi-new-sample.png, pixmaps/pitivi-select-all.png,
9134
 
          pixmaps/pitivi-selection-grow.png, src/pitivi-menu-actions.c,
9135
 
          ui/main_menubar.xml:
 
15125
        * pixmaps/pitivi-48.png:
 
15126
        * pixmaps/pitivi-logo.png:
 
15127
        * pixmaps/pitivi-new-sample.png:
 
15128
        * pixmaps/pitivi-select-all.png:
 
15129
        * pixmaps/pitivi-selection-grow.png:
 
15130
        * src/pitivi-menu-actions.c:
 
15131
        * ui/main_menubar.xml:
9136
15132
          adding pixmaps
9137
15133
 
9138
 
2004-05-06 18:38  casaxno
 
15134
2004-05-06  Guillaume Casanova <casano_g@epitech.net>
9139
15135
 
9140
15136
        * ui/Makefile.am:
9141
15137
          Qdd Makefile
9142
15138
 
9143
 
2004-05-06 18:18  casaxno
 
15139
2004-05-06  Guillaume Casanova <casano_g@epitech.net>
9144
15140
 
9145
 
        * src/: Makefile.am, pitivi-menu-actions.c, pitivi-stockicons.h:
 
15141
        * src/Makefile.am:
 
15142
        * src/pitivi-menu-actions.c:
 
15143
        * src/pitivi-stockicons.h:
9146
15144
          adding new icons on Sotck-icons.h -
9147
15145
 
9148
 
2004-05-06 17:24  casaxno
 
15146
2004-05-06  Guillaume Casanova <casano_g@epitech.net>
9149
15147
 
9150
 
        * configure.ac, src/pitivi-menu-actions.h, src/pitivi-menu.h:
 
15148
        * configure.ac:
 
15149
        * src/pitivi-menu-actions.h:
 
15150
        * src/pitivi-menu.h:
9151
15151
          Headers Files for menu files and Makefile for xml files
9152
15152
 
9153
 
2004-05-06 17:14  guize
9154
 
 
9155
 
        * src/: pitivi-stockicons.c, pitivi-stockicons.h: ajout des
9156
 
          fichiers stockicons.c .h
9157
 
 
9158
 
2004-05-06 17:13  casaxno
9159
 
 
9160
 
        * src/: Makefile.am, main.c, pitivi-mainapp.c,
9161
 
          pitivi-menu-actions.c, pitivi-menu.c, pitivi-toolboxwindow.c:
 
15153
2004-05-06  Julien Carbonnier <carbon_j@epitech.net>
 
15154
 
 
15155
        * src/pitivi-stockicons.c:
 
15156
        * src/pitivi-stockicons.h:
 
15157
          ajout des fichiers stockicons.c .h
 
15158
 
 
15159
2004-05-06  Guillaume Casanova <casano_g@epitech.net>
 
15160
 
 
15161
        * src/Makefile.am:
 
15162
        * src/main.c:
 
15163
        * src/pitivi-mainapp.c:
 
15164
        * src/pitivi-menu-actions.c:
 
15165
        * src/pitivi-menu.c:
 
15166
        * src/pitivi-toolboxwindow.c:
9162
15167
          add new file menu for all windows
9163
15168
 
9164
 
2004-05-06 15:37  cracoucas42
9165
 
 
9166
 
        * src/: pitivi-toolbox.c, pitivi-toolbox.h: New cursors were
9167
 
          integrated into the toolbox
9168
 
 
9169
 
2004-05-04 18:03  loic2
9170
 
 
9171
 
        * src/pitivi-newprojectwindow.c: ajout liste codecs dans la fenetre
9172
 
          new project
9173
 
 
9174
 
2004-05-03 17:33  bilboed
9175
 
 
9176
 
        * src/: pitivi-mainapp.c, pitivi-sourcelistwindow.c: getting rid of
9177
 
          warnings
9178
 
 
9179
 
2004-05-03 16:50  hheidy
9180
 
 
9181
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-sourcelistwindow.c,
9182
 
          pitivi-sourcelistwindow.h: ajout du fichier de creation de la
9183
 
          source list window
9184
 
 
9185
 
2004-05-03 14:38  bilboed
9186
 
 
9187
 
        * src/: pitivi-newprojectwindow.c, pitivi-project.c,
9188
 
          pitivi-toolbox.c: remove the useless printf(s)
9189
 
 
9190
 
2004-05-01 20:43  bilboed
9191
 
 
9192
 
        * docs/pitivi-classtemplate.c, src/pitivi-mainapp.c,
9193
 
          src/pitivi-newprojectwindow.c, src/pitivi-toolboxwindow.c: clean
9194
 
          up
9195
 
 
9196
 
2004-05-01 20:03  guize
9197
 
 
9198
 
        * src/: Makefile.am, pitivi-mainapp.c, pitivi-newprojectwindow.c,
9199
 
          pitivi-newprojectwindow.h: Ajout PitiviNewProjectWindow
9200
 
 
9201
 
2004-05-01 15:48  bilboed
9202
 
 
9203
 
        * src/pitivi-toolboxwindow.c: rajout deuxieme commentaire de test
9204
 
 
9205
 
2004-05-01 15:42  loic2
9206
 
 
9207
 
        * src/pitivi-toolboxwindow.c: ajout commentaire
9208
 
 
9209
 
2004-05-01 15:07  bilboed
9210
 
 
9211
 
        * docs/CLASSES: [no log message]
9212
 
 
9213
 
2004-05-01 14:40  bilboed
9214
 
 
9215
 
        * docs/: pitivi-template.c, pitivi-template.h: Added normal
9216
 
          templates
9217
 
 
9218
 
2004-05-01 12:48  bilboed
9219
 
 
9220
 
        * AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, NORME, README,
9221
 
          autogen.sh, configure.ac, common/ChangeLog, common/Makefile.am,
9222
 
          common/as-libtool.mak, common/gettext.patch, common/glib-gen.mak,
9223
 
          common/gst-autogen.sh, common/m4/.cvsignore,
9224
 
          common/m4/Makefile.am, common/m4/README,
9225
 
          common/m4/as-ac-expand.m4, common/m4/as-auto-alt.m4,
9226
 
          common/m4/as-compiler-flag.m4, common/m4/as-compiler.m4,
9227
 
          common/m4/as-docbook.m4, common/m4/as-libtool.m4,
9228
 
          common/m4/as-python.m4, common/m4/as-scrub-include.m4,
9229
 
          common/m4/as-version.m4, common/m4/ax_create_stdint_h.m4,
9230
 
          common/m4/glib-gettext.m4, common/m4/gst-arch.m4,
9231
 
          common/m4/gst-debuginfo.m4, common/m4/gst-doc.m4,
9232
 
          common/m4/gst-feature.m4, common/m4/gst-function.m4,
9233
 
          common/m4/gst-glib2.m4, common/m4/gst-gstreamer.m4,
9234
 
          common/m4/gst-libxml2.m4, common/m4/gst-makecontext.m4,
9235
 
          common/m4/gst-mcsc.m4, common/m4/pkg.m4, docs/CLASSES,
9236
 
          docs/make_filter, docs/pitivi-classtemplate.c,
9237
 
          docs/pitivi-classtemplate.h, src/Makefile.am, src/main.c,
9238
 
          src/pitivi-mainapp.c, src/pitivi-mainapp.h, src/pitivi-project.c,
9239
 
          src/pitivi-project.h, src/pitivi-toolbox.c, src/pitivi-toolbox.h,
9240
 
          src/pitivi-toolboxwindow.c, src/pitivi-toolboxwindow.h,
9241
 
          src/pitivi.h: Initial revision
9242
 
 
9243
 
2004-05-01 12:48  bilboed
9244
 
 
9245
 
        * AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, NORME, README,
9246
 
          autogen.sh, configure.ac, common/ChangeLog, common/Makefile.am,
9247
 
          common/as-libtool.mak, common/gettext.patch, common/glib-gen.mak,
9248
 
          common/gst-autogen.sh, common/m4/.cvsignore,
9249
 
          common/m4/Makefile.am, common/m4/README,
9250
 
          common/m4/as-ac-expand.m4, common/m4/as-auto-alt.m4,
9251
 
          common/m4/as-compiler-flag.m4, common/m4/as-compiler.m4,
9252
 
          common/m4/as-docbook.m4, common/m4/as-libtool.m4,
9253
 
          common/m4/as-python.m4, common/m4/as-scrub-include.m4,
9254
 
          common/m4/as-version.m4, common/m4/ax_create_stdint_h.m4,
9255
 
          common/m4/glib-gettext.m4, common/m4/gst-arch.m4,
9256
 
          common/m4/gst-debuginfo.m4, common/m4/gst-doc.m4,
9257
 
          common/m4/gst-feature.m4, common/m4/gst-function.m4,
9258
 
          common/m4/gst-glib2.m4, common/m4/gst-gstreamer.m4,
9259
 
          common/m4/gst-libxml2.m4, common/m4/gst-makecontext.m4,
9260
 
          common/m4/gst-mcsc.m4, common/m4/pkg.m4, docs/CLASSES,
9261
 
          docs/make_filter, docs/pitivi-classtemplate.c,
9262
 
          docs/pitivi-classtemplate.h, src/Makefile.am, src/main.c,
9263
 
          src/pitivi-mainapp.c, src/pitivi-mainapp.h, src/pitivi-project.c,
9264
 
          src/pitivi-project.h, src/pitivi-toolbox.c, src/pitivi-toolbox.h,
9265
 
          src/pitivi-toolboxwindow.c, src/pitivi-toolboxwindow.h,
9266
 
          src/pitivi.h: initial import
 
15169
2004-05-06  Julien Carbonnier <carbon_j@epitech.net>
 
15170
 
 
15171
        * src/pixmaps/pitivi-cut.png:
 
15172
        * src/pixmaps/pitivi-hand.png:
 
15173
        * src/pixmaps/pitivi-pointer.png:
 
15174
        * src/pixmaps/pitivi-zoom.png:
 
15175
          ajout des icones de la toolbox
 
15176
 
 
15177
2004-05-06  Julien Carbonnier <carbon_j@epitech.net>
 
15178
 
 
15179
        * src/pixmaps/Makefile.am:
 
15180
          creation repertoire pixmaps
 
15181
 
 
15182
2004-05-06  Stephan Bloch <bloch_s@epitech.net>
 
15183
 
 
15184
        * src/pitivi-toolbox.c:
 
15185
        * src/pitivi-toolbox.h:
 
15186
          New cursors were integrated into the toolbox
 
15187
 
 
15188
2004-05-04  Loic Dubart <dubart_l@epitech.net>
 
15189
 
 
15190
        * src/pitivi-newprojectwindow.c:
 
15191
          ajout liste codecs dans la fenetre new project
 
15192
 
 
15193
2004-05-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
15194
 
 
15195
        * src/pitivi-mainapp.c:
 
15196
        * src/pitivi-sourcelistwindow.c:
 
15197
          getting rid of warnings
 
15198
 
 
15199
2004-05-03  Heidy Hery <hery_h@epitech.net>
 
15200
 
 
15201
        * src/Makefile.am:
 
15202
        * src/pitivi-mainapp.c:
 
15203
        * src/pitivi-sourcelistwindow.c:
 
15204
        * src/pitivi-sourcelistwindow.h:
 
15205
          ajout du fichier de creation de la source list window
 
15206
 
 
15207
2004-05-03  Edward Hervey <edward.hervey@collabora.co.uk>
 
15208
 
 
15209
        * src/pitivi-newprojectwindow.c:
 
15210
        * src/pitivi-project.c:
 
15211
        * src/pitivi-toolbox.c:
 
15212
          remove the useless printf(s)
 
15213
 
 
15214
2004-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
15215
 
 
15216
        * docs/pitivi-classtemplate.c:
 
15217
        * src/pitivi-mainapp.c:
 
15218
        * src/pitivi-newprojectwindow.c:
 
15219
        * src/pitivi-toolboxwindow.c:
 
15220
          clean up
 
15221
 
 
15222
2004-05-01  Julien Carbonnier <carbon_j@epitech.net>
 
15223
 
 
15224
        * src/Makefile.am:
 
15225
        * src/pitivi-mainapp.c:
 
15226
        * src/pitivi-newprojectwindow.c:
 
15227
        * src/pitivi-newprojectwindow.h:
 
15228
          Ajout PitiviNewProjectWindow
 
15229
 
 
15230
2004-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
15231
 
 
15232
        * src/pitivi-toolboxwindow.c:
 
15233
          rajout deuxieme commentaire de test
 
15234
 
 
15235
2004-05-01  Loic Dubart <dubart_l@epitech.net>
 
15236
 
 
15237
        * src/pitivi-toolboxwindow.c:
 
15238
          ajout commentaire
 
15239
 
 
15240
2004-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
15241
 
 
15242
        * docs/CLASSES:
 
15243
          *** empty log message ***
 
15244
 
 
15245
2004-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
15246
 
 
15247
        * docs/pitivi-template.c:
 
15248
        * docs/pitivi-template.h:
 
15249
          Added normal templates
 
15250
 
 
15251
2004-05-01  Edward Hervey <edward.hervey@collabora.co.uk>
 
15252
 
 
15253
        * AUTHORS:
 
15254
        * COPYING:
 
15255
        * INSTALL:
 
15256
        * Makefile.am:
 
15257
        * NEWS:
 
15258
        * NORME:
 
15259
        * README:
 
15260
        * autogen.sh:
 
15261
        * common/ChangeLog:
 
15262
        * common/Makefile.am:
 
15263
        * common/as-libtool.mak:
 
15264
        * common/gettext.patch:
 
15265
        * common/glib-gen.mak:
 
15266
        * common/gst-autogen.sh:
 
15267
        * common/m4/.cvsignore:
 
15268
        * common/m4/Makefile.am:
 
15269
        * common/m4/README:
 
15270
        * common/m4/as-ac-expand.m4:
 
15271
        * common/m4/as-auto-alt.m4:
 
15272
        * common/m4/as-compiler-flag.m4:
 
15273
        * common/m4/as-compiler.m4:
 
15274
        * common/m4/as-docbook.m4:
 
15275
        * common/m4/as-libtool.m4:
 
15276
        * common/m4/as-python.m4:
 
15277
        * common/m4/as-scrub-include.m4:
 
15278
        * common/m4/as-version.m4:
 
15279
        * common/m4/ax_create_stdint_h.m4:
 
15280
        * common/m4/glib-gettext.m4:
 
15281
        * common/m4/gst-arch.m4:
 
15282
        * common/m4/gst-debuginfo.m4:
 
15283
        * common/m4/gst-doc.m4:
 
15284
        * common/m4/gst-feature.m4:
 
15285
        * common/m4/gst-function.m4:
 
15286
        * common/m4/gst-glib2.m4:
 
15287
        * common/m4/gst-gstreamer.m4:
 
15288
        * common/m4/gst-libxml2.m4:
 
15289
        * common/m4/gst-makecontext.m4:
 
15290
        * common/m4/gst-mcsc.m4:
 
15291
        * common/m4/pkg.m4:
 
15292
        * configure.ac:
 
15293
        * docs/CLASSES:
 
15294
        * docs/make_filter:
 
15295
        * docs/pitivi-classtemplate.c:
 
15296
        * docs/pitivi-classtemplate.h:
 
15297
        * src/Makefile.am:
 
15298
        * src/main.c:
 
15299
        * src/pitivi-mainapp.c:
 
15300
        * src/pitivi-mainapp.h:
 
15301
        * src/pitivi-project.c:
 
15302
        * src/pitivi-project.h:
 
15303
        * src/pitivi-toolbox.c:
 
15304
        * src/pitivi-toolbox.h:
 
15305
        * src/pitivi-toolboxwindow.c:
 
15306
        * src/pitivi-toolboxwindow.h:
 
15307
        * src/pitivi.h:
 
15308
          Initial revision
 
15309
 
 
15310
2004-05-01  (no author) <(no author)@d3729300-e425-0410-8a4c-d956edccc248>
 
15311
 
 
15312
          New repository initialized by cvs2svn.
9267
15313