App Icon and aarch64 build
|
@ -20,6 +20,9 @@ SOURCES += src/harbour-nextcloudnotes.cpp
|
||||||
|
|
||||||
DISTFILES += qml/harbour-nextcloudnotes.qml \
|
DISTFILES += qml/harbour-nextcloudnotes.qml \
|
||||||
qml/cover/CoverPage.qml \
|
qml/cover/CoverPage.qml \
|
||||||
|
qml/img/nextcloud-logo-dark.png \
|
||||||
|
qml/img/nextcloud-logo-light.png \
|
||||||
|
qml/pages/LoginPage.qml \
|
||||||
rpm/harbour-nextcloudnotes.changes.run.in \
|
rpm/harbour-nextcloudnotes.changes.run.in \
|
||||||
rpm/harbour-nextcloudnotes.changes \
|
rpm/harbour-nextcloudnotes.changes \
|
||||||
rpm/harbour-nextcloudnotes.spec \
|
rpm/harbour-nextcloudnotes.spec \
|
||||||
|
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -4,7 +4,7 @@ import Sailfish.Silica 1.0
|
||||||
CoverBackground {
|
CoverBackground {
|
||||||
|
|
||||||
CoverPlaceholder {
|
CoverPlaceholder {
|
||||||
icon.source: "../img/nextcloud-logo-transparent.png"
|
icon.source: Theme.colorScheme === Theme.DarkOnLight ? "../img/nextcloud-logo-dark.png" : "../img/nextcloud-logo-light.png"
|
||||||
icon.width: parent.width
|
icon.width: parent.width
|
||||||
icon.fillMode: Image.PreserveAspectFit
|
icon.fillMode: Image.PreserveAspectFit
|
||||||
text: qsTr("Notes")
|
text: qsTr("Notes")
|
||||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
BIN
qml/img/nextcloud-logo-dark.png
Normal file
After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
@ -12,6 +12,10 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
|
||||||
|
* Tue Aug 24 2021 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-8
|
||||||
|
- Addded the icon from 640286afe91792903a7df50c6c6fdb7e5eb8c92e
|
||||||
|
- aarch64 build
|
||||||
|
|
||||||
* Wed Dec 12 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-7
|
* Wed Dec 12 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-7
|
||||||
- Implementing #18: Page with Markdown syntax
|
- Implementing #18: Page with Markdown syntax
|
||||||
- Added padding to the bottom of the pages
|
- Added padding to the bottom of the pages
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Do NOT Edit the Auto-generated Part!
|
# Do NOT Edit the Auto-generated Part!
|
||||||
# Generated by: spectacle version 0.27
|
# Generated by: spectacle version 0.32
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: harbour-nextcloudnotes
|
Name: harbour-nextcloudnotes
|
||||||
|
@ -14,7 +14,7 @@ Name: harbour-nextcloudnotes
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: Nextcloud Notes
|
Summary: Nextcloud Notes
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 7
|
Release: 8
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/scharel/harbour-nextcloudnotes
|
URL: https://github.com/scharel/harbour-nextcloudnotes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-nextcloudnotes
|
Name: harbour-nextcloudnotes
|
||||||
Summary: Nextcloud Notes
|
Summary: Nextcloud Notes
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 7
|
Release: 8
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
|
|
|
@ -555,15 +555,7 @@ In the new version, the outer pipes (|) are optional, matching GFM spec.
|
||||||
You also don't need to make the raw Markdown line up prettily.
|
You also don't need to make the raw Markdown line up prettily.
|
||||||
|
|
||||||
You can also use other markdown syntax inside them.</source>
|
You can also use other markdown syntax inside them.</source>
|
||||||
<translation>Tabeller är inte en del av kärnan i Markdown, men de är en del av GFM, och Showdown stödjer dem genom att aktivera alternativet tabeller.
|
<translation type="unfinished"></translation>
|
||||||
|
|
||||||
Kolon kan användas för att justera kolumner.
|
|
||||||
|
|
||||||
I den nya versionen är de yttre vertikalstrecken (|) valfria, matchande GFM spec.
|
|
||||||
|
|
||||||
Du behöver inte heller göra RAW markdown-linjen vackert.
|
|
||||||
|
|
||||||
Du kan också använda andra markdown-syntax inuti dem.</translation>
|
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|