summaryrefslogtreecommitdiff
path: root/src/totem-playlist.c
Commit message (Expand)AuthorAgeFilesLines
* playlist: Remove dead codeBastien Nocera2015-12-041-9/+0
* main: Fix some icons not being symbolic anymoreBastien Nocera2014-07-041-1/+1
* main: Remove RTL helpersBastien Nocera2014-05-301-2/+1
* main: Remove GtkUIManager and related usage in playlistBastien Nocera2014-05-301-97/+11
* all: Remove other users of video-utils.hBastien Nocera2014-05-151-1/+0
* main: Unmark strings as translatableBastien Nocera2014-02-141-1/+1
* main: Remove drag'n'drop code from the playlistBastien Nocera2014-02-011-173/+1
* main: Remove unused totem_playlist_save_current_playlist_ext()Bastien Nocera2014-02-011-29/+0
* main: Fix warnings with broken grl-filesystem pathsBastien Nocera2014-02-011-46/+21
* main: Remove totem_playlist_get_toplevel() functionBastien Nocera2014-02-011-9/+3
* main: Use app level spinner instead of waiting cursorBastien Nocera2014-01-261-23/+4
* playlist: Send "current-removed" when clearing playlistBastien Nocera2014-01-261-0/+4
* main: More dead code removalBastien Nocera2014-01-241-9/+0
* main: Remove shuffle settingBastien Nocera2014-01-231-243/+35
* main: Don't set the waiting cursor on the playlistBastien Nocera2014-01-231-2/+4
* main: Remove drop support from playlistBastien Nocera2014-01-231-115/+0
* main: Remove save property from playlistBastien Nocera2014-01-231-7/+1
* main: Remove up/down buttons in playlist widgetBastien Nocera2014-01-231-127/+0
* main: Remove "Save playlist" from playlist widgetBastien Nocera2014-01-231-174/+0
* main: Set button arrow icons according to locale's text directionYosef Or Boczko2013-07-311-1/+2
* all: Drop GtkStock usageBastien Nocera2013-07-221-2/+2
* main: Remove "save-playback-state" settingBastien Nocera2013-07-091-36/+1
* Revert "main: Set button arrow icons according to locale's text direction"Bastien Nocera2013-07-011-4/+1
* main: Set button arrow icons according to locale's text directionYosef Or Boczko2013-07-011-1/+4
* main: Remove complicated tree path comparison codeBastien Nocera2013-03-201-27/+1
* main: Simplify freeing lists in playlistBastien Nocera2013-03-181-12/+6
* main: Handle cdda:// URIs as normal filesBastien Nocera2013-03-131-1/+0
* main: Save the starttime in millisecondsBastien Nocera2013-03-131-7/+5
* main: Merge finalize into disposeBastien Nocera2013-03-131-12/+1
* main: Use g_clear_{pointer,object}Bastien Nocera2013-03-131-42/+10
* main: Save the current position when saving sessionBastien Nocera2013-03-111-1/+16
* main: Split off saving of the session playlistBastien Nocera2013-03-111-7/+22
* main: Don't save empty playlistsBastien Nocera2013-03-111-1/+1
* main: Rename totem_playlist_save_current_playlist()Bastien Nocera2013-03-111-2/+18
* main: Add accessors for the save propertyBastien Nocera2013-03-111-0/+17
* main: Add key for whether to remember the sessionBastien Nocera2013-03-111-1/+11
* main: The starttime is only useful if the track is the current oneBastien Nocera2013-03-111-4/+6
* main: Export starttime from session playlist restoreBastien Nocera2013-03-091-3/+33
* main: Save session playlist in XSPF formatBastien Nocera2013-03-091-1/+1
* main: Add support for reading/writing the GNOME XSPF extensionsBastien Nocera2013-03-091-10/+64
* main: Add "save" property to the playlistBastien Nocera2013-03-081-1/+16
* playlist: Remove custom {repeat,shuffle}-toggled signalsBastien Nocera2013-03-081-26/+0
* main: Add repeat and shuffle GObject propertiesBastien Nocera2013-03-081-0/+66
* main: Fix possible assertions when skipping over filesBastien Nocera2013-03-061-20/+12
* Use g_cclosure_marshal_generic() instead custom marshallersJavier Jardón2012-12-101-3/+2
* main: Split getting title and content-typeBastien Nocera2012-07-141-17/+31
* main: Fix drag'n'drop ordering on the playlistBastien Nocera2012-07-131-2/+4
* main: Make mount comparison sturdierBastien Nocera2012-07-021-6/+34
* main: Add sanity check to totem_playlist_clear_with_g_mount()Bastien Nocera2012-07-021-0/+2
* main: Add a GMount column to the playlistBastien Nocera2012-07-021-8/+13