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
Pix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Maui
Pix
Commits
a0bc3e13
Commit
a0bc3e13
authored
Oct 07, 2018
by
Camilo higuita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push changes
parent
ee7368bf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
5 deletions
+18
-5
src/view_models/PixGrid.qml
src/view_models/PixGrid.qml
+2
-1
src/widgets/views/Albums/AlbumsView.qml
src/widgets/views/Albums/AlbumsView.qml
+2
-0
src/widgets/views/Folders/FoldersView.qml
src/widgets/views/Folders/FoldersView.qml
+3
-3
src/widgets/views/Search/SearchView.qml
src/widgets/views/Search/SearchView.qml
+0
-1
src/widgets/views/Tags/TagsSidebar.qml
src/widgets/views/Tags/TagsSidebar.qml
+11
-0
No files found.
src/view_models/PixGrid.qml
View file @
a0bc3e13
...
...
@@ -5,7 +5,8 @@ import "../widgets/views/Viewer/Viewer.js" as VIEWER
import
"
../widgets/views/Pix.js
"
as
PIX
import
org
.
kde
.
kirigami
2.0
as
Kirigami
import
org
.
kde
.
mauikit
1.0
as
Maui
import
QtQml
.
Models
2.1
import
QtQml
.
Models
2.1
Maui.Page
{
id
:
gridPage
...
...
src/widgets/views/Albums/AlbumsView.qml
View file @
a0bc3e13
...
...
@@ -55,6 +55,8 @@ Kirigami.PageRow
iconName
:
"
overflow-menu
"
}
footBar.colorScheme.backgroundColor
:
altColor
footBar.colorScheme.borderColor
:
Qt
.
darker
(
altColor
,
1.4
)
footBar.middleContent
:
Maui.ToolButton
{
iconName
:
"
list-add
"
...
...
src/widgets/views/Folders/FoldersView.qml
View file @
a0bc3e13
...
...
@@ -23,10 +23,10 @@ Kirigami.PageRow
headBarVisible
:
false
footBar.middleContent
:
Maui.TextField
footBar.middleContent
:
Maui.TextField
{
width
:
footBar
.
middleLayout
.
width
*
0.7
placeholderText
:
qsTr
(
"
Filter folder...
"
)
placeholderText
:
qsTr
(
"
Filter...
"
)
width
:
foldersPage
.
footBar
.
middleLayout
.
width
*
0.9
}
Maui.Holder
...
...
src/widgets/views/Search/SearchView.qml
View file @
a0bc3e13
...
...
@@ -46,7 +46,6 @@ Maui.Page
footBar.rightContent
:
Maui.ToolButton
{
iconName
:
"
edit-clear
"
Layout.alignment
:
Qt
.
AlignRight
onClicked
:
searchInput
.
clear
()
}
...
...
src/widgets/views/Tags/TagsSidebar.qml
View file @
a0bc3e13
...
...
@@ -22,6 +22,17 @@ Maui.Page
iconName
:
"
list-remove
"
}
Maui.Holder
{
visible
:
tagsList
.
count
===
0
emoji
:
"
qrc:/img/assets/Rainbow.png
"
isMask
:
false
title
:
"
No Tags!
"
body
:
"
You can create new tags
"
emojiSize
:
iconSizes
.
huge
z
:
999
}
Maui.SideBar
{
id
:
tagsList
...
...
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