Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Konheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Konheko
Commits
b3800e8f
Commit
b3800e8f
authored
3 years ago
by
Rudi Timmermans
Browse files
Options
Downloads
Patches
Plain Diff
Adding AboutPage
parent
b7cbbb7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
qml/harbour-konheko.qml
+2
-1
2 additions, 1 deletion
qml/harbour-konheko.qml
qml/pages/AboutPage.qml
+1
-1
1 addition, 1 deletion
qml/pages/AboutPage.qml
rpm/harbour-konheko.spec
+2
-5
2 additions, 5 deletions
rpm/harbour-konheko.spec
rpm/harbour-konheko.yaml
+2
-2
2 additions, 2 deletions
rpm/harbour-konheko.yaml
with
7 additions
and
9 deletions
qml/harbour-konheko.qml
+
2
−
1
View file @
b3800e8f
...
...
@@ -4,7 +4,8 @@ import org.freedesktop.contextkit 1.0
import
"
pages
"
ApplicationWindow
{
cover
:
Qt
.
resolvedUrl
(
"
cover/CoverPage.qml
"
)
cover
:
null
//cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations
:
defaultAllowedOrientations
ContextProperty
{
...
...
This diff is collapsed.
Click to expand it.
qml/pages/AboutPage.qml
+
1
−
1
View file @
b3800e8f
...
...
@@ -40,7 +40,7 @@ Page {
AboutLabel
{
font.pixelSize
:
Theme
.
fontSizeLarge
color
:
Theme
.
highlightColor
text
:
"
Konheko v0.
4
"
text
:
"
Konheko v0.
5
"
}
AboutLabel
{
...
...
This diff is collapsed.
Click to expand it.
rpm/harbour-konheko.spec
+
2
−
5
View file @
b3800e8f
...
...
@@ -6,14 +6,11 @@
Name: harbour-konheko
# >> macros
%define __provides_exclude_from ^%{_datadir}/.*$
%define __requires_exclude ^libstdc.*$
%define bdir %(echo $PWD)/.build/rpmbuilddir-%{_arch}
# << macros
Summary: Sailfish OS Matrix Client
Version: 0.
1
Release:
1
Version: 0.
5
Release:
0
Group: Qt/Qt
License: LICENSE
URL: http://example.org/
...
...
This diff is collapsed.
Click to expand it.
rpm/harbour-konheko.yaml
+
2
−
2
View file @
b3800e8f
Name
:
harbour-konheko
Summary
:
Sailfish OS Matrix Client
Version
:
0.
1
Release
:
1
Version
:
0.
5
Release
:
0
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group
:
Qt/Qt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment