Merge lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs into lp:ubuntu-ui-toolkit/staging

Proposed by Nicholas Skaggs
Status: Superseded
Proposed branch: lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 2967 lines (+990/-644)
82 files modified
.bazaar/Makefile (+3/-0)
README (+29/-9)
components.api (+1/-1)
debian/control (+1/-0)
documentation/autopilot-helpers/_static/nature.css (+211/-0)
documentation/autopilot-helpers/_templates/layout.html (+28/-0)
documentation/autopilot-helpers/conf.py (+339/-0)
documentation/autopilot-helpers/index.rst (+17/-0)
documentation/autopilot-helpers/ubuntuuitoolkit.rst (+10/-0)
examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml (+0/-30)
examples/ubuntu-ui-toolkit-gallery/NewListItems.qml (+0/-144)
examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml (+0/-5)
examples/ubuntu-ui-toolkit-gallery/po/es.po (+1/-1)
modules/Ubuntu/Components/PageHeadConfiguration.qml (+0/-15)
modules/Ubuntu/Components/plugin/uclistitem.cpp (+24/-88)
modules/Ubuntu/Components/plugin/uclistitem.h (+3/-3)
modules/Ubuntu/Components/plugin/uclistitem_p.h (+2/-3)
modules/Ubuntu/Components/plugin/uclistitemactionsattached.cpp (+3/-3)
po/am.po (+2/-2)
po/ar.po (+2/-2)
po/ast.po (+2/-2)
po/az.po (+2/-2)
po/be.po (+2/-2)
po/bs.po (+2/-2)
po/ca.po (+3/-3)
po/ca@valencia.po (+2/-2)
po/ce.po (+2/-2)
po/cs.po (+2/-2)
po/da.po (+2/-2)
po/de.po (+2/-2)
po/el.po (+2/-2)
po/en_AU.po (+2/-2)
po/en_GB.po (+2/-2)
po/es.po (+1/-1)
po/eu.po (+2/-2)
po/fa.po (+1/-1)
po/fi.po (+2/-2)
po/fr.po (+4/-4)
po/fr_CA.po (+2/-2)
po/ga.po (+23/-16)
po/gd.po (+2/-2)
po/gl.po (+4/-4)
po/he.po (+2/-2)
po/hi.po (+140/-0)
po/hr.po (+2/-2)
po/hu.po (+2/-2)
po/id.po (+2/-2)
po/it.po (+2/-2)
po/ja.po (+2/-2)
po/km.po (+2/-2)
po/kn.po (+2/-2)
po/ko.po (+4/-4)
po/lv.po (+2/-2)
po/ms.po (+2/-2)
po/my.po (+2/-2)
po/nb.po (+4/-4)
po/nl.po (+2/-2)
po/oc.po (+2/-2)
po/pa.po (+2/-2)
po/pl.po (+2/-2)
po/pt.po (+4/-4)
po/pt_BR.po (+2/-2)
po/ro.po (+2/-2)
po/ru.po (+2/-2)
po/sq.po (+2/-2)
po/sr.po (+2/-2)
po/sv.po (+2/-2)
po/tr.po (+12/-11)
po/ug.po (+3/-3)
po/uk.po (+4/-4)
po/zh_CN.po (+2/-2)
po/zh_TW.po (+2/-2)
tests/autopilot/ubuntuuitoolkit/__init__.py (+0/-2)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/__init__.py (+0/-6)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_uclistitem.py (+8/-4)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/popups.py (+0/-4)
tests/autopilot/ubuntuuitoolkit/emulators.py (+0/-2)
tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.DialogTestCase.qml (+0/-69)
tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.py (+0/-43)
tests/resources/listitems/ListItemTest.qml (+0/-9)
tests/uitk_test_plan.sh (+7/-11)
tests/unit_x11/tst_components/tst_listitem.qml (+14/-51)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs
Reviewer Review Type Date Requested Status
Ubuntu SDK team Pending
Review via email: mp+246358@code.launchpad.net

This proposal has been superseded by a proposal from 2015-01-14.

Commit message

Re-add autopilot helper documentation and update

Description of the change

Re-add autopilot helper documentation and update

To post a comment you must log in.
906. By Nicholas Skaggs

merge with staging for proposing

907. By Nicholas Skaggs

sync nature.css from autopilot, fix favicon

908. By Nicholas Skaggs

revert staging

909. By Nicholas Skaggs

re-push

Unmerged revisions

909. By Nicholas Skaggs

re-push

908. By Nicholas Skaggs

revert staging

907. By Nicholas Skaggs

sync nature.css from autopilot, fix favicon

906. By Nicholas Skaggs

merge with staging for proposing

905. By Nicholas Skaggs

re-add sphinx depends on -autopilot package (which is in universe)

904. By Nicholas Skaggs

update build information

903. By Nicholas Skaggs

redo of build

902. By Nicholas Skaggs

re-merge trunk and restore docs build

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.bazaar/Makefile'
--- .bazaar/Makefile 1970-01-01 00:00:00 +0000
+++ .bazaar/Makefile 2015-01-13 21:31:53 +0000
@@ -0,0 +1,3 @@
1install:
2 mkdir -p ~/.bazaar/plugins
3 cp plugins/* ~/.bazaar/plugins
04
=== modified file 'README'
--- README 2014-03-17 08:53:32 +0000
+++ README 2015-01-13 21:31:53 +0000
@@ -9,12 +9,12 @@
9beautiful applications in QML for Ubuntu.9beautiful applications in QML for Ubuntu.
1010
11QML alone lacks built-in components for basic widgets like Button, Slider,11QML alone lacks built-in components for basic widgets like Button, Slider,
12Scrollbar, etc, meaning a developer has to build them from scratch. This 12Scrollbar, etc, meaning a developer has to build them from scratch. This
13toolkit aims to stop this duplication of work, supplying beautiful components 13toolkit aims to stop this duplication of work, supplying beautiful components
14ready-made and with a clear and consistent API.14ready-made and with a clear and consistent API.
1515
16These components are fully themeable so the look and feel can be easily 16These components are fully themeable so the look and feel can be easily
17customized. Resolution independence technology is built in so UIs are scaled 17customized. Resolution independence technology is built in so UIs are scaled
18to best suit the display.18to best suit the display.
1919
20Other features:20Other features:
@@ -37,16 +37,36 @@
37$ make install37$ make install
38You may need to be root for this command to succeed.38You may need to be root for this command to succeed.
3939
40To use these components in QML without installing them, you need to set the 40To use these components in QML without installing them, you need to set the
41QML2_IMPORT_PATH environment variable. This is done by running41QML2_IMPORT_PATH environment variable. This is done by running
42$ source export_modules_dir.sh42$ source export_modules_dir.sh
43from the root directory of this repository, but is lost when you close your 43from the root directory of this repository, but is lost when you close your
44shell.44shell.
4545
4646
47Documentation47Documentation
48-------------48-------------
4949
50Once built, you may view the documentation by opening 50Main Documentation (QDocs):
51 documentation/html/overview-ubuntu-sdk.html51+++++++++++++++++++++++++++
52in your favorite web browser.52
53Once built, you may view the documentation by opening
54`documentation/html/overview-ubuntu-sdk.html` in your favorite web browser.
55
56
57Autopilot SDK Helpers Documentation (Sphinx docs):
58++++++++++++++++++++++++++++++++++++++++++++++++++
59
60To build the Autopilot SDK Helpers documentation, you need to install sphinx.
61After installation, change directory to documentation/autopilot-helpers
62and executing make.
63
64 * $ sudo apt-get install python3-sphinx
65
66 * $ cd documentation/autopilot-helpers
67
68 * $ make singlehtml
69
70 * Once built, you may view the documentation by opening
71 `_build/singlehtml/index.html` in your favorite web browser.
72
5373
=== modified file 'components.api'
--- components.api 2014-12-18 10:08:56 +0000
+++ components.api 2015-01-13 21:31:53 +0000
@@ -871,7 +871,7 @@
871 Property { name: "divider"; type: "UCListItemDivider"; isReadonly: true; isPointer: true }871 Property { name: "divider"; type: "UCListItemDivider"; isReadonly: true; isPointer: true }
872 Property { name: "leadingActions"; type: "UCListItemActions"; isPointer: true }872 Property { name: "leadingActions"; type: "UCListItemActions"; isPointer: true }
873 Property { name: "trailingActions"; type: "UCListItemActions"; isPointer: true }873 Property { name: "trailingActions"; type: "UCListItemActions"; isPointer: true }
874 Property { name: "highlighted"; type: "bool"; isReadonly: true }874 Property { name: "pressed"; type: "bool"; isReadonly: true }
875 Property { name: "swipeOvershoot"; type: "double" }875 Property { name: "swipeOvershoot"; type: "double" }
876 Property { name: "contentMoving"; type: "bool"; isReadonly: true }876 Property { name: "contentMoving"; type: "bool"; isReadonly: true }
877 Property { name: "color"; type: "QColor" }877 Property { name: "color"; type: "QColor" }
878878
=== modified file 'debian/control'
--- debian/control 2014-12-12 04:46:30 +0000
+++ debian/control 2015-01-13 21:31:53 +0000
@@ -151,6 +151,7 @@
151 python3-testtools,151 python3-testtools,
152 python3-autopilot (>= 1.4),152 python3-autopilot (>= 1.4),
153 python3-autopilot-trace,153 python3-autopilot-trace,
154 python3-sphinx,
154 qttestability-autopilot,155 qttestability-autopilot,
155 ubuntu-ui-toolkit-examples (>= ${source:Version}),156 ubuntu-ui-toolkit-examples (>= ${source:Version}),
156 qtdeclarative5-ubuntu-ui-toolkit-plugin (>= ${source:Version}) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles,157 qtdeclarative5-ubuntu-ui-toolkit-plugin (>= ${source:Version}) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles,
157158
=== added directory 'documentation/autopilot-helpers'
=== added directory 'documentation/autopilot-helpers/_static'
=== added file 'documentation/autopilot-helpers/_static/favicon.ico'
158Binary files documentation/autopilot-helpers/_static/favicon.ico 1970-01-01 00:00:00 +0000 and documentation/autopilot-helpers/_static/favicon.ico 2015-01-13 21:31:53 +0000 differ159Binary files documentation/autopilot-helpers/_static/favicon.ico 1970-01-01 00:00:00 +0000 and documentation/autopilot-helpers/_static/favicon.ico 2015-01-13 21:31:53 +0000 differ
=== added file 'documentation/autopilot-helpers/_static/nature.css'
--- documentation/autopilot-helpers/_static/nature.css 1970-01-01 00:00:00 +0000
+++ documentation/autopilot-helpers/_static/nature.css 2015-01-13 21:31:53 +0000
@@ -0,0 +1,211 @@
1/*
2 Copyright 2013 Canonical Ltd.
3*/
4
5 @import url(basic.css);
6
7body {
8 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
9 font-size:100%;
10 background-color:#2C001E;
11 margin:0;
12 padding:0;
13 }
14
15div.documentwrapper {
16 float:left;
17 width:100%;
18}
19
20div.bodywrapper {
21 margin:0 0 0 0;
22}
23
24hr {
25 border:1px solid #B1B4B6;
26}
27
28div.body {
29 background-color:#FFF;
30 color:#3E4349;
31 font-size:.9em;
32 padding:0 30px 30px;
33}
34
35div.footer {
36 color:#CCC;
37 width:100%;
38 text-align:center;
39 font-size:75%;
40 padding:13px 0;
41}
42
43div.footer a {
44 color:#444;
45 text-decoration:underline;
46}
47
48div.related {
49 background-color:#DD4814;
50 line-height:32px;
51 color:#fff;
52 font-size:.9em;
53}
54
55div.related a {
56 color:#EEE;
57}
58
59div.sphinxsidebar {
60 font-size:.75em;
61 line-height:1.5em;
62}
63
64div.sphinxsidebarwrapper {
65 padding:20px 0;
66}
67
68div.sphinxsidebar h3,
69div.sphinxsidebar h4 {
70 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
71 color:#222;
72 font-size:1.2em;
73 font-weight:400;
74 background-color:#ddd;
75 margin:0;
76 padding:5px 10px;
77}
78
79div.sphinxsidebar p {
80 color:#444;
81 padding:2px 10px;
82}
83
84div.sphinxsidebar ul {
85 color:#000;
86 margin:10px 5px;
87 padding:0;
88}
89
90div.sphinxsidebar input {
91 border:1px solid #ccc;
92 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
93 font-size:1em;
94}
95
96div.sphinxsidebar input[type=text] {
97 margin-left:5px;
98}
99
100a {
101 color:#5E2750;
102 text-decoration:none;
103}
104
105a:hover {
106 color:#DD4814;
107 text-decoration:underline;
108}
109
110div.body h1 {
111 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
112 font-weight:bold;
113 font-size:200%;
114 color:#444;
115 margin:20px 0 10px;
116 padding:5px 0 5px 10px;
117}
118
119div.body h2 {
120 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
121 font-size:130%;
122 background-color:#CCC;
123 margin:20px 0 10px;
124 padding:5px 0 5px 10px;
125}
126
127div.body h6 {
128 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
129 background-color:#BED4EB;
130 font-weight:400;
131 color:#333;
132 margin:30px 0 10px;
133 padding:5px 0 5px 10px;
134}
135
136a.headerlink {
137 text-decoration:none;
138 padding:0 4px;
139}
140
141a.headerlink:hover {
142 background-color:#AEA79F;
143 color:#FFF;
144}
145
146div.body p,div.body dd,div.body li {
147 line-height:1.5em;
148}
149
150div.highlight {
151 background-color:#FFF;
152}
153
154div.note {
155 background-color:#eee;
156 border:1px solid #ccc;
157}
158
159div.seealso {
160 background-color:#ffc;
161 border:1px solid #ff6;
162}
163
164div.warning {
165 background-color:#ffe4e4;
166 border:1px solid #f66;
167}
168
169p.admonition-title:after {
170 content:":";
171}
172
173pre {
174 background-color:#EFEFEF;
175 color:#000;
176 line-height:1.1em;
177 border:1px solid #C6C9CB;
178 font-size:1.2em;
179 font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
180 margin:1.5em 0;
181 padding:6px;
182}
183
184tt {
185 background-color:#EFEFEF;
186 color:#222;
187 font-size:1.1em;
188 font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
189}
190
191.viewcode-back {
192 font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
193}
194
195div.viewcode-block:target {
196 background-color:#f4debf;
197 border-top:1px solid #ac9;
198 border-bottom:1px solid #ac9;
199}
200
201div.document,div.topic {
202 background-color:#eee;
203}
204
205div.sphinxsidebar h3 a,div.sphinxsidebar a {
206 color:#444;
207}
208
209div.admonition p.admonition-title + p,p.admonition-title {
210 display:inline;
211}
0212
=== added directory 'documentation/autopilot-helpers/_templates'
=== added file 'documentation/autopilot-helpers/_templates/layout.html'
--- documentation/autopilot-helpers/_templates/layout.html 1970-01-01 00:00:00 +0000
+++ documentation/autopilot-helpers/_templates/layout.html 2015-01-13 21:31:53 +0000
@@ -0,0 +1,28 @@
1<!--
2 Copyright 2013 Canonical Ltd.
3-->
4
5{#
6 default/layout.html
7 ~~~~~~~~~~~~~~~~~~~
8
9 Sphinx layout template for the default theme.
10
11 :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
12 :license: BSD, see LICENSE for details.
13#}
14{% extends "basic/layout.html" %}
15
16{%- block content %}
17<div class="document">
18 {%- block document %}
19 <div class="documentwrapper">
20 {%- if render_sidebar %}
21 <div class="bodywrapper">
22 {%- endif %}
23 <div class="body">
24 {% block body %} {% endblock %}
25 </div>
26 </div>
27 {%- endblock %}
28{%- endblock %}
0\ No newline at end of file29\ No newline at end of file
130
=== added file 'documentation/autopilot-helpers/conf.py'
--- documentation/autopilot-helpers/conf.py 1970-01-01 00:00:00 +0000
+++ documentation/autopilot-helpers/conf.py 2015-01-13 21:31:53 +0000
@@ -0,0 +1,339 @@
1# -*- coding: utf-8 -*-
2#
3# ubuntu-ui-toolkit-autopilot documentation build configuration file, created by
4# sphinx-quickstart on Thu Jan 8 12:39:43 2015.
5#
6# This file is execfile()d with the current directory set to its
7# containing dir.
8#
9# Note that not all possible configuration values are present in this
10# autogenerated file.
11#
12# All configuration values have a default; values that are commented out
13# serve to show the default.
14
15import sys
16import os
17
18# If extensions (or modules to document with autodoc) are in another directory,
19# add these directories to sys.path here. If the directory is relative to the
20# documentation root, use os.path.abspath to make it absolute, like shown here.
21#sys.path.insert(0, os.path.abspath('.'))
22
23# -- General configuration ------------------------------------------------
24
25# If your documentation needs a minimal Sphinx version, state it here.
26#needs_sphinx = '1.0'
27
28# Add any Sphinx extension module names here, as strings. They can be
29# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30# ones.
31extensions = [
32 'sphinx.ext.autodoc',
33 'sphinx.ext.doctest',
34 'sphinx.ext.todo',
35 'sphinx.ext.viewcode',
36]
37
38# Add any paths that contain templates here, relative to this directory.
39templates_path = ['_templates']
40
41# The suffix of source filenames.
42source_suffix = '.rst'
43
44# The encoding of source files.
45#source_encoding = 'utf-8-sig'
46
47# The master toctree document.
48master_doc = 'index'
49
50# General information about the project.
51project = u'ubuntu-ui-toolkit-autopilot'
52copyright = u'2015, Canonical'
53
54# The version info for the project you're documenting, acts as replacement for
55# |version| and |release|, also used in various other places throughout the
56# built documents.
57#
58# The short X.Y version.
59version = '15.04'
60# The full version, including alpha/beta/rc tags.
61release = '15.04'
62
63# The language for content autogenerated by Sphinx. Refer to documentation
64# for a list of supported languages.
65#language = None
66
67# There are two options for replacing |today|: either, you set today to some
68# non-false value, then it is used:
69#today = ''
70# Else, today_fmt is used as the format for a strftime call.
71#today_fmt = '%B %d, %Y'
72
73# List of patterns, relative to source directory, that match files and
74# directories to ignore when looking for source files.
75exclude_patterns = ['_build']
76
77# The reST default role (used for this markup: `text`) to use for all
78# documents.
79#default_role = None
80
81# If true, '()' will be appended to :func: etc. cross-reference text.
82#add_function_parentheses = True
83
84# If true, the current module name will be prepended to all description
85# unit titles (such as .. function::).
86#add_module_names = True
87
88# If true, sectionauthor and moduleauthor directives will be shown in the
89# output. They are ignored by default.
90#show_authors = False
91
92# The name of the Pygments (syntax highlighting) style to use.
93pygments_style = 'sphinx'
94
95# A list of ignored prefixes for module index sorting.
96#modindex_common_prefix = []
97
98# If true, keep warnings as "system message" paragraphs in the built documents.
99#keep_warnings = False
100
101
102# -- Options for HTML output ----------------------------------------------
103
104# The theme to use for HTML and HTML Help pages. See the documentation for
105# a list of builtin themes.
106html_theme = 'default'
107
108# Theme options are theme-specific and customize the look and feel of a theme
109# further. For a list of options available for each theme, see the
110# documentation.
111#html_theme_options = {}
112
113# Add any paths that contain custom themes here, relative to this directory.
114#html_theme_path = []
115
116# The name for this set of Sphinx documents. If None, it defaults to
117# "<project> v<release> documentation".
118#html_title = None
119
120# A shorter title for the navigation bar. Default is the same as html_title.
121#html_short_title = None
122
123# The name of an image file (relative to this directory) to place at the top
124# of the sidebar.
125#html_logo = None
126
127html_favicon = 'favicon.ico'
128
129# Add any paths that contain custom static files (such as style sheets) here,
130# relative to this directory. They are copied after the builtin static files,
131# so a file named "default.css" will overwrite the builtin "default.css".
132html_static_path = ['_static']
133
134# Add any extra paths that contain custom files (such as robots.txt or
135# .htaccess) here, relative to this directory. These files are copied
136# directly to the root of the documentation.
137#html_extra_path = []
138
139# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
140# using the given strftime format.
141#html_last_updated_fmt = '%b %d, %Y'
142
143# If true, SmartyPants will be used to convert quotes and dashes to
144# typographically correct entities.
145#html_use_smartypants = True
146
147# Custom sidebar templates, maps document names to template names.
148#html_sidebars = {}
149
150html_domain_indices = True
151# Additional templates that should be rendered to pages, maps page names to
152# template names.
153html_use_index = True
154#html_additional_pages = {}
155
156# If false, no module index is generated.
157#html_domain_indices = True
158
159html_show_sourcelink = False
160# If false, no index is generated.
161#html_use_index = True
162html_show_sphinx = False
163
164# If true, the index is split into individual pages for each letter.
165html_show_copyright = True
166#html_split_index = False
167
168# If true, links to the reST sources are added to the pages.
169#html_show_sourcelink = True
170
171# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
172#html_show_sphinx = True
173
174# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
175#html_show_copyright = True
176
177# If true, an OpenSearch description file will be output, and all pages will
178# contain a <link> tag referring to it. The value of this option must be the
179# base URL from which the finished HTML is served.
180#html_use_opensearch = ''
181
182# This is the file name suffix for HTML files (e.g. ".xhtml").
183#html_file_suffix = None
184
185# Output file base name for HTML help builder.
186htmlhelp_basename = 'ubuntu-ui-toolkit-autopilotdoc'
187
188
189# -- Options for LaTeX output ---------------------------------------------
190
191latex_elements = {
192# The paper size ('letterpaper' or 'a4paper').
193#'papersize': 'letterpaper',
194
195# The font size ('10pt', '11pt' or '12pt').
196#'pointsize': '10pt',
197
198# Additional stuff for the LaTeX preamble.
199#'preamble': '',
200}
201
202# Grouping the document tree into LaTeX files. List of tuples
203# (source start file, target name, title,
204# author, documentclass [howto, manual, or own class]).
205latex_documents = [
206 ('index', 'ubuntu-ui-toolkit-autopilot.tex',
207 u'ubuntu-ui-toolkit-autopilot Documentation',
208 u'authors', 'manual'),
209]
210
211# The name of an image file (relative to this directory) to place at the top of
212# the title page.
213#latex_logo = None
214
215# For "manual" documents, if this is true, then toplevel headings are parts,
216# not chapters.
217#latex_use_parts = False
218
219# If true, show page references after internal links.
220#latex_show_pagerefs = False
221
222# If true, show URL addresses after external links.
223#latex_show_urls = False
224
225# Documents to append as an appendix to all manuals.
226#latex_appendices = []
227
228# If false, no module index is generated.
229#latex_domain_indices = True
230
231
232# -- Options for manual page output ---------------------------------------
233
234# One entry per manual page. List of tuples
235# (source start file, name, description, authors, manual section).
236man_pages = [
237 ('index', 'ubuntu-ui-toolkit-autopilot',
238 u'ubuntu-ui-toolkit-autopilot Documentation',
239 [u'authors'], 1)
240]
241
242# If true, show URL addresses after external links.
243#man_show_urls = False
244
245
246# -- Options for Texinfo output -------------------------------------------
247
248# Grouping the document tree into Texinfo files. List of tuples
249# (source start file, target name, title, author,
250# dir menu entry, description, category)
251texinfo_documents = [
252 ('index', 'ubuntu-ui-toolkit-autopilot',
253 u'ubuntu-ui-toolkit-autopilot Documentation',
254 u'authors', 'ubuntu-ui-toolkit-autopilot',
255 'An autopilot emulator for the ubuntu sdk',
256 'Miscellaneous'),
257]
258
259# Documents to append as an appendix to all manuals.
260#texinfo_appendices = []
261
262# If false, no module index is generated.
263#texinfo_domain_indices = True
264
265# How to display URL addresses: 'footnote', 'no', or 'inline'.
266#texinfo_show_urls = 'footnote'
267
268# If true, do not generate a @detailmenu in the "Top" node's menu.
269#texinfo_no_detailmenu = False
270
271
272# -- Options for Epub output ----------------------------------------------
273
274# Bibliographic Dublin Core info.
275epub_title = u'ubuntu-ui-toolkit-autopilot'
276epub_author = u'authors'
277epub_publisher = u'Canonical'
278epub_copyright = u'2015, Canonical'
279
280# The basename for the epub file. It defaults to the project name.
281#epub_basename = u'ubuntu-ui-toolkit-autopilot'
282
283# The HTML theme for the epub output. Since the default themes are not optimized
284# for small screen space, using the same theme for HTML and epub output is
285# usually not wise. This defaults to 'epub', a theme designed to save visual
286# space.
287#epub_theme = 'epub'
288
289# The language of the text. It defaults to the language option
290# or en if the language is not set.
291#epub_language = ''
292
293# The scheme of the identifier. Typical schemes are ISBN or URL.
294#epub_scheme = ''
295
296# The unique identifier of the text. This can be a ISBN number
297# or the project homepage.
298#epub_identifier = ''
299
300# A unique identification for the text.
301#epub_uid = ''
302
303# A tuple containing the cover image and cover page html template filenames.
304#epub_cover = ()
305
306# A sequence of (type, uri, title) tuples for the guide element of content.opf.
307#epub_guide = ()
308
309# HTML files that should be inserted before the pages created by sphinx.
310# The format is a list of tuples containing the path and title.
311#epub_pre_files = []
312
313# HTML files shat should be inserted after the pages created by sphinx.
314# The format is a list of tuples containing the path and title.
315#epub_post_files = []
316
317# A list of files that should not be packed into the epub file.
318epub_exclude_files = ['search.html']
319
320# The depth of the table of contents in toc.ncx.
321#epub_tocdepth = 3
322
323# Allow duplicate toc entries.
324#epub_tocdup = True
325
326# Choose between 'default' and 'includehidden'.
327#epub_tocscope = 'default'
328
329# Fix unsupported image types using the PIL.
330#epub_fix_images = False
331
332# Scale large images.
333#epub_max_image_width = 0
334
335# How to display URL addresses: 'footnote', 'no', or 'inline'.
336#epub_show_urls = 'inline'
337
338# If false, no index is generated.
339#epub_use_index = True
0340
=== added file 'documentation/autopilot-helpers/index.rst'
--- documentation/autopilot-helpers/index.rst 1970-01-01 00:00:00 +0000
+++ documentation/autopilot-helpers/index.rst 2015-01-13 21:31:53 +0000
@@ -0,0 +1,17 @@
1.. ubuntu-ui-toolkit-autopilot documentation master file, created by
2 sphinx-quickstart on Thu Jan 8 12:39:43 2015.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6Welcome to ubuntu-ui-toolkit-autopilot's documentation!
7======================================
8
9Contents:
10
11.. toctree::
12 :maxdepth: 2
13
14 ubuntuuitoolkit
15
16* :ref:`genindex`
17
018
=== added file 'documentation/autopilot-helpers/ubuntuuitoolkit.rst'
--- documentation/autopilot-helpers/ubuntuuitoolkit.rst 1970-01-01 00:00:00 +0000
+++ documentation/autopilot-helpers/ubuntuuitoolkit.rst 2015-01-13 21:31:53 +0000
@@ -0,0 +1,10 @@
1ubuntuuitoolkit Package
2=======================
3
4:mod:`custom proxy object` Module
5---------------------------------
6
7.. automodule:: ubuntuuitoolkit
8 :members:
9 :undoc-members:
10 :show-inheritance:
011
=== removed file 'examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml'
--- examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml 2015-01-05 20:34:54 +0000
+++ examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
1/*
2 * Copyright 2015 Canonical Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; version 3.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17import QtQuick 2.2
18import Ubuntu.Components 1.2
19
20ListItem {
21 property alias text: label.text
22 Label {
23 id: label
24 anchors {
25 left: parent.left
26 leftMargin: units.gu(2)
27 verticalCenter: parent.verticalCenter
28 }
29 }
30}
310
=== removed file 'examples/ubuntu-ui-toolkit-gallery/NewListItems.qml'
--- examples/ubuntu-ui-toolkit-gallery/NewListItems.qml 2015-01-05 20:55:12 +0000
+++ examples/ubuntu-ui-toolkit-gallery/NewListItems.qml 1970-01-01 00:00:00 +0000
@@ -1,144 +0,0 @@
1/*
2 * Copyright 2015 Canonical Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; version 3.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17import QtQuick 2.2
18import Ubuntu.Components 1.2
19
20Template {
21 objectName: "listItemsTemplate"
22
23 TemplateSection {
24 className: "ListItem"
25 // no spacing between the list items in the Column
26 spacing: 0
27 Item {
28 // compensate for the spacing of 0 by adding this
29 // Item inbetween the title and the list items.
30 height: units.gu(3)
31 width: parent.width
32 }
33
34 // clip the action delegates while swiping left/right
35 clip: true
36
37 ListItemWithLabel {
38 text: i18n.tr("Basic")
39 }
40 ListItemWithLabel {
41 text: i18n.tr("Colored divider")
42 divider {
43 colorFrom: UbuntuColors.red
44 colorTo: UbuntuColors.green
45 }
46 }
47 ListItemWithLabel {
48 text: i18n.tr("No divider")
49 divider.visible: false
50 }
51 ListItemWithLabel {
52 color: UbuntuColors.blue
53 text: i18n.tr("Colored")
54 }
55 ListItemWithLabel {
56 text: i18n.tr("Highlight color")
57 highlightColor: UbuntuColors.orange
58 // no highlight without clicked() or leading/trailing actions
59 onClicked: print(i18n.tr("Highlighting list item"))
60 }
61
62 ListItemActions {
63 id: exampleLeadingActions
64 actions: [
65 Action {
66 iconName: "tick"
67 },
68 Action {
69 iconName: "delete"
70 }
71 ]
72 }
73 ListItemActions {
74 id: exampleTrailingActions
75 actions: [
76 Action {
77 iconName: "edit"
78 },
79 Action {
80 iconName: "save-to"
81 }
82 ]
83 }
84
85 ListItemWithLabel {
86 text: i18n.tr("Leading actions")
87 leadingActions: exampleLeadingActions
88 }
89 ListItemWithLabel {
90 text: i18n.tr("Trailing actions")
91 trailingActions: exampleTrailingActions
92 }
93 ListItemWithLabel {
94 text: i18n.tr("Leading and trailing actions")
95 leadingActions: exampleLeadingActions
96 trailingActions: exampleTrailingActions
97 }
98 ListItemWithLabel {
99 text: i18n.tr("Custom action delegates")
100 swipeOvershoot: 0
101 leadingActions: ListItemActions {
102 actions: [
103 Action {
104 iconName: "tick"
105 property color color: UbuntuColors.green
106 },
107 Action {
108 iconName: "delete"
109 property color color: UbuntuColors.red
110 }
111 ]
112 delegate: Rectangle {
113 width: height
114 color: pressed ? Qt.darker(action.color, 1.2) : action.color
115 Icon {
116 width: units.gu(3)
117 height: width
118 name: action.iconName
119 color: "white"
120 anchors.centerIn: parent
121 }
122 }
123 }
124 trailingActions: ListItemActions {
125 actions: [
126 Action {
127 text: i18n.tr("Edit")
128 },
129 Action {
130 text: i18n.tr("Move")
131 }
132 ]
133 delegate: Rectangle {
134 color: pressed ? Qt.darker("yellow", 1.1) : "yellow"
135 width: units.gu(10)
136 Label {
137 text: action.text
138 anchors.centerIn: parent
139 }
140 }
141 }
142 }
143 }
144}
1450
=== modified file 'examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml'
--- examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml 2015-01-05 20:43:06 +0000
+++ examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml 2015-01-13 21:31:53 +0000
@@ -104,11 +104,6 @@
104 source: "ListItems.qml"104 source: "ListItems.qml"
105 }105 }
106 ListElement {106 ListElement {
107 objectName: "newListItemsElement"
108 label: "New list items (preview)"
109 source: "NewListItems.qml"
110 }
111 ListElement {
112 objectName: "ubuntuListViewElement"107 objectName: "ubuntuListViewElement"
113 label: "Ubuntu ListView"108 label: "Ubuntu ListView"
114 source: "UbuntuListViews.qml"109 source: "UbuntuListViews.qml"
115110
=== modified file 'examples/ubuntu-ui-toolkit-gallery/po/es.po'
--- examples/ubuntu-ui-toolkit-gallery/po/es.po 2014-12-12 06:33:39 +0000
+++ examples/ubuntu-ui-toolkit-gallery/po/es.po 2015-01-13 21:31:53 +0000
@@ -14,7 +14,7 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-12-12 06:33+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17286)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Animations.qml:2420#: Animations.qml:24
2121
=== modified file 'modules/Ubuntu/Components/PageHeadConfiguration.qml'
--- modules/Ubuntu/Components/PageHeadConfiguration.qml 2015-01-06 12:36:58 +0000
+++ modules/Ubuntu/Components/PageHeadConfiguration.qml 2015-01-13 21:31:53 +0000
@@ -96,21 +96,6 @@
96 */96 */
97 property Item contents: null97 property Item contents: null
9898
99 QtObject {
100 id: internal
101 property Item oldContents: null
102 }
103
104 onContentsChanged: {
105 if (internal.oldContents) {
106 // FIX: bug #1341814 and #1400297
107 // We have to force the removal of the previous head.contents
108 // in order to show the new contents
109 internal.oldContents.parent = null;
110 }
111 internal.oldContents = contents;
112 }
113
114 // FIXME: The example below can be much simplified using PageHeadState99 // FIXME: The example below can be much simplified using PageHeadState
115 // when bug #1345775 has been fixed.100 // when bug #1345775 has been fixed.
116 /*!101 /*!
117102
=== modified file 'modules/Ubuntu/Components/plugin/uclistitem.cpp'
--- modules/Ubuntu/Components/plugin/uclistitem.cpp 2015-01-07 06:42:09 +0000
+++ modules/Ubuntu/Components/plugin/uclistitem.cpp 2015-01-13 21:31:53 +0000
@@ -327,7 +327,7 @@
327 */327 */
328UCListItemPrivate::UCListItemPrivate()328UCListItemPrivate::UCListItemPrivate()
329 : UCStyledItemBasePrivate()329 : UCStyledItemBasePrivate()
330 , highlighted(false)330 , pressed(false)
331 , contentMoved(false)331 , contentMoved(false)
332 , highlightColorChanged(false)332 , highlightColorChanged(false)
333 , swiped(false)333 , swiped(false)
@@ -379,16 +379,6 @@
379 _q_updateSize();379 _q_updateSize();
380}380}
381381
382// inspired from IS_SIGNAL_CONNECTED(q, UCListItem, pressAndHold, ())
383// the macro cannot be used due to Arguments cannot be an empty ()
384bool UCListItemPrivate::isClickedConnected()
385{
386 Q_Q(UCListItem);
387 static QMetaMethod method = QMetaMethod::fromSignal(&UCListItem::clicked);
388 static int signalIdx = QMetaObjectPrivate::signalIndex(method);
389 return QObjectPrivate::get(q)->isSignalConnected(signalIdx);
390}
391
392void UCListItemPrivate::_q_updateThemedData()382void UCListItemPrivate::_q_updateThemedData()
393{383{
394 // update colors, panels384 // update colors, panels
@@ -402,7 +392,7 @@
402392
403void UCListItemPrivate::_q_rebound()393void UCListItemPrivate::_q_rebound()
404{394{
405 setHighlighted(false);395 setPressed(false);
406 // initiate rebinding only if there were actions tugged396 // initiate rebinding only if there were actions tugged
407 Q_Q(UCListItem);397 Q_Q(UCListItem);
408 if (!UCListItemActionsPrivate::isConnectedTo(leadingActions, q) &&398 if (!UCListItemActionsPrivate::isConnectedTo(leadingActions, q) &&
@@ -507,13 +497,14 @@
507// rebound without animation497// rebound without animation
508void UCListItemPrivate::promptRebound()498void UCListItemPrivate::promptRebound()
509{499{
510 setHighlighted(false);500 setPressed(false);
511 setSwiped(false);501 setSwiped(false);
512 if (animator) {502 if (animator) {
513 animator->snapOut();503 animator->snapOut();
514 }504 }
515}505}
516506
507// set pressed flag and update background
517// called when units size changes508// called when units size changes
518void UCListItemPrivate::_q_updateSize()509void UCListItemPrivate::_q_updateSize()
519{510{
@@ -549,18 +540,18 @@
549 // action, leading or trailing actions list or at least an active child component declared540 // action, leading or trailing actions list or at least an active child component declared
550 QQuickMouseArea *ma = q->findChild<QQuickMouseArea*>();541 QQuickMouseArea *ma = q->findChild<QQuickMouseArea*>();
551 bool activeMouseArea = ma && ma->isEnabled();542 bool activeMouseArea = ma && ma->isEnabled();
552 return !activeComponent && (isClickedConnected() || leadingActions || trailingActions || activeMouseArea);543 return !activeComponent && (leadingActions || trailingActions || activeMouseArea);
553}544}
554545
555// set highlighted flag and update contentItem546// set pressed flag and update contentItem
556void UCListItemPrivate::setHighlighted(bool highlighted)547void UCListItemPrivate::setPressed(bool pressed)
557{548{
558 if (this->highlighted != highlighted) {549 if (this->pressed != pressed) {
559 this->highlighted = highlighted;550 this->pressed = pressed;
560 suppressClick = false;551 suppressClick = false;
561 Q_Q(UCListItem);552 Q_Q(UCListItem);
562 q->update();553 q->update();
563 Q_EMIT q->highlightedChanged();554 Q_EMIT q->pressedChanged();
564 }555 }
565}556}
566// toggles the tugged flag and installs/removes event filter557// toggles the tugged flag and installs/removes event filter
@@ -652,63 +643,8 @@
652 * good performance when used in long list views.643 * good performance when used in long list views.
653 *644 *
654 * The component provides two color properties which configures the item's background645 * The component provides two color properties which configures the item's background
655 * when normal or highlighted. This can be configured through \l color and \l highlightColor646 * when normal or pressed. This can be configured through \l color and \l highlightColor
656 * properties. The list item is highlighted if there is an action attached to it.647 * properties.
657 * This means that the list item must have an active component declared as child,
658 * at least leading- or trailing actions specified, or to have a slot connected to
659 * \l clicked signal. In any other case the component will not be highlighted, and
660 * \l highlighted property will not be toggled either. Also, there will be no highlight
661 * happening if the click happens on the active component.
662 * \qml
663 * import QtQuick 2.3
664 * import Ubuntu.Components 1.2
665 *
666 * MainView {
667 * width: units.gu(40)
668 * height: units.gu(71)
669 *
670 * Column {
671 * anchors.fill: parent
672 * ListItem {
673 * Button {
674 * text: "Press me"
675 * }
676 * onClicked: console.log("clicked on ListItem")
677 * }
678 * ListItem {
679 * leadingActions: ListItemActions {
680 * actions: [
681 * Action {
682 * iconName: "delete"
683 * }
684 * ]
685 * }
686 * onClicked: console.log("clicked on ListItem with leadingActions set")
687 * }
688 * ListItem {
689 * trailingActions: ListItemActions {
690 * actions: [
691 * Action {
692 * iconName: "edit"
693 * }
694 * ]
695 * }
696 * onClicked: console.log("clicked on ListItem with trailingActions set")
697 * }
698 * ListItem {
699 * Label {
700 * text: "onClicked implemented"
701 * }
702 * onClicked: console.log("clicked on ListItem with onClicked implemented")
703 * }
704 * ListItem {
705 * Label {
706 * text: "No highlight"
707 * }
708 * }
709 * }
710 * }
711 * \endqml
712 *648 *
713 * \c contentItem holds all components and resources declared as child to ListItem.649 * \c contentItem holds all components and resources declared as child to ListItem.
714 * Being an Item, all properties can be accessed or altered. However, make sure you650 * Being an Item, all properties can be accessed or altered. However, make sure you
@@ -782,7 +718,7 @@
782/*!718/*!
783 * \qmlsignal ListItem::clicked()719 * \qmlsignal ListItem::clicked()
784 *720 *
785 * The signal is emitted when the component gets released while the \l highlighted property721 * The signal is emitted when the component gets released while the \l pressed property
786 * is set. The signal is not emitted if the ListItem content is swiped or when used in722 * is set. The signal is not emitted if the ListItem content is swiped or when used in
787 * Flickable (or ListView, GridView) and the Flickable gets moved.723 * Flickable (or ListView, GridView) and the Flickable gets moved.
788 */724 */
@@ -873,7 +809,7 @@
873 Q_UNUSED(data);809 Q_UNUSED(data);
874810
875 Q_D(UCListItem);811 Q_D(UCListItem);
876 QColor color = d->highlighted ? d->highlightColor : d->color;812 QColor color = d->pressed ? d->highlightColor : d->color;
877813
878 if (width() <= 0 || height() <= 0) {814 if (width() <= 0 || height() <= 0) {
879 delete oldNode;815 delete oldNode;
@@ -929,7 +865,7 @@
929 return;865 return;
930 }866 }
931 if (event->button() == Qt::LeftButton && d->canHighlight(event)) {867 if (event->button() == Qt::LeftButton && d->canHighlight(event)) {
932 d->setHighlighted(true);868 d->setPressed(true);
933 d->lastPos = d->pressedPos = event->localPos();869 d->lastPos = d->pressedPos = event->localPos();
934 // connect the Flickable to know when to rebound870 // connect the Flickable to know when to rebound
935 d->listenToRebind(true);871 d->listenToRebind(true);
@@ -948,7 +884,7 @@
948 UCStyledItemBase::mouseReleaseEvent(event);884 UCStyledItemBase::mouseReleaseEvent(event);
949 Q_D(UCListItem);885 Q_D(UCListItem);
950 // set released886 // set released
951 if (d->highlighted) {887 if (d->pressed) {
952 d->listenToRebind(false);888 d->listenToRebind(false);
953 if (d->attachedProperties) {889 if (d->attachedProperties) {
954 d->attachedProperties->disableInteractive(this, false);890 d->attachedProperties->disableInteractive(this, false);
@@ -959,7 +895,7 @@
959 d->_q_rebound();895 d->_q_rebound();
960 }896 }
961 }897 }
962 d->setHighlighted(false);898 d->setPressed(false);
963}899}
964900
965void UCListItem::mouseMoveEvent(QMouseEvent *event)901void UCListItem::mouseMoveEvent(QMouseEvent *event)
@@ -970,7 +906,7 @@
970 // accept the tugging only if the move is within the threshold906 // accept the tugging only if the move is within the threshold
971 bool leadingAttached = UCListItemActionsPrivate::isConnectedTo(d->leadingActions, this);907 bool leadingAttached = UCListItemActionsPrivate::isConnectedTo(d->leadingActions, this);
972 bool trailingAttached = UCListItemActionsPrivate::isConnectedTo(d->trailingActions, this);908 bool trailingAttached = UCListItemActionsPrivate::isConnectedTo(d->trailingActions, this);
973 if (d->highlighted && !(leadingAttached || trailingAttached)) {909 if (d->pressed && !(leadingAttached || trailingAttached)) {
974 // check if we can initiate the drag at all910 // check if we can initiate the drag at all
975 // only X direction matters, if Y-direction leaves the threshold, but X not, the tug is not valid911 // only X direction matters, if Y-direction leaves the threshold, but X not, the tug is not valid
976 qreal threshold = UCUnits::instance().gu(d->xAxisMoveThresholdGU);912 qreal threshold = UCUnits::instance().gu(d->xAxisMoveThresholdGU);
@@ -1182,16 +1118,16 @@
1182}1118}
11831119
1184/*!1120/*!
1185 * \qmlproperty bool ListItem::highlighted1121 * \qmlproperty bool ListItem::pressed
1186 * True when the item is pressed. The items stays highlighted when the mouse or touch1122 * True when the item is pressed. The items stays pressed when the mouse or touch
1187 * is moved horizontally. When in Flickable (or ListView), the item gets un-highlighted1123 * is moved horizontally. When in Flickable (or ListView), the item gets un-pressed
1188 * (false) when the mouse or touch is moved towards the vertical direction causing1124 * (false) when the mouse or touch is moved towards the vertical direction causing
1189 * the flickable to move.1125 * the flickable to move.
1190 */1126 */
1191bool UCListItem::highlighted() const1127bool UCListItem::pressed() const
1192{1128{
1193 Q_D(const UCListItem);1129 Q_D(const UCListItem);
1194 return d->highlighted;1130 return d->pressed;
1195}1131}
11961132
1197/*!1133/*!
@@ -1253,7 +1189,7 @@
12531189
1254/*!1190/*!
1255 * \qmlproperty color ListItem::highlightColor1191 * \qmlproperty color ListItem::highlightColor
1256 * Configures the color when highlighted. Defaults to the theme palette's background color.1192 * Configures the color when pressed. Defaults to the theme palette's background color.
1257 */1193 */
1258QColor UCListItem::highlightColor() const1194QColor UCListItem::highlightColor() const
1259{1195{
12601196
=== modified file 'modules/Ubuntu/Components/plugin/uclistitem.h'
--- modules/Ubuntu/Components/plugin/uclistitem.h 2014-12-18 10:08:56 +0000
+++ modules/Ubuntu/Components/plugin/uclistitem.h 2015-01-13 21:31:53 +0000
@@ -33,7 +33,7 @@
33 Q_PROPERTY(UCListItemDivider *divider READ divider CONSTANT)33 Q_PROPERTY(UCListItemDivider *divider READ divider CONSTANT)
34 Q_PROPERTY(UCListItemActions *leadingActions READ leadingActions WRITE setLeadingActions NOTIFY leadingActionsChanged DESIGNABLE false)34 Q_PROPERTY(UCListItemActions *leadingActions READ leadingActions WRITE setLeadingActions NOTIFY leadingActionsChanged DESIGNABLE false)
35 Q_PROPERTY(UCListItemActions *trailingActions READ trailingActions WRITE setTrailingActions NOTIFY trailingActionsChanged DESIGNABLE false)35 Q_PROPERTY(UCListItemActions *trailingActions READ trailingActions WRITE setTrailingActions NOTIFY trailingActionsChanged DESIGNABLE false)
36 Q_PROPERTY(bool highlighted READ highlighted NOTIFY highlightedChanged)36 Q_PROPERTY(bool pressed READ pressed NOTIFY pressedChanged)
37 Q_PRIVATE_PROPERTY(UCListItem::d_func(), qreal swipeOvershoot READ swipeOvershoot WRITE setSwipeOvershoot NOTIFY swipeOvershootChanged)37 Q_PRIVATE_PROPERTY(UCListItem::d_func(), qreal swipeOvershoot READ swipeOvershoot WRITE setSwipeOvershoot NOTIFY swipeOvershootChanged)
38 Q_PRIVATE_PROPERTY(UCListItem::d_func(), bool contentMoving READ contentMoving NOTIFY contentMovingChanged)38 Q_PRIVATE_PROPERTY(UCListItem::d_func(), bool contentMoving READ contentMoving NOTIFY contentMovingChanged)
39 Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)39 Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
@@ -56,7 +56,7 @@
56 void setLeadingActions(UCListItemActions *options);56 void setLeadingActions(UCListItemActions *options);
57 UCListItemActions *trailingActions() const;57 UCListItemActions *trailingActions() const;
58 void setTrailingActions(UCListItemActions *options);58 void setTrailingActions(UCListItemActions *options);
59 bool highlighted() const;59 bool pressed() const;
60 QColor color() const;60 QColor color() const;
61 void setColor(const QColor &color);61 void setColor(const QColor &color);
62 QColor highlightColor() const;62 QColor highlightColor() const;
@@ -76,7 +76,7 @@
76Q_SIGNALS:76Q_SIGNALS:
77 void leadingActionsChanged();77 void leadingActionsChanged();
78 void trailingActionsChanged();78 void trailingActionsChanged();
79 void highlightedChanged();79 void pressedChanged();
80 void swipeOvershootChanged();80 void swipeOvershootChanged();
81 void contentMovingChanged();81 void contentMovingChanged();
82 void colorChanged();82 void colorChanged();
8383
=== modified file 'modules/Ubuntu/Components/plugin/uclistitem_p.h'
--- modules/Ubuntu/Components/plugin/uclistitem_p.h 2015-01-07 06:42:09 +0000
+++ modules/Ubuntu/Components/plugin/uclistitem_p.h 2015-01-13 21:31:53 +0000
@@ -43,7 +43,6 @@
43 return that->d_func();43 return that->d_func();
44 }44 }
4545
46 bool isClickedConnected();
47 void _q_updateThemedData();46 void _q_updateThemedData();
48 void _q_rebound();47 void _q_rebound();
49 void promptRebound();48 void promptRebound();
@@ -51,7 +50,7 @@
51 void _q_updateIndex();50 void _q_updateIndex();
52 int index();51 int index();
53 bool canHighlight(QMouseEvent *event);52 bool canHighlight(QMouseEvent *event);
54 void setHighlighted(bool pressed);53 void setPressed(bool pressed);
55 void setSwiped(bool tugged);54 void setSwiped(bool tugged);
56 bool grabPanel(UCListItemActions *optionList, bool isTugged);55 bool grabPanel(UCListItemActions *optionList, bool isTugged);
57 void listenToRebind(bool listen);56 void listenToRebind(bool listen);
@@ -59,7 +58,7 @@
59 void update();58 void update();
60 void clampAndMoveX(qreal &x, qreal dx);59 void clampAndMoveX(qreal &x, qreal dx);
6160
62 bool highlighted:1;61 bool pressed:1;
63 bool contentMoved:1;62 bool contentMoved:1;
64 bool highlightColorChanged:1;63 bool highlightColorChanged:1;
65 bool swiped:1;64 bool swiped:1;
6665
=== modified file 'modules/Ubuntu/Components/plugin/uclistitemactionsattached.cpp'
--- modules/Ubuntu/Components/plugin/uclistitemactionsattached.cpp 2014-12-18 10:08:56 +0000
+++ modules/Ubuntu/Components/plugin/uclistitemactionsattached.cpp 2015-01-13 21:31:53 +0000
@@ -74,12 +74,12 @@
74 return;74 return;
75 }75 }
76 if (connect) {76 if (connect) {
77 QObject::connect(item, &UCListItem::highlightedChanged,77 QObject::connect(item, &UCListItem::pressedChanged,
78 this, &UCListItemActionsAttached::updateSwipeState);78 this, &UCListItemActionsAttached::updateSwipeState);
79 QObject::connect(item, &UCListItem::contentMovingChanged,79 QObject::connect(item, &UCListItem::contentMovingChanged,
80 this, &UCListItemActionsAttached::updateSwipeState);80 this, &UCListItemActionsAttached::updateSwipeState);
81 } else {81 } else {
82 QObject::disconnect(item, &UCListItem::highlightedChanged,82 QObject::disconnect(item, &UCListItem::pressedChanged,
83 this, &UCListItemActionsAttached::updateSwipeState);83 this, &UCListItemActionsAttached::updateSwipeState);
84 QObject::disconnect(item, &UCListItem::contentMovingChanged,84 QObject::disconnect(item, &UCListItem::contentMovingChanged,
85 this, &UCListItemActionsAttached::updateSwipeState);85 this, &UCListItemActionsAttached::updateSwipeState);
@@ -112,7 +112,7 @@
112 }112 }
113 UCListItem *item = static_cast<UCListItem*>(panelItem->parentItem());113 UCListItem *item = static_cast<UCListItem*>(panelItem->parentItem());
114 UCListItemPrivate *listItem = UCListItemPrivate::get(item);114 UCListItemPrivate *listItem = UCListItemPrivate::get(item);
115 bool swiped = listItem->highlighted && listItem->contentMoved;115 bool swiped = listItem->pressed && listItem->contentMoved;
116 if (swiped != m_swiping) {116 if (swiped != m_swiping) {
117 m_swiping = swiped;117 m_swiping = swiped;
118 Q_EMIT swipingChanged();118 Q_EMIT swipingChanged();
119119
=== modified file 'po/am.po'
--- po/am.po 2014-11-29 06:47:10 +0000
+++ po/am.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ar.po'
--- po/ar.po 2014-11-29 06:47:10 +0000
+++ po/ar.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ast.po'
--- po/ast.po 2014-11-29 06:47:10 +0000
+++ po/ast.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/az.po'
--- po/az.po 2014-11-29 06:47:10 +0000
+++ po/az.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/be.po'
--- po/be.po 2014-11-29 06:47:10 +0000
+++ po/be.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/bs.po'
--- po/bs.po 2014-11-29 06:47:10 +0000
+++ po/bs.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ca.po'
--- po/ca.po 2014-11-29 06:47:10 +0000
+++ po/ca.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
@@ -89,7 +89,7 @@
8989
90#: Ubuntu/Components/plugin/uctheme.cpp:23390#: Ubuntu/Components/plugin/uctheme.cpp:233
91msgid "Theme not found: "91msgid "Theme not found: "
92msgstr ""92msgstr "No s'ha trobat el tema: "
9393
94#: Ubuntu/Components/Popups/ComposerSheet.qml:8094#: Ubuntu/Components/Popups/ComposerSheet.qml:80
95msgid "Cancel"95msgid "Cancel"
9696
=== modified file 'po/ca@valencia.po'
--- po/ca@valencia.po 2014-11-29 06:47:10 +0000
+++ po/ca@valencia.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ce.po'
--- po/ce.po 2014-11-29 06:47:10 +0000
+++ po/ce.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/cs.po'
--- po/cs.po 2014-11-29 06:47:10 +0000
+++ po/cs.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/da.po'
--- po/da.po 2014-11-29 06:47:10 +0000
+++ po/da.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/de.po'
--- po/de.po 2014-11-29 06:47:10 +0000
+++ po/de.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/el.po'
--- po/el.po 2014-11-29 06:47:10 +0000
+++ po/el.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2014-11-29 06:47:10 +0000
+++ po/en_AU.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2014-11-29 06:47:10 +0000
+++ po/en_GB.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/es.po'
--- po/es.po 2014-12-12 06:33:39 +0000
+++ po/es.po 2015-01-13 21:31:53 +0000
@@ -14,7 +14,7 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-12-12 06:33+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17286)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
2121
=== modified file 'po/eu.po'
--- po/eu.po 2014-11-29 06:47:10 +0000
+++ po/eu.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/fa.po'
--- po/fa.po 2014-12-12 06:33:39 +0000
+++ po/fa.po 2015-01-13 21:31:53 +0000
@@ -14,7 +14,7 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-12-12 06:33+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17286)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
2121
=== modified file 'po/fi.po'
--- po/fi.po 2014-11-29 06:47:10 +0000
+++ po/fi.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/fr.po'
--- po/fr.po 2014-11-29 06:47:10 +0000
+++ po/fr.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "Supprimer"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -145,4 +145,4 @@
145145
146#: Ubuntu/Components/ToolbarItems.qml:142146#: Ubuntu/Components/ToolbarItems.qml:142
147msgid "Back"147msgid "Back"
148msgstr ""148msgstr "Précédent"
149149
=== modified file 'po/fr_CA.po'
--- po/fr_CA.po 2014-11-29 06:47:10 +0000
+++ po/fr_CA.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ga.po'
--- po/ga.po 2014-12-17 07:02:28 +0000
+++ po/ga.po 2015-01-13 21:31:53 +0000
@@ -14,7 +14,7 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-12-17 07:02+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17286)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
@@ -27,11 +27,13 @@
27"property \"%1\" of object %2 has type %3 and cannot be set to value \"%4\" "27"property \"%1\" of object %2 has type %3 and cannot be set to value \"%4\" "
28"of type %5"28"of type %5"
29msgstr ""29msgstr ""
30"Tá cineál %3 ag aire \"%1\" de réad %2,agus ní féidir é a shocrú go luach "
31"\"%4\"de chineál %5"
3032
31#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:18533#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:185
32#, qt-format34#, qt-format
33msgid "property \"%1\" does not exist or is not writable for object %2"35msgid "property \"%1\" does not exist or is not writable for object %2"
34msgstr ""36msgstr "Ní ann don luach \"%1\" nó níl sé inscríofa don réad %2"
3537
36#: Ubuntu/Components/plugin/ucalarm.cpp:4238#: Ubuntu/Components/plugin/ucalarm.cpp:42
37#: Ubuntu/Components/plugin/ucalarm.cpp:13639#: Ubuntu/Components/plugin/ucalarm.cpp:136
@@ -41,7 +43,7 @@
41#: Ubuntu/Components/plugin/ucalarm.cpp:68443#: Ubuntu/Components/plugin/ucalarm.cpp:684
42#: Ubuntu/Components/plugin/ucalarm.cpp:71644#: Ubuntu/Components/plugin/ucalarm.cpp:716
43msgid "Alarm has a pending operation."45msgid "Alarm has a pending operation."
44msgstr ""46msgstr "Tá gníomh ar feitheamh ag an aláram"
4547
46#: Ubuntu/Components/plugin/ucarguments.cpp:18848#: Ubuntu/Components/plugin/ucarguments.cpp:188
47msgid "Usage: "49msgid "Usage: "
@@ -69,16 +71,19 @@
69#: Ubuntu/Components/plugin/ucmousefilters.cpp:106471#: Ubuntu/Components/plugin/ucmousefilters.cpp:1064
70msgid "Ignoring AfterItem priority for InverseMouse filters."72msgid "Ignoring AfterItem priority for InverseMouse filters."
71msgstr ""73msgstr ""
74"Ag déanamh neamhaird ar phriaracht AfterItem do scagathóirí InverseMouse"
7275
73#: Ubuntu/Components/plugin/ucstatesaver.cpp:4676#: Ubuntu/Components/plugin/ucstatesaver.cpp:46
74msgid "Warning: attachee must have an ID. State will not be saved."77msgid "Warning: attachee must have an ID. State will not be saved."
75msgstr ""78msgstr "Aire: Tá ID ag teastáil ón gceangalaí. Ní shábháilfear an staid."
7679
77#: Ubuntu/Components/plugin/ucstatesaver.cpp:5680#: Ubuntu/Components/plugin/ucstatesaver.cpp:56
78#, qt-format81#, qt-format
79msgid ""82msgid ""
80"Warning: attachee's UUID is already registered, state won't be saved: %1"83"Warning: attachee's UUID is already registered, state won't be saved: %1"
81msgstr ""84msgstr ""
85"Aire: Tá UUID an cheangalaí cláraithe cheana féin. Ní shábháilfear an staid: "
86"%1"
8287
83#: Ubuntu/Components/plugin/ucstatesaver.cpp:10288#: Ubuntu/Components/plugin/ucstatesaver.cpp:102
84#, qt-format89#, qt-format
@@ -86,54 +91,56 @@
86"All the parents must have an id.\n"91"All the parents must have an id.\n"
87"State saving disabled for %1, class %2"92"State saving disabled for %1, class %2"
88msgstr ""93msgstr ""
94"Tá id ag teastáil ó gach tuismitheoir.\n"
95"Sábháil staid díchumasaithe do %1, aicme %2"
8996
90#: Ubuntu/Components/plugin/uctheme.cpp:23397#: Ubuntu/Components/plugin/uctheme.cpp:233
91msgid "Theme not found: "98msgid "Theme not found: "
92msgstr ""99msgstr "Níor aimsíodh téama: "
93100
94#: Ubuntu/Components/Popups/ComposerSheet.qml:80101#: Ubuntu/Components/Popups/ComposerSheet.qml:80
95msgid "Cancel"102msgid "Cancel"
96msgstr ""103msgstr "Cealaigh"
97104
98#: Ubuntu/Components/Popups/ComposerSheet.qml:90105#: Ubuntu/Components/Popups/ComposerSheet.qml:90
99msgid "Confirm"106msgid "Confirm"
100msgstr ""107msgstr "Deimhnigh"
101108
102#: Ubuntu/Components/Popups/DefaultSheet.qml:89109#: Ubuntu/Components/Popups/DefaultSheet.qml:89
103msgid "Close"110msgid "Close"
104msgstr ""111msgstr "Dún"
105112
106#: Ubuntu/Components/Popups/DefaultSheet.qml:99113#: Ubuntu/Components/Popups/DefaultSheet.qml:99
107msgid "Done"114msgid "Done"
108msgstr ""115msgstr "Déanta"
109116
110#: Ubuntu/Components/TextInputPopover.qml:27117#: Ubuntu/Components/TextInputPopover.qml:27
111msgid "Select All"118msgid "Select All"
112msgstr ""119msgstr "Roghnaigh Uile"
113120
114#: Ubuntu/Components/TextInputPopover.qml:33121#: Ubuntu/Components/TextInputPopover.qml:33
115msgid "Cut"122msgid "Cut"
116msgstr ""123msgstr "Gearr"
117124
118#: Ubuntu/Components/TextInputPopover.qml:42125#: Ubuntu/Components/TextInputPopover.qml:42
119msgid "Copy"126msgid "Copy"
120msgstr ""127msgstr "Cóipeáil"
121128
122#: Ubuntu/Components/TextInputPopover.qml:49129#: Ubuntu/Components/TextInputPopover.qml:49
123msgid "Paste"130msgid "Paste"
124msgstr ""131msgstr "Greamaigh"
125132
126#: Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:57133#: Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:57
127msgid "In Progress"134msgid "In Progress"
128msgstr ""135msgstr "Ar Bun"
129136
130#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28137#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
131msgid "Release to refresh..."138msgid "Release to refresh..."
132msgstr ""139msgstr "Scaoil le hathnuachan a dhéanamh…"
133140
134#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28141#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
135msgid "Pull to refresh..."142msgid "Pull to refresh..."
136msgstr ""143msgstr "Tarraing le hathnuachan a dhéanamh…"
137144
138#: Ubuntu/Components/ToolbarItems.qml:142145#: Ubuntu/Components/ToolbarItems.qml:142
139msgid "Back"146msgid "Back"
140147
=== modified file 'po/gd.po'
--- po/gd.po 2014-11-29 06:47:10 +0000
+++ po/gd.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/gl.po'
--- po/gl.po 2014-11-29 06:47:10 +0000
+++ po/gl.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "Eliminar"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -141,4 +141,4 @@
141141
142#: Ubuntu/Components/ToolbarItems.qml:142142#: Ubuntu/Components/ToolbarItems.qml:142
143msgid "Back"143msgid "Back"
144msgstr ""144msgstr "Atrás"
145145
=== modified file 'po/he.po'
--- po/he.po 2014-11-29 06:47:10 +0000
+++ po/he.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== added file 'po/hi.po'
--- po/hi.po 1970-01-01 00:00:00 +0000
+++ po/hi.po 2015-01-13 21:31:53 +0000
@@ -0,0 +1,140 @@
1# Hindi translation for ubuntu-ui-toolkit
2# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
3# This file is distributed under the same license as the ubuntu-ui-toolkit package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: ubuntu-ui-toolkit\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2014-11-05 14:29+0100\n"
11"PO-Revision-Date: 2015-01-05 14:49+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Hindi <hi@li.org>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2015-01-06 07:14+0000\n"
18"X-Generator: Launchpad (build 17286)\n"
19
20#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"
22msgstr ""
23
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format
26msgid ""
27"property \"%1\" of object %2 has type %3 and cannot be set to value \"%4\" "
28"of type %5"
29msgstr ""
30
31#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:185
32#, qt-format
33msgid "property \"%1\" does not exist or is not writable for object %2"
34msgstr ""
35
36#: Ubuntu/Components/plugin/ucalarm.cpp:42
37#: Ubuntu/Components/plugin/ucalarm.cpp:136
38msgid "Alarm"
39msgstr ""
40
41#: Ubuntu/Components/plugin/ucalarm.cpp:684
42#: Ubuntu/Components/plugin/ucalarm.cpp:716
43msgid "Alarm has a pending operation."
44msgstr ""
45
46#: Ubuntu/Components/plugin/ucarguments.cpp:188
47msgid "Usage: "
48msgstr ""
49
50#: Ubuntu/Components/plugin/ucarguments.cpp:209
51msgid "Options:"
52msgstr ""
53
54#: Ubuntu/Components/plugin/ucarguments.cpp:498
55#, qt-format
56msgid "%1 is expecting an additional argument: %2"
57msgstr ""
58
59#: Ubuntu/Components/plugin/ucarguments.cpp:503
60#, qt-format
61msgid "%1 is expecting a value for argument: %2"
62msgstr ""
63
64#: Ubuntu/Components/plugin/ucarguments.cpp:520
65#, qt-format
66msgid "%1 is expecting additional arguments: %2"
67msgstr ""
68
69#: Ubuntu/Components/plugin/ucmousefilters.cpp:1064
70msgid "Ignoring AfterItem priority for InverseMouse filters."
71msgstr ""
72
73#: Ubuntu/Components/plugin/ucstatesaver.cpp:46
74msgid "Warning: attachee must have an ID. State will not be saved."
75msgstr ""
76
77#: Ubuntu/Components/plugin/ucstatesaver.cpp:56
78#, qt-format
79msgid ""
80"Warning: attachee's UUID is already registered, state won't be saved: %1"
81msgstr ""
82
83#: Ubuntu/Components/plugin/ucstatesaver.cpp:102
84#, qt-format
85msgid ""
86"All the parents must have an id.\n"
87"State saving disabled for %1, class %2"
88msgstr ""
89
90#: Ubuntu/Components/plugin/uctheme.cpp:233
91msgid "Theme not found: "
92msgstr ""
93
94#: Ubuntu/Components/Popups/ComposerSheet.qml:80
95msgid "Cancel"
96msgstr ""
97
98#: Ubuntu/Components/Popups/ComposerSheet.qml:90
99msgid "Confirm"
100msgstr ""
101
102#: Ubuntu/Components/Popups/DefaultSheet.qml:89
103msgid "Close"
104msgstr ""
105
106#: Ubuntu/Components/Popups/DefaultSheet.qml:99
107msgid "Done"
108msgstr ""
109
110#: Ubuntu/Components/TextInputPopover.qml:27
111msgid "Select All"
112msgstr ""
113
114#: Ubuntu/Components/TextInputPopover.qml:33
115msgid "Cut"
116msgstr ""
117
118#: Ubuntu/Components/TextInputPopover.qml:42
119msgid "Copy"
120msgstr ""
121
122#: Ubuntu/Components/TextInputPopover.qml:49
123msgid "Paste"
124msgstr ""
125
126#: Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:57
127msgid "In Progress"
128msgstr ""
129
130#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
131msgid "Release to refresh..."
132msgstr ""
133
134#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
135msgid "Pull to refresh..."
136msgstr ""
137
138#: Ubuntu/Components/ToolbarItems.qml:142
139msgid "Back"
140msgstr ""
0141
=== modified file 'po/hr.po'
--- po/hr.po 2014-12-08 06:37:28 +0000
+++ po/hr.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-12-08 06:37+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17274)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/hu.po'
--- po/hu.po 2014-11-29 06:47:10 +0000
+++ po/hu.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/id.po'
--- po/id.po 2014-11-29 06:47:10 +0000
+++ po/id.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/it.po'
--- po/it.po 2014-11-29 06:47:10 +0000
+++ po/it.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ja.po'
--- po/ja.po 2014-11-29 06:47:10 +0000
+++ po/ja.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/km.po'
--- po/km.po 2014-11-29 06:47:10 +0000
+++ po/km.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/kn.po'
--- po/kn.po 2014-11-29 06:47:10 +0000
+++ po/kn.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ko.po'
--- po/ko.po 2014-11-29 06:47:10 +0000
+++ po/ko.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "삭제"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -139,4 +139,4 @@
139139
140#: Ubuntu/Components/ToolbarItems.qml:142140#: Ubuntu/Components/ToolbarItems.qml:142
141msgid "Back"141msgid "Back"
142msgstr ""142msgstr "뒤로"
143143
=== modified file 'po/lv.po'
--- po/lv.po 2014-11-29 06:47:10 +0000
+++ po/lv.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ms.po'
--- po/ms.po 2014-11-29 06:47:10 +0000
+++ po/ms.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/my.po'
--- po/my.po 2014-11-29 06:47:10 +0000
+++ po/my.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/nb.po'
--- po/nb.po 2014-11-29 06:47:10 +0000
+++ po/nb.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "Slett"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -143,4 +143,4 @@
143143
144#: Ubuntu/Components/ToolbarItems.qml:142144#: Ubuntu/Components/ToolbarItems.qml:142
145msgid "Back"145msgid "Back"
146msgstr ""146msgstr "Tilbake"
147147
=== modified file 'po/nl.po'
--- po/nl.po 2014-11-29 06:47:10 +0000
+++ po/nl.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/oc.po'
--- po/oc.po 2014-11-29 06:47:10 +0000
+++ po/oc.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/pa.po'
--- po/pa.po 2014-11-29 06:47:10 +0000
+++ po/pa.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/pl.po'
--- po/pl.po 2014-11-29 06:47:10 +0000
+++ po/pl.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/pt.po'
--- po/pt.po 2014-11-29 06:47:10 +0000
+++ po/pt.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "Eliminar"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -141,4 +141,4 @@
141141
142#: Ubuntu/Components/ToolbarItems.qml:142142#: Ubuntu/Components/ToolbarItems.qml:142
143msgid "Back"143msgid "Back"
144msgstr ""144msgstr "Anterior"
145145
=== modified file 'po/pt_BR.po'
--- po/pt_BR.po 2014-11-29 06:47:10 +0000
+++ po/pt_BR.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ro.po'
--- po/ro.po 2014-11-29 06:47:10 +0000
+++ po/ro.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/ru.po'
--- po/ru.po 2014-11-29 06:47:10 +0000
+++ po/ru.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/sq.po'
--- po/sq.po 2014-11-29 06:47:10 +0000
+++ po/sq.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:46+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/sr.po'
--- po/sr.po 2014-11-29 06:47:10 +0000
+++ po/sr.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/sv.po'
--- po/sv.po 2014-11-29 06:47:10 +0000
+++ po/sv.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/tr.po'
--- po/tr.po 2014-11-29 06:47:10 +0000
+++ po/tr.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
@@ -26,7 +26,8 @@
26msgid ""26msgid ""
27"property \"%1\" of object %2 has type %3 and cannot be set to value \"%4\" "27"property \"%1\" of object %2 has type %3 and cannot be set to value \"%4\" "
28"of type %5"28"of type %5"
29msgstr "%2 nesnesinin %1 niteliği %3 tür, %4 veya %5 olarak ayarlanamaz."29msgstr ""
30"%2 nesnesinin %1 niteliği %3 tipindedir, %4 veya %5 olarak ayarlanamaz."
3031
31#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:18532#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:185
32#, qt-format33#, qt-format
@@ -89,23 +90,23 @@
8990
90#: Ubuntu/Components/plugin/uctheme.cpp:23391#: Ubuntu/Components/plugin/uctheme.cpp:233
91msgid "Theme not found: "92msgid "Theme not found: "
92msgstr ""93msgstr "Tema bulunamadı: "
9394
94#: Ubuntu/Components/Popups/ComposerSheet.qml:8095#: Ubuntu/Components/Popups/ComposerSheet.qml:80
95msgid "Cancel"96msgid "Cancel"
96msgstr ""97msgstr "İptal"
9798
98#: Ubuntu/Components/Popups/ComposerSheet.qml:9099#: Ubuntu/Components/Popups/ComposerSheet.qml:90
99msgid "Confirm"100msgid "Confirm"
100msgstr ""101msgstr "Doğrula"
101102
102#: Ubuntu/Components/Popups/DefaultSheet.qml:89103#: Ubuntu/Components/Popups/DefaultSheet.qml:89
103msgid "Close"104msgid "Close"
104msgstr ""105msgstr "Kapat"
105106
106#: Ubuntu/Components/Popups/DefaultSheet.qml:99107#: Ubuntu/Components/Popups/DefaultSheet.qml:99
107msgid "Done"108msgid "Done"
108msgstr ""109msgstr "Bitti"
109110
110#: Ubuntu/Components/TextInputPopover.qml:27111#: Ubuntu/Components/TextInputPopover.qml:27
111msgid "Select All"112msgid "Select All"
@@ -125,15 +126,15 @@
125126
126#: Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:57127#: Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:57
127msgid "In Progress"128msgid "In Progress"
128msgstr ""129msgstr "Devam Ediyor"
129130
130#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28131#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
131msgid "Release to refresh..."132msgid "Release to refresh..."
132msgstr ""133msgstr "Yenilemek için bırakın..."
133134
134#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28135#: Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml:28
135msgid "Pull to refresh..."136msgid "Pull to refresh..."
136msgstr ""137msgstr "Yenilemek için çekin..."
137138
138#: Ubuntu/Components/ToolbarItems.qml:142139#: Ubuntu/Components/ToolbarItems.qml:142
139msgid "Back"140msgid "Back"
140141
=== modified file 'po/ug.po'
--- po/ug.po 2014-11-29 06:47:10 +0000
+++ po/ug.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
@@ -43,7 +43,7 @@
43#: Ubuntu/Components/plugin/ucalarm.cpp:68443#: Ubuntu/Components/plugin/ucalarm.cpp:684
44#: Ubuntu/Components/plugin/ucalarm.cpp:71644#: Ubuntu/Components/plugin/ucalarm.cpp:716
45msgid "Alarm has a pending operation."45msgid "Alarm has a pending operation."
46msgstr ""46msgstr "قوڭغۇراق توڭلىتىلغان ھالەتتە."
4747
48#: Ubuntu/Components/plugin/ucarguments.cpp:18848#: Ubuntu/Components/plugin/ucarguments.cpp:188
49msgid "Usage: "49msgid "Usage: "
5050
=== modified file 'po/uk.po'
--- po/uk.po 2014-11-29 06:47:10 +0000
+++ po/uk.po 2015-01-13 21:31:53 +0000
@@ -14,12 +14,12 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
22msgstr ""22msgstr "Вилучити"
2323
24#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:17624#: Ubuntu/Components/plugin/statesaverbackend_p.cpp:176
25#, qt-format25#, qt-format
@@ -146,4 +146,4 @@
146146
147#: Ubuntu/Components/ToolbarItems.qml:142147#: Ubuntu/Components/ToolbarItems.qml:142
148msgid "Back"148msgid "Back"
149msgstr ""149msgstr "Назад"
150150
=== modified file 'po/zh_CN.po'
--- po/zh_CN.po 2014-11-29 06:47:10 +0000
+++ po/zh_CN.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'po/zh_TW.po'
--- po/zh_TW.po 2014-11-29 06:47:10 +0000
+++ po/zh_TW.po 2015-01-13 21:31:53 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2014-11-29 06:47+0000\n"17"X-Launchpad-Export-Date: 2014-12-25 06:12+0000\n"
18"X-Generator: Launchpad (build 17267)\n"18"X-Generator: Launchpad (build 17286)\n"
1919
20#: Ubuntu/Components/ListItems/Empty.qml:41320#: Ubuntu/Components/ListItems/Empty.qml:413
21msgid "Delete"21msgid "Delete"
2222
=== modified file 'tests/autopilot/ubuntuuitoolkit/__init__.py'
--- tests/autopilot/ubuntuuitoolkit/__init__.py 2014-12-17 11:46:03 +0000
+++ tests/autopilot/ubuntuuitoolkit/__init__.py 2015-01-13 21:31:53 +0000
@@ -27,7 +27,6 @@
27 'get_keyboard',27 'get_keyboard',
28 'get_pointing_device',28 'get_pointing_device',
29 'Header',29 'Header',
30 'Dialog',
31 'listitems',30 'listitems',
32 'UCListItem',31 'UCListItem',
33 'MainView',32 'MainView',
@@ -64,7 +63,6 @@
64 get_keyboard,63 get_keyboard,
65 get_pointing_device,64 get_pointing_device,
66 Header,65 Header,
67 Dialog,
68 listitems,66 listitems,
69 UCListItem,67 UCListItem,
70 MainView,68 MainView,
7169
=== modified file 'tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/__init__.py'
--- tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/__init__.py 2014-12-17 11:46:03 +0000
+++ tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/__init__.py 2015-01-13 21:31:53 +0000
@@ -24,7 +24,6 @@
24 'get_keyboard',24 'get_keyboard',
25 'get_pointing_device',25 'get_pointing_device',
26 'Header',26 'Header',
27 'Dialog',
28 'listitems',27 'listitems',
29 'UCListItem',28 'UCListItem',
30 'MainView',29 'MainView',
@@ -57,11 +56,6 @@
57 AppHeader,56 AppHeader,
58 Header,57 Header,
59)58)
60
61from ubuntuuitoolkit._custom_proxy_objects.popups import (
62 Dialog
63)
64
65from ubuntuuitoolkit._custom_proxy_objects import listitems59from ubuntuuitoolkit._custom_proxy_objects import listitems
66from ubuntuuitoolkit._custom_proxy_objects._uclistitem import (60from ubuntuuitoolkit._custom_proxy_objects._uclistitem import (
67 UCListItem61 UCListItem
6862
=== modified file 'tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_uclistitem.py'
--- tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_uclistitem.py 2015-01-07 06:42:09 +0000
+++ tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_uclistitem.py 2015-01-13 21:31:53 +0000
@@ -18,6 +18,7 @@
1818
19from autopilot import logging as autopilot_logging19from autopilot import logging as autopilot_logging
20from ubuntuuitoolkit._custom_proxy_objects import _common20from ubuntuuitoolkit._custom_proxy_objects import _common
21import time
2122
2223
23logger = logging.getLogger(__name__)24logger = logging.getLogger(__name__)
@@ -41,8 +42,8 @@
41 'No {0} panel found in a ListItem'.format(panel_item))42 'No {0} panel found in a ListItem'.format(panel_item))
42 start_y = stop_y = y + (height // 2)43 start_y = stop_y = y + (height // 2)
43 self.pointing_device.drag(start_x, start_y, stop_x, stop_y)44 self.pointing_device.drag(start_x, start_y, stop_x, stop_y)
44 # wait till animation finishes45 # wait 1 second to finish animation
45 self.contentMoving.wait_for(False)46 time.sleep(1)
4647
47 def _click_on_panel_action(self, panel_item, action_object, wait_function):48 def _click_on_panel_action(self, panel_item, action_object, wait_function):
48 self._swipe_in_panel(panel_item)49 self._swipe_in_panel(panel_item)
@@ -56,8 +57,11 @@
5657
57 self.pointing_device.click_object(action_button)58 self.pointing_device.click_object(action_button)
58 if wait_function is None:59 if wait_function is None:
59 # wait till animation finishes60 # wait for the animation to finish
60 self.contentMoving.wait_for(False)61 contentItem = self.select_single(objectName='ListItemHolder')
62 while contentItem.x != 0.0:
63 contentItem.x.wait_for(0)
64 time.sleep(1)
61 else:65 else:
62 wait_function()66 wait_function()
6367
6468
=== modified file 'tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/popups.py'
--- tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/popups.py 2014-12-18 12:48:05 +0000
+++ tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/popups.py 2015-01-13 21:31:53 +0000
@@ -25,10 +25,6 @@
25logger = logging.getLogger(__name__)25logger = logging.getLogger(__name__)
2626
2727
28class Dialog(_common.UbuntuUIToolkitCustomProxyObjectBase):
29 """Autopilot helper for the Dialog component."""
30
31
32class TextInputPopover(_common.UbuntuUIToolkitCustomProxyObjectBase):28class TextInputPopover(_common.UbuntuUIToolkitCustomProxyObjectBase):
33 """TextInputPopover Autopilot emulator ."""29 """TextInputPopover Autopilot emulator ."""
3430
3531
=== modified file 'tests/autopilot/ubuntuuitoolkit/emulators.py'
--- tests/autopilot/ubuntuuitoolkit/emulators.py 2014-12-17 11:46:03 +0000
+++ tests/autopilot/ubuntuuitoolkit/emulators.py 2015-01-13 21:31:53 +0000
@@ -39,7 +39,6 @@
39 'Empty',39 'Empty',
40 'UCListItem',40 'UCListItem',
41 'Header',41 'Header',
42 'Dialog',
43 'ItemSelector',42 'ItemSelector',
44 'MainView',43 'MainView',
45 'MultiValue',44 'MultiValue',
@@ -65,7 +64,6 @@
65 get_pointing_device,64 get_pointing_device,
66 CheckBox,65 CheckBox,
67 Header,66 Header,
68 Dialog,
69 UCListItem,67 UCListItem,
70 MainView,68 MainView,
71 OptionSelector,69 OptionSelector,
7270
=== removed file 'tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.DialogTestCase.qml'
--- tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.DialogTestCase.qml 2014-12-17 11:46:03 +0000
+++ tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.DialogTestCase.qml 1970-01-01 00:00:00 +0000
@@ -1,69 +0,0 @@
1/*
2 * Copyright 2014 Canonical Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; version 3.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17import QtQuick 2.0
18import Ubuntu.Components 1.1
19import Ubuntu.Components.Popups 0.1
20
21MainView {
22 width: units.gu(48)
23 height: units.gu(60)
24 automaticOrientation: true
25 Page {
26 Component {
27 id: dialog
28 Dialog {
29 id: dialogue
30 title: "Dialog"
31 text: "Simple dialog with text area and three stacked button"
32 Column {
33 id: row
34 width: parent.width
35 spacing: units.gu(1)
36 TextArea {
37 height: parent.height/2
38 objectName: "textfield_standard"
39 placeholderText: i18n.tr("Type me in...")
40 width: parent.width
41 }
42 Button {
43 width: parent.width
44 text: "Bellow TextField"
45 color: UbuntuColors.green
46 onClicked: PopupUtils.close(dialogue)
47 }
48 Button {
49 width: parent.width
50 text: "Middle button"
51 onClicked: PopupUtils.close(dialogue)
52 }
53 Button {
54 width: parent.width
55 text: "Lower button"
56 onClicked: PopupUtils.close(dialogue)
57 }
58 }
59 }
60 }
61 Button {
62 objectName: "button"
63 anchors.centerIn: parent
64 text: i18n.tr("Open dialog")
65 onClicked: PopupUtils.open(dialog, null)
66 }
67 }
68}
69
700
=== removed file 'tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.py'
--- tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.py 2014-12-17 12:11:51 +0000
+++ tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_dialog.py 1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
1# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2#
3# Copyright (C) 2013, 2014 Canonical Ltd.
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; version 3.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU Lesser General Public License for more details.
13#
14# You should have received a copy of the GNU Lesser General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
17import os
18
19from ubuntuuitoolkit import tests
20
21
22class DialogTestCase(tests.QMLFileAppTestCase):
23 path = os.path.abspath(__file__)
24 dir_path = os.path.dirname(path)
25 test_qml_file_path = os.path.join(
26 dir_path, 'test_dialog.DialogTestCase.qml')
27
28 def setUp(self):
29 super(DialogTestCase, self).setUp()
30
31 def test_dialog(self):
32 open_button = self.main_view.wait_select_single('Button',
33 objectName='button')
34 self.pointing_device.click_object(open_button)
35 dialog = self.main_view.wait_select_single('Dialog',
36 title="Dialog")
37 text_area = dialog.wait_select_single('TextArea',
38 objectName='textfield_standard')
39 text_area.write('test')
40 self.assertEqual(text_area.text, 'test')
41 lower_button = dialog.wait_select_single('Button',
42 text='Lower button')
43 self.pointing_device.click_object(lower_button)
440
=== modified file 'tests/resources/listitems/ListItemTest.qml'
--- tests/resources/listitems/ListItemTest.qml 2014-12-04 13:23:18 +0000
+++ tests/resources/listitems/ListItemTest.qml 2015-01-13 21:31:53 +0000
@@ -123,14 +123,6 @@
123 }123 }
124 ListItem {124 ListItem {
125 Label {125 Label {
126 id: label
127 text: "No action"
128 }
129 onClicked: print(label.text, "clicked")
130 }
131
132 ListItem {
133 Label {
134 anchors.fill: parent126 anchors.fill: parent
135 text: "Another standalone ListItem"127 text: "Another standalone ListItem"
136 }128 }
@@ -155,7 +147,6 @@
155 Label {147 Label {
156 text: modelData + " item"148 text: modelData + " item"
157 }149 }
158
159 states: State {150 states: State {
160 name: "override"151 name: "override"
161 when: main.override152 when: main.override
162153
=== modified file 'tests/uitk_test_plan.sh'
--- tests/uitk_test_plan.sh 2015-01-08 06:21:28 +0000
+++ tests/uitk_test_plan.sh 2015-01-13 21:31:53 +0000
@@ -33,7 +33,7 @@
33PASSWORD="0000"33PASSWORD="0000"
34BOOTTIME=50034BOOTTIME=500
35ONLYCOMPARE=false35ONLYCOMPARE=false
3636
37declare -a TEST_SUITE=(37declare -a TEST_SUITE=(
38 " -p ubuntu-ui-toolkit-autopilot ubuntuuitoolkit"38 " -p ubuntu-ui-toolkit-autopilot ubuntuuitoolkit"
39 " -p webbrowser-app-autopilot webbrowser_app"39 " -p webbrowser-app-autopilot webbrowser_app"
@@ -41,11 +41,11 @@
41 " sudoku_app"41 " sudoku_app"
42 " online_accounts_ui"42 " online_accounts_ui"
43 " ubuntu_calculator_app"43 " ubuntu_calculator_app"
44# " -p messaging-app-autopilot messaging_app"44 " -p messaging-app-autopilot messaging_app"
45 " -p mediaplayer-app-autopilot mediaplayer_app"45 " -p mediaplayer-app-autopilot mediaplayer_app"
46 " dropping_letters_app"46 " dropping_letters_app"
47 " -p dialer-app-autopilot dialer_app"47 " -p dialer-app-autopilot dialer_app"
48 " -p reminders-app-autopilot reminders"48# hangs " -p reminders-app-autopilot reminders"
49 " shorts_app"49 " shorts_app"
50 " ubuntu_weather_app"50 " ubuntu_weather_app"
51 " -p ubuntu-system-settings-autopilot ubuntu_system_settings"51 " -p ubuntu-system-settings-autopilot ubuntu_system_settings"
@@ -71,17 +71,16 @@
71 gallery-app-autopilot \71 gallery-app-autopilot \
72 reminders-app-autopilot \72 reminders-app-autopilot \
73 address-book-app-autopilot \73 address-book-app-autopilot \
74# messaging-app-autopilot \74 messaging-app-autopilot \
75 unity8-autopilot \
76 dialer-app-autopilot \75 dialer-app-autopilot \
77 camera-app-autopilot \76 camera-app-autopilot \
78 webbrowser-app-autopilot \77 webbrowser-app-autopilot \
79 mediaplayer-app-autopilot \78 mediaplayer-app-autopilot \
79 unity8-autopilot \
80 unity-webapps-qml-autopilot \80 unity-webapps-qml-autopilot \
81 ubuntu-system-settings-autopilot\81 ubuntu-system-settings-autopilot\
82 ubuntu-html5-ui-toolkit-autopilot \82 ubuntu-html5-ui-toolkit-autopilot \
83 ubuntu-system-settings-online-accounts-autopilot"83 ubuntu-system-settings-online-accounts-autopilot"
84# messaging-app-autopilot \
8584
86sleep_indicator () {85sleep_indicator () {
87 if [ -z "$1" ]; then86 if [ -z "$1" ]; then
@@ -149,8 +148,8 @@
149 # flash the latest image148 # flash the latest image
150 echo -e "Flashing \e[31m${CHANNEL}\e[0m"149 echo -e "Flashing \e[31m${CHANNEL}\e[0m"
151150
152# ubuntu-device-flash --serial=${SERIALNUMBER} --channel=${CHANNEL} --revision=${REVISION} --wipe --bootstrap --developer-mode --password=${PASSWORD} 151# ubuntu-device-flash --serial=${SERIALNUMBER} --channel=${CHANNEL} --revision=${REVISION} --wipe --developer-mode --password=${PASSWORD}
153 ubuntu-device-flash touch --serial=${SERIALNUMBER} --channel=${CHANNEL} --wipe --developer-mode --password=${PASSWORD} 152 ubuntu-device-flash --serial=${SERIALNUMBER} --channel=${CHANNEL} --wipe --developer-mode --password=${PASSWORD}
154153
155 sleep_indicator ${BOOTTIME}154 sleep_indicator ${BOOTTIME}
156 echo -e "Disable the intro wizard"155 echo -e "Disable the intro wizard"
@@ -339,9 +338,6 @@
339 device_comission338 device_comission
340fi339fi
341340
342# Fix the PPA string as it is used in log file names
343PPA=${PPA/\//_}
344
345# Check if the job is only comissioning the device341# Check if the job is only comissioning the device
346if [ ${DONOTRUNTESTS} != true ]; then342if [ ${DONOTRUNTESTS} != true ]; then
347 # Reset the device for testing343 # Reset the device for testing
348344
=== modified file 'tests/unit_x11/tst_components/tst_listitem.qml'
--- tests/unit_x11/tst_components/tst_listitem.qml 2014-12-19 06:32:11 +0000
+++ tests/unit_x11/tst_components/tst_listitem.qml 2015-01-13 21:31:53 +0000
@@ -72,13 +72,6 @@
72 width: parent.width72 width: parent.width
73 }73 }
74 ListItem {74 ListItem {
75 id: highlightTest
76 }
77 ListItem {
78 id: clickedConnected
79 onClicked: {}
80 }
81 ListItem {
82 id: testItem75 id: testItem
83 width: parent.width76 width: parent.width
84 color: "blue"77 color: "blue"
@@ -89,15 +82,6 @@
89 anchors.fill: parent82 anchors.fill: parent
90 }83 }
91 }84 }
92 ListItem {
93 id: controlItem
94 Button {
95 id: button
96 objectName: "button_in_list"
97 anchors.centerIn: parent
98 text: "Button"
99 }
100 }
101 ListView {85 ListView {
102 id: listView86 id: listView
103 width: parent.width87 width: parent.width
@@ -124,8 +108,8 @@
124 }108 }
125109
126 SignalSpy {110 SignalSpy {
127 id: highlightedSpy111 id: pressedSpy
128 signalName: "highlightedChanged"112 signalName: "pressedChanged"
129 target: testItem113 target: testItem
130 }114 }
131115
@@ -170,7 +154,7 @@
170154
171 function cleanup() {155 function cleanup() {
172 movingSpy.clear();156 movingSpy.clear();
173 highlightedSpy.clear();157 pressedSpy.clear();
174 clickSpy.clear();158 clickSpy.clear();
175 actionSpy.clear();159 actionSpy.clear();
176 interactiveSpy.clear();160 interactiveSpy.clear();
@@ -189,7 +173,7 @@
189 verify(defaults.contentItem !== null, "Defaults is null");173 verify(defaults.contentItem !== null, "Defaults is null");
190 compare(defaults.color, "#000000", "Transparent by default");174 compare(defaults.color, "#000000", "Transparent by default");
191 compare(defaults.highlightColor, Theme.palette.selected.background, "Theme.palette.selected.background color by default")175 compare(defaults.highlightColor, Theme.palette.selected.background, "Theme.palette.selected.background color by default")
192 compare(defaults.highlighted, false, "Not highlighted by default");176 compare(defaults.pressed, false, "Not pressed buy default");
193 compare(defaults.swipeOvershoot, 0.0, "No overshoot till the style is loaded!");177 compare(defaults.swipeOvershoot, 0.0, "No overshoot till the style is loaded!");
194 compare(defaults.divider.visible, true, "divider is visible by default");178 compare(defaults.divider.visible, true, "divider is visible by default");
195 compare(defaults.divider.leftMargin, units.dp(2), "divider's left margin is 2GU");179 compare(defaults.divider.leftMargin, units.dp(2), "divider's left margin is 2GU");
@@ -210,16 +194,14 @@
210 compare(bodyItem.parent, testItem.contentItem, "Content is not in the right holder!");194 compare(bodyItem.parent, testItem.contentItem, "Content is not in the right holder!");
211 }195 }
212196
213 function test_highlightedChanged_on_click() {197 function test_pressedChanged_on_click() {
214 highlightedSpy.target = testItem;
215 mousePress(testItem, testItem.width / 2, testItem.height / 2);198 mousePress(testItem, testItem.width / 2, testItem.height / 2);
216 highlightedSpy.wait();199 pressedSpy.wait();
217 mouseRelease(testItem, testItem.width / 2, testItem.height / 2);200 mouseRelease(testItem, testItem.width / 2, testItem.height / 2);
218 }201 }
219 function test_highlightedChanged_on_tap() {202 function test_pressedChanged_on_tap() {
220 highlightedSpy.target = testItem;
221 TestExtras.touchPress(0, testItem, centerOf(testItem));203 TestExtras.touchPress(0, testItem, centerOf(testItem));
222 highlightedSpy.wait();204 pressedSpy.wait();
223 TestExtras.touchRelease(0, testItem, centerOf(testItem));205 TestExtras.touchRelease(0, testItem, centerOf(testItem));
224 // local cleanup, wait few msecs to suppress double tap206 // local cleanup, wait few msecs to suppress double tap
225 wait(400);207 wait(400);
@@ -239,14 +221,14 @@
239 verify(listItem, "Cannot find listItem0");221 verify(listItem, "Cannot find listItem0");
240222
241 mousePress(listItem, listItem.width / 2, 0);223 mousePress(listItem, listItem.width / 2, 0);
242 compare(listItem.highlighted, true, "Item is not highlighted?");224 compare(listItem.pressed, true, "Item is not pressed?");
243 // do 5 moves to be able to sense it225 // do 5 moves to be able to sense it
244 var dy = 0;226 var dy = 0;
245 for (var i = 1; i <= 5; i++) {227 for (var i = 1; i <= 5; i++) {
246 dy += i * 10;228 dy += i * 10;
247 mouseMove(listItem, listItem.width / 2, dy);229 mouseMove(listItem, listItem.width / 2, dy);
248 }230 }
249 compare(listItem.highlighted, false, "Item is highlighted still!");231 compare(listItem.pressed, false, "Item is pressed still!");
250 mouseRelease(listItem, listItem.width / 2, dy);232 mouseRelease(listItem, listItem.width / 2, dy);
251 // dismiss233 // dismiss
252 rebound(listItem);234 rebound(listItem);
@@ -256,14 +238,14 @@
256 verify(listItem, "Cannot find listItem0");238 verify(listItem, "Cannot find listItem0");
257239
258 TestExtras.touchPress(0, listItem, Qt.point(listItem.width / 2, 5));240 TestExtras.touchPress(0, listItem, Qt.point(listItem.width / 2, 5));
259 compare(listItem.highlighted, true, "Item is not highlighted?");241 compare(listItem.pressed, true, "Item is not pressed?");
260 // do 5 moves to be able to sense it242 // do 5 moves to be able to sense it
261 var dy = 0;243 var dy = 0;
262 for (var i = 1; i <= 5; i++) {244 for (var i = 1; i <= 5; i++) {
263 dy += i * 10;245 dy += i * 10;
264 TestExtras.touchMove(0, listItem, Qt.point(listItem.width / 2, dy));246 TestExtras.touchMove(0, listItem, Qt.point(listItem.width / 2, dy));
265 }247 }
266 compare(listItem.highlighted, false, "Item is highlighted still!");248 compare(listItem.pressed, false, "Item is pressed still!");
267 // cleanup, wait few milliseconds to avoid dbl-click collision249 // cleanup, wait few milliseconds to avoid dbl-click collision
268 TestExtras.touchRelease(0, listItem, Qt.point(listItem.width / 2, dy));250 TestExtras.touchRelease(0, listItem, Qt.point(listItem.width / 2, dy));
269 // dismiss251 // dismiss
@@ -552,8 +534,8 @@
552 var item2 = findChild(listView, "listItem2");534 var item2 = findChild(listView, "listItem2");
553 var item3 = findChild(listView, "listItem3");535 var item3 = findChild(listView, "listItem3");
554 return [536 return [
555 // testItem is the child item @index 3 in the topmost Column.537 // testItem is the child item @index 1 in the topmost Column.
556 {tag: "Standalone item, child index 3", item: testItem, result: 3},538 {tag: "Standalone item, child index 1", item: testItem, result: 1},
557 {tag: "ListView, item index 0", item: item0, result: 0},539 {tag: "ListView, item index 0", item: item0, result: 0},
558 {tag: "ListView, item index 1", item: item1, result: 1},540 {tag: "ListView, item index 1", item: item1, result: 1},
559 {tag: "ListView, item index 2", item: item2, result: 2},541 {tag: "ListView, item index 2", item: item2, result: 2},
@@ -584,24 +566,5 @@
584 var param = actionSpy.signalArguments[0];566 var param = actionSpy.signalArguments[0];
585 compare(param[0], data.result, "Action parameter differs");567 compare(param[0], data.result, "Action parameter differs");
586 }568 }
587
588 function test_highlight_data() {
589 return [
590 {tag: "No actions", item: highlightTest, x: centerOf(highlightTest).x, y: centerOf(highlightTest).y, pressed: false},
591 {tag: "Leading/trailing actions", item: testItem, x: centerOf(testItem).x, y: centerOf(testItem).y, pressed: true},
592 {tag: "Active component content", item: controlItem, x: units.gu(1), y: units.gu(1), pressed: true},
593 {tag: "Center of active component content", item: controlItem, x: centerOf(controlItem).x, y: centerOf(controlItem).y, pressed: false},
594 {tag: "clicked() connected", item: clickedConnected, x: centerOf(clickedConnected).x, y: centerOf(clickedConnected).y, pressed: true},
595 ];
596 }
597 function test_highlight(data) {
598 highlightedSpy.target = data.item;
599 mouseClick(data.item, data.x, data.y);
600 if (data.pressed) {
601 highlightedSpy.wait();
602 } else {
603 compare(highlightedSpy.count, 0, "Should not be highlighted!");
604 }
605 }
606 }569 }
607}570}

Subscribers

People subscribed via source and target branches