Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Discover
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Discover
Commits
0f7a7628
Commit
0f7a7628
authored
Jan 09, 2018
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extends is a weird keyword in js, use extending instead
parent
1652b5e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
discover/qml/ApplicationsListPage.qml
discover/qml/ApplicationsListPage.qml
+1
-1
discover/qml/navigation.js
discover/qml/navigation.js
+1
-1
libdiscover/resources/ResourcesProxyModel.h
libdiscover/resources/ResourcesProxyModel.h
+1
-1
No files found.
discover/qml/ApplicationsListPage.qml
View file @
0f7a7628
...
...
@@ -36,7 +36,7 @@ DiscoverPage {
property
alias
originFilter
:
appsModel
.
originFilter
property
alias
mimeTypeFilter
:
appsModel
.
mimeTypeFilter
property
alias
stateFilter
:
appsModel
.
stateFilter
property
alias
extend
:
appsModel
.
extends
property
alias
extend
ing
:
appsModel
.
extending
property
alias
search
:
appsModel
.
search
property
alias
resourcesUrl
:
appsModel
.
resourcesUrl
property
alias
isBusy
:
appsModel
.
isBusy
...
...
discover/qml/navigation.js
View file @
0f7a7628
...
...
@@ -58,7 +58,7 @@ function openReviews(model) {
}
function
openExtends
(
ext
)
{
window
.
stack
.
push
(
applicationListComp
,
{
extend
:
ext
,
title
:
i18n
(
"
Extensions...
"
)
})
window
.
stack
.
push
(
applicationListComp
,
{
extend
ing
:
ext
,
title
:
i18n
(
"
Extensions...
"
)
})
}
function
openHome
()
{
...
...
libdiscover/resources/ResourcesProxyModel.h
View file @
0f7a7628
...
...
@@ -48,7 +48,7 @@ class DISCOVERCOMMON_EXPORT ResourcesProxyModel : public QAbstractListModel, pub
Q_PROPERTY
(
QString
mimeTypeFilter
READ
mimeTypeFilter
WRITE
setMimeTypeFilter
)
Q_PROPERTY
(
QString
search
READ
lastSearch
WRITE
setSearch
NOTIFY
searchChanged
)
Q_PROPERTY
(
QUrl
resourcesUrl
READ
resourcesUrl
WRITE
setResourcesUrl
NOTIFY
resourcesUrlChanged
)
Q_PROPERTY
(
QString
extend
s
READ
extends
WRITE
setExtends
)
Q_PROPERTY
(
QString
extend
ing
READ
extends
WRITE
setExtends
)
Q_PROPERTY
(
bool
allBackends
READ
allBackends
WRITE
setAllBackends
)
Q_PROPERTY
(
QVariantList
subcategories
READ
subcategories
NOTIFY
subcategoriesChanged
)
Q_PROPERTY
(
bool
isBusy
READ
isBusy
NOTIFY
busyChanged
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment