GNOME Bugzilla – Bug 310409
Move Totem-media-properties to sidebar
Last modified: 2006-07-12 09:50:12 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/12688 "The new sidebar is pretty cool but what about moving the media-properties-dialog to the sidebar showing actual media info updating automatically if Playlistitem is changed."
Created attachment 49326 [details] properties moved to sidebar I have tried to move properties widget to sidebar. The effect is nice, but I have to solve a: Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed before attaching the patch. Moreover a more compact layout should be used.
Looks cool! Now that there is a sidebar, it would be cool to get rid of that dialog :)
*** Bug 327016 has been marked as a duplicate of this bug. ***
*** Bug 322503 has been marked as a duplicate of this bug. ***
Created attachment 59113 [details] [review] totem-props-sidebar.patch First pass at patch. Need to see whether we can make it slightly smaller, and fix up the logo mode props.
What problems needs to be fixed before applying this patch? Works for me(TM) and i like it..
(In reply to comment #6) > What problems needs to be fixed before applying this patch? Works for me(TM) > and i like it.. "Need to see whether we can make it slightly smaller, and fix up the logo mode props." from comment 5...
2006-07-12 Bastien Nocera <hadess@hadess.net> * data/properties.glade: * data/totem.glade: * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_get_metadata_bool): * src/bacon-video-widget-properties.c: (bacon_video_widget_properties_new): * src/totem-sidebar.c: (totem_sidebar_setup): * src/totem.c: (totem_action_set_mrl_with_warning), (totem_callback_connect), (main): Move the properties dialogue to the sidebar (Closes: #310409)