Change logs for content-hub source package in Saucy

  • content-hub (0.0+13.10.20131011-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Make libcontent-hub0 recommend content-hub .
      * invoke the destination when the transfer is charged .
      * Added a click hook, which iterates installed known peers, removing
        them when they are no longer installed and adding peers when needed.
    
      [ Robert Bruce Park ]
      * New component for the importer to indicate an ongoing transfer.
    
      [ Guenter Schwann ]
      * New component for the importer to indicate an ongoing transfer.
      * Quit the source app on charged/abort when it was started by the
        content hub.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 60
     -- Ubuntu daily release <email address hidden>   Fri, 11 Oct 2013 05:41:10 +0000
  • content-hub (0.0+13.10.20131007-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * added Breaks for gallery-app <= 0.0.67+13.10.20130924.1-0ubuntu1 .
      * Don't invoke the source application until the destination has called
        start(). This will prevent source app from getting raised before the
        destination app expects it, preventing an unexpected interuption in
        the work flow.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 54
    
    content-hub (0.0+13.10.20131001-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Added basic pkgconfig file .
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 51
     -- Ubuntu daily release <email address hidden>   Mon, 07 Oct 2013 10:51:34 +0000
  • content-hub (0.0+13.10.20130930-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Pulled back in all the changes that were reverted in rev 47. Bug
        (LP: #1231368) seemed to be caused by gallery-app needing a rebuild
        against this version of content-hub. (LP: #1231368)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 49
     -- Ubuntu daily release <email address hidden>   Mon, 30 Sep 2013 20:00:26 +0000
  • content-hub (0.0+13.10.20130927-0ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * Revert previous upload since it's buggy (lp: #1231368)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 47
     -- Ubuntu daily release <email address hidden>   Fri, 27 Sep 2013 10:32:55 +0000
  • content-hub (0.0+13.10.20130925-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Adds a store property to the Transfer, which defaults to an
        cuc::Scope::app scope and appended with "HubIncoming/${id}". The hub
        will copy the files to that store when the transfer gets charged and
        set the proper paths based on the Store::url when setting
        Transfer::items. To handle cleaning up temporary copies of files,
        this adds an additional state to the tranfer "finalized" and a
        finalize function to the API. When the importer calls finalize, the
        hub will purge the copied files, but only if the destination didn't
        specify their own persistent content store. On purge, we only remove
        the files if the store is set to the default used by the hub. If the
        destination set a different store, we leave the files there. This is
        an important implementation detail, without setting a persistent
        store, a QML app wouldn't have a way to copy the files out of the
        incoming directory into their own persistent location. Allowing the
        destination app to setStore, gives it a way to keep the files in
        it's own store for future access. If the destination doesn't set the
        store, we assume the destination app is done with the content before
        calling finalize.
      * fixed typo in Type enum.
      * Added a name property to Peer using GAppInfo to get a friendly name.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 45
     -- Ubuntu daily release <email address hidden>   Wed, 25 Sep 2013 11:05:41 +0000
  • content-hub (0.0+13.10.20130920-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * fix for the MockHandler so it doesn't trigger dbus activation .
      * explicitly build dep on libglib2.0-dev .
      * Updated handler names and paths to use nih_dbus_path to sanitize the
        names. nih_dbus_path is designed to really just return a dbus path,
        however this is the same function apparmor uses to mangle app_id
        names for policy, so it should ensure we can match consistently.
        This is needed for confined apps.
      * Use QGSettings for persistent peer registration and set defaults.
        Also adds a helper install peers, which will be used as a click
        hook, but doesn't get installed yet.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 41
     -- Ubuntu daily release <email address hidden>   Fri, 20 Sep 2013 10:54:49 +0000
  • content-hub (0.0+13.10.20130917-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Make handler registration more dynamic by using a
        QDBusServiceWatcher to to wait for a handler to register.
      * Added Transfer::SelectionType enum, used to allow the export handler
        to limit selection to a single item or allow multiple items. .
    
      [ Guenter Schwann ]
      * Add an app manager to start the exporter automaticly.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 36
     -- Ubuntu daily release <email address hidden>   Tue, 17 Sep 2013 12:08:04 +0000
  • content-hub (0.0+13.10.20130905-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Extended com::ubuntu::content::detail::Transfer to include
        properties for id, source, and destination. Also added export_path
        and import_path convenience functions which returns the object
        paths.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 32
     -- Ubuntu daily release <email address hidden>   Thu, 05 Sep 2013 04:54:11 +0000
  • content-hub (0.0+13.10.20130831-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Don't start a new instance of the service if it fails to register on
        the bus .
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 30
     -- Ubuntu daily release <email address hidden>   Sat, 31 Aug 2013 06:39:18 +0000
  • content-hub (0.0+13.10.20130830-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Moved some common service names and paths to common.h instead of
        setting them in multiple places. .
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 28
     -- Ubuntu daily release <email address hidden>   Fri, 30 Aug 2013 12:44:22 +0000
  • content-hub (0.0+13.10.20130829.1-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Adds a Handler interface and adapter which provides get registered
        on the bus from the Hub client. The service side will look for
        registered handlers when a new transfer is created. The service then
        connects to transfer and calls HandleExport on the handler when the
        transfer state changes to in_progress. There is still no hooks in
        the service to call HandleImport for registered import handlers, but
        clients can connect to stateChanged and fire their own import when
        the state changes to charged. Handler registration requires APP_ID
        be set in the client's env, which we can drop when we get app
        manager integration. It also requires the export handler to be
        registered before the client creates the transfer.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 26
     -- Ubuntu daily release <email address hidden>   Thu, 29 Aug 2013 19:09:23 +0000
  • content-hub (0.0+13.10.20130829-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * More robust handling of charge and collect of the transfer in QML.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 24
     -- Ubuntu daily release <email address hidden>   Thu, 29 Aug 2013 02:10:14 +0000
  • content-hub (0.0+13.10.20130827.3-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Use qmlRegisterSingletonType to register the ContentHub.
      * Add QML examples for import and export.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 22
     -- Ubuntu daily release <email address hidden>   Tue, 27 Aug 2013 19:11:23 +0000
  • content-hub (0.0+13.10.20130827.2-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 19
    
    content-hub (0.0+13.10.20130827.1-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 18
     -- Ubuntu daily release <email address hidden>   Tue, 27 Aug 2013 10:49:08 +0000
  • content-hub (0.0+13.10.20130827-0ubuntu1) saucy; urgency=low
    
      [ Ken VanDine ]
      * Initial package
    
      [ Ɓukasz 'sil2100' Zemczak ]
      * Automatic snapshot from revision 10 (bootstrap)
    
      [ Ken VanDine ]
      * replace "." with "_" in the peer_id to create valid object paths .
    
      [ Michael Terry ]
      * Some minor packaging cleanup.
    
      [ Guenter Schwann ]
      * Add and register an import export handler.
      * More QML tests, work on QML documentation.
      * ContentItem and ContentPeer use their service counterpart as member.
      * Handle import and export requests from hub for QML.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 17
     -- Ubuntu daily release <email address hidden>   Tue, 27 Aug 2013 02:10:21 +0000