summaryrefslogtreecommitdiff
path: root/src/totem-video-list.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Use the new totem_playlist_add_mrls() API to add multiple playlist entriesPhilip Withnall1-1/+6
2010-09-19Add missing introspection annotationsPhilip Withnall1-1/+1
2010-09-18Add a TotemVideoList::show-tooltip-uri propertyPhilip Withnall1-2/+24
2010-07-06Bug 623497 — TotemVideoList crashes in row_activated_cbPhilip Withnall1-1/+1
2010-06-30Add a note in the TotemVideoList documentation about the totem propertyPhilip Withnall1-0/+2
2010-04-27Bug 559628 — Support async loading of playlistsPhilip Withnall1-1/+1
2009-06-14Fix the build by removing debug spew lineChristian Persch1-1/+0
2009-06-14Fix video list rendering and related video playback for the YouTube pluginPhilip Withnall1-15/+19
2009-04-08Patch from Shixin Zeng <zeng.shixin@gmail.com> to add G_MODULE_EXPORT toPhilip Withnall1-2/+2
2009-04-05Fixed TotemVideoList to change the sensitivity of its context menu entriesPhilip Withnall1-1/+42
2009-04-01Ported the YouTube plugin to C, using the shiny new libgdata library.Philip Withnall1-1/+5
2009-02-07Documentation updates and fixes: all documented and plugin-visible API isPhilip Withnall1-2/+3
2009-02-06Remove unused and broken error-shown property.Philip Withnall1-1/+56
2008-04-24Update FSF address (Closes: #518264)Bastien Nocera1-1/+1
2008-04-08Add a menu entry to open YouTube videos in the web browser. (Closes:Philip Withnall1-0/+6
2008-02-05Clean up a couple of memory leaks, clean up disposal/finalization on a fewPhilip Withnall1-12/+10
2007-11-25Render a placeholder image instead of a video thumbnail inPhilip Withnall1-0/+2
2007-11-25Add a context menu to TotemVideoList with entries to add to playlist andPhilip Withnall1-2/+183
2007-11-25Remove row_activated signal, it's already implemented in the list viewBastien Nocera1-1/+1
2007-11-23Fix crash when activating videos in the Tracker plugin (Closes: #499137)Bastien Nocera1-2/+3
2007-11-23Remove totem_get_playlist() and only exportBastien Nocera1-7/+1
2007-11-22Don't try to draw anything if the thumbnail is 0 sizedBastien Nocera1-3/+2
2007-11-12Fix some compile warnings, show a busy cursor while downloading results inPhilip Withnall1-2/+12
2007-10-24Add a signal to TotemVideoList to allow users of it to set the MRL justPhilip Withnall1-4/+56
2007-10-23Create a new TotemVideoList object, enabling tooltips on lists of videosPhilip Withnall1-0/+199