~unity-api-team/indicator-network/connectivity-service-source-package-shuffle

« back to all changes in this revision

Viewing changes to doc/qt/qml/pages/mainpage.qdoc

  • Committer: Antti Kaijanmäki
  • Date: 2014-08-14 21:58:02 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140814215802-obno44ppwia26fwr
connectivity-service fixes + qt c++ and qml API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
\page index.html overview
 
3
\title Unity Action API
 
4
 
 
5
\contentspage {Unity Action API} {Contents}
 
6
 
 
7
\part Introduction
 
8
 
 
9
Unity Action API offers a way to easily integrate with the Unity components outside of the application such as the Launcher, HUD, AppMenu and MessagingMenu.
 
10
 
 
11
Applications have internally different types of actions with different life-cycles. Some actions are application wide that are relevant and
 
12
available throughout the whole life-cycle of the application. Other actions are context specific and only available when the application is in
 
13
certain visual state, such as in image editing mode. See  for more details.
 
14
 
 
15
Application can define application wide actions dynamically during runtime and as offline (jumplist) actions that are available even if the
 
16
application is not running. Activating an offline action will launch the application when necessary.
 
17
 
 
18
Unity Action API can be used with three ways:
 
19
\list
 
20
    \li - using the Qt C++ API (see the C++ documentation)
 
21
    \li - Using this QML API directly
 
22
\endlist
 
23
 
 
24
\part Reporting Bugs
 
25
If you find any problems with the or this documentation,
 
26
please file a bug in Unity Action API \l {https://bugs.launchpad.net/unity-action-api} {Launchpad page}
 
27
 
 
28
\part Components
 
29
Available through:
 
30
\code
 
31
    import Ubuntu.Connectivity 1.0
 
32
\endcode
 
33
 
 
34
\part Items
 
35
\annotatedlist connectivity
 
36
 
 
37
*/