Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 5, 2024
2 parents e8ae3c7 + 55a8cce commit 8995e62
Show file tree
Hide file tree
Showing 402 changed files with 5,463 additions and 14,839 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/flatpak-x-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Check for updates
on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "0 0 * * 1" # run weekly
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab

jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: elementaryBot
GIT_COMMITTER_NAME: elementaryBot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_EMAIL: [email protected]
EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
with:
args: --update --never-fork io.elementary.tasks.json
17 changes: 2 additions & 15 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,17 @@ jobs:
token: ${{ secrets.FLAT_MANAGER_TOKEN }}

gettext:
name: Gettext
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.1-x86_64
options: --privileged

steps:
- name: Install git, python3-git and jq
run: |
apt-get update
apt-get install git jq python3-git -y
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}

- name: Configure Git
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Update Translation Files
uses: elementary/actions/gettext-flatpak@main
with:
manifest-path: 'io.elementary.tasks.json'
uses: elementary/actions/gettext-template@main
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
4 changes: 0 additions & 4 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ editable-label entry {
padding: 0;
}

editable-label entry text {
padding: 0;
}

entry-popover > box {
border-radius: 3px;
background: @SILVER_300;
Expand Down
51 changes: 15 additions & 36 deletions data/tasks.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/tasks/6.3.2/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/tasks/6.3.3/data/screenshot.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -54,6 +54,18 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="6.3.3" date="2024-07-18" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/tasks/issues/372">Crash when system theme changes</issue>
</issues>
</release>

<release version="6.3.2" date="2023-07-20" urgency="medium">
<description>
<p>Improvements:</p>
Expand Down Expand Up @@ -100,41 +112,8 @@
</description>
</release>

<release version="6.1.0" date="2021-12-13" urgency="medium">
<description>
<p>Features:</p>
<ul>
<li>Drag and drop tasks between lists</li>
<li>Follow email and web links in the task description with Control + Click</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Improved time zone handling</li>
<li>Performance improvements</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.0.4" date="2021-09-27" urgency="medium">
<description>
<p>Fixes:</p>
<ul>
<li>Prevent account name headers from being displayed multiple times in the sidebar</li>
<li>Long descriptions are truncated at the end instead of the beginning</li>
<li>Removing descriptions is now saved</li>
<li>Placing the cursor in descriptions works consistently</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Replace the Delete shortcut key with Ctrl + Backspace</li>
<li>Add a confirmation dialog when deleting a task list</li>
<li>Improve performance in lists with lots of completed tasks</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.1.0" date="2021-12-13" />
<release version="6.0.4" date="2021-09-27" />
<release version="6.0.3" date="2021-08-26" />
<release version="6.0.2" date="2021-08-09" />
<release version="6.0.1" date="2021-07-28" />
Expand Down
31 changes: 17 additions & 14 deletions io.elementary.tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,17 @@
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DENABLE_GTK=ON",
"-DENABLE_VALA_BINDINGS=ON",
"-DENABLE_INTROSPECTION=ON",
"-DENABLE_GOA=OFF",
"-DENABLE_CANBERRA=OFF",
"-DWITH_LIBDB=OFF",
"-DENABLE_WEATHER=OFF",
"-DWITH_OPENLDAP=OFF",
"-DENABLE_INSTALLED_TESTS=OFF",
"-DENABLE_GTK=OFF",
"-DENABLE_EXAMPLES=OFF",
"-DENABLE_GOA=OFF",
"-DENABLE_GTK_DOC=OFF",
"-DENABLE_EXAMPLES=OFF"
"-DENABLE_GTK=OFF",
"-DENABLE_INSTALLED_TESTS=OFF",
"-DENABLE_INTROSPECTION=ON",
"-DENABLE_VALA_BINDINGS=ON",
"-DENABLE_WEATHER=OFF",
"-DWITH_LIBDB=OFF",
"-DWITH_OPENLDAP=OFF"
],
"sources": [
{
Expand Down Expand Up @@ -97,18 +96,22 @@
]
},
{
"name": "geocode-glib",
"name": "geocode-glib-2.0",
"buildsystem": "meson",
"config-opts": [
"-Denable-installed-tests=false",
"-Denable-gtk-doc=false",
"-Denable-installed-tests=false",
"-Dsoup2=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz",
"sha256": "2d9a6826d158470449a173871221596da0f83ebdcff98b90c7049089056a37aa"
"sha256": "2d9a6826d158470449a173871221596da0f83ebdcff98b90c7049089056a37aa",
"type": "archive",
"x-checker-data": {
"type": "gnome",
"name": "geocode-glib"
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.tasks', 'vala', 'c',
meson_version: '>= 0.57',
version: '6.3.2'
version: '6.3.3'
)

gnome = import('gnome')
Expand Down
18 changes: 9 additions & 9 deletions po/aa.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.elementary.reminders\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 14:48+0000\n"
"POT-Creation-Date: 2024-07-24 17:59+0000\n"
"PO-Revision-Date: 2019-08-02 13:42-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand All @@ -34,35 +34,35 @@ msgstr ""
msgid "Add Task List…"
msgstr ""

#: src/MainWindow.vala:254
#: src/MainWindow.vala:256
msgid "Creating a new task list failed"
msgstr ""

#: src/MainWindow.vala:255 src/MainWindow.vala:325
#: src/MainWindow.vala:257 src/MainWindow.vala:327
#: src/Widgets/TaskListGrid.vala:64 src/Widgets/TaskListGrid.vala:153
msgid "The task list registry may be unavailable or unable to be written to."
msgstr ""

#: src/MainWindow.vala:260
#: src/MainWindow.vala:262
msgid "New list"
msgstr ""

#: src/MainWindow.vala:304
#: src/MainWindow.vala:306
#, c-format
msgid "Delete “%s”?"
msgstr ""

#: src/MainWindow.vala:305
#: src/MainWindow.vala:307
msgid ""
"The list and all its tasks will be permanently deleted. If you've shared "
"this list, other people will no longer have access."
msgstr ""

#: src/MainWindow.vala:313
#: src/MainWindow.vala:315
msgid "Delete Anyway"
msgstr ""

#: src/MainWindow.vala:324
#: src/MainWindow.vala:326
msgid "Deleting the task list failed"
msgstr ""

Expand All @@ -82,7 +82,7 @@ msgstr ""
msgid "Set Due"
msgstr ""

#: src/Widgets/EntryPopover/Generic.vala:44
#: src/Widgets/EntryPopover/Generic.vala:50
msgid "Remove"
msgstr ""

Expand Down
18 changes: 9 additions & 9 deletions po/ab.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.elementary.reminders\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 14:48+0000\n"
"POT-Creation-Date: 2024-07-24 17:59+0000\n"
"PO-Revision-Date: 2019-08-02 13:42-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand All @@ -34,35 +34,35 @@ msgstr ""
msgid "Add Task List…"
msgstr ""

#: src/MainWindow.vala:254
#: src/MainWindow.vala:256
msgid "Creating a new task list failed"
msgstr ""

#: src/MainWindow.vala:255 src/MainWindow.vala:325
#: src/MainWindow.vala:257 src/MainWindow.vala:327
#: src/Widgets/TaskListGrid.vala:64 src/Widgets/TaskListGrid.vala:153
msgid "The task list registry may be unavailable or unable to be written to."
msgstr ""

#: src/MainWindow.vala:260
#: src/MainWindow.vala:262
msgid "New list"
msgstr ""

#: src/MainWindow.vala:304
#: src/MainWindow.vala:306
#, c-format
msgid "Delete “%s”?"
msgstr ""

#: src/MainWindow.vala:305
#: src/MainWindow.vala:307
msgid ""
"The list and all its tasks will be permanently deleted. If you've shared "
"this list, other people will no longer have access."
msgstr ""

#: src/MainWindow.vala:313
#: src/MainWindow.vala:315
msgid "Delete Anyway"
msgstr ""

#: src/MainWindow.vala:324
#: src/MainWindow.vala:326
msgid "Deleting the task list failed"
msgstr ""

Expand All @@ -82,7 +82,7 @@ msgstr ""
msgid "Set Due"
msgstr ""

#: src/Widgets/EntryPopover/Generic.vala:44
#: src/Widgets/EntryPopover/Generic.vala:50
msgid "Remove"
msgstr ""

Expand Down
18 changes: 9 additions & 9 deletions po/ae.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.elementary.reminders\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 14:48+0000\n"
"POT-Creation-Date: 2024-07-24 17:59+0000\n"
"PO-Revision-Date: 2019-08-02 13:42-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand All @@ -34,35 +34,35 @@ msgstr ""
msgid "Add Task List…"
msgstr ""

#: src/MainWindow.vala:254
#: src/MainWindow.vala:256
msgid "Creating a new task list failed"
msgstr ""

#: src/MainWindow.vala:255 src/MainWindow.vala:325
#: src/MainWindow.vala:257 src/MainWindow.vala:327
#: src/Widgets/TaskListGrid.vala:64 src/Widgets/TaskListGrid.vala:153
msgid "The task list registry may be unavailable or unable to be written to."
msgstr ""

#: src/MainWindow.vala:260
#: src/MainWindow.vala:262
msgid "New list"
msgstr ""

#: src/MainWindow.vala:304
#: src/MainWindow.vala:306
#, c-format
msgid "Delete “%s”?"
msgstr ""

#: src/MainWindow.vala:305
#: src/MainWindow.vala:307
msgid ""
"The list and all its tasks will be permanently deleted. If you've shared "
"this list, other people will no longer have access."
msgstr ""

#: src/MainWindow.vala:313
#: src/MainWindow.vala:315
msgid "Delete Anyway"
msgstr ""

#: src/MainWindow.vala:324
#: src/MainWindow.vala:326
msgid "Deleting the task list failed"
msgstr ""

Expand All @@ -82,7 +82,7 @@ msgstr ""
msgid "Set Due"
msgstr ""

#: src/Widgets/EntryPopover/Generic.vala:44
#: src/Widgets/EntryPopover/Generic.vala:50
msgid "Remove"
msgstr ""

Expand Down
Loading

0 comments on commit 8995e62

Please sign in to comment.