summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* grilo: Use playlist to resolve URLsBastien Nocera2014-01-231-55/+15
| | | | | | | | Instead of letting Grilo handle resolving URLs, do it ourselves in the playlist, Grilo in all cases uses totem-pl-parser. This will break the day a Grilo plugin doesn't use totem-pl-parser (and by extension quvi) to parse a URL.
* media-player-keys: Update for shuffle setting API removalBastien Nocera2014-01-231-5/+0
|
* lirc: Update for shuffle setting API removalBastien Nocera2014-01-232-11/+0
|
* dbusservice: Update for shuffle setting API removalBastien Nocera2014-01-231-8/+0
|
* main: Remove shuffle settingBastien Nocera2014-01-235-289/+35
| | | | | We now have a shuffle button in the grilo plugin, to allow shuffling the selection.
* main: Don't set the waiting cursor on the playlistBastien Nocera2014-01-231-2/+4
|
* grilo: Add selection toolbarBastien Nocera2014-01-232-0/+165
| | | | And hook up Play and Shuffle.
* grilo: Add missing chain up in TotemMainToolbarBastien Nocera2014-01-231-0/+2
|
* grilo: Add Selection toolbarBastien Nocera2014-01-235-2/+498
|
* grilo: Update for add_to_playlist() API changeBastien Nocera2014-01-231-5/+7
|
* main: Modify totem_object_add_to_playlist_and_play()Bastien Nocera2014-01-232-9/+15
| | | | | | Rename totem_object_add_to_playlist_and_play() to totem_object_add_to_playlist(), and pass whether to play the added media as an additional parameter.
* main: Remove drop support from playlistBastien Nocera2014-01-231-115/+0
|
* grilo: Fix griloresources.h/.c generationAlban Browaeys2014-01-231-0/+4
| | | | | | By adding them to BUILT_SOURCES. https://bugzilla.gnome.org/show_bug.cgi?id=722719
* main: Make debug playlist widget biggerBastien Nocera2014-01-231-0/+1
|
* main: Remove save property from playlistBastien Nocera2014-01-231-7/+1
| | | | Left-over bits from ec64084c71290557819ee007b969f080747e36e5
* main: Remove up/down buttons in playlist widgetBastien Nocera2014-01-231-127/+0
|
* main: Remove "Save playlist" from playlist widgetBastien Nocera2014-01-235-1613/+0
| | | | It's completely unused now.
* main: Don't add the playlist to the sidebarBastien Nocera2014-01-231-1/+0
|
* main: Use a header bar in the preferencesBastien Nocera2014-01-221-19/+2
|
* properties: Don't set the same flag twiceBastien Nocera2014-01-221-1/+1
|
* main: Show Totem window when opening new filesBastien Nocera2014-01-221-1/+1
| | | | | | | If we're already opened. The previous thinking was that people might use this to queue music. That's not so interesting anymore. https://bugzilla.gnome.org/show_bug.cgi?id=711189
* grilo: Disabling Recent view sorting for nowBastien Nocera2014-01-221-1/+3
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=722781
* grilo: Make Ctrl+A not throw warnings in Recent viewBastien Nocera2014-01-221-8/+12
|
* grilo: Make sorting quickerBastien Nocera2014-01-222-43/+27
| | | | | Not that it used to take a long time, but calculations of source priorities are done only once.
* properties: Implement properties dialogBastien Nocera2014-01-221-12/+56
| | | | Instead of using a sidebar as we used to.
* grilo: Only run local metadata checks for local filesBastien Nocera2014-01-221-0/+5
|
* grilo: Remove debug messageBastien Nocera2014-01-211-1/+0
|
* grilo: More assertions for unsupported itemsBastien Nocera2014-01-211-5/+3
|
* grilo: Resolve local metadata when adding new itemsBastien Nocera2014-01-211-20/+27
| | | | | | Resolve local metadata such as the thumbnail to use for sources that don't provide thumbnails themselves. This adds thumbnails to the Tracker added items.
* grilo: Fix fallback icon for sourcesBastien Nocera2014-01-211-1/+9
| | | | | | When we fail to get the icon set for sources, make sure to use the "box" icon, not the video one. Freebox' UPnP server points to a non-existant file.
* grilo: Better icons for some Blu-ray discsBastien Nocera2014-01-211-2/+2
| | | | | For optical discs, we prefer the cover provided by Blu-ray discs to the generic disc icon.
* grilo: Sort optical media before tracker filesBastien Nocera2014-01-211-7/+66
| | | | | As we now support change events, and newly mounted optical discs would end up showing up last.
* grilo: Rename ->browser_recent_modelBastien Nocera2014-01-211-9/+9
|
* grilo: Monitor source contentsBastien Nocera2014-01-211-0/+148
| | | | | We support add/remove/changed events for "Recent" view, and changed/delete events for the other view.
* grilo: Add update_media() functionBastien Nocera2014-01-211-0/+30
| | | | Modelled after add_media_to_model()
* grilo: Fix crasher when exiting when loading iconsBastien Nocera2014-01-211-1/+0
|
* grilo: Fix memory leak of the mtimeBastien Nocera2014-01-211-0/+1
|
* grilo: Split adding to the tree viewsBastien Nocera2014-01-211-22/+34
| | | | To allow us to add from the content-changed signal.
* grilo: Fix a bunch of compile warningsBastien Nocera2014-01-211-5/+4
|
* grilo: Guess episode metadata for local filesBastien Nocera2014-01-211-0/+3
|
* grilo: Call Tracker "Local" in searchBastien Nocera2014-01-211-3/+4
|
* grilo: Add Tracker to searchBastien Nocera2014-01-211-20/+19
| | | | It supports search, and we were skipping it.
* grilo: Remove fixed FIXMEBastien Nocera2014-01-211-2/+0
|
* grilo: Fix loading more items in channelsBastien Nocera2014-01-171-7/+22
|
* grilo: Load all the tracker videos on startupBastien Nocera2014-01-171-4/+6
| | | | Even if there's more than PAGE_SIZE videos.
* grilo: GdMainView already contains a scrolled windowBastien Nocera2014-01-172-13/+6
| | | | So no need to put it in one already.
* grilo: "Remaining" is a guintBastien Nocera2014-01-172-8/+8
| | | | | GrlSourceResultCb returns the number of remaining items as a guint so use that.
* grilo: Fix value of remainingBastien Nocera2014-01-171-1/+1
| | | | | Don't set the address of the "remaining" variable as the number of remaining items.
* grilo: Show tracker contents in "Recent"Bastien Nocera2014-01-172-4/+2
| | | | Instead of the recent files
* grilo: Hide YouTube from browse for nowBastien Nocera2014-01-171-1/+25
|