From 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Dec 2025 12:40:20 +0000 Subject: Import Upstream version 43.0 --- help/C/add-notes.page | 18 ++++++++++++++ help/C/archive.page | 27 +++++++++++++++++++++ help/C/assign-color.page | 18 ++++++++++++++ help/C/assign-date.page | 18 ++++++++++++++ help/C/contributing.page | 21 +++++++++++++++++ help/C/create-tasklists.page | 19 +++++++++++++++ help/C/create-tasks.page | 24 +++++++++++++++++++ help/C/delete-tasklist.page | 24 +++++++++++++++++++ help/C/execute-task.page | 13 ++++++++++ help/C/figures/open-menu-symbolic.svg | 8 +++++++ help/C/figures/org.gnome.Todo.svg | 18 ++++++++++++++ help/C/figures/task-list.png | Bin 0 -> 62750 bytes help/C/figures/view-more-symbolic.svg | 8 +++++++ help/C/give-star.page | 15 ++++++++++++ help/C/index.page | 36 ++++++++++++++++++++++++++++ help/C/overview.page | 20 ++++++++++++++++ help/C/rename-tasklist.page | 20 ++++++++++++++++ help/C/rename-tasks.page | 17 ++++++++++++++ help/C/support.page | 15 ++++++++++++ help/C/switch-theme.page | 19 +++++++++++++++ help/C/workflow.page | 43 ++++++++++++++++++++++++++++++++++ 21 files changed, 401 insertions(+) create mode 100644 help/C/add-notes.page create mode 100644 help/C/archive.page create mode 100644 help/C/assign-color.page create mode 100644 help/C/assign-date.page create mode 100644 help/C/contributing.page create mode 100644 help/C/create-tasklists.page create mode 100644 help/C/create-tasks.page create mode 100644 help/C/delete-tasklist.page create mode 100644 help/C/execute-task.page create mode 100644 help/C/figures/open-menu-symbolic.svg create mode 100644 help/C/figures/org.gnome.Todo.svg create mode 100644 help/C/figures/task-list.png create mode 100644 help/C/figures/view-more-symbolic.svg create mode 100644 help/C/give-star.page create mode 100644 help/C/index.page create mode 100644 help/C/overview.page create mode 100644 help/C/rename-tasklist.page create mode 100644 help/C/rename-tasks.page create mode 100644 help/C/support.page create mode 100644 help/C/switch-theme.page create mode 100644 help/C/workflow.page (limited to 'help/C') diff --git a/help/C/add-notes.page b/help/C/add-notes.page new file mode 100644 index 0000000..dc7d921 --- /dev/null +++ b/help/C/add-notes.page @@ -0,0 +1,18 @@ + + + + + + + Add notes to a task + + +

Expand the task by clicking on it in the list.

+

Write something in the textfield labeled with Notes.

+
+ +

You can edit this later whenever you want.

+ +
diff --git a/help/C/archive.page b/help/C/archive.page new file mode 100644 index 0000000..faf43d5 --- /dev/null +++ b/help/C/archive.page @@ -0,0 +1,27 @@ + + + + + + + Archive a task list + + + +

Navigate to your task list.

+

Open the menu on the right side of the headerbar.

+

Click on the Archive button to archive your task list.

+
+ +

You can access your archived task lists through the Archived category in the utility pane.

+

From there you can unarchive them:

+ + +

Open the menu on the right side of the headerbar.

+

The Unarchive button moves your task list again to all others.

+
+ +
diff --git a/help/C/assign-color.page b/help/C/assign-color.page new file mode 100644 index 0000000..b9cae6d --- /dev/null +++ b/help/C/assign-color.page @@ -0,0 +1,18 @@ + + + + + + + Assign a color to a task list + + +

Navigate to your task list.

+

Open the menu () on the right side of the headerbar.

+

Choose one of the given colors by clicking on them.

+
+ +
diff --git a/help/C/assign-date.page b/help/C/assign-date.page new file mode 100644 index 0000000..561854a --- /dev/null +++ b/help/C/assign-date.page @@ -0,0 +1,18 @@ + + + + + + + Assign a date to a task + + +

Expand the task by clicking on it in the list.

+

Click on the button labeled with Today, Tomorrow or with the arrow icon to assign another date.

+
+ +

To delete the date, click on the button with the arrow icon and then on None.

+ +
diff --git a/help/C/contributing.page b/help/C/contributing.page new file mode 100644 index 0000000..5fe5301 --- /dev/null +++ b/help/C/contributing.page @@ -0,0 +1,21 @@ + + + + + + + Contribute to Endeavour + +

There are multiple ways of helping to improve Endeavour:

+ +

File issues you have encountered while using Endeavour

+

Translate the user interface or help pages of Endeavour

+

Correct issues or implement new features

+
+ +

For filing an issue go to the issuetracker.

+

And for contributing code or translations go to the newcomers guide.

+ +
diff --git a/help/C/create-tasklists.page b/help/C/create-tasklists.page new file mode 100644 index 0000000..ad016bd --- /dev/null +++ b/help/C/create-tasklists.page @@ -0,0 +1,19 @@ + + + + + + + Create a task list + + +

Click on the New List button in the headerbar.

+

Type in the name of your task list.

+

Then hit Enter or click on Create List.

+
+ +

Now you can access your list through the entries in the utility pane.

+ +
diff --git a/help/C/create-tasks.page b/help/C/create-tasks.page new file mode 100644 index 0000000..6d1d151 --- /dev/null +++ b/help/C/create-tasks.page @@ -0,0 +1,24 @@ + + + + + + + Create a Task + + +

Type the title of the new task in the textfield labeled with New Task next to + .

+

Then hit Enter or click on + to save it.

+
+ + + Undoing changes +

Note that you can always undo deleting a task if you change your mind. Click Undo on + the pop-up notification that appears. But when the popup disappears, you cannot recover it anymore.

+
+ +

When you want to delete the task, expand the task by clicking on it in the list and then click on Delete.

+ +
diff --git a/help/C/delete-tasklist.page b/help/C/delete-tasklist.page new file mode 100644 index 0000000..27dd42d --- /dev/null +++ b/help/C/delete-tasklist.page @@ -0,0 +1,24 @@ + + + + + + + Delete a task list + + + Undoing changes +

Note that you can always undo deleting a task list if you change your mind. Click Undo on + the pop-up notification that appears. But when the popup disappears, you cannot recover it anymore.

+
+ + +

Navigate to your task list.

+

Open the menu () on the right side of the headerbar.

+

Then the Delete button deletes your task list.

+
+ +
diff --git a/help/C/execute-task.page b/help/C/execute-task.page new file mode 100644 index 0000000..0ab178e --- /dev/null +++ b/help/C/execute-task.page @@ -0,0 +1,13 @@ + + + + + + + Execute a task + +

Click on the empty field on the left side of the task in the list, to give it a check. Then it disappears from Inbox, and similar categories. When the task was in a task list, you can still find it there and remove the check to make it again not executed.

+ +
diff --git a/help/C/figures/open-menu-symbolic.svg b/help/C/figures/open-menu-symbolic.svg new file mode 100644 index 0000000..7f44743 --- /dev/null +++ b/help/C/figures/open-menu-symbolic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/help/C/figures/org.gnome.Todo.svg b/help/C/figures/org.gnome.Todo.svg new file mode 100644 index 0000000..401001f --- /dev/null +++ b/help/C/figures/org.gnome.Todo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/help/C/figures/task-list.png b/help/C/figures/task-list.png new file mode 100644 index 0000000..16495fa Binary files /dev/null and b/help/C/figures/task-list.png differ diff --git a/help/C/figures/view-more-symbolic.svg b/help/C/figures/view-more-symbolic.svg new file mode 100644 index 0000000..6838f20 --- /dev/null +++ b/help/C/figures/view-more-symbolic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/help/C/give-star.page b/help/C/give-star.page new file mode 100644 index 0000000..c95c64e --- /dev/null +++ b/help/C/give-star.page @@ -0,0 +1,15 @@ + + + + + + + Give a star to a task + +

Sometimes you have tasks with a very high priority or want to find them easier in a long list. In that case you can give tasks a star.

+ +

Click on the small star on the right side of the task in the list to toggle its state. When it is filled you have starred it.

+ +
diff --git a/help/C/index.page b/help/C/index.page new file mode 100644 index 0000000..dbf90ac --- /dev/null +++ b/help/C/index.page @@ -0,0 +1,36 @@ + + + + Endeavour is a simple app, with that you can create, process and manage your tasks, to raise your productivity. Also you can synchronize your tasks through your online accounts, so you can check them on all your devices. + + + + <media type="image" its:translate="no" src="figures/org.gnome.Todo.svg" width="48" height="48"></media> + <span>Endeavour</span> + + +

A simple to-do app for GNOME.

+ +
+ Getting Started +
+ +
+ Manage Tasks +
+ +
+ Manage Task Lists +
+ +
+ Common Problems +
+ +
+ Contributing and getting support +
+
diff --git a/help/C/overview.page b/help/C/overview.page new file mode 100644 index 0000000..dabe160 --- /dev/null +++ b/help/C/overview.page @@ -0,0 +1,20 @@ + + + + + + + Overview + + + +

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.

+ +

Inbox contains all tasks which have no date assigned to them and are not in a task list,

+ +

Today all tasks with the date of today and Next 7 Days all tasks assigned to one of the next seven days.

+ +

All shows all tasks in a chronological order and Archived archived task lists. At last there are also your custom task lists

+
diff --git a/help/C/rename-tasklist.page b/help/C/rename-tasklist.page new file mode 100644 index 0000000..fd35f43 --- /dev/null +++ b/help/C/rename-tasklist.page @@ -0,0 +1,20 @@ + + + + + + + Rename a task list + + +

Navigate to your task list.

+

Open the menu () on the right side of the headerbar.

+

Click on the Rename button.

+

Type in the new name.

+

Hit Enter or click Rename.

+
+ +
diff --git a/help/C/rename-tasks.page b/help/C/rename-tasks.page new file mode 100644 index 0000000..d5bcb01 --- /dev/null +++ b/help/C/rename-tasks.page @@ -0,0 +1,17 @@ + + + + + + + Rename a Task + + +

Go to the title of the task in the list, the cursor should change then.

+

Click on it, and then begin renaming it.

+

When you are ready, hit Enter.

+
+ +
diff --git a/help/C/support.page b/help/C/support.page new file mode 100644 index 0000000..66d4494 --- /dev/null +++ b/help/C/support.page @@ -0,0 +1,15 @@ + + + + + + + Getting support + +

In the wiki of Endeavour you can read more.

+

When you have questions, ask them on gnome discourse.

+

You can also get in conversation with the developers of Endeavour by joining the matrix channel.

+ +
diff --git a/help/C/switch-theme.page b/help/C/switch-theme.page new file mode 100644 index 0000000..a2e6682 --- /dev/null +++ b/help/C/switch-theme.page @@ -0,0 +1,19 @@ + + + + + + + Switch to the dark theme + +

When you are in a dark environment, for example at night, a dark theme can be much more comfortable for the eyes.

+ + +

Open the menu ( ) on the right side of the headerbar.

+

Click on the dark or light circle, and the theme switches to it.

+
+ +
diff --git a/help/C/workflow.page b/help/C/workflow.page new file mode 100644 index 0000000..93946cc --- /dev/null +++ b/help/C/workflow.page @@ -0,0 +1,43 @@ + + + + + + + Workflow + +

Managing tasks is very personal. Therefore Endeavour only ships with a default Workflow that can be altered to the needs of the user.

+ +
+ Task lifecycle +

Tasks follow a lifecycle that consists of 3 phases:

+ + +

Capture

+

Processing

+

Execution

+
+ +

Each phase changes the state of the task, starting from the uncaptured state, leading up to the task completion.

+
+ +
+ 1. Capturing +

Capturing a task is the act of storing the task in a permanent storage - your hard drive.

+

Captured tasks go to the inbox, which is the list of unprocessed tasks.

+
+ +
+ 2. Processing +

Processing a task consists of moving it to an appropriate task list, or doing it right away if it's a trivial task, or even throwing it in the wastebasket if you don't plan on doing it.

+

Optionally, adding more description, setting an end date, and marking it as important are done in this step.

+
+ +
+ 3. Executing +

Executing a task is what leads the task to its conclusion.

+
+ +
-- cgit v1.2.3