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
3a8b8ebe
Commit
3a8b8ebe
authored
Mar 16, 2019
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.15'
parents
ce330abd
094c9d94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
discover/qml/ApplicationsListPage.qml
discover/qml/ApplicationsListPage.qml
+6
-0
discover/qml/BrowsingPage.qml
discover/qml/BrowsingPage.qml
+6
-0
discover/qml/SourcesPage.qml
discover/qml/SourcesPage.qml
+6
-0
No files found.
discover/qml/ApplicationsListPage.qml
View file @
3a8b8ebe
...
...
@@ -59,6 +59,12 @@ DiscoverPage {
.
replace
(
/'/g
,
"
'
"
);
}
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Window
Kirigami.Theme.inherit
:
false
}
title
:
search
.
length
>
0
?
i18n
(
"
Search: %1
"
,
escapeHtml
(
search
))
:
category
?
category
.
name
:
""
...
...
discover/qml/BrowsingPage.qml
View file @
3a8b8ebe
...
...
@@ -42,6 +42,12 @@ DiscoverPage
Navigation
.
openCategory
(
null
,
""
)
}
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Window
Kirigami.Theme.inherit
:
false
}
signal
clearSearch
()
readonly
property
bool
compact
:
page
.
width
<
550
||
!
applicationWindow
().
wideScreen
...
...
discover/qml/SourcesPage.qml
View file @
3a8b8ebe
...
...
@@ -12,6 +12,12 @@ DiscoverPage {
title
:
i18n
(
"
Sources
"
)
property
string
search
:
""
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Window
Kirigami.Theme.inherit
:
false
}
mainItem
:
ListView
{
id
:
sourcesView
model
:
QSortFilterProxyModel
{
...
...
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