Merge lp:~tpeeters/ubuntu-ui-toolkit/removeToolbarExample into lp:ubuntu-ui-toolkit/staging

Proposed by Tim Peeters
Status: Merged
Approved by: Cris Dywan
Approved revision: 1457
Merged at revision: 1456
Proposed branch: lp:~tpeeters/ubuntu-ui-toolkit/removeToolbarExample
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 76 lines (+1/-55)
2 files modified
examples/ubuntu-ui-toolkit-gallery/Toolbar.qml (+0/-49)
examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml (+1/-6)
To merge this branch: bzr merge lp:~tpeeters/ubuntu-ui-toolkit/removeToolbarExample
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Cris Dywan Approve
Review via email: mp+253851@code.launchpad.net

Commit message

Remove the deprecated toolbar example from the gallery.

Description of the change

Remove the deprecated toolbar example from the gallery.

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

Nice! Thanks!

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'examples/ubuntu-ui-toolkit-gallery/Toolbar.qml'
2--- examples/ubuntu-ui-toolkit-gallery/Toolbar.qml 2015-03-11 17:10:20 +0000
3+++ examples/ubuntu-ui-toolkit-gallery/Toolbar.qml 1970-01-01 00:00:00 +0000
4@@ -1,49 +0,0 @@
5-/*
6- * Copyright 2014 Canonical Ltd.
7- *
8- * This program is free software; you can redistribute it and/or modify
9- * it under the terms of the GNU Lesser General Public License as published by
10- * the Free Software Foundation; version 3.
11- *
12- * This program is distributed in the hope that it will be useful,
13- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15- * GNU Lesser General Public License for more details.
16- *
17- * You should have received a copy of the GNU Lesser General Public License
18- * along with this program. If not, see <http://www.gnu.org/licenses/>.
19- */
20-
21-import QtQuick 2.0
22-import Ubuntu.Components 0.1
23-import Ubuntu.Components.Popups 0.1
24-
25-Template {
26- objectName: "popoversTemplate"
27-
28- tools: ToolbarItems {
29- ToolbarButton {
30- text: "Call"
31- iconName: "call-start"
32- }
33- ToolbarButton {
34- text: i18n.tr("Share")
35- iconName: "share"
36- }
37- ToolbarButton {
38- iconName: "settings"
39- }
40- ToolbarButton {
41- iconName: "speaker"
42- }
43- }
44-
45- TemplateSection {
46- className: "Toolbar"
47- documentation: "qml-ubuntu-components-toolbaritems.html".arg(className.toLowerCase())
48-
49- TemplateRow {
50- title: i18n.tr("See below")
51- }
52- }
53-}
54
55=== modified file 'examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml'
56--- examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml 2015-03-03 13:20:06 +0000
57+++ examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml 2015-03-23 16:36:24 +0000
58@@ -1,5 +1,5 @@
59 /*
60- * Copyright 2013 Canonical Ltd.
61+ * Copyright 2013-2015 Canonical Ltd.
62 *
63 * This program is free software; you can redistribute it and/or modify
64 * it under the terms of the GNU Lesser General Public License as published by
65@@ -39,11 +39,6 @@
66 source: "Toggles.qml"
67 }
68 ListElement {
69- objectName: "toolbarElement"
70- label: "Toolbar"
71- source: "Toolbar.qml"
72- }
73- ListElement {
74 objectName: "buttonsElement"
75 label: "Buttons"
76 source: "Buttons.qml"

Subscribers

People subscribed via source and target branches