diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-09-15 09:53:57 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-09-15 09:53:57 (GMT) |
| commit | b4893425e3b4e95e6f839070aa62b264f877065a (patch) | |
| tree | f03dcb504de6fe8911dc0fad2e0185502249cc7f | |
| parent | 6b7acad83b9f7ceeb67cd33a659c2222d0516536 (diff) | |
Rename the UpdatesPage
| -rw-r--r-- | discover/qml/InstalledPage.qml | 2 | ||||
| -rw-r--r-- | discover/qml/Main.qml | 2 | ||||
| -rw-r--r-- | discover/qml/PresentUpdatesPage.qml | 2 | ||||
| -rw-r--r-- | discover/qml/UpdateProgressPage.qml (renamed from discover/qml/UpdatesPage.qml) | 0 | ||||
| -rw-r--r-- | discover/resources.qrc | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/discover/qml/InstalledPage.qml b/discover/qml/InstalledPage.qml index 289a5e0..4b32f16 100644 --- a/discover/qml/InstalledPage.qml +++ b/discover/qml/InstalledPage.qml @@ -10,7 +10,7 @@ ApplicationsListPage { Component { id: updatesPage - UpdatesPage {} + UpdateProgressPage {} } extendedToolBar: Component { diff --git a/discover/qml/Main.qml b/discover/qml/Main.qml index 0ba6093..3873d3b 100644 --- a/discover/qml/Main.qml +++ b/discover/qml/Main.qml @@ -220,7 +220,7 @@ Rectangle } ProgressView { - id: progressBox //used from UpdatesPage.qml + id: progressBox //used from UpdateProgressPage.qml Layout.fillWidth: true } } diff --git a/discover/qml/PresentUpdatesPage.qml b/discover/qml/PresentUpdatesPage.qml index 555b74b..39bd1b7 100644 --- a/discover/qml/PresentUpdatesPage.qml +++ b/discover/qml/PresentUpdatesPage.qml @@ -21,7 +21,7 @@ ScrollView Component { id: updatesPage - UpdatesPage {} + UpdateProgressPage {} } ColumnLayout diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdateProgressPage.qml index 61c2556..61c2556 100644 --- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdateProgressPage.qml diff --git a/discover/resources.qrc b/discover/resources.qrc index 5d6e2f7..b254a3f 100644 --- a/discover/resources.qrc +++ b/discover/resources.qrc @@ -15,7 +15,7 @@ <file>qml/Breadcrumbs.qml</file> <file>qml/InstallApplicationButton.qml</file> <file>qml/Rating.qml</file> - <file>qml/UpdatesPage.qml</file> + <file>qml/UpdateProgressPage.qml</file> <file>qml/ReviewDialog.qml</file> <file>qml/ProgressView.qml</file> <file>qml/BrowsingPage.qml</file> |
