~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to contenthub.qmlproject

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Robert Bruce Park, Guenter Schwann, Ubuntu daily release
  • Date: 2013-10-11 05:41:10 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131011054110-6ncavqsr1vu5ad3u
Tags: 0.0+13.10.20131011-0ubuntu1
[ 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator, version 2.5.2 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "examples/export-qml/export.qml"
 
7
 
 
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
 
9
    QmlFiles {
 
10
        directory: ["examples/export-qml", "examples/import-qml",
 
11
        "import/Ubuntu/Content"]
 
12
    }
 
13
}