profile/ivi/rygel.git
15 years agoFirst implementation of External plugin
Zeeshan Ali (Khattak) [Wed, 6 May 2009 21:40:42 +0000 (00:40 +0300)]
First implementation of External plugin

This is the implementation of external MediaServer spec Lennart wrote:
http://live.gnome.org/Rygel/MediaServerSpec. It builds but it's totally
untested and also currently specific to the PulseAudio implementation.

15 years agoRemove an unneeded constant
Zeeshan Ali (Khattak) [Tue, 5 May 2009 12:19:46 +0000 (15:19 +0300)]
Remove an unneeded constant

15 years agoPassive loading of plugins
Zeeshan Ali (Khattak) [Mon, 4 May 2009 16:22:57 +0000 (19:22 +0300)]
Passive loading of plugins

Dynamic modules can now register their plugins on the fly.

15 years agoPluginLoader is now in public API
Zeeshan Ali (Khattak) [Mon, 4 May 2009 16:18:53 +0000 (19:18 +0300)]
PluginLoader is now in public API

15 years agoFetch files from enumerator, asynchronously
Zeeshan Ali (Khattak) [Mon, 4 May 2009 14:14:10 +0000 (17:14 +0300)]
Fetch files from enumerator, asynchronously

This is the second (and hopefully) last step towards async plugin loading.

15 years agoenumerate children asynchronously
Zeeshan Ali (Khattak) [Mon, 4 May 2009 13:36:31 +0000 (16:36 +0300)]
enumerate children asynchronously

First step towards async plugin loading.

15 years agoMinor indentation fix
Zeeshan Ali (Khattak) [Mon, 4 May 2009 13:16:36 +0000 (16:16 +0300)]
Minor indentation fix

15 years agoCorrect license header for cstuff.vapi
Rob Taylor [Wed, 6 May 2009 11:12:15 +0000 (12:12 +0100)]
Correct license header for cstuff.vapi

15 years agoChange Mediathek plugin headers to LGPL
Rob Taylor [Wed, 6 May 2009 11:32:30 +0000 (12:32 +0100)]
Change Mediathek plugin headers to LGPL

After discussing with Jens, it seems a mistake was made in which headers were copied.
Correcting as requested.

15 years agoProtocol to uknown URI is same as it's scheme
Zeeshan Ali (Khattak) [Wed, 6 May 2009 12:39:45 +0000 (15:39 +0300)]
Protocol to uknown URI is same as it's scheme

If the protocol of a URI is uknown to us, assume it to be the same as the
scheme of the URI.

15 years agoMediathek plugin should be disabled by default
Zeeshan Ali (Khattak) [Tue, 5 May 2009 11:16:28 +0000 (14:16 +0300)]
Mediathek plugin should be disabled by default

Not everyone understands German. :)

15 years agoUse "owned" keyword instead of "#"
Zeeshan Ali (Khattak) [Mon, 4 May 2009 13:19:23 +0000 (16:19 +0300)]
Use "owned" keyword instead of "#"

Newer valac was complains about  use of "#" as it's deprecated.

15 years agoMerge commit 'origin/git-version'
Zeeshan Ali (Khattak) [Mon, 4 May 2009 21:03:48 +0000 (00:03 +0300)]
Merge commit 'origin/git-version'

15 years agoMore style consistency fixes for Folder plugin
Zeeshan Ali (Khattak) [Sun, 3 May 2009 19:53:24 +0000 (22:53 +0300)]
More style consistency fixes for Folder plugin

15 years agoUse basename as container's title
Zeeshan Ali (Khattak) [Sun, 3 May 2009 19:24:55 +0000 (22:24 +0300)]
Use basename as container's title

15 years agoFix more stlye issues
Jens Georg [Sun, 3 May 2009 18:39:55 +0000 (20:39 +0200)]
Fix more stlye issues

15 years agoMore style fixes
Jens Georg [Sun, 3 May 2009 18:12:05 +0000 (20:12 +0200)]
More style fixes

15 years agoMove class guessing to factory method
Jens Georg [Sat, 2 May 2009 23:54:19 +0000 (01:54 +0200)]
Move class guessing to factory method

15 years agoPlugin->style
Jens Georg [Sat, 2 May 2009 23:32:47 +0000 (01:32 +0200)]
Plugin->style

15 years agoVideoItem -> style
Jens Georg [Sat, 2 May 2009 23:31:14 +0000 (01:31 +0200)]
VideoItem -> style

15 years agoRssContainer -> style
Jens Georg [Sat, 2 May 2009 23:27:16 +0000 (01:27 +0200)]
RssContainer -> style

15 years agoRootContainer -> fix style
Jens Georg [Sat, 2 May 2009 23:23:33 +0000 (01:23 +0200)]
RootContainer -> fix style

15 years agoFix ASX class for style
Jens Georg [Sat, 2 May 2009 23:19:52 +0000 (01:19 +0200)]
Fix ASX class for style

15 years agoadd missing file to BUILD_SOURCES
Jens Georg [Sat, 2 May 2009 23:16:06 +0000 (01:16 +0200)]
add missing file to BUILD_SOURCES

15 years agoFinish style guide cleanup
Jens Georg [Sat, 2 May 2009 23:05:42 +0000 (01:05 +0200)]
Finish style guide cleanup

15 years agoMake FolderContentDir adhere Styleguide
Jens Georg [Sat, 2 May 2009 23:04:17 +0000 (01:04 +0200)]
Make FolderContentDir adhere Styleguide

15 years agoMake MediaItem adhere style guide
Jens Georg [Sat, 2 May 2009 23:02:56 +0000 (01:02 +0200)]
Make MediaItem adhere style guide

15 years agoMake FolderContainer adhere style guide
Jens Georg [Sat, 2 May 2009 22:58:02 +0000 (00:58 +0200)]
Make FolderContainer adhere style guide

15 years agoDirectorySearchResult adheres the style guide
Jens Georg [Sat, 2 May 2009 22:49:43 +0000 (00:49 +0200)]
DirectorySearchResult adheres the style guide

15 years agofix handling of nonexistant gconf key
Jens Georg [Sat, 2 May 2009 14:46:54 +0000 (16:46 +0200)]
fix handling of nonexistant gconf key

15 years agoFix crash if no gconf key; Use XDG dirs then
Jens Georg [Sat, 2 May 2009 14:37:07 +0000 (16:37 +0200)]
Fix crash if no gconf key; Use XDG dirs then

15 years agoMake it work with arbitrary gio sources
Jens Georg [Fri, 1 May 2009 00:39:52 +0000 (02:39 +0200)]
Make it work with arbitrary gio sources

15 years agomake it work with gvfs (non-local directories)
Jens Georg [Fri, 1 May 2009 00:09:39 +0000 (02:09 +0200)]
make it work with gvfs (non-local directories)

15 years agoMake folder plugin recursive
Jens Georg [Thu, 30 Apr 2009 23:27:48 +0000 (01:27 +0200)]
Make folder plugin recursive

15 years agoadd folder media object
Jens Georg [Thu, 30 Apr 2009 22:52:17 +0000 (00:52 +0200)]
add folder media object

15 years agomove directorysearch into own file
Jens Georg [Thu, 30 Apr 2009 22:40:32 +0000 (00:40 +0200)]
move directorysearch into own file

15 years agoload children on demand only
Jens Georg [Thu, 30 Apr 2009 22:33:04 +0000 (00:33 +0200)]
load children on demand only

15 years agoonce again, add mms straming protocol
Jens Georg [Wed, 29 Apr 2009 21:57:02 +0000 (23:57 +0200)]
once again, add mms straming protocol

15 years agoFix segfault on folder plugin
Jens Georg [Wed, 29 Apr 2009 21:55:11 +0000 (23:55 +0200)]
Fix segfault on folder plugin

15 years agoAdd simple gconf configuration
Jens Georg [Wed, 29 Apr 2009 21:17:47 +0000 (23:17 +0200)]
Add simple gconf configuration

15 years agoupdate copyright
Jens Georg [Tue, 21 Apr 2009 22:34:59 +0000 (00:34 +0200)]
update copyright

15 years agoadd copyright header
Jens Georg [Tue, 21 Apr 2009 22:34:08 +0000 (00:34 +0200)]
add copyright header

15 years agoimport plugins into branch
Jens Georg [Tue, 21 Apr 2009 22:31:59 +0000 (00:31 +0200)]
import plugins into branch

15 years agoPut all plugins options on the same page
Zeeshan Ali (Khattak) [Sat, 2 May 2009 21:19:51 +0000 (00:19 +0300)]
Put all plugins options on the same page

15 years agoConfiguration is grouped sections
Zeeshan Ali (Khattak) [Sat, 2 May 2009 21:18:22 +0000 (00:18 +0300)]
Configuration is grouped sections

Configuration is now grouped in sections rather than pages.

15 years agoDon't expose UDN in the config UI
Zeeshan Ali (Khattak) [Sat, 2 May 2009 20:20:54 +0000 (23:20 +0300)]
Don't expose UDN in the config UI

15 years agoNew better layout for general tab.
Zeeshan Ali (Khattak) [Sat, 2 May 2009 20:06:58 +0000 (23:06 +0300)]
New better layout for general tab.

Changes by Karl Lattimer.

15 years agoDialog should not be resizable.
Zeeshan Ali (Khattak) [Sat, 2 May 2009 19:56:01 +0000 (22:56 +0300)]
Dialog should not be resizable.

15 years agoProvide a pkg-config file
Zeeshan Ali (Khattak) [Thu, 30 Apr 2009 14:49:01 +0000 (17:49 +0300)]
Provide a pkg-config file

Now it is completely possible to write rygel plugins (easily) outside the
rygel source tree.

15 years agoList all required packages in deps file
Zeeshan Ali (Khattak) [Thu, 30 Apr 2009 14:09:13 +0000 (17:09 +0300)]
List all required packages in deps file

15 years agoInstall the vapi and dep files
Zeeshan Ali (Khattak) [Thu, 30 Apr 2009 14:05:39 +0000 (17:05 +0300)]
Install the vapi and dep files

15 years agoDistribute the deps file
Zeeshan Ali (Khattak) [Thu, 30 Apr 2009 14:05:04 +0000 (17:05 +0300)]
Distribute the deps file

15 years agoInstall the rygel header(s)
Zeeshan Ali (Khattak) [Thu, 30 Apr 2009 13:52:33 +0000 (16:52 +0300)]
Install the rygel header(s)

15 years agoRemove all xbox-related stuff
Zeeshan Ali (Khattak) [Wed, 29 Apr 2009 20:00:11 +0000 (23:00 +0300)]
Remove all xbox-related stuff

It doesn't work anyway and we better concentrate on implementing standard
stuff that it at least worthy of being called "UPnP".

15 years agoAdd a button to enable/disable media server.
Zeeshan Ali (Khattak) [Wed, 29 Apr 2009 15:49:23 +0000 (18:49 +0300)]
Add a button to enable/disable media server.

15 years agoDisable widgets when they don't make sense
Zeeshan Ali (Khattak) [Wed, 29 Apr 2009 15:24:03 +0000 (18:24 +0300)]
Disable widgets when they don't make sense

15 years agoGlade3 wants to re-arrange some widgets, let it!
Zeeshan Ali (Khattak) [Wed, 29 Apr 2009 14:59:46 +0000 (17:59 +0300)]
Glade3 wants to re-arrange some widgets, let it!

I thought this bug was fixed, maybe a regression?

15 years agoBring back the tooltips
Zeeshan Ali (Khattak) [Wed, 29 Apr 2009 14:57:30 +0000 (17:57 +0300)]
Bring back the tooltips

15 years agoGeneral options are loaded/saved on demand
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 22:33:31 +0000 (01:33 +0300)]
General options are loaded/saved on demand

15 years agoConfig UI loads/saves the transcoding options
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 20:59:13 +0000 (23:59 +0300)]
Config UI loads/saves the transcoding options

15 years agoBetter names for transcoding check buttons
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 20:58:40 +0000 (23:58 +0300)]
Better names for transcoding check buttons

15 years agoAdd transcoding options to Configuration
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 15:22:51 +0000 (18:22 +0300)]
Add transcoding options to Configuration

15 years agoAdd transcoding options
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 14:33:26 +0000 (17:33 +0300)]
Add transcoding options

This also implies that we put the existing options in the general page
into a separate new frame.

15 years agoRemove the unneeded VBox
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 14:05:44 +0000 (17:05 +0300)]
Remove the unneeded VBox

15 years agoRandom size/alignment improvements
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 13:55:53 +0000 (16:55 +0300)]
Random size/alignment improvements

15 years agoPut the table inside an alignment
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 13:54:25 +0000 (16:54 +0300)]
Put the table inside an alignment

15 years agoDialog should be at least 400 pixels by default
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 13:44:35 +0000 (16:44 +0300)]
Dialog should be at least 400 pixels by default

15 years agoPut a nice title on the dialog
Zeeshan Ali (Khattak) [Tue, 28 Apr 2009 13:43:44 +0000 (16:43 +0300)]
Put a nice title on the dialog

15 years agoUse the correct response IDs.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 20:48:35 +0000 (23:48 +0300)]
Use the correct response IDs.

15 years agoPort the code to use dynamic UI
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 20:45:55 +0000 (23:45 +0300)]
Port the code to use dynamic UI

Port the code to use Glade3-created dynamic UI.

15 years agoBetter names for some widgets.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 20:25:18 +0000 (23:25 +0300)]
Better names for some widgets.

15 years agoAssign response IDs to buttons.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 13:15:17 +0000 (16:15 +0300)]
Assign response IDs to buttons.

15 years agoBetter names for widgets.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 13:13:07 +0000 (16:13 +0300)]
Better names for widgets.

15 years agoConvert UI file to Gtk+ 2.16.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 13:07:23 +0000 (16:07 +0300)]
Convert UI file to Gtk+ 2.16.

15 years agoMoving towards Glade + GtkBuilder approach.
Zeeshan Ali (Khattak) [Mon, 27 Apr 2009 12:58:49 +0000 (15:58 +0300)]
Moving towards Glade + GtkBuilder approach.

15 years agoRename PreferencesVBox to PreferencesPage
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 14:07:29 +0000 (17:07 +0300)]
Rename PreferencesVBox to PreferencesPage

15 years agoExit on delete event on PreferencesDialog
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 13:41:38 +0000 (16:41 +0300)]
Exit on delete event on PreferencesDialog

15 years agoHIG: Put the OK button in the end
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 13:34:34 +0000 (16:34 +0300)]
HIG: Put the OK button in the end

15 years agoAdd a summary after configure
Marc-André Lureau [Fri, 24 Apr 2009 13:25:30 +0000 (16:25 +0300)]
Add a summary after configure

15 years agoUse git-version-gen to generate package version.
Marc-André Lureau [Fri, 24 Apr 2009 13:22:04 +0000 (16:22 +0300)]
Use git-version-gen to generate package version.

15 years agoUDN is supposted to be a constant
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 12:47:35 +0000 (15:47 +0300)]
UDN is supposted to be a constant

Only generate the UDN if it's not already done and save it once it's
generated.

15 years agoConfigReader + ConfigEditor = Configuration
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 12:36:10 +0000 (15:36 +0300)]
ConfigReader + ConfigEditor = Configuration

Merge ConfigEditor into ConfigReader and name it 'Configuration'.

15 years agoRemove the unused convenience methods
Zeeshan Ali (Khattak) [Fri, 24 Apr 2009 11:50:17 +0000 (14:50 +0300)]
Remove the unused convenience methods

15 years agoDon't load disabled plugins
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 16:05:37 +0000 (19:05 +0300)]
Don't load disabled plugins

15 years agoDon't use GConf.Client.get_bool ()
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 15:44:49 +0000 (18:44 +0300)]
Don't use GConf.Client.get_bool ()

When an entry is not found, this method just returns false instead of
signaling an error so we never know if key is not there or it's value is
set to false.

15 years agoAdd option to enable/disable plugins
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 15:06:29 +0000 (18:06 +0300)]
Add option to enable/disable plugins

This doesn't really do anything atm.

15 years agoMore use of consts defined for gconf keys
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 15:05:40 +0000 (18:05 +0300)]
More use of consts defined for gconf keys

15 years agoMerg 'section' and 'title' props of PluginPrefVBox
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 14:19:09 +0000 (17:19 +0300)]
Merg 'section' and 'title' props of PluginPrefVBox

15 years agoAdd pref vbox for all existing plugins.
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 14:06:50 +0000 (17:06 +0300)]
Add pref vbox for all existing plugins.

15 years agoIntroducing PluginPrefVBox.
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 14:05:18 +0000 (17:05 +0300)]
Introducing PluginPrefVBox.

A class for editiong of common plugin configuration.

15 years agoPut code to add a pref page in a separate method
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 13:56:28 +0000 (16:56 +0300)]
Put code to add a pref page in a separate method

15 years agoProvide consts for title and UDN keys
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 13:55:45 +0000 (16:55 +0300)]
Provide consts for title and UDN keys

15 years agoDon't expose 'enable-xbox' prop to user
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 12:45:20 +0000 (15:45 +0300)]
Don't expose 'enable-xbox' prop to user

We'll soon just drop the existing xbox support to re-implement it the
right way (tm) later on, which won't involve user having to enable it.

15 years agoPass the title and section args in correct order
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 12:42:15 +0000 (15:42 +0300)]
Pass the title and section args in correct order

15 years agoTreat empty strings from gconf as nulls.
Zeeshan Ali (Khattak) [Thu, 23 Apr 2009 12:33:58 +0000 (15:33 +0300)]
Treat empty strings from gconf as nulls.

15 years agoMinor indentation fix.
Zeeshan Ali (Khattak) [Wed, 22 Apr 2009 15:55:17 +0000 (18:55 +0300)]
Minor indentation fix.

15 years agoIntroducing GeneralPrefVBox.
Zeeshan Ali (Khattak) [Wed, 22 Apr 2009 15:48:28 +0000 (18:48 +0300)]
Introducing GeneralPrefVBox.

Put the code specific to general preferences into a separate subclass:
GeneralPrefVBox.

15 years agoMake some fields/methods of PreferencesVBox, protected.
Zeeshan Ali (Khattak) [Wed, 22 Apr 2009 15:47:08 +0000 (18:47 +0300)]
Make some fields/methods of PreferencesVBox, protected.

15 years agoKeep section name in a object field.
Zeeshan Ali (Khattak) [Wed, 22 Apr 2009 15:32:30 +0000 (18:32 +0300)]
Keep section name in a object field.

15 years agoPut the PreferencesVBox in Notebook.
Zeeshan Ali (Khattak) [Wed, 22 Apr 2009 15:29:20 +0000 (18:29 +0300)]
Put the PreferencesVBox in Notebook.

So that we can now add more PreferencesVBox'es.