summaryrefslogtreecommitdiff
path: root/src/totem-statusbar.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-19Use a finalize() method in TotemStatusbar instead of dispose()Philip Withnall1-7/+5
2010-09-19Seal the private members of TotemStatusbarPhilip Withnall1-50/+72
2010-09-18Remove use of gtk_progress_bar_set_orientation()Philip Withnall1-2/+2
2010-02-18Fix various compiler warningsPhilip Withnall1-1/+0
2010-02-12Use accessor functions instead direct accessJavier Jardón1-5/+14
2009-12-10Fix packing of the label in the status barBastien Nocera1-0/+2
2009-12-04Make Totem depend on a newer GTK+Bastien Nocera1-12/+0
2009-12-04Use gtk_statusbar_get_message_area()Christian Persch1-0/+4
2009-07-26Bug 484142 – Show menu item descriptions in status barRobin Stocker1-0/+23
2009-07-18Fixed some strict gcc warningsPhilip Withnall1-14/+13
2009-04-08Patch from Shixin Zeng <zeng.shixin@gmail.com> to add G_MODULE_EXPORT toPhilip Withnall1-0/+2
2009-01-04Cleanups to fix a few warnings when building with more gcc warning flagsPhilip Withnall1-2/+0
2008-12-10Use g_timeout_add_seconds instead of g_timeout_add for a couple of nonBastien Nocera1-3/+2
2008-11-10Use single GTK+/GLib includes.Cosimo Cecchi1-3/+1
2008-08-19Remove code that supports older versions of GTK+Bastien Nocera1-28/+0
2008-04-24Update FSF address (Closes: #518264)Bastien Nocera1-2/+2
2007-07-05Patch from Philip Withnall <pwithnall@svn.gnome.org> to use GtkBuilderBastien Nocera1-13/+0
2007-04-12Fix compilation with GTK+ < 2.11Bastien Nocera1-1/+1
2007-04-12Make TotemStatusbar subclass GtkStatusbar. This fixes the visualChristian Persch1-432/+109
2007-04-12Plenty of code cleanups by Kjartan Maraas <kmaraas@broadpark.no>Bastien Nocera1-1/+2
2006-10-30Set the Atk description on the statusbar whenever the status changes, orBastien Nocera1-10/+67
2006-09-28Restore playing/stopped text in statusbar properly if has changed while weTim-Philipp Müller1-0/+2
2005-07-04Move the playlist dialog to a sidebar, remove the labels for the playlistBastien Nocera1-0/+13
2005-05-05Make the grip's default cursor be a resize cursor (Closes: #303064)Bastien Nocera1-0/+8
2005-04-07fixed the parsing errorsBastien Nocera1-2/+3
2005-01-06only update the time label if the time actually changedBastien Nocera1-1/+3
2004-11-26Implement buffering for GStreamer backend as well. Show buffering in aRonald Bultje1-13/+15
2004-10-06Remove gstvideowidget, integrate widget in bvw just like the xine versionRonald Bultje1-3/+6
2004-07-04Move the time to string functions to the video-utils.[ch], update the codeBastien Nocera1-25/+4
2004-07-03added a time label for the fullscreen controls updBastien Nocera1-3/+4
2004-06-21use G_DEFINE_TYPE (more)Bastien Nocera1-26/+1
2004-06-09all hail to our new gi18n.h overlords, take 3 (I just love when glibBastien Nocera1-17/+1
2004-04-10Loads of changes for the start of the GTK+ only build, Glade files areBastien Nocera1-0/+16
2004-01-31Set seeking to TRUE in the status bar. (seek_slider_changed_cb): Added. IfJon Trowbridge1-1/+16
2003-10-17pop the old labels and progress when we reach 100% bufferingBastien Nocera1-0/+6
2003-10-17remove the buffering dialog, and use the statusbar for buffering status asBastien Nocera1-0/+49
2003-10-11sort out the 0 length vs. streaming messBastien Nocera1-5/+5
2003-05-08remove unused variables, fix some retvals, fix statusbar sayingBastien Nocera1-2/+2
2003-05-05don't try to create a goom if we don't have an audio ouput application/oggBastien Nocera1-2/+7
2003-01-18add a statusbar and move the time/length displays to itBastien Nocera1-0/+556