Merge lp:~coreygoldberg/ubuntu-ui-toolkit/sphinx-autopilot-emulator-2 into lp:ubuntu-ui-toolkit

Proposed by Corey Goldberg
Status: Work in progress
Proposed branch: lp:~coreygoldberg/ubuntu-ui-toolkit/sphinx-autopilot-emulator-2
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 644 lines (+579/-2)
6 files modified
README (+22/-2)
docs-autopilot-emulator/_static/nature.css (+211/-0)
docs-autopilot-emulator/_templates/layout.html (+28/-0)
docs-autopilot-emulator/conf.py (+285/-0)
docs-autopilot-emulator/index.rst (+23/-0)
docs-autopilot-emulator/ubuntuuitoolkit.rst (+10/-0)
To merge this branch: bzr merge lp:~coreygoldberg/ubuntu-ui-toolkit/sphinx-autopilot-emulator-2
Reviewer Review Type Date Requested Status
Corey Goldberg (community) Disapprove
PS Jenkins bot continuous-integration Needs Fixing
Cris Dywan Pending
Review via email: mp+189715@code.launchpad.net

Commit message

add sphinx build system for autopilot emulators docs.

Description of the change

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
780. By Corey Goldberg

merged with trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
781. By Corey Goldberg

added missing copyright headers

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

CI is currently failing.

found these suspicious lines in Jenkins console log:
--------
dh_install --fail-missing
cp: cannot stat 'debian/tmp/usr/share/ubuntu-ui-toolkit/doc': No such file or directory
dh_install: cp -a debian/tmp/usr/share/ubuntu-ui-toolkit/doc debian/ubuntu-ui-toolkit-doc//usr/share/ubuntu-ui-toolkit/ returned exit code 1
make[1]: *** [override_dh_install] Error 2
--------

I don't see how they are related to my branch changes :/

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I too got spun out on errors that didn't make sense when I worked on this. Might be worth asking someone to look at the build environment for this, or do more detective work.

Revision history for this message
Corey Goldberg (coreygoldberg) wrote :
review: Disapprove

Unmerged revisions

781. By Corey Goldberg

added missing copyright headers

780. By Corey Goldberg

merged with trunk

779. By Corey Goldberg

removed sidebar from layout in sphix emulator docs

778. By Corey Goldberg

updated shinx doc build system to use custom css. updated README with doc build instructions

777. By Corey Goldberg

changed sphinx doc theme for emulators module

776. By Corey Goldberg

fixed conf.py for sphinx

775. By Corey Goldberg

changed sphinx.conf

774. By Corey Goldberg

fixed README

773. By Corey Goldberg

reverted qdoc location to /documentation

772. By Corey Goldberg

separated documentation into docs/qdoc and docs/sphinx

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2013-04-24 17:09:29 +0000
3+++ README 2013-10-09 16:01:10 +0000
4@@ -47,6 +47,26 @@
5 Documentation
6 -------------
7
8+Main Documentation (QDocs):
9++++++++++++++++++++++++++++
10+
11 Once built, you may view the documentation by opening
12- documentation/html/overview-ubuntu-sdk.html
13-in your favorite web browser.
14+`documentation/html/overview-ubuntu-sdk.html` in your favorite web browser.
15+
16+
17+Autopilot Emulators (Sphinx docs):
18+++++++++++++++++++++++++++++++++++
19+
20+To build the AutoPilot Emulators API documentation (html),
21+
22+ * install python-sphinx::
23+
24+ $ sudo apt-get install python-sphinx
25+
26+ * from the branch's root, run::
27+
28+ $ sphinx-build -b html docs-autopilot-emulator emulator-html
29+
30+ * Once built, you may view the documentation by opening
31+ `emulator-html/ubuntuuitoolkit.html` in your favorite web browser.
32+
33
34=== added directory 'docs-autopilot-emulator'
35=== added directory 'docs-autopilot-emulator/_static'
36=== added file 'docs-autopilot-emulator/_static/favicon.ico'
37Binary files docs-autopilot-emulator/_static/favicon.ico 1970-01-01 00:00:00 +0000 and docs-autopilot-emulator/_static/favicon.ico 2013-10-09 16:01:10 +0000 differ
38=== added file 'docs-autopilot-emulator/_static/nature.css'
39--- docs-autopilot-emulator/_static/nature.css 1970-01-01 00:00:00 +0000
40+++ docs-autopilot-emulator/_static/nature.css 2013-10-09 16:01:10 +0000
41@@ -0,0 +1,211 @@
42+/*
43+ Copyright 2013 Canonical Ltd.
44+*/
45+
46+ @import url(basic.css);
47+
48+body {
49+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
50+ font-size:100%;
51+ background-color:#2C001E;
52+ margin:0;
53+ padding:0;
54+ }
55+
56+div.documentwrapper {
57+ float:left;
58+ width:100%;
59+}
60+
61+div.bodywrapper {
62+ margin:0 0 0 0;
63+}
64+
65+hr {
66+ border:1px solid #B1B4B6;
67+}
68+
69+div.body {
70+ background-color:#FFF;
71+ color:#3E4349;
72+ font-size:.9em;
73+ padding:0 30px 30px;
74+}
75+
76+div.footer {
77+ color:#CCC;
78+ width:100%;
79+ text-align:center;
80+ font-size:75%;
81+ padding:13px 0;
82+}
83+
84+div.footer a {
85+ color:#444;
86+ text-decoration:underline;
87+}
88+
89+div.related {
90+ background-color:#DD4814;
91+ line-height:32px;
92+ color:#fff;
93+ font-size:.9em;
94+}
95+
96+div.related a {
97+ color:#EEE;
98+}
99+
100+div.sphinxsidebar {
101+ font-size:.75em;
102+ line-height:1.5em;
103+}
104+
105+div.sphinxsidebarwrapper {
106+ padding:20px 0;
107+}
108+
109+div.sphinxsidebar h3,
110+div.sphinxsidebar h4 {
111+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
112+ color:#222;
113+ font-size:1.2em;
114+ font-weight:400;
115+ background-color:#ddd;
116+ margin:0;
117+ padding:5px 10px;
118+}
119+
120+div.sphinxsidebar p {
121+ color:#444;
122+ padding:2px 10px;
123+}
124+
125+div.sphinxsidebar ul {
126+ color:#000;
127+ margin:10px 5px;
128+ padding:0;
129+}
130+
131+div.sphinxsidebar input {
132+ border:1px solid #ccc;
133+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
134+ font-size:1em;
135+}
136+
137+div.sphinxsidebar input[type=text] {
138+ margin-left:5px;
139+}
140+
141+a {
142+ color:#5E2750;
143+ text-decoration:none;
144+}
145+
146+a:hover {
147+ color:#DD4814;
148+ text-decoration:underline;
149+}
150+
151+div.body h1 {
152+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
153+ font-weight:bold;
154+ font-size:200%;
155+ color:#444;
156+ margin:20px 0 10px;
157+ padding:5px 0 5px 10px;
158+}
159+
160+div.body h2 {
161+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
162+ font-size:130%;
163+ background-color:#CCC;
164+ margin:20px 0 10px;
165+ padding:5px 0 5px 10px;
166+}
167+
168+div.body h6 {
169+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
170+ background-color:#BED4EB;
171+ font-weight:400;
172+ color:#333;
173+ margin:30px 0 10px;
174+ padding:5px 0 5px 10px;
175+}
176+
177+a.headerlink {
178+ text-decoration:none;
179+ padding:0 4px;
180+}
181+
182+a.headerlink:hover {
183+ background-color:#AEA79F;
184+ color:#FFF;
185+}
186+
187+div.body p,div.body dd,div.body li {
188+ line-height:1.5em;
189+}
190+
191+div.highlight {
192+ background-color:#FFF;
193+}
194+
195+div.note {
196+ background-color:#eee;
197+ border:1px solid #ccc;
198+}
199+
200+div.seealso {
201+ background-color:#ffc;
202+ border:1px solid #ff6;
203+}
204+
205+div.warning {
206+ background-color:#ffe4e4;
207+ border:1px solid #f66;
208+}
209+
210+p.admonition-title:after {
211+ content:":";
212+}
213+
214+pre {
215+ background-color:#EFEFEF;
216+ color:#000;
217+ line-height:1.1em;
218+ border:1px solid #C6C9CB;
219+ font-size:1.2em;
220+ font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
221+ margin:1.5em 0;
222+ padding:6px;
223+}
224+
225+tt {
226+ background-color:#EFEFEF;
227+ color:#222;
228+ font-size:1.1em;
229+ font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
230+}
231+
232+.viewcode-back {
233+ font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
234+}
235+
236+div.viewcode-block:target {
237+ background-color:#f4debf;
238+ border-top:1px solid #ac9;
239+ border-bottom:1px solid #ac9;
240+}
241+
242+div.document,div.topic {
243+ background-color:#eee;
244+}
245+
246+div.sphinxsidebar h3 a,div.sphinxsidebar a {
247+ color:#444;
248+}
249+
250+div.admonition p.admonition-title + p,p.admonition-title {
251+ display:inline;
252+}
253
254=== added directory 'docs-autopilot-emulator/_templates'
255=== added file 'docs-autopilot-emulator/_templates/layout.html'
256--- docs-autopilot-emulator/_templates/layout.html 1970-01-01 00:00:00 +0000
257+++ docs-autopilot-emulator/_templates/layout.html 2013-10-09 16:01:10 +0000
258@@ -0,0 +1,28 @@
259+<!--
260+ Copyright 2013 Canonical Ltd.
261+-->
262+
263+{#
264+ default/layout.html
265+ ~~~~~~~~~~~~~~~~~~~
266+
267+ Sphinx layout template for the default theme.
268+
269+ :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
270+ :license: BSD, see LICENSE for details.
271+#}
272+{% extends "basic/layout.html" %}
273+
274+{%- block content %}
275+<div class="document">
276+ {%- block document %}
277+ <div class="documentwrapper">
278+ {%- if render_sidebar %}
279+ <div class="bodywrapper">
280+ {%- endif %}
281+ <div class="body">
282+ {% block body %} {% endblock %}
283+ </div>
284+ </div>
285+ {%- endblock %}
286+{%- endblock %}
287\ No newline at end of file
288
289=== added file 'docs-autopilot-emulator/conf.py'
290--- docs-autopilot-emulator/conf.py 1970-01-01 00:00:00 +0000
291+++ docs-autopilot-emulator/conf.py 2013-10-09 16:01:10 +0000
292@@ -0,0 +1,285 @@
293+# -*- coding: utf-8 -*-
294+#
295+# ubuntu-ui-toolkit-autopilot documentation build configuration file, created by
296+# sphinx-quickstart on Fri Jul 26 12:12:45 2013.
297+#
298+# This file is execfile()d with the current directory set to its containing dir.
299+#
300+# Note that not all possible configuration values are present in this
301+# autogenerated file.
302+#
303+# All configuration values have a default; values that are commented out
304+# serve to show the default.
305+
306+import sys, os
307+
308+# If extensions (or modules to document with autodoc) are in another directory,
309+# add these directories to sys.path here. If the directory is relative to the
310+# documentation root, use os.path.abspath to make it absolute, like shown here.
311+sys.path.insert(0, os.path.abspath('../tests/autopilot/'))
312+
313+# -- General configuration -----------------------------------------------------
314+
315+# If your documentation needs a minimal Sphinx version, state it here.
316+#needs_sphinx = '1.0'
317+
318+# Add any Sphinx extension module names here, as strings. They can be extensions
319+# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
320+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
321+
322+# Add any paths that contain templates here, relative to this directory.
323+templates_path = ['_templates']
324+
325+# The suffix of source filenames.
326+source_suffix = '.rst'
327+
328+# The encoding of source files.
329+#source_encoding = 'utf-8-sig'
330+
331+# The master toctree document.
332+master_doc = 'index'
333+
334+# General information about the project.
335+project = u'ubuntu-ui-toolkit-autopilot'
336+copyright = u'2013, Canonical'
337+
338+# The version info for the project you're documenting, acts as replacement for
339+# |version| and |release|, also used in various other places throughout the
340+# built documents.
341+#
342+# The short X.Y version.
343+version = ''
344+# The full version, including alpha/beta/rc tags.
345+release = ''
346+
347+# The language for content autogenerated by Sphinx. Refer to documentation
348+# for a list of supported languages.
349+#language = None
350+
351+# There are two options for replacing |today|: either, you set today to some
352+# non-false value, then it is used:
353+#today = ''
354+# Else, today_fmt is used as the format for a strftime call.
355+#today_fmt = '%B %d, %Y'
356+
357+# List of patterns, relative to source directory, that match files and
358+# directories to ignore when looking for source files.
359+exclude_patterns = ['_build']
360+
361+# The reST default role (used for this markup: `text`) to use for all documents.
362+#default_role = None
363+
364+# If true, '()' will be appended to :func: etc. cross-reference text.
365+#add_function_parentheses = True
366+
367+# If true, the current module name will be prepended to all description
368+# unit titles (such as .. function::).
369+#add_module_names = True
370+
371+# If true, sectionauthor and moduleauthor directives will be shown in the
372+# output. They are ignored by default.
373+#show_authors = False
374+
375+# The name of the Pygments (syntax highlighting) style to use.
376+pygments_style = 'sphinx'
377+
378+# A list of ignored prefixes for module index sorting.
379+#modindex_common_prefix = []
380+
381+
382+# -- Options for HTML output ---------------------------------------------------
383+
384+# The theme to use for HTML and HTML Help pages. See the documentation for
385+# a list of builtin themes.
386+html_theme = 'nature'
387+
388+# Theme options are theme-specific and customize the look and feel of a theme
389+# further. For a list of options available for each theme, see the
390+# documentation.
391+#html_theme_options = {}
392+
393+# Add any paths that contain custom themes here, relative to this directory.
394+#html_theme_path = []
395+
396+# The name for this set of Sphinx documents. If None, it defaults to
397+# "<project> v<release> documentation".
398+#html_title = None
399+
400+# A shorter title for the navigation bar. Default is the same as html_title.
401+#html_short_title = None
402+
403+# The name of an image file (relative to this directory) to place at the top
404+# of the sidebar.
405+#html_logo = None
406+
407+# The name of an image file (within the static path) to use as favicon of the
408+# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
409+# pixels large.
410+html_favicon = 'favicon.ico'
411+
412+# Add any paths that contain custom static files (such as style sheets) here,
413+# relative to this directory. They are copied after the builtin static files,
414+# so a file named "default.css" will overwrite the builtin "default.css".
415+html_static_path = ['_static']
416+
417+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
418+# using the given strftime format.
419+#html_last_updated_fmt = '%b %d, %Y'
420+
421+# If true, SmartyPants will be used to convert quotes and dashes to
422+# typographically correct entities.
423+#html_use_smartypants = True
424+
425+# Custom sidebar templates, maps document names to template names.
426+#html_sidebars = {}
427+
428+# Additional templates that should be rendered to pages, maps page names to
429+# template names.
430+#html_additional_pages = {}
431+
432+# If false, no module index is generated.
433+html_domain_indices = True
434+
435+# If false, no index is generated.
436+html_use_index = True
437+
438+# If true, the index is split into individual pages for each letter.
439+#html_split_index = False
440+
441+# If true, links to the reST sources are added to the pages.
442+html_show_sourcelink = False
443+
444+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
445+html_show_sphinx = False
446+
447+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
448+html_show_copyright = True
449+
450+# If true, an OpenSearch description file will be output, and all pages will
451+# contain a <link> tag referring to it. The value of this option must be the
452+# base URL from which the finished HTML is served.
453+#html_use_opensearch = ''
454+
455+# This is the file name suffix for HTML files (e.g. ".xhtml").
456+html_file_suffix = '.html'
457+
458+# Output file base name for HTML help builder.
459+htmlhelp_basename = 'ubuntu-ui-toolkit-autopilotdoc'
460+
461+
462+# -- Options for LaTeX output --------------------------------------------------
463+
464+latex_elements = {
465+# The paper size ('letterpaper' or 'a4paper').
466+#'papersize': 'letterpaper',
467+
468+# The font size ('10pt', '11pt' or '12pt').
469+#'pointsize': '10pt',
470+
471+# Additional stuff for the LaTeX preamble.
472+#'preamble': '',
473+}
474+
475+# Grouping the document tree into LaTeX files. List of tuples
476+# (source start file, target name, title, author, documentclass [howto/manual]).
477+latex_documents = [
478+ ('index', 'ubuntu-ui-toolkit-autopilot.tex', u'ubuntu-ui-toolkit-autopilot Documentation',
479+ u'authors', 'manual'),
480+]
481+
482+# The name of an image file (relative to this directory) to place at the top of
483+# the title page.
484+#latex_logo = None
485+
486+# For "manual" documents, if this is true, then toplevel headings are parts,
487+# not chapters.
488+#latex_use_parts = False
489+
490+# If true, show page references after internal links.
491+#latex_show_pagerefs = False
492+
493+# If true, show URL addresses after external links.
494+#latex_show_urls = False
495+
496+# Documents to append as an appendix to all manuals.
497+#latex_appendices = []
498+
499+# If false, no module index is generated.
500+#latex_domain_indices = True
501+
502+
503+# -- Options for manual page output --------------------------------------------
504+
505+# One entry per manual page. List of tuples
506+# (source start file, name, description, authors, manual section).
507+man_pages = [
508+ ('index', 'ubuntu-ui-toolkit-autopilot', u'ubuntu-ui-toolkit-autopilot Documentation',
509+ [u'authors'], 1)
510+]
511+
512+# If true, show URL addresses after external links.
513+#man_show_urls = False
514+
515+
516+# -- Options for Texinfo output ------------------------------------------------
517+
518+# Grouping the document tree into Texinfo files. List of tuples
519+# (source start file, target name, title, author,
520+# dir menu entry, description, category)
521+texinfo_documents = [
522+ ('index', 'ubuntu-ui-toolkit-autopilot', u'ubuntu-ui-toolkit-autopilot Documentation',
523+ u'authors', 'ubuntu-ui-toolkit-autopilot', 'An autopilot emulator for the ubuntu sdk',
524+ 'Miscellaneous'),
525+]
526+
527+# Documents to append as an appendix to all manuals.
528+#texinfo_appendices = []
529+
530+# If false, no module index is generated.
531+#texinfo_domain_indices = True
532+
533+# How to display URL addresses: 'footnote', 'no', or 'inline'.
534+#texinfo_show_urls = 'footnote'
535+
536+
537+# -- Options for Epub output ---------------------------------------------------
538+
539+# Bibliographic Dublin Core info.
540+epub_title = u'ubuntu-ui-toolkit-autopilot'
541+epub_author = u'authors'
542+epub_publisher = u'Canonical'
543+epub_copyright = u'2013, Canonical'
544+
545+# The language of the text. It defaults to the language option
546+# or en if the language is not set.
547+#epub_language = ''
548+
549+# The scheme of the identifier. Typical schemes are ISBN or URL.
550+#epub_scheme = ''
551+
552+# The unique identifier of the text. This can be a ISBN number
553+# or the project homepage.
554+#epub_identifier = ''
555+
556+# A unique identification for the text.
557+#epub_uid = ''
558+
559+# A tuple containing the cover image and cover page html template filenames.
560+#epub_cover = ()
561+
562+# HTML files that should be inserted before the pages created by sphinx.
563+# The format is a list of tuples containing the path and title.
564+#epub_pre_files = []
565+
566+# HTML files shat should be inserted after the pages created by sphinx.
567+# The format is a list of tuples containing the path and title.
568+#epub_post_files = []
569+
570+# A list of files that should not be packed into the epub file.
571+#epub_exclude_files = []
572+
573+# The depth of the table of contents in toc.ncx.
574+#epub_tocdepth = 3
575+
576+# Allow duplicate toc entries.
577+#epub_tocdup = True
578
579=== added file 'docs-autopilot-emulator/index.rst'
580--- docs-autopilot-emulator/index.rst 1970-01-01 00:00:00 +0000
581+++ docs-autopilot-emulator/index.rst 2013-10-09 16:01:10 +0000
582@@ -0,0 +1,23 @@
583+.. ubuntu-ui-toolkit-autopilot documentation master file, created by
584+ sphinx-quickstart on Fri Jul 26 12:12:45 2013.
585+ You can adapt this file completely to your liking, but it should at least
586+ contain the root `toctree` directive.
587+
588+Welcome to ubuntu-ui-toolkit-autopilot's documentation!
589+=======================================================
590+
591+Contents:
592+
593+.. toctree::
594+ :maxdepth: 4
595+
596+ ubuntuuitoolkit
597+
598+
599+Indices and tables
600+==================
601+
602+* :ref:`genindex`
603+* :ref:`modindex`
604+* :ref:`search`
605+
606
607=== added file 'docs-autopilot-emulator/ubuntuuitoolkit.rst'
608--- docs-autopilot-emulator/ubuntuuitoolkit.rst 1970-01-01 00:00:00 +0000
609+++ docs-autopilot-emulator/ubuntuuitoolkit.rst 2013-10-09 16:01:10 +0000
610@@ -0,0 +1,10 @@
611+ubuntuuitoolkit Package
612+=======================
613+
614+:mod:`emulators` Module
615+-----------------------
616+
617+.. automodule:: ubuntuuitoolkit.emulators
618+ :members:
619+ :undoc-members:
620+ :show-inheritance:
621
622=== added directory 'documentation'
623=== removed directory 'documentation'
624=== renamed file 'documentation/all-modules.qdoc' => 'documentation/all-modules.qdoc'
625=== renamed directory 'documentation/css' => 'documentation/css'
626=== renamed file 'documentation/documentation.pri' => 'documentation/documentation.pri'
627=== renamed file 'documentation/fix-markup.sh' => 'documentation/fix-markup.sh'
628=== removed directory 'documentation/html'
629=== renamed directory 'documentation/images' => 'documentation/images'
630=== renamed file 'documentation/overview.qdoc' => 'documentation/overview.qdoc'
631=== renamed file 'documentation/resolution-independence.qdoc' => 'documentation/resolution-independence.qdoc'
632=== renamed directory 'documentation/snippets' => 'documentation/snippets'
633=== renamed file 'documentation/statesaving.qdoc' => 'documentation/statesaving.qdoc'
634=== renamed file 'documentation/ubuntu-appdev-site-footer.qdocconf' => 'documentation/ubuntu-appdev-site-footer.qdocconf'
635=== renamed file 'documentation/ubuntu-appdev-site-header.qdocconf' => 'documentation/ubuntu-appdev-site-header.qdocconf'
636=== renamed file 'documentation/ubuntu-components-listitems.qdoc' => 'documentation/ubuntu-components-listitems.qdoc'
637=== renamed file 'documentation/ubuntu-components-pickers.qdoc' => 'documentation/ubuntu-components-pickers.qdoc'
638=== renamed file 'documentation/ubuntu-components-popups.qdoc' => 'documentation/ubuntu-components-popups.qdoc'
639=== renamed file 'documentation/ubuntu-components.qdoc' => 'documentation/ubuntu-components.qdoc'
640=== renamed file 'documentation/ubuntu-layouts.qdoc' => 'documentation/ubuntu-layouts.qdoc'
641=== renamed file 'documentation/ubuntu-ui-toolkit-common.qdocconf' => 'documentation/ubuntu-ui-toolkit-common.qdocconf'
642=== renamed file 'documentation/ubuntu-ui-toolkit-offline.qdocconf' => 'documentation/ubuntu-ui-toolkit-offline.qdocconf'
643=== renamed file 'documentation/ubuntu-ui-toolkit-online.qdocconf' => 'documentation/ubuntu-ui-toolkit-online.qdocconf'
644=== renamed file 'documentation/ubuntu-ui-toolkit-qtcreator.qdocconf' => 'documentation/ubuntu-ui-toolkit-qtcreator.qdocconf'

Subscribers

People subscribed via source and target branches

to status/vote changes: