diff --git a/framework/qmldir b/framework/qmldir index 46628985..80146b8e 100644 --- a/framework/qmldir +++ b/framework/qmldir @@ -1,57 +1,55 @@ module org.kube.framework ConversationView 1.0 ConversationView.qml ConversationListView 1.0 ConversationListView.qml FolderListView 1.0 FolderListView.qml MailListView 1.0 MailListView.qml MailViewer 1.0 MailViewer.qml InlineAccountSwitcher 1.0 InlineAccountSwitcher.qml NewAccountDialog 1.0 NewAccountDialog.qml EditAccount 1.0 EditAccount.qml LoginAccount 1.0 LoginAccount.qml OverlayDialog 1.0 OverlayDialog.qml Outbox 1.0 Outbox.qml -People 1.0 People.qml -PersonPage 1.0 PersonPage.qml NotificationPopup 1.0 NotificationPopup.qml Icon 1.0 Icon.qml IconButton 1.0 IconButton.qml AbstractButton 1.0 AbstractButton.qml Button 1.0 Button.qml Popup 1.0 Popup.qml ProgressBar 1.0 ProgressBar.qml StatusBar 1.0 StatusBar.qml ComboBox 1.0 ComboBox.qml CheckBox 1.0 CheckBox.qml Switch 1.0 Switch.qml PositiveButton 1.0 PositiveButton.qml TextButton 1.0 TextButton.qml TextField 1.0 TextField.qml RequiredTextField 1.0 RequiredTextField.qml PasswordField 1.0 PasswordField.qml TextEditor 1.0 TextEditor.qml ToolTip 1.0 ToolTip.qml Label 1.0 Label.qml ScrollBar 1.0 ScrollBar.qml SelectableLabel 1.0 SelectableLabel.qml SelectableItem 1.0 SelectableItem.qml ContextMenuOverlay 1.0 ContextMenuOverlay.qml Heading 1.0 Heading.qml View 1.0 View.qml AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml AttachmentDelegate 1.0 AttachmentDelegate.qml DelegateBackground 1.0 DelegateBackground.qml ListView 1.0 ListView.qml ListDelegate 1.0 ListDelegate.qml TreeView 1.0 TreeView.qml GridView 1.0 GridView.qml ScrollHelper 1.0 ScrollHelper.qml ModelIndexRetriever 1.0 ModelIndexRetriever.qml singleton Messages 1.0 Messages.qml singleton Notifications 1.0 Notifications.qml singleton Colors 1.0 Colors.qml singleton Icons 1.0 Icons.qml singleton Units 1.0 Units.qml singleton Font 1.0 Font.qml plugin frameworkplugin diff --git a/framework/qml/People.qml b/views/people/qml/People.qml similarity index 100% rename from framework/qml/People.qml rename to views/people/qml/People.qml diff --git a/framework/qml/PersonPage.qml b/views/people/qml/PersonPage.qml similarity index 100% rename from framework/qml/PersonPage.qml rename to views/people/qml/PersonPage.qml