After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 430686 - [Simple Timeline] Clips are not painted when switching from advanced timeline
[Simple Timeline] Clips are not painted when switching from advanced timeline
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-17 15:18 UTC by Jean-François Fortin Tam
Modified: 2007-04-23 11:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
demonstration (838.52 KB, application/ogg)
2007-04-17 15:19 UTC, Jean-François Fortin Tam
  Details
A patch to correct drawing of simple timeline when switching back from complex view (3.22 KB, patch)
2007-04-22 09:48 UTC, Thibaut GIRKA
committed Details | Review

Description Jean-François Fortin Tam 2007-04-17 15:18:54 UTC
I'll be attaching a short screencast demonstrating this problem: when creating clips in the advanced timeline, the clips are not painted when switching back to the simple timeline.
Comment 1 Jean-François Fortin Tam 2007-04-17 15:19:28 UTC
Created attachment 86506 [details]
demonstration
Comment 2 Thibaut GIRKA 2007-04-22 09:48:22 UTC
Created attachment 86774 [details] [review]
A patch to correct drawing of simple timeline when switching back from complex view

Here is a patch to correct this.
Comment 3 Jean-François Fortin Tam 2007-04-22 14:10:50 UTC
hmm, not 100% sure, but it does not seem to apply correctly on my pitivi vanilla SVN trunk on my side.
Comment 4 Edward Hervey 2007-04-23 09:04:28 UTC
yes, it's taking into account another patch thibaut submitted
Comment 5 Edward Hervey 2007-04-23 11:28:35 UTC
Commited, thanks.

2007-04-23  Edward Hervey  <edward@fluendo.com>

	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