~zsombi/ubuntu-ui-toolkit/expose-alarm-id

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/qmldir

  • Committer: Zsombor Egri
  • Date: 2015-07-27 08:48:41 UTC
  • mfrom: (1423.1.155 staging)
  • Revision ID: zsombor.egri@canonical.com-20150727084841-9tz7dvs8f3miknuo
staging sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
module Ubuntu.Components
2
2
plugin UbuntuComponents
3
 
ActionItem 0.1 ActionItem.qml
4
 
ActionList 0.1 ActionList.qml
5
 
ToolbarItems 0.1 ToolbarItems.qml
6
 
ToolbarButton 0.1 ToolbarButton.qml
7
 
MainView 0.1 MainView.qml
8
 
Button 0.1 10/Button.qml
9
 
Panel 0.1 Panel.qml
10
 
internal DraggingArea DraggingArea.qml
11
 
Tab 0.1 Tab.qml
12
 
TabBar 0.1 TabBar.qml
13
 
Tabs 0.1 Tabs.qml
14
 
Label 0.1 Label.qml
15
 
AbstractButton 0.1 AbstractButton.qml
16
 
ActivityIndicator 0.1 ActivityIndicator.qml
17
 
ProgressBar 0.1 ProgressBar10.qml
18
 
TextField 0.1 TextField.qml
19
 
TextArea 0.1 TextArea.qml
20
 
Switch 0.1 Switch.qml
21
 
CheckBox 0.1 CheckBox.qml
22
 
Slider 0.1 Slider.qml
23
 
Scrollbar 0.1 Scrollbar.qml
24
 
Object 0.1 Object.qml
25
 
OptionSelector 0.1 OptionSelector.qml
26
 
OptionSelectorDelegate 0.1 OptionSelectorDelegate.qml
27
 
Page 0.1 Page10.qml
28
 
internal PageTreeNode PageTreeNode.qml
29
 
PageStack 0.1 PageStack.qml
30
 
internal Toolbar Toolbar.qml
31
 
internal AppHeader AppHeader.qml
32
 
Header 0.1 Header.qml
33
 
internal AnimatedItem AnimatedItem.qml
34
 
internal PageWrapper PageWrapper.qml
35
 
CrossFadeImage 0.1 CrossFadeImage10.qml
36
 
Icon 0.1 Icon10.qml
37
 
OrientationHelper 0.1 OrientationHelper.qml
38
 
MathUtils 0.1 mathUtils.js
39
 
SliderUtils 0.1 sliderUtils.js
40
 
ScrollbarUtils 0.1 scrollbarUtils.js
41
 
UbuntuNumberAnimation 0.1 UbuntuNumberAnimation.qml
42
 
StyledItem 0.1 StyledItem.qml
43
 
ColorUtils 0.1 colorUtils.js
44
 
DateUtils 0.1 dateUtils.js
45
 
UbuntuListView 0.1 UbuntuListView.qml
46
 
singleton UbuntuColors 0.1 10/UbuntuColors10.qml
47
 
 
48
 
internal TextCursor TextCursor.qml
49
 
internal TextInputPopover TextInputPopover.qml
50
 
internal InputHandler InputHandler.qml
 
3
ActionItem 0.1 1.2/ActionItem.qml
 
4
ActionList 0.1 1.2/ActionList.qml
 
5
ToolbarItems 0.1 1.2/ToolbarItems.qml
 
6
ToolbarButton 0.1 1.2/ToolbarButton.qml
 
7
MainView 0.1 1.2/MainView.qml
 
8
Button 0.1 1.0/Button.qml
 
9
Panel 0.1 1.2/Panel.qml
 
10
internal DraggingArea 1.2/DraggingArea.qml
 
11
Tab 0.1 1.2/Tab.qml
 
12
TabBar 0.1 1.2/TabBar.qml
 
13
Tabs 0.1 1.2/Tabs.qml
 
14
Label 0.1 1.2/Label.qml
 
15
AbstractButton 0.1 1.2/AbstractButton.qml
 
16
ActivityIndicator 0.1 1.2/ActivityIndicator.qml
 
17
ProgressBar 0.1 1.0/ProgressBar.qml
 
18
TextField 0.1 1.2/TextField.qml
 
19
TextArea 0.1 1.2/TextArea.qml
 
20
Switch 0.1 1.2/Switch.qml
 
21
CheckBox 0.1 1.2/CheckBox.qml
 
22
Slider 0.1 1.2/Slider.qml
 
23
Scrollbar 0.1 1.2/Scrollbar.qml
 
24
Object 0.1 1.2/Object.qml
 
25
OptionSelector 0.1 1.2/OptionSelector.qml
 
26
OptionSelectorDelegate 0.1 1.2/OptionSelectorDelegate.qml
 
27
Page 0.1 1.2/Page10.qml
 
28
PageStack 0.1 1.2/PageStack.qml
 
29
internal Toolbar 1.2/Toolbar.qml
 
30
internal AppHeader 1.2/AppHeader.qml
 
31
Header 0.1 1.2/Header.qml
 
32
internal AnimatedItem 1.2/AnimatedItem.qml
 
33
internal PageWrapper 1.2/PageWrapper.qml
 
34
CrossFadeImage 0.1 1.2/CrossFadeImage10.qml
 
35
Icon 0.1 1.0/Icon.qml
 
36
OrientationHelper 0.1 1.2/OrientationHelper.qml
 
37
UbuntuNumberAnimation 0.1 1.2/UbuntuNumberAnimation.qml
 
38
UbuntuListView 0.1 1.2/UbuntuListView.qml
 
39
singleton UbuntuColors 0.1 1.0/UbuntuColors.qml
 
40
MathUtils 0.1 1.2/mathUtils.js
 
41
SliderUtils 0.1 1.2/sliderUtils.js
 
42
ScrollbarUtils 0.1 1.2/scrollbarUtils.js
 
43
ColorUtils 0.1 1.2/colorUtils.js
 
44
DateUtils 0.1 1.2/dateUtils.js
51
45
 
52
46
#version 1.0
53
 
ActionItem 1.0 ActionItem.qml
54
 
ActionList 1.0 ActionList.qml
55
 
ToolbarItems 1.0 ToolbarItems.qml
56
 
ToolbarButton 1.0 ToolbarButton.qml
57
 
MainView 1.0 MainView.qml
58
 
Button 1.0 10/Button.qml
59
 
Panel 1.0 Panel.qml
60
 
Tab 1.0 Tab.qml
61
 
TabBar 1.0 TabBar.qml
62
 
Tabs 1.0 Tabs.qml
63
 
Label 1.0 Label.qml
64
 
AbstractButton 1.0 AbstractButton.qml
65
 
ActivityIndicator 1.0 ActivityIndicator.qml
66
 
ProgressBar 1.0 ProgressBar10.qml
67
 
TextField 1.0 TextField.qml
68
 
TextArea 1.0 TextArea.qml
69
 
Switch 1.0 Switch.qml
70
 
CheckBox 1.0 CheckBox.qml
71
 
Slider 1.0 Slider.qml
72
 
Scrollbar 1.0 Scrollbar.qml
73
 
Object 1.0 Object.qml
74
 
OptionSelector 1.0 OptionSelector.qml
75
 
OptionSelectorDelegate 1.0 OptionSelectorDelegate.qml
76
 
Page 1.0 Page10.qml
77
 
PageStack 1.0 PageStack.qml
78
 
Header 1.0 Header.qml
79
 
CrossFadeImage 1.0 CrossFadeImage10.qml
80
 
Icon 1.0 Icon10.qml
81
 
OrientationHelper 1.0 OrientationHelper.qml
82
 
MathUtils 1.0 mathUtils.js
83
 
SliderUtils 1.0 sliderUtils.js
84
 
ScrollbarUtils 1.0 scrollbarUtils.js
85
 
UbuntuNumberAnimation 1.0 UbuntuNumberAnimation.qml
86
 
StyledItem 1.0 StyledItem.qml
87
 
ColorUtils 1.0 colorUtils.js
88
 
DateUtils 1.0 dateUtils.js
89
 
UbuntuListView 1.0 UbuntuListView.qml
90
 
singleton UbuntuColors 1.0 10/UbuntuColors10.qml
 
47
ActionItem 1.0 1.2/ActionItem.qml
 
48
ActionList 1.0 1.2/ActionList.qml
 
49
ToolbarItems 1.0 1.2/ToolbarItems.qml
 
50
ToolbarButton 1.0 1.2/ToolbarButton.qml
 
51
MainView 1.0 1.2/MainView.qml
 
52
Button 1.0 1.0/Button.qml
 
53
Panel 1.0 1.2/Panel.qml
 
54
Tab 1.0 1.2/Tab.qml
 
55
TabBar 1.0 1.2/TabBar.qml
 
56
Tabs 1.0 1.2/Tabs.qml
 
57
Label 1.0 1.2/Label.qml
 
58
AbstractButton 1.0 1.2/AbstractButton.qml
 
59
ActivityIndicator 1.0 1.2/ActivityIndicator.qml
 
60
ProgressBar 1.0 1.0/ProgressBar.qml
 
61
TextField 1.0 1.2/TextField.qml
 
62
TextArea 1.0 1.2/TextArea.qml
 
63
Switch 1.0 1.2/Switch.qml
 
64
CheckBox 1.0 1.2/CheckBox.qml
 
65
Slider 1.0 1.2/Slider.qml
 
66
Scrollbar 1.0 1.2/Scrollbar.qml
 
67
Object 1.0 1.2/Object.qml
 
68
OptionSelector 1.0 1.2/OptionSelector.qml
 
69
OptionSelectorDelegate 1.0 1.2/OptionSelectorDelegate.qml
 
70
Page 1.0 1.2/Page10.qml
 
71
PageStack 1.0 1.2/PageStack.qml
 
72
Header 1.0 1.2/Header.qml
 
73
CrossFadeImage 1.0 1.2/CrossFadeImage10.qml
 
74
Icon 1.0 1.0/Icon.qml
 
75
OrientationHelper 1.0 1.2/OrientationHelper.qml
 
76
UbuntuNumberAnimation 1.0 1.2/UbuntuNumberAnimation.qml
 
77
singleton UbuntuColors 1.0 1.0/UbuntuColors.qml
 
78
MathUtils 1.0 1.2/mathUtils.js
 
79
SliderUtils 1.0 1.2/sliderUtils.js
 
80
ScrollbarUtils 1.0 1.2/scrollbarUtils.js
 
81
ColorUtils 1.0 1.2/colorUtils.js
 
82
DateUtils 1.0 1.2/dateUtils.js
 
83
UbuntuListView 1.0 1.2/UbuntuListView.qml
91
84
 
92
85
#version 1.1
93
 
ComboButton 1.1 ComboButton.qml
94
 
Button 1.1 11/Button.qml
95
 
ProgressBar 1.1 ProgressBar11.qml
96
 
CrossFadeImage 1.1 CrossFadeImage11.qml
97
 
PullToRefresh 1.1 PullToRefresh.qml
98
 
UbuntuListView 1.1 UbuntuListView11.qml
99
 
internal PageBase Page10.qml
100
 
Page 1.1 Page11.qml
101
 
PageHeadConfiguration 1.1 PageHeadConfiguration11.qml
102
 
PageHeadSections 1.1 PageHeadSections.qml
103
 
PageHeadState 1.1 PageHeadState.qml
104
 
Icon 1.1 Icon11.qml
105
 
StyledItem 1.1 StyledItem.qml
106
 
singleton UbuntuColors 1.1 11/UbuntuColors.qml
107
 
internal MainViewBase MainViewBase.qml
108
 
singleton Haptics 0.1 11/Haptics.qml
109
 
singleton Haptics 1.0 11/Haptics.qml
 
86
ComboButton 1.1 1.2/ComboButton.qml
 
87
Button 1.1 1.1/Button.qml
 
88
ProgressBar 1.1 1.1/ProgressBar.qml
 
89
CrossFadeImage 1.1 1.2/CrossFadeImage11.qml
 
90
PullToRefresh 1.1 1.2/PullToRefresh.qml
 
91
UbuntuListView 1.1 1.2/UbuntuListView11.qml
 
92
Page 1.1 1.2/Page11.qml
 
93
PageHeadConfiguration 1.1 1.2/PageHeadConfiguration.qml
 
94
PageHeadSections 1.1 1.2/PageHeadSections.qml
 
95
PageHeadState 1.1 1.2/PageHeadState.qml
 
96
Icon 1.1 1.1/Icon.qml
 
97
singleton UbuntuColors 1.1 1.1/UbuntuColors.qml
 
98
singleton Haptics 0.1 1.1/Haptics.qml
 
99
singleton Haptics 1.0 1.1/Haptics.qml
110
100
 
111
101
#version 1.2
112
 
MainView 1.2 MainView12.qml
113
 
Captions 1.2 Captions.qml
 
102
MainView 1.2 1.2/MainView12.qml
 
103
Captions 1.2 1.2/Captions.qml
114
104
 
 
105
#################################################
115
106
#version 1.3
116
 
Page 1.3 Page13.qml
117
 
PageHeadConfiguration 1.3 PageHeadConfiguration13.qml
 
107
ActionBar 1.3 1.3/ActionBar.qml
 
108
ActionItem 1.3 1.3/ActionItem.qml
 
109
ActionList 1.3 1.3/ActionList.qml
 
110
ToolbarItems 1.3 1.3/ToolbarItems.qml
 
111
ToolbarButton 1.3 1.3/ToolbarButton.qml
 
112
MainView 1.3 1.3/MainView.qml
 
113
ComboButton 1.3 1.3/ComboButton.qml
 
114
Button 1.3 1.3/Button.qml
 
115
Panel 1.3 1.3/Panel.qml
 
116
Tab 1.3 1.3/Tab.qml
 
117
TabBar 1.3 1.3/TabBar.qml
 
118
Tabs 1.3 1.3/Tabs.qml
 
119
Label 1.3 1.3/Label.qml
 
120
AbstractButton 1.3 1.3/AbstractButton.qml
 
121
ActivityIndicator 1.3 1.3/ActivityIndicator.qml
 
122
ProgressBar 1.3 1.3/ProgressBar.qml
 
123
TextField 1.3 1.3/TextField.qml
 
124
TextArea 1.3 1.3/TextArea.qml
 
125
Switch 1.3 1.3/Switch.qml
 
126
CheckBox 1.3 1.3/CheckBox.qml
 
127
Slider 1.3 1.3/Slider.qml
 
128
Scrollbar 1.3 1.3/Scrollbar.qml
 
129
OptionSelector 1.3 1.3/OptionSelector.qml
 
130
OptionSelectorDelegate 1.3 1.3/OptionSelectorDelegate.qml
 
131
Page 1.3 1.3/Page.qml
 
132
PageStack 1.3 1.3/PageStack.qml
 
133
PageHeadConfiguration 1.3 1.3/PageHeadConfiguration.qml
 
134
PageHeadSections 1.3 1.3/PageHeadSections.qml
 
135
PageHeadState 1.3 1.3/PageHeadState.qml
 
136
Sections 1.3 1.3/Sections.qml
 
137
Header 1.3 1.3/Header.qml
 
138
CrossFadeImage 1.3 1.3/CrossFadeImage.qml
 
139
OrientationHelper 1.3 1.3/OrientationHelper.qml
 
140
UbuntuNumberAnimation 1.3 1.3/UbuntuNumberAnimation.qml
 
141
PullToRefresh 1.3 1.3/PullToRefresh.qml
 
142
UbuntuListView 1.3 1.3/UbuntuListView11.qml
 
143
Captions 1.3 1.3/Captions.qml
 
144
BottomEdgeHint 1.3 1.3/BottomEdgeHint.qml