Skip to content
Commits on Source (104)
......@@ -15,7 +15,6 @@ stages:
flatpak:master:
extends: .flatpak
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
stage: flatpak
variables:
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Todo.json"
......
......@@ -28,8 +28,8 @@ code.
## Getting In Touch
We use IRC as the main form of real-time communication. Asynchronous communication happens on
[Endeavour GitLab Project][gitlab]. You can join us at the [#gnome-todo][irc-channel] room on
[GNOME IRC servers][irc-wiki-page].
[Endeavour GitLab Project][gitlab]. You can join us at the [#endeavour:gnome.org][matrix-channel] room on the
[GNOME Matrix channels][matrix-wiki-page].
All communications should follow the GNOME Code of Conduct. You can read more at our
[Contribution Guidelines][contribution-guidelines]. It is expected from everyone to always be
......@@ -41,5 +41,5 @@ Stop by and say hello!
[code-style]: https://gitlab.gnome.org/World/Endeavour/blob/main/doc/HACKING.md
[contribution-guidelines]: https://gitlab.gnome.org/World/Endeavour/blob/main/doc/CONTRIBUTING.md
[gitlab]: https://gitlab.gnome.org/World/Endeavour
[irc-channel]: irc://irc.gnome.org/gnome-todo
[irc-wiki-page]: https://wiki.gnome.org/Community/GettingInTouch/IRC
[matrix-channel]: https://matrix.to/#/#endeavour:gnome.org
[matrix-wiki-page]: https://wiki.gnome.org/GettingInTouch/Matrix
......@@ -90,10 +90,14 @@
},
{
"name" : "rest",
"config-opts": [
"-Dintrospection=false",
"-Dgtk_doc=false"
],
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"branch" : "librest-0-7",
"url" : "https://gitlab.gnome.org/GNOME/librest.git"
}
]
......@@ -109,22 +113,11 @@
}
]
},
{
"name" : "gcr",
"buildsystem" : "meson",
"config-opts" : [
"-Dgtk_doc=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gcr.git"
}
]
},
{
"name" : "evolution-data-server",
"cleanup": [ "/share/GConf" ],
"cleanup" : [
"/share/GConf"
],
"config-opts" : [
"-DENABLE_CANBERRA=OFF",
"-DENABLE_DOT_LOCKING=OFF",
......@@ -153,21 +146,6 @@
}
]
},
{
"name" : "libportal",
"buildsystem" : "meson",
"config-opts" : [
"-Dbackends=gtk4",
"-Ddocs=false"
],
"sources" : [
{
"type" : "git",
"branch" : "main",
"url" : "https://github.com/flatpak/libportal.git"
}
]
},
{
"name" : "endeavour",
"buildsystem" : "meson",
......
meson.add_install_script('meson_post_install.py')
#!/usr/bin/env python3
import os
import subprocess
install_prefix = os.environ['MESON_INSTALL_PREFIX']
icondir = os.path.join(install_prefix, 'share', 'icons', 'hicolor')
schemadir = os.path.join(install_prefix, 'share', 'glib-2.0', 'schemas')
if not os.environ.get('DESTDIR'):
print('Update icon cache...')
subprocess.call(['gtk-update-icon-cache', '-f', '-t', icondir])
print('Compiling gsettings schemas...')
subprocess.call(['glib-compile-schemas', schemadir])
data/appdata/no-tasks.png

83.3 KiB | W: | H:

data/appdata/no-tasks.png

46.7 KiB | W: | H:

data/appdata/no-tasks.png
data/appdata/no-tasks.png
data/appdata/no-tasks.png
data/appdata/no-tasks.png
  • 2-up
  • Swipe
  • Onion skin
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyleft 2015 Georges Basile Stavracas Neto <georges.stavracas@gmail.com> -->
<component type="desktop">
<id>@appid@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Endeavour</name>
<summary>Task manager for GNOME</summary>
<summary>Manage your tasks</summary>
<description>
<p>
Endeavour is a task management application designed to integrate with GNOME. Save and order your todos.
Manage multiple todo lists. Keep your todos on your computer or sync them with cloud providers.
Customize your experience with plugins.
Endeavour is a task management application designed for simplicity. Save and order your todos.
Manage multiple todo lists. And more
</p>
</description>
......@@ -20,10 +18,6 @@
<project_group>GNOME</project_group>
<screenshots>
<screenshot width="1920" height="1080">
<image>https://gitlab.gnome.org/World/Endeavour/raw/main/data/appdata/welcome-screen.png</image>
<caption>Welcome screen</caption>
</screenshot>
<screenshot width="1920" height="1080">
<image>https://gitlab.gnome.org/World/Endeavour/raw/main/data/appdata/no-tasks.png</image>
<caption>Empty state</caption>
......@@ -40,6 +34,30 @@
</kudos>
<releases>
<release date="2022-11-02" version="43.0">
<description>
<p>
Endeavour 43 brings major improvements:
<ul>
<li>
The Welcome screen has been removed, as its design didn't really
work out.
</li>
<li>
The notification system was switched to use AdwToast instead of the older,
custom notifications.
</li>
<li>
Styles have been updated to fit a more Adwaita-like design.
</li>
<li>
Lots of bugs have been squashed, leading to a more stable experience.
</li>
</ul>
</p>
</description>
</release>
<release date="2022-07-27" version="42.0">
<description>
<p>
......@@ -52,7 +70,7 @@
</p>
</description>
</release>
<release date="2021-09-16" version="41.0">
<description>
<p>
......
data/appdata/task-list.png

61.3 KiB | W: | H:

data/appdata/task-list.png

43.7 KiB | W: | H:

data/appdata/task-list.png
data/appdata/task-list.png
data/appdata/task-list.png
data/appdata/task-list.png
  • 2-up
  • Swipe
  • Onion skin
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
<defs>
<clipPath id="clip2">
<rect x="0" y="0" width="128" height="128"/>
</clipPath>
<g id="surface834" clip-path="url(#clip2)">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(52.549022%,36.862746%,23.529412%);fill-opacity:1;" d="M 28.722656 44 L 99.277344 44 C 104.09375 44 108 47.90625 108 52.722656 L 108 111.277344 C 108 116.09375 104.09375 120 99.277344 120 L 28.722656 120 C 23.90625 120 20 116.09375 20 111.277344 L 20 52.722656 C 20 47.90625 23.90625 44 28.722656 44 Z M 28.722656 44 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.980394%,51.372552%,35.294119%);fill-opacity:1;" d="M 28.722656 16 L 99.277344 16 C 104.09375 16 108 20.0625 108 25.078125 L 108 106.921875 C 108 111.9375 104.09375 116 99.277344 116 L 28.722656 116 C 23.90625 116 20 111.9375 20 106.921875 L 20 25.078125 C 20 20.0625 23.90625 16 28.722656 16 Z M 28.722656 16 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,86.666667%,85.490197%);fill-opacity:1;" d="M 28 78 L 100 78 L 100 108 L 28 108 Z M 28 78 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 28 22 L 100 22 L 100 104 L 28 104 Z M 28 22 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999994 L 38.000008 225.999994 L 48.000008 215.999994 " transform="matrix(1,0,0,1,7.999992,-155.999994)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 40 L 88 40 L 88 44 L 64 44 Z M 64 40 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 64 L 82 64 L 82 68 L 64 68 Z M 64 64 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 217.999995 L 38.000008 223.999995 L 48.000008 213.999995 " transform="matrix(1,0,0,1,7.999992,-177.999995)"/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999996 L 38.000008 225.999996 L 48.000008 215.999996 " transform="matrix(1,0,0,1,7.999992,-131.999996)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 88 L 88 88 L 88 92 L 64 92 Z M 64 88 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(60.392159%,60.000002%,58.823532%);fill-opacity:1;" d="M 44 12 C 41.785156 12 40 13.785156 40 16 L 40 24 L 88 24 L 88 16 C 88 13.785156 86.195312 11.6875 84 12 L 70 12 L 64 20 L 58 12 Z M 44 12 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(60.392159%,60.000002%,58.823532%);stroke-opacity:1;stroke-miterlimit:4;" d="M 70 184 C 70 187.3125 67.3125 190 64 190 C 60.6875 190 58 187.3125 58 184 C 58 180.6875 60.6875 178 64 178 C 67.3125 178 70 180.6875 70 184 Z M 70 184 " transform="matrix(1,0,0,1,0,-172)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.27451%,48.235294%);fill-opacity:1;" d="M 40 24 L 88 24 L 88 28 L 40 28 Z M 40 24 "/>
</g>
<clipPath id="clip1">
<rect x="0" y="0" width="128" height="128"/>
</clipPath>
<filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
<feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<g id="surface837" clip-path="url(#clip1)" filter="url(#alpha)">
<use xlink:href="#surface834"/>
</g>
<mask id="mask0">
<use xlink:href="#surface837"/>
</mask>
<mask id="mask1">
<g filter="url(#alpha)">
<rect x="0" y="0" width="128" height="128" style="fill:rgb(0%,0%,0%);fill-opacity:0.8;stroke:none;"/>
</g>
</mask>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="300" y1="235" x2="428" y2="235" gradientTransform="matrix(0.000000000000000023,0.37,-0.98462,0.00000000000000006,295.38501,-30.360001)">
<stop offset="0" style="stop-color:rgb(97.647059%,94.117647%,41.960785%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(96.078432%,76.078433%,6.666667%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip4">
<rect x="0" y="0" width="128" height="128"/>
</clipPath>
<g id="surface831" clip-path="url(#clip4)">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 128 80.640625 L 128 128 L 0 128 L 0 80.640625 Z M 128 80.640625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 13.308594 80.640625 L 60.664062 128 L 81.878906 128 L 34.519531 80.640625 Z M 55.730469 80.640625 L 103.09375 128 L 124.308594 128 L 76.945312 80.640625 Z M 98.160156 80.640625 L 128 110.480469 L 128 89.269531 L 119.371094 80.640625 Z M 0 88.546875 L 0 109.761719 L 18.238281 128 L 39.453125 128 Z M 0 88.546875 "/>
</g>
<clipPath id="clip3">
<rect x="0" y="0" width="128" height="128"/>
</clipPath>
<g id="surface836" clip-path="url(#clip3)">
<use xlink:href="#surface831" mask="url(#mask1)"/>
</g>
</defs>
<g id="surface824">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(52.549022%,36.862746%,23.529412%);fill-opacity:1;" d="M 28.722656 44 L 99.277344 44 C 104.09375 44 108 47.90625 108 52.722656 L 108 111.277344 C 108 116.09375 104.09375 120 99.277344 120 L 28.722656 120 C 23.90625 120 20 116.09375 20 111.277344 L 20 52.722656 C 20 47.90625 23.90625 44 28.722656 44 Z M 28.722656 44 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.980394%,51.372552%,35.294119%);fill-opacity:1;" d="M 28.722656 16 L 99.277344 16 C 104.09375 16 108 20.0625 108 25.078125 L 108 106.921875 C 108 111.9375 104.09375 116 99.277344 116 L 28.722656 116 C 23.90625 116 20 111.9375 20 106.921875 L 20 25.078125 C 20 20.0625 23.90625 16 28.722656 16 Z M 28.722656 16 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,86.666667%,85.490197%);fill-opacity:1;" d="M 28 78 L 100 78 L 100 108 L 28 108 Z M 28 78 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 28 22 L 100 22 L 100 104 L 28 104 Z M 28 22 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999994 L 38.000008 225.999994 L 48.000008 215.999994 " transform="matrix(1,0,0,1,7.999992,-155.999994)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 40 L 88 40 L 88 44 L 64 44 Z M 64 40 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 64 L 82 64 L 82 68 L 64 68 Z M 64 64 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 217.999995 L 38.000008 223.999995 L 48.000008 213.999995 " transform="matrix(1,0,0,1,7.999992,-177.999995)"/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999996 L 38.000008 225.999996 L 48.000008 215.999996 " transform="matrix(1,0,0,1,7.999992,-131.999996)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 88 L 88 88 L 88 92 L 64 92 Z M 64 88 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(60.392159%,60.000002%,58.823532%);fill-opacity:1;" d="M 44 12 C 41.785156 12 40 13.785156 40 16 L 40 24 L 88 24 L 88 16 C 88 13.785156 86.195312 11.6875 84 12 L 70 12 L 64 20 L 58 12 Z M 44 12 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(60.392159%,60.000002%,58.823532%);stroke-opacity:1;stroke-miterlimit:4;" d="M 70 184 C 70 187.3125 67.3125 190 64 190 C 60.6875 190 58 187.3125 58 184 C 58 180.6875 60.6875 178 64 178 C 67.3125 178 70 180.6875 70 184 Z M 70 184 " transform="matrix(1,0,0,1,0,-172)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.27451%,48.235294%);fill-opacity:1;" d="M 40 24 L 88 24 L 88 28 L 40 28 Z M 40 24 "/>
<use xlink:href="#surface836" mask="url(#mask0)"/>
</g>
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="19.999998" x2="112.778587" y1="29.118027" y2="97.447845">
<stop offset="0" stop-color="#62a0ea"/>
<stop offset="0.563959" stop-color="#9141ac"/>
<stop offset="1" stop-color="#ed333b"/>
</linearGradient>
<clipPath id="b">
<rect height="128" width="128"/>
</clipPath>
<clipPath id="c">
<rect height="128" width="128"/>
</clipPath>
<filter id="d" height="100%" width="100%" x="0%" y="0%">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="e">
<g clip-path="url(#c)" filter="url(#d)">
<g clip-path="url(#b)">
<path d="m 28.722656 16 h 70.554688 c 4.816406 0 8.722656 4.0625 8.722656 9.078125 v 85.84375 c 0 5.015625 -3.90625 9.078125 -8.722656 9.078125 h -70.554688 c -4.816406 0 -8.722656 -4.0625 -8.722656 -9.078125 v -85.84375 c 0 -5.015625 3.90625 -9.078125 8.722656 -9.078125 z m 0 0" fill="url(#a)"/>
<path d="m 20 106.921875 v 4.359375 c 0 4.828125 3.890625 8.71875 8.71875 8.71875 h 70.5625 c 4.828125 0 8.71875 -3.890625 8.71875 -8.71875 v -4.359375 c 0 5.027344 -3.890625 9.078125 -8.71875 9.078125 h -70.5625 c -4.828125 0 -8.71875 -4.050781 -8.71875 -9.078125 z m 0 0" fill-opacity="0.34902"/>
<path d="m 32 78 h 64 c 2.210938 0 4 1.789062 4 4 v 22 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -22 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#deddda"/>
<path d="m 32 24 h 64 c 2.210938 0 4 1.789062 4 4 v 70 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -70 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#ffffff"/>
<path d="m 44 12 c -2.214844 0 -4 1.785156 -4 4 v 14 h 48 v -14 c 0 -2.214844 -1.804688 -4.3125 -4 -4 h -14 l -6 7 l -6 -7 z m 0 0" fill="#c0bfbc"/>
<path d="m 70 184 c 0 3.3125 -2.6875 6 -6 6 s -6 -2.6875 -6 -6 s 2.6875 -6 6 -6 s 6 2.6875 6 6 z m 0 0" fill="none" stroke="#c0bfbc" stroke-linejoin="round" stroke-width="4" transform="matrix(1 0 0 1 0 -172)"/>
<path d="m 40 28 h 48 v 4 h -48 z m 0 0" fill="#9a9996"/>
<path d="m 33.00001 220.999994 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" transform="matrix(1 0 0 1 6.99999 -155.999994)"/>
<path d="m 64 44 h 22 v 4 h -22 z m 0 0" fill="#c0bfbc"/>
<path d="m 33.00001 218.999995 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" transform="matrix(1 0 0 1 6.99999 -173.999995)"/>
<path d="m 33.00001 220.999996 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" transform="matrix(1 0 0 1 6.99999 -135.999996)"/>
<path d="m 64 64 h 26 v 4 h -26 z m 0 0" fill="#c0bfbc"/>
<path d="m 64 84 h 18 v 4 h -18 z m 0 0" fill="#c0bfbc"/>
</g>
</g>
</mask>
<mask id="f">
<g filter="url(#d)">
<rect fill-opacity="0.8" height="128" width="128"/>
</g>
</mask>
<linearGradient id="g" gradientTransform="matrix(0 0.37 -0.98462 0 295.38501 -30.360001)" gradientUnits="userSpaceOnUse" x1="300" x2="428" y1="235" y2="235">
<stop offset="0" stop-color="#f9f06b"/>
<stop offset="1" stop-color="#f5c211"/>
</linearGradient>
<clipPath id="h">
<rect height="128" width="128"/>
</clipPath>
<clipPath id="i">
<rect height="128" width="128"/>
</clipPath>
<path d="m 28.722656 16 h 70.554688 c 4.816406 0 8.722656 4.0625 8.722656 9.078125 v 85.84375 c 0 5.015625 -3.90625 9.078125 -8.722656 9.078125 h -70.554688 c -4.816406 0 -8.722656 -4.0625 -8.722656 -9.078125 v -85.84375 c 0 -5.015625 3.90625 -9.078125 8.722656 -9.078125 z m 0 0" fill="url(#a)"/>
<path d="m 20 106.921875 v 4.359375 c 0 4.828125 3.890625 8.71875 8.71875 8.71875 h 70.5625 c 4.828125 0 8.71875 -3.890625 8.71875 -8.71875 v -4.359375 c 0 5.027344 -3.890625 9.078125 -8.71875 9.078125 h -70.5625 c -4.828125 0 -8.71875 -4.050781 -8.71875 -9.078125 z m 0 0" fill-opacity="0.34902"/>
<path d="m 32 78 h 64 c 2.210938 0 4 1.789062 4 4 v 22 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -22 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#deddda"/>
<path d="m 32 24 h 64 c 2.210938 0 4 1.789062 4 4 v 70 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -70 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#ffffff"/>
<path d="m 44 12 c -2.214844 0 -4 1.785156 -4 4 v 14 h 48 v -14 c 0 -2.214844 -1.804688 -4.3125 -4 -4 h -14 l -6 7 l -6 -7 z m 0 0" fill="#c0bfbc"/>
<path d="m 70 12 c 0 3.3125 -2.6875 6 -6 6 s -6 -2.6875 -6 -6 s 2.6875 -6 6 -6 s 6 2.6875 6 6 z m 0 0" fill="none" stroke="#c0bfbc" stroke-linejoin="round" stroke-width="4"/>
<path d="m 40 28 h 48 v 4 h -48 z m 0 0" fill="#9a9996"/>
<path d="m 40 65 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<path d="m 64 44 h 22 v 4 h -22 z m 0 0" fill="#c0bfbc"/>
<path d="m 40 45 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<path d="m 40 85 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<path d="m 64 64 h 26 v 4 h -26 z m 0 0" fill="#c0bfbc"/>
<path d="m 64 84 h 18 v 4 h -18 z m 0 0" fill="#c0bfbc"/>
<g clip-path="url(#i)" mask="url(#e)">
<g clip-path="url(#h)" mask="url(#f)">
<path d="m 128 80.640625 v 47.359375 h -128 v -47.359375 z m 0 0" fill="url(#g)"/>
<path d="m 13.308594 80.640625 l 47.355468 47.359375 h 21.214844 l -47.359375 -47.359375 z m 42.421875 0 l 47.363281 47.359375 h 21.214844 l -47.363282 -47.359375 z m 42.429687 0 l 29.839844 29.839844 v -21.210938 l -8.628906 -8.628906 z m -98.160156 7.90625 v 21.214844 l 18.238281 18.238281 h 21.214844 z m 0 0"/>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
<g id="surface818">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(52.549022%,36.862746%,23.529412%);fill-opacity:1;" d="M 28.722656 44 L 99.277344 44 C 104.09375 44 108 47.90625 108 52.722656 L 108 111.277344 C 108 116.09375 104.09375 120 99.277344 120 L 28.722656 120 C 23.90625 120 20 116.09375 20 111.277344 L 20 52.722656 C 20 47.90625 23.90625 44 28.722656 44 Z M 28.722656 44 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.980394%,51.372552%,35.294119%);fill-opacity:1;" d="M 28.722656 16 L 99.277344 16 C 104.09375 16 108 20.0625 108 25.078125 L 108 106.921875 C 108 111.9375 104.09375 116 99.277344 116 L 28.722656 116 C 23.90625 116 20 111.9375 20 106.921875 L 20 25.078125 C 20 20.0625 23.90625 16 28.722656 16 Z M 28.722656 16 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,86.666667%,85.490197%);fill-opacity:1;" d="M 28 78 L 100 78 L 100 108 L 28 108 Z M 28 78 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 28 22 L 100 22 L 100 104 L 28 104 Z M 28 22 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999994 L 38.000008 225.999994 L 48.000008 215.999994 " transform="matrix(1,0,0,1,7.999992,-155.999994)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 40 L 88 40 L 88 44 L 64 44 Z M 64 40 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 64 L 82 64 L 82 68 L 64 68 Z M 64 64 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 217.999995 L 38.000008 223.999995 L 48.000008 213.999995 " transform="matrix(1,0,0,1,7.999992,-177.999995)"/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.921569%,21.960784%,27.450982%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.000008 219.999996 L 38.000008 225.999996 L 48.000008 215.999996 " transform="matrix(1,0,0,1,7.999992,-131.999996)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,73.725492%);fill-opacity:1;" d="M 64 88 L 88 88 L 88 92 L 64 92 Z M 64 88 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(60.392159%,60.000002%,58.823532%);fill-opacity:1;" d="M 44 12 C 41.785156 12 40 13.785156 40 16 L 40 24 L 88 24 L 88 16 C 88 13.785156 86.195312 11.6875 84 12 L 70 12 L 64 20 L 58 12 Z M 44 12 "/>
<path style="fill:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(60.392159%,60.000002%,58.823532%);stroke-opacity:1;stroke-miterlimit:4;" d="M 70 184 C 70 187.3125 67.3125 190 64 190 C 60.6875 190 58 187.3125 58 184 C 58 180.6875 60.6875 178 64 178 C 67.3125 178 70 180.6875 70 184 Z M 70 184 " transform="matrix(1,0,0,1,0,-172)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.666667%,46.27451%,48.235294%);fill-opacity:1;" d="M 40 24 L 88 24 L 88 28 L 40 28 Z M 40 24 "/>
</g>
<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="19.999998" x2="112.778587" y1="29.118027" y2="97.447845">
<stop offset="0" stop-color="#62a0ea"/>
<stop offset="0.563959" stop-color="#9141ac"/>
<stop offset="1" stop-color="#ed333b"/>
</linearGradient>
<path d="m 28.722656 16 h 70.554688 c 4.816406 0 8.722656 4.0625 8.722656 9.078125 v 85.84375 c 0 5.015625 -3.90625 9.078125 -8.722656 9.078125 h -70.554688 c -4.816406 0 -8.722656 -4.0625 -8.722656 -9.078125 v -85.84375 c 0 -5.015625 3.90625 -9.078125 8.722656 -9.078125 z m 0 0" fill="url(#a)"/>
<path d="m 20 106.921875 v 4.359375 c 0 4.828125 3.890625 8.71875 8.71875 8.71875 h 70.5625 c 4.828125 0 8.71875 -3.890625 8.71875 -8.71875 v -4.359375 c 0 5.027344 -3.890625 9.078125 -8.71875 9.078125 h -70.5625 c -4.828125 0 -8.71875 -4.050781 -8.71875 -9.078125 z m 0 0" fill-opacity="0.34902"/>
<path d="m 32 78 h 64 c 2.210938 0 4 1.789062 4 4 v 22 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -22 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#deddda"/>
<path d="m 32 24 h 64 c 2.210938 0 4 1.789062 4 4 v 70 c 0 2.210938 -1.789062 4 -4 4 h -64 c -2.210938 0 -4 -1.789062 -4 -4 v -70 c 0 -2.210938 1.789062 -4 4 -4 z m 0 0" fill="#ffffff"/>
<path d="m 44 12 c -2.214844 0 -4 1.785156 -4 4 v 14 h 48 v -14 c 0 -2.214844 -1.804688 -4.3125 -4 -4 h -14 l -6 7 l -6 -7 z m 0 0" fill="#c0bfbc"/>
<path d="m 70 12 c 0 3.3125 -2.6875 6 -6 6 s -6 -2.6875 -6 -6 s 2.6875 -6 6 -6 s 6 2.6875 6 6 z m 0 0" fill="none" stroke="#c0bfbc" stroke-linejoin="round" stroke-width="4"/>
<path d="m 40 28 h 48 v 4 h -48 z m 0 0" fill="#9a9996"/>
<path d="m 40 65 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<path d="m 64 44 h 22 v 4 h -22 z m 0 0" fill="#c0bfbc"/>
<path d="m 40 45 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<path d="m 40 85 l 5 5 l 9 -9" fill="none" stroke="#77767b" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/>
<g fill="#c0bfbc">
<path d="m 64 64 h 26 v 4 h -26 z m 0 0"/>
<path d="m 64 84 h 18 v 4 h -18 z m 0 0"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
<g id="surface848">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(23.921569%,21.960784%,27.450982%);fill-opacity:1;" d="M 2.5 1 C 1.945312 1 1.5 1.445312 1.5 2 L 1.5 14 C 1.5 14.554688 1.945312 15 2.5 15 L 13.5 15 C 14.054688 15 14.5 14.554688 14.5 14 L 14.5 6.558594 L 8.058594 12.5625 L 3.933594 8.484375 L 5.996094 6.492188 L 8.027344 8.46875 L 14.5 2.558594 L 14.5 2 C 14.5 1.445312 14.054688 1 13.5 1 Z M 2.5 1 "/>
</g>
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
<path d="m 5 1 c -1.644531 0 -3 1.355469 -3 3 v 8 c 0 1.644531 1.355469 3 3 3 h 6 c 1.644531 0 3 -1.355469 3 -3 v -8 c 0 -1.644531 -1.355469 -3 -3 -3 v 2 c 0.570312 0 1 0.429688 1 1 v 8 c 0 0.570312 -0.429688 1 -1 1 h -6 c -0.570312 0 -1 -0.429688 -1 -1 v -8 c 0 -0.570312 0.429688 -1 1 -1 z m 0 0"/>
<path d="m 13 4 c -0.265625 0 -0.519531 0.105469 -0.707031 0.292969 l -4.292969 4.292969 l -1.292969 -1.292969 c -0.390625 -0.390625 -1.023437 -0.390625 -1.414062 0 s -0.390625 1.023437 0 1.414062 l 2 2 c 0.390625 0.390625 1.023437 0.390625 1.414062 0 l 5 -5 c 0.390625 -0.390625 0.390625 -1.023437 0 -1.414062 c -0.1875 -0.1875 -0.441406 -0.292969 -0.707031 -0.292969 z m 0 0"/>
<path d="m 6 0 h 4 v 3 h -4 z m 0 0"/>
</svg>
This diff is collapsed.
......@@ -26,6 +26,8 @@ service = configure_file(
configuration: service_conf
)
compile_schemas = gnome.compile_schemas()
install_data(
'org.gnome.todo.gschema.xml',
install_dir: endeavour_schemadir
......
......@@ -31,15 +31,5 @@
<summary>Sidebar revealed</summary>
<description>Whether the sidebar is revealed or not</description>
</key>
<key name="style-variant" type="s">
<choices>
<choice value="system"/>
<choice value="light"/>
<choice value="dark"/>
</choices>
<default>'light'</default>
<summary>Style Variant</summary>
<description>Use the light or dark variant of the GTK theme and/or GtkSourceView style scheme.</description>
</key>
</schema>
</schemalist>
......@@ -12,7 +12,7 @@
<steps>
<item><p>Navigate to your task list.</p></item>
<item><p>Open the menu ( <media its:translate="no" type="image" src="figures/view-more-symbolic.svg"></media> ) on the right side of the headerbar.</p></item>
<item><p>Open the menu on the right side of the headerbar.</p></item>
<item><p>Click on the <gui style="button">Archive</gui> button to archive your task list.</p></item>
</steps>
......@@ -20,7 +20,7 @@
<p>From there you can unarchive them:</p>
<steps>
<item><p>Open the menu ( <media its:translate="no" type="image" src="figures/view-more-symbolic.svg"></media> ) on the right side of the headerbar.</p></item>
<item><p>Open the menu on the right side of the headerbar.</p></item>
<item><p>The <gui style="button">Unarchive</gui> button moves your task list again to all others.</p></item>
</steps>
......
......@@ -10,6 +10,11 @@
<p>The user interface of Endeavour is composed of the utility pane on the left and the tasks in lists on the right. You can let you show your tasks in different modes. They can be selected through the utility pane. <gui>Inbox</gui> contains all tasks which have no date assigned to them and are not in a task list, <gui>Today</gui> all tasks with the date of today and <gui>Next 7 Days</gui> all tasks assigned to one of the next seven days. <gui>All</gui> shows all tasks in a chronological order and <gui>Archived</gui> archived task lists. At least there are also your custom task lists</p>
<p>The user interface of Endeavour is composed of the utility pane on the left and the tasks in lists on the right. You can let you show your tasks in different modes. They can be selected through the utility pane.</p>
<p><gui>Inbox</gui> contains all tasks which have no date assigned to them and are not in a task list,</p>
<p><gui>Today</gui> all tasks with the date of today and <gui>Next 7 Days</gui> all tasks assigned to one of the next seven days.</p>
<p><gui>All</gui> shows all tasks in a chronological order and <gui>Archived</gui> archived task lists. At last there are also your custom task lists</p>
</page>
......@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gnome-todo master\n"
"POT-Creation-Date: 2022-07-10 10:15+0000\n"
"PO-Revision-Date: 2022-07-22 10:58+0200\n"
"POT-Creation-Date: 2022-08-10 20:44+0000\n"
"PO-Revision-Date: 2022-09-16 13:04+0200\n"
"Last-Translator: Tim Sabsch <tim@sabsch.com>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
"Language: de\n"
......@@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.1\n"
"X-Generator: Poedit 3.1.1\n"
#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
msgctxt "_"
......@@ -113,10 +113,9 @@ msgid "Navigate to your task list."
msgstr "Öffnen Sie Ihre Aufgabenliste."
#. (itstool) path: item/p
#: C/archive.page:15 C/archive.page:23 C/switch-theme.page:15
msgid "Open the menu ( <_:media-1/> ) on the right side of the headerbar."
msgstr ""
"Öffnen Sie das Menü ( <_:media-1/> ) auf der rechten Seite der Kopfleiste."
#: C/archive.page:15 C/archive.page:23
msgid "Open the menu on the right side of the headerbar."
msgstr "Öffnen Sie das Menü auf der rechten Seite der Kopfleiste."
#. (itstool) path: item/p
#: C/archive.page:16
......@@ -159,7 +158,7 @@ msgstr "Einer Aufgabenliste eine Farbe zuweisen"
#: C/assign-color.page:14 C/delete-tasklist.page:20 C/rename-tasklist.page:14
msgid "Open the menu (<_:media-1/>) on the right side of the headerbar."
msgstr ""
"Öffnen Sie das Menü (<_:media-1/> ) auf der rechten Seite der Kopfleiste."
"Öffnen Sie das Menü (<_:media-1/>) auf der rechten Seite der Kopfleiste."
#. (itstool) path: item/p
#: C/assign-color.page:15
......@@ -398,20 +397,38 @@ msgstr "Übersicht"
msgid ""
"The user interface of Endeavour is composed of the utility pane on the left "
"and the tasks in lists on the right. You can let you show your tasks in "
"different modes. They can be selected through the utility pane. <gui>Inbox</"
"gui> contains all tasks which have no date assigned to them and are not in a "
"task list, <gui>Today</gui> all tasks with the date of today and <gui>Next 7 "
"Days</gui> all tasks assigned to one of the next seven days. <gui>All</gui> "
"shows all tasks in a chronological order and <gui>Archived</gui> archived "
"task lists. At least there are also your custom task lists"
msgstr ""
"Die Benutzeroberfläche von Endeavour besteht aus einer Seitenliste links und "
"der Auflistung Ihrer Aufgaben rechts. Sie können sich Ihre Aufgaben auf "
"different modes. They can be selected through the utility pane."
msgstr ""
"Die Benutzeroberfläche von Endeavour besteht aus einer Seitenleiste links "
"und der Auflistung Ihrer Aufgaben rechts. Sie können sich Ihre Aufgaben auf "
"verschiedene Weisen anzeigen lassen. Diese können über die Seitenleiste "
"ausgewählt werden. <gui>Eingang</gui> enthält alle Aufgaben, denen Sie kein "
"Fälligkeitsdatum zugewiesen haben. <gui>Heute</gui> enthält alle Aufgaben "
"mit dem heutigen Fälligkeitsdatum. <gui>Nächste 7 Tage</gui> enthält alle "
"Aufgaben, deren Fälligkeitsdatum innerhalb der nächsten sieben Tage liegt. "
"ausgewählt werden."
#. (itstool) path: page/p
#: C/overview.page:15
msgid ""
"<gui>Inbox</gui> contains all tasks which have no date assigned to them and "
"are not in a task list,"
msgstr ""
"<gui>Eingang</gui> enthält alle Aufgaben, denen Sie kein Fälligkeitsdatum "
"zugewiesen haben und die nicht in einer Aufgabenliste stehen,"
#. (itstool) path: page/p
#: C/overview.page:17
msgid ""
"<gui>Today</gui> all tasks with the date of today and <gui>Next 7 Days</gui> "
"all tasks assigned to one of the next seven days."
msgstr ""
"<gui>Heute</gui> enthält alle Aufgaben mit dem heutigen Fälligkeitsdatum. "
"<gui>Nächste 7 Tage</gui> enthält alle Aufgaben, deren Fälligkeitsdatum "
"innerhalb der nächsten sieben Tage liegt."
#. (itstool) path: page/p
#: C/overview.page:19
msgid ""
"<gui>All</gui> shows all tasks in a chronological order and <gui>Archived</"
"gui> archived task lists. At last there are also your custom task lists"
msgstr ""
"<gui>Alle</gui> zeigt alle Aufgaben in chronologischer Reihenfolge an. "
"<gui>Archiviert</gui> zeigt alle archivierten Aufgabenlisten an. Darunter "
"befinden sich Ihre eigenen Aufgabenlisten"
......@@ -513,6 +530,12 @@ msgstr ""
"Wenn Sie sich in einer dunklen Umgebung befinden, zum Beispiel nachts, kann "
"ein dunkles Thema deutlich angenehmer für Ihre Augen sein."
#. (itstool) path: item/p
#: C/switch-theme.page:15
msgid "Open the menu ( <_:media-1/> ) on the right side of the headerbar."
msgstr ""
"Öffnen Sie das Menü ( <_:media-1/> ) auf der rechten Seite der Kopfleiste."
#. (itstool) path: item/p
#: C/switch-theme.page:16
msgid "Click on the dark or light circle, and the theme switches to it."
......@@ -531,7 +554,7 @@ msgid ""
"Managing tasks is very personal. Therefore Endeavour only ships with a "
"default Workflow that can be altered to the needs of the user."
msgstr ""
"Eine Aufgabenverwaltung ist etwas sehr persönliches. Endeavour stellt daher "
"Eine Aufgabenverwaltung ist etwas sehr Persönliches. Endeavour stellt daher "
"nur einen Standard-Prozess bereit, den Sie an Ihre Wünsche anpassen können."
#. (itstool) path: section/title
......@@ -626,3 +649,26 @@ msgid "Executing a task is what leads the task to its conclusion."
msgstr ""
"Die Erledigung einer Aufgabe beschreibt den Vorgang, der die Aufgabe zur "
"Vollendung führt."
#~ msgid ""
#~ "The user interface of Endeavour is composed of the utility pane on the "
#~ "left and the tasks in lists on the right. You can let you show your tasks "
#~ "in different modes. They can be selected through the utility pane. "
#~ "<gui>Inbox</gui> contains all tasks which have no date assigned to them "
#~ "and are not in a task list, <gui>Today</gui> all tasks with the date of "
#~ "today and <gui>Next 7 Days</gui> all tasks assigned to one of the next "
#~ "seven days. <gui>All</gui> shows all tasks in a chronological order and "
#~ "<gui>Archived</gui> archived task lists. At least there are also your "
#~ "custom task lists"
#~ msgstr ""
#~ "Die Benutzeroberfläche von Endeavour besteht aus einer Seitenliste links "
#~ "und der Auflistung Ihrer Aufgaben rechts. Sie können sich Ihre Aufgaben "
#~ "auf verschiedene Weisen anzeigen lassen. Diese können über die "
#~ "Seitenleiste ausgewählt werden. <gui>Eingang</gui> enthält alle Aufgaben, "
#~ "denen Sie kein Fälligkeitsdatum zugewiesen haben. <gui>Heute</gui> "
#~ "enthält alle Aufgaben mit dem heutigen Fälligkeitsdatum. <gui>Nächste 7 "
#~ "Tage</gui> enthält alle Aufgaben, deren Fälligkeitsdatum innerhalb der "
#~ "nächsten sieben Tage liegt. <gui>Alle</gui> zeigt alle Aufgaben in "
#~ "chronologischer Reihenfolge an. <gui>Archiviert</gui> zeigt alle "
#~ "archivierten Aufgabenlisten an. Darunter befinden sich Ihre eigenen "
#~ "Aufgabenlisten"
This diff is collapsed.