Merge lp:~kalikiana/u1db-qt/crossdoc into lp:u1db-qt

Proposed by Cris Dywan
Status: Superseded
Proposed branch: lp:~kalikiana/u1db-qt/crossdoc
Merge into: lp:u1db-qt
Diff against target: 73 lines (+14/-2)
6 files modified
debian/changelog (+5/-0)
debian/libu1db-qt5-doc.install (+1/-0)
documentation/CMakeLists.txt (+4/-0)
documentation/overview.qdoc (+1/-1)
documentation/u1db.qdocconf (+2/-0)
documentation/u1db.tutorial.qdoc (+1/-1)
To merge this branch: bzr merge lp:~kalikiana/u1db-qt/crossdoc
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Needs Fixing
U1DB Qt developers Pending
Review via email: mp+162208@code.launchpad.net

This proposal supersedes a proposal from 2013-05-02.

This proposal has been superseded by a proposal from 2013-05-13.

Commit message

Add .index file for cross-linking to -doc package and set URL

Description of the change

Add .index file for cross-linking to -doc package and set URL

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote : Posted in a previous version of this proposal

This requires bug 1175389.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Approve (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
lp:~kalikiana/u1db-qt/crossdoc updated
91. By Cris Dywan

Merge lp:u1db-qt

92. By Cris Dywan

Depend on ubuntu-ui-toolkit-doc at build-time for cross-linking

93. By Cris Dywan

Follow up on ui-toolkit doc index rename

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-05-01 18:07:10 +0000
3+++ debian/changelog 2013-05-02 18:25:42 +0000
4@@ -1,3 +1,8 @@
5+u1db-qt (0.1.4) quantal; urgency=low
6+ * Add .index file for cross-linking to -doc package and set URL
7+
8+ -- Christian Dywan <christian.dywan@canonical.com> Wed, 01 May 2013 17:05:04 -0700
9+
10 u1db-qt (0.1.3) quantal; urgency=low
11 * Add QtCreator Application templates and plugins.qmltypes to -dev package
12
13
14=== modified file 'debian/libu1db-qt5-doc.install'
15--- debian/libu1db-qt5-doc.install 2013-04-22 14:36:13 +0000
16+++ debian/libu1db-qt5-doc.install 2013-05-02 18:25:42 +0000
17@@ -1,3 +1,4 @@
18 usr/share/qt5/phrasebooks/*
19+usr/share/u1db-qt/doc/html/*.index
20 usr/share/u1db-qt/doc/html/*.html
21 usr/share/u1db-qt/doc/html/style/*.css
22
23=== modified file 'documentation/CMakeLists.txt'
24--- documentation/CMakeLists.txt 2013-05-01 22:49:50 +0000
25+++ documentation/CMakeLists.txt 2013-05-02 18:25:42 +0000
26@@ -29,6 +29,10 @@
27 DESTINATION "${CMAKE_INSTALL_PREFIX}/share/u1db-qt/doc/html"
28 FILES_MATCHING PATTERN "*.html"
29 )
30+ install(DIRECTORY "${U1DB_DOCS}/"
31+ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/u1db-qt/doc/html"
32+ FILES_MATCHING PATTERN "*.index"
33+ )
34 install(DIRECTORY "${U1DB_DOCS}/style/"
35 DESTINATION "${CMAKE_INSTALL_PREFIX}/share/u1db-qt/doc/html/style"
36 FILES_MATCHING PATTERN "*.css"
37
38=== modified file 'documentation/overview.qdoc'
39--- documentation/overview.qdoc 2013-04-23 13:11:30 +0000
40+++ documentation/overview.qdoc 2013-05-02 18:25:42 +0000
41@@ -25,7 +25,7 @@
42 \part General Topics
43 \list
44 \li \l {Tutorial} gives a quick start guide from storing a document
45- to querying a database and displaying it in Ubuntu Components.
46+ to querying a database and displaying it in \l {Ubuntu User Interface Toolkit}{Ubuntu Components}.
47 \li \l {Design Concepts} provides an overview of the design and
48 terminology.
49 \endlist
50
51=== modified file 'documentation/u1db.qdocconf'
52--- documentation/u1db.qdocconf 2013-04-22 12:22:04 +0000
53+++ documentation/u1db.qdocconf 2013-05-02 18:25:42 +0000
54@@ -1,5 +1,7 @@
55 project = U1Db-Qt
56 description = U1Db-Qt plugin documentation
57+url = http://developer.ubuntu.com/api/ubuntu-12.10/qml/u1db/
58+indexes = /usr/share/ubuntu-ui-toolkit/doc/html/ubuntu-user-interface-toolkit.index
59
60 sourcedirs = ../src \
61 ../documentation
62
63=== modified file 'documentation/u1db.tutorial.qdoc'
64--- documentation/u1db.tutorial.qdoc 2013-04-22 11:28:15 +0000
65+++ documentation/u1db.tutorial.qdoc 2013-05-02 18:25:42 +0000
66@@ -25,7 +25,7 @@
67
68 In U1Db-Qt, the Database element is the the central figure that works in conjunction with Document elements, and in the future indexing (currently under development), and querying (currently under development) elements. It is the Database element that defines the location of the data repository.
69
70-A Database element is also a valuable tool for cases where specific data from a repository needs to be retrieved quickly, without indexing or querying ahead of time. The 'contents' object associated with the Database element can be used together with standard elements (see: Standard Elements -> TextField & TextArea) and model-based elements (see: Model-Based Elements -> ListView).
71+A Database element is also a valuable tool for cases where specific data from a repository needs to be retrieved quickly, without indexing or querying ahead of time. The 'contents' object associated with the Database element can be used together with base items such as TextField or TextArea and model-based items like ListView and \l {Standard}{ListItems.Standard}.
72
73 \section1 2.0.1 Database Properties
74

Subscribers

People subscribed via source and target branches

to all changes: