profile/ivi/rygel.git
15 years agoStart utilizing the MediaContainer class in MediaTracker.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:46 +0000 (21:10 +0000)]
Start utilizing the MediaContainer class in MediaTracker.

svn path=/trunk/; revision=267

15 years agoAdd MediaItem to vapi file and build.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:38 +0000 (21:10 +0000)]
Add MediaItem to vapi file and build.

svn path=/trunk/; revision=266

15 years agoIntroduce a class for media items.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:31 +0000 (21:10 +0000)]
Introduce a class for media items.

svn path=/trunk/; revision=265

15 years agoStart utilizing the MediaContainer class in media providers.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:23 +0000 (21:10 +0000)]
Start utilizing the MediaContainer class in media providers.

svn path=/trunk/; revision=264

15 years agoAdd MediaObject and MediaContainer to vapi file and build.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:14 +0000 (21:10 +0000)]
Add MediaObject and MediaContainer to vapi file and build.

svn path=/trunk/; revision=263

15 years agoIntroduce a class for media containers.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:10:07 +0000 (21:10 +0000)]
Introduce a class for media containers.

svn path=/trunk/; revision=262

15 years agoIntroduce a new abstract class for media objects.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:59 +0000 (21:09 +0000)]
Introduce a new abstract class for media objects.

It will be the responsibility of derived classes to implement serializing to
DIDLLiteWriter.

svn path=/trunk/; revision=261

15 years agoAdd the root_id prefix to container's id at object creation time.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:52 +0000 (21:09 +0000)]
Add the root_id prefix to container's id at object creation time.

svn path=/trunk/; revision=260

15 years agoKeep the parent_id of the container in the Tracker.Container class.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:44 +0000 (21:09 +0000)]
Keep the parent_id of the container in the Tracker.Container class.

svn path=/trunk/; revision=259

15 years agoRemove MediaProvider.get_root_children_count().
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:36 +0000 (21:09 +0000)]
Remove MediaProvider.get_root_children_count().

Remove MediaProvider.get_root_children_count() and allow each provider to
add metadata of it's root container to DIDL instead.

svn path=/trunk/; revision=258

15 years agoRename MediaManger's get_root_container_metadata() to add_root_container_metadata().
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:27 +0000 (21:09 +0000)]
Rename MediaManger's get_root_container_metadata() to add_root_container_metadata().

svn path=/trunk/; revision=257

15 years agoPut the code and message from exception caught on the action error.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:20 +0000 (21:09 +0000)]
Put the code and message from exception caught on the action error.

svn path=/trunk/; revision=256

15 years agoAssign a specific code (701) to "No such object" error.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:13 +0000 (21:09 +0000)]
Assign a specific code (701) to "No such object" error.

svn path=/trunk/; revision=255

15 years agoRename MediaManager's browse_root_container() to add_root_children().
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:09:04 +0000 (21:09 +0000)]
Rename MediaManager's browse_root_container() to add_root_children().

svn path=/trunk/; revision=254

15 years agoRename MediaProvider's browse() to add_children_metadata().
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:56 +0000 (21:08 +0000)]
Rename MediaProvider's browse() to add_children_metadata().

svn path=/trunk/; revision=253

15 years agoRename MediaProvider's get_metadata() to add_metadata().
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:46 +0000 (21:08 +0000)]
Rename MediaProvider's get_metadata() to add_metadata().

svn path=/trunk/; revision=252

15 years agoMediaProviders now get a DIDLiteWriter to add metadata to and no longer return didl...
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:37 +0000 (21:08 +0000)]
MediaProviders now get a DIDLiteWriter to add metadata to and no longer return didl strings.

svn path=/trunk/; revision=251

15 years agoRemove an unneeded try&catch block.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:26 +0000 (21:08 +0000)]
Remove an unneeded try&catch block.

svn path=/trunk/; revision=250

15 years agoMediaProvider class now requires gupnp-av package.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:20 +0000 (21:08 +0000)]
MediaProvider class now requires gupnp-av package.

svn path=/trunk/; revision=249

15 years agoUse Exceptions rather than returning null.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:08:13 +0000 (21:08 +0000)]
Use Exceptions rather than returning null.

svn path=/trunk/; revision=248

15 years agoUse real name of the user rather than username in FriendlyName.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:07:55 +0000 (21:07 +0000)]
Use real name of the user rather than username in FriendlyName.

svn path=/trunk/; revision=247

15 years agoMake MediaProvider an abstract class rather than interface.
Zeeshan Ali (Khattak) [Fri, 29 Aug 2008 21:07:46 +0000 (21:07 +0000)]
Make MediaProvider an abstract class rather than interface.

We will have to do this at some point anyway to put common functionality into
this module but the real reason to do this right now is that support for
constuct-only props in interfaces was recenlty dropped in Vala (for good
reasons).

svn path=/trunk/; revision=246

15 years agoPut MediaProvider in GUPnP namespace.
Zeeshan Ali (Khattak) [Sat, 16 Aug 2008 22:02:55 +0000 (22:02 +0000)]
Put MediaProvider in GUPnP namespace.

svn path=/trunk/; revision=245

15 years agoMove the core Media Server code into a separate subdirectory.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:57 +0000 (15:51 +0000)]
Move the core Media Server code into a separate subdirectory.

svn path=/trunk/; revision=244

15 years agoRemove Makefile.in on 'make maintainer-clean'.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:38 +0000 (15:51 +0000)]
Remove Makefile.in on 'make maintainer-clean'.

svn path=/trunk/; revision=243

15 years agoReplace random ID generation function by a GQuark-based (persistant) one.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:31 +0000 (15:51 +0000)]
Replace random ID generation function by a GQuark-based (persistant) one.

svn path=/trunk/; revision=242

15 years agoBetter/recursive GIO-based plugin loading.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:26 +0000 (15:51 +0000)]
Better/recursive GIO-based plugin loading.

svn path=/trunk/; revision=241

15 years agoDisable generation of static libraries.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:20 +0000 (15:51 +0000)]
Disable generation of static libraries.

svn path=/trunk/; revision=240

15 years agoRe-introduce MediaTracker as a plugin.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:13 +0000 (15:51 +0000)]
Re-introduce MediaTracker as a plugin.

svn path=/trunk/; revision=239

15 years ago- Introduce a plugins system. Ross should be happy now. :)
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:51:03 +0000 (15:51 +0000)]
- Introduce a plugins system. Ross should be happy now. :)
- Remove MediaTracker module.

svn path=/trunk/; revision=238

15 years agoAdd get_root_children_count() to MediaProvider interface.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:56 +0000 (15:50 +0000)]
Add get_root_children_count() to MediaProvider interface.

svn path=/trunk/; revision=237

15 years agoAdd "title" prop to MediaProvider interface.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:50 +0000 (15:50 +0000)]
Add "title" prop to MediaProvider interface.

svn path=/trunk/; revision=236

15 years agoDon't add root ID prefix to root parent ID.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:42 +0000 (15:50 +0000)]
Don't add root ID prefix to root parent ID.

svn path=/trunk/; revision=235

15 years agoGet the root ID prefix from IDs rather than removing it.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:37 +0000 (15:50 +0000)]
Get the root ID prefix from IDs rather than removing it.

svn path=/trunk/; revision=234

15 years agoPass ID as is to browse() and get_metadata() of media providers.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:31 +0000 (15:50 +0000)]
Pass ID as is to browse() and get_metadata() of media providers.

svn path=/trunk/; revision=233

15 years agoNo need for MediaManager to prefix IDs with root_id.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:15 +0000 (15:50 +0000)]
No need for MediaManager to prefix IDs with root_id.

svn path=/trunk/; revision=232

15 years agoCorrect a typo.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:09 +0000 (15:50 +0000)]
Correct a typo.

Now we export the ID of the container in the format we need to export it in.

svn path=/trunk/; revision=231

15 years ago- MediaProviders now get the "root_parent_id" though a prop.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:50:03 +0000 (15:50 +0000)]
- MediaProviders now get the "root_parent_id" though a prop.
- MediaManager now decides the IDs to use on it's own.

svn path=/trunk/; revision=230

15 years agoUse MediaManager rather than MediaTracker.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:57 +0000 (15:49 +0000)]
Use MediaManager rather than MediaTracker.

This also means that system_update_id doesn't need to be handled by
ContentDirectory anymore.

svn path=/trunk/; revision=229

15 years agoIntroduce MediaManager.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:51 +0000 (15:49 +0000)]
Introduce MediaManager.

It implements MediaProvider interface and will be responsible to manage all
MediaProviders. Currently it uses MediaTracker directly since it currently
doesn't have a plugin system.

svn path=/trunk/; revision=228

15 years agoEach MediaProvider prefixes each objectid with "root-id:".
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:43 +0000 (15:49 +0000)]
Each MediaProvider prefixes each objectid with "root-id:".

This will allow the ContentDirectory to redirect the Browse requests to the
appropriate MediaProvider in a simple/efficient way.

svn path=/trunk/; revision=227

15 years agoIntroduce MediaProvider interface that MediaTracker implements.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:37 +0000 (15:49 +0000)]
Introduce MediaProvider interface that MediaTracker implements.

svn path=/trunk/; revision=226

15 years agoPut some more more comments and Refactor.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:30 +0000 (15:49 +0000)]
Put some more more comments and Refactor.

svn path=/trunk/; revision=225

15 years agoExtract the mime-type using GIO.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:24 +0000 (15:49 +0000)]
Extract the mime-type using GIO.

svn path=/trunk/; revision=224

15 years agoRequire gio-2.0 (>= 2.16) and include it in the build.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:18 +0000 (15:49 +0000)]
Require gio-2.0 (>= 2.16) and include it in the build.

svn path=/trunk/; revision=223

15 years agoImplement extraction of audio and video specific metadata.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:11 +0000 (15:49 +0000)]
Implement extraction of audio and video specific metadata.

svn path=/trunk/; revision=222

15 years agoReduce the gstreamer dependency to 0.10.18.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:05 +0000 (15:49 +0000)]
Reduce the gstreamer dependency to 0.10.18.

svn path=/trunk/; revision=221

15 years agoGst.TagList.copy_value.value is 'out' rather than 'ref'.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:49:00 +0000 (15:49 +0000)]
Gst.TagList.copy_value.value is 'out' rather than 'ref'.

svn path=/trunk/; revision=220

15 years agoRefactor: A separate function for extraction of 'duration'.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:48:55 +0000 (15:48 +0000)]
Refactor: A separate function for extraction of 'duration'.

svn path=/trunk/; revision=219

15 years agoOnly react to PAUSED state-change if the previous state was READY.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:48:49 +0000 (15:48 +0000)]
Only react to PAUSED state-change if the previous state was READY.

svn path=/trunk/; revision=218

15 years agoUse 'this' keyword wherever possible. This makes code much more cleaner.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:48:43 +0000 (15:48 +0000)]
Use 'this' keyword wherever possible. This makes code much more cleaner.

svn path=/trunk/; revision=217

15 years agoAdd a gstreamer-based metadata extractor.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:48:37 +0000 (15:48 +0000)]
Add a gstreamer-based metadata extractor.

svn path=/trunk/; revision=216

15 years agoAdd dependency to gstreamer >= 0.10.19.
Zeeshan Ali (Khattak) [Tue, 5 Aug 2008 15:48:30 +0000 (15:48 +0000)]
Add dependency to gstreamer >= 0.10.19.

svn path=/trunk/; revision=215

16 years agoNo need to list all supported mimetypes in SourceProtocolInfo.
Zeeshan Ali (Khattak) [Sat, 19 Jul 2008 21:09:11 +0000 (21:09 +0000)]
No need to list all supported mimetypes in SourceProtocolInfo.

svn path=/trunk/; revision=214

16 years agoDeclared all built sources in BUILT_SOURCES.
Zeeshan Ali (Khattak) [Fri, 4 Jul 2008 14:27:50 +0000 (14:27 +0000)]
Declared all built sources in BUILT_SOURCES.

svn path=/trunk/; revision=213

16 years agoFix a typo.
Zeeshan Ali (Khattak) [Fri, 4 Jul 2008 14:27:38 +0000 (14:27 +0000)]
Fix a typo.

svn path=/trunk/; revision=212

16 years agoPrepare NEWS file for initial (0.1) release.
Zeeshan Ali (Khattak) [Fri, 4 Jul 2008 14:27:29 +0000 (14:27 +0000)]
Prepare NEWS file for initial (0.1) release.

svn path=/trunk/; revision=211

16 years agoUpdate design doc and TODO files.
Zeeshan Ali (Khattak) [Fri, 4 Jul 2008 14:27:23 +0000 (14:27 +0000)]
Update design doc and TODO files.

svn path=/trunk/; revision=210

16 years agoPut my name/copyright in the header.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:53:37 +0000 (21:53 +0000)]
Put my name/copyright in the header.

svn path=/trunk/; revision=209

16 years agoInitialize the variables in the constructor.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:53:26 +0000 (21:53 +0000)]
Initialize the variables in the constructor.

svn path=/trunk/; revision=208

16 years agoRemove the unused commented-out code.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:53:19 +0000 (21:53 +0000)]
Remove the unused commented-out code.

svn path=/trunk/; revision=207

16 years agoUse Vala's syntax for connecting signals with details.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:53:12 +0000 (21:53 +0000)]
Use Vala's syntax for connecting signals with details.

svn path=/trunk/; revision=206

16 years agoSwap the sink and source ProtocolInfo.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:52:55 +0000 (21:52 +0000)]
Swap the sink and source ProtocolInfo.

svn path=/trunk/; revision=205

16 years agoEnable the ConnectionManager service.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:52:48 +0000 (21:52 +0000)]
Enable the ConnectionManager service.

svn path=/trunk/; revision=204

16 years agoCopy the ConnectionManager code from gupnp-media-renderer.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:52:36 +0000 (21:52 +0000)]
Copy the ConnectionManager code from gupnp-media-renderer.

svn path=/trunk/; revision=203

16 years agoPut some description in README file.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:52:25 +0000 (21:52 +0000)]
Put some description in README file.

svn path=/trunk/; revision=202

16 years agoReturn an error on getting invalid arguments for 'Browse'.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 21:52:19 +0000 (21:52 +0000)]
Return an error on getting invalid arguments for 'Browse'.

svn path=/trunk/; revision=201

16 years agoArgument 'value' of query_variable signal should now be declared 'ref'.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 13:25:54 +0000 (13:25 +0000)]
Argument 'value' of query_variable signal should now be declared 'ref'.

svn path=/trunk/; revision=200

16 years agoProvide the 'creator' tag in DIDL xml for all items.
Zeeshan Ali (Khattak) [Thu, 3 Jul 2008 13:08:35 +0000 (13:08 +0000)]
Provide the 'creator' tag in DIDL xml for all items.

The same value is provided in 'author' and 'artist' tags for music and video
items respectively.

svn path=/trunk/; revision=199

16 years agoHide the optional "GetSortExtensionCapabilities" action as well.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:36:43 +0000 (15:36 +0000)]
Hide the optional "GetSortExtensionCapabilities" action as well.

svn path=/trunk/; revision=198

16 years agoImplement "FeatureList" related queries and actions.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:36:26 +0000 (15:36 +0000)]
Implement "FeatureList" related queries and actions.

svn path=/trunk/; revision=197

16 years agoImplement "SearchCapabilities" and "SortCapabilities" related queries and actions.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:36:16 +0000 (15:36 +0000)]
Implement "SearchCapabilities" and "SortCapabilities" related queries and actions.

svn path=/trunk/; revision=196

16 years agoInitialize "SystemUpdateID" variable and implement related query and action.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:36:07 +0000 (15:36 +0000)]
Initialize "SystemUpdateID" variable and implement related query and action.

svn path=/trunk/; revision=195

16 years agoComment out the optional actions and variables.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:36:01 +0000 (15:36 +0000)]
Comment out the optional actions and variables.

svn path=/trunk/; revision=194

16 years agoList the required actions/variable before the optional.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:35:54 +0000 (15:35 +0000)]
List the required actions/variable before the optional.

svn path=/trunk/; revision=193

16 years agoDisable the distribution and advertisement of the ConnectionManager service.
Zeeshan Ali (Khattak) [Wed, 2 Jul 2008 15:35:46 +0000 (15:35 +0000)]
Disable the distribution and advertisement of the ConnectionManager service.

svn path=/trunk/; revision=192

16 years agoA temporary hack to make Vala compiler free string in structs.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 21:05:28 +0000 (21:05 +0000)]
A temporary hack to make Vala compiler free string in structs.

We need this untill GB#526552 is fixed.

svn path=/trunk/; revision=191

16 years agoNo need to check for null on values returned from tracker.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:57:34 +0000 (12:57 +0000)]
No need to check for null on values returned from tracker.

svn path=/trunk/; revision=190

16 years agoPut "dc:date" in the DIDL when available.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:57:24 +0000 (12:57 +0000)]
Put "dc:date" in the DIDL when available.

svn path=/trunk/; revision=189

16 years agoPut the actual "album" in the DIDL when available.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:57:14 +0000 (12:57 +0000)]
Put the actual "album" in the DIDL when available.

svn path=/trunk/; revision=188

16 years agoRefactor: separate functions for adding music, image and video items to DIDL.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:56:55 +0000 (12:56 +0000)]
Refactor: separate functions for adding music, image and video items to DIDL.

svn path=/trunk/; revision=187

16 years agoIndentation fix.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:56:42 +0000 (12:56 +0000)]
Indentation fix.

svn path=/trunk/; revision=186

16 years agoInclude "originalTrackNumber" in the DIDL for Music track objects.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:56:30 +0000 (12:56 +0000)]
Include "originalTrackNumber" in the DIDL for Music track objects.

svn path=/trunk/; revision=185

16 years agoInclude the author, creator or artist in the DIDL when available.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:56:21 +0000 (12:56 +0000)]
Include the author, creator or artist in the DIDL when available.

svn path=/trunk/; revision=184

16 years agoExport the "abs_top_builddir" explicitly. Some installations need it.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:56:04 +0000 (12:56 +0000)]
Export the "abs_top_builddir" explicitly. Some installations need it.

svn path=/trunk/; revision=183

16 years agotracker gives us empty string rather than null for each unavailable metadata.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:55:47 +0000 (12:55 +0000)]
tracker gives us empty string rather than null for each unavailable metadata.

svn path=/trunk/; revision=182

16 years agoInclude the title instead of filename in the DIDL when it's available.
Zeeshan Ali (Khattak) [Tue, 1 Jul 2008 12:55:35 +0000 (12:55 +0000)]
Include the title instead of filename in the DIDL when it's available.

svn path=/trunk/; revision=181

16 years agoCorrect the logic in MediaServer.set_friendly_name_and_udn ().
Zeeshan Ali (Khattak) [Thu, 26 Jun 2008 20:38:55 +0000 (20:38 +0000)]
Correct the logic in MediaServer.set_friendly_name_and_udn ().

The values for UDN and FriendlyName were not set in the description doc if not
already present in the corresponding gconf keys.

svn path=/trunk/; revision=180

16 years agoRemove the now redundant 'using GLib' from all sources.
Zeeshan Ali (Khattak) [Mon, 23 Jun 2008 21:08:05 +0000 (21:08 +0000)]
Remove the now redundant 'using GLib' from all sources.

svn path=/trunk/; revision=179

16 years agoStart using the new Vala syntax for connecting signals with details.
Zeeshan Ali (Khattak) [Mon, 23 Jun 2008 21:07:54 +0000 (21:07 +0000)]
Start using the new Vala syntax for connecting signals with details.

svn path=/trunk/; revision=178

16 years agoA small fix to setisfy the latest Vala compiler.
Zeeshan Ali (Khattak) [Mon, 23 Jun 2008 21:07:44 +0000 (21:07 +0000)]
A small fix to setisfy the latest Vala compiler.

svn path=/trunk/; revision=177

16 years agoMake all constants all CAPS.
Zeeshan Ali (Khattak) [Mon, 16 Jun 2008 20:49:08 +0000 (20:49 +0000)]
Make all constants all CAPS.

svn path=/trunk/; revision=176

16 years agoCheck for gupnp-media-server.vala file rather than now removed main.c file.
Zeeshan Ali (Khattak) [Sun, 15 Jun 2008 20:58:25 +0000 (20:58 +0000)]
Check for gupnp-media-server.vala file rather than now removed main.c file.

svn path=/trunk/; revision=175

16 years agoAdd the vala stamp file to CLEANFILES.
Zeeshan Ali (Khattak) [Sun, 15 Jun 2008 13:33:06 +0000 (13:33 +0000)]
Add the vala stamp file to CLEANFILES.

svn path=/trunk/; revision=174

16 years agoRe-write the main module in Vala.
Zeeshan Ali (Khattak) [Sun, 15 Jun 2008 13:32:59 +0000 (13:32 +0000)]
Re-write the main module in Vala.

The main module's code now resides in MediaServer class as static methods. This
marks the completion of re-write of code in Vala. Yay!

svn path=/trunk/; revision=173

16 years agoPut all low-level stuff into a separate module.
Zeeshan Ali (Khattak) [Sun, 15 Jun 2008 13:32:46 +0000 (13:32 +0000)]
Put all low-level stuff into a separate module.

This module will be the only one kept in C and all the code that currently
can't be written (easily) in Vala, will go there.

svn path=/trunk/; revision=172

16 years agoCheck for gconf-2.0 Vala bindings and add it to the Vala compiler flags.
Zeeshan Ali (Khattak) [Sun, 15 Jun 2008 13:32:37 +0000 (13:32 +0000)]
Check for gconf-2.0 Vala bindings and add it to the Vala compiler flags.

svn path=/trunk/; revision=171

16 years agoIntroduce a separate configure option for a strict C compiler.
Zeeshan Ali (Khattak) [Fri, 13 Jun 2008 16:17:25 +0000 (16:17 +0000)]
Introduce a separate configure option for a strict C compiler.

svn path=/trunk/; revision=170

16 years agoRe-write the MediaServer class in Vala.
Zeeshan Ali (Khattak) [Fri, 13 Jun 2008 16:17:15 +0000 (16:17 +0000)]
Re-write the MediaServer class in Vala.

svn path=/trunk/; revision=169

16 years agoAdd the copyright header.
Zeeshan Ali (Khattak) [Thu, 12 Jun 2008 14:56:04 +0000 (14:56 +0000)]
Add the copyright header.

svn path=/trunk/; revision=168