summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Patch by Robin Stocker <robin@nibor.org> to fix the inverted logic in theBastien Nocera2008-11-032-2/+2
* Use C_() instead of Q_() to separate translation context from strings.Philip Withnall2008-10-291-8/+4
* Harmonise the appearance of the YouTube and Local Search sidebars, makingPhilip Withnall2008-10-272-29/+8
* Rename the "Select text subtitle..." entry in the playlist popup menu toPhilip Withnall2008-10-261-1/+1
* Fix the Python bindings for totem.action_volume_relative so that a floatPhilip Withnall2008-10-261-2/+3
* Patch from Matthew Adams <roguestar191@comcast.net> to use read() insteadPhilip Withnall2008-10-251-6/+4
* Fix YouTube plugin behaviour when attempting to perform multiple searchesPhilip Withnall2008-10-251-36/+97
* Remove redundant HTTP request when loading search results.Philip Withnall2008-10-241-18/+3
* Update the YouTube URL resolution code to work with Google's latestPhilip Withnall2008-10-241-8/+28
* Add hack from Rhythmbox to force the behaviour of the left-click button toBastien Nocera2008-10-241-0/+10
* Remove accelerators for the window resize menu items, they were causingBastien Nocera2008-10-223-6/+16
* Only display colour balance sliders that are available for the videoBastien Nocera2008-10-222-27/+42
* Don't tell the front-end we have metadata with a timeout when in captureBastien Nocera2008-10-221-1/+4
* Don't show seeking to label when we can direct seek (Closes: #338390)Bastien Nocera2008-10-221-2/+4
* Fix playing property being wrong when an error occurs (Closes: #556039)Bastien Nocera2008-10-211-4/+5
* Revert last patch, we were already checking for GST_TAG_PREVIEW_IMAGEBastien Nocera2008-10-141-7/+2
* Patch from John Millikin <jmillikin@gmail.com> to also look for theBastien Nocera2008-10-131-2/+7
* Add missing files (Closes: #555500)Bastien Nocera2008-10-0811-0/+4398
* Require rsndvdbin for DVD playback, as that does handle menus (Closes:Bastien Nocera2008-10-071-65/+6
* Big patch from Christian Persch <chpe@gnome.org> to remove the libgnomeBastien Nocera2008-10-0724-117/+161
* When streaming audio or video, make sure pause actually stops the stream,Bastien Nocera2008-10-072-4/+12
* Patch from Edward Hervey <bilboed@gmail.com> to fix the threading in theBastien Nocera2008-10-071-20/+58
* Patch from Tim-Philipp Müller <tim.muller@collabora.co.uk>, PrepareBastien Nocera2008-10-072-7/+43
* Fix getting the top-level window when the video widget isn't inside aBastien Nocera2008-10-011-1/+1
* Make the sidebar arrow face right when closed, and face left when opened,Bastien Nocera2008-09-292-2/+15
* Use "Movie Player", and not "Totem Movie Player" in the UIBastien Nocera2008-09-291-1/+1
* Clean up, and use only one codepath to remove files, whether selectedBastien Nocera2008-09-291-69/+125
* Add the subtitle and languages menus to the fullscreen popup as wellBastien Nocera2008-09-211-12/+15
* Fix using unvetted strings in printf-style functions.Philip Withnall2008-09-204-5/+5
* Fix missing break statement, spotted by Robin Stocker <robin@nibor.org>Bastien Nocera2008-09-191-0/+1
* Add schemas for the visuals quality and connection speed settings, patchBastien Nocera2008-09-101-1/+1
* Fix recent-menu not adding anything because it couldn't get a fastBastien Nocera2008-09-092-37/+19
* Also allow the Fluendo MPEG demuxers recently moved to GStreamer mainBastien Nocera2008-09-091-2/+4
* Don't ever disable an invisible pluginBastien Nocera2008-09-071-4/+8
* remove obsolete variableBastien Nocera2008-09-041-1/+0
* Convert British English words back to American English in the languagePhilip Withnall2008-09-025-9/+9
* Add support for playing back live TV using gmyth, and streaming fromBastien Nocera2008-09-011-73/+171
* Never auto-resize a stream that's already been resized, wait for the nextBastien Nocera2008-08-282-2/+14
* When we fail to activate a plugin, set its GConf key to FALSE, otherwiseBastien Nocera2008-08-271-9/+8
* Always try to play whatever's supposed to be playing after a successfulBastien Nocera2008-08-271-1/+1
* Move the playlist treeview model to the GtkBuilder UI file. Also remove anPhilip Withnall2008-08-262-17/+0
* When changing screen size through XRandR, update the aspect ratio of theBastien Nocera2008-08-261-0/+1
* Remove old debugBastien Nocera2008-08-261-4/+0
* There's some plugins we just don't want to use, like the gst-ffmpeg FLVBastien Nocera2008-08-214-1/+22
* Allow passing an offset for the backward/forward seeking, through the urlBastien Nocera2008-08-213-11/+54
* Add support for the stop remote control key, will stop the playback and goBastien Nocera2008-08-215-4/+26
* Yay for GCC warnings, fix possible crash when no cover images are found inBastien Nocera2008-08-201-1/+1
* Don't add to the array after having got the pdataBastien Nocera2008-08-201-1/+2
* g_file_get_uri() might lose arguments for some MRLs, so don't use it, andBastien Nocera2008-08-202-8/+3
* Remove code that supports older versions of GTK+Bastien Nocera2008-08-191-28/+0