Skip to content

Commit fe715fb

Browse files
committed
Improve sort task
1 parent 668da1c commit fe715fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1453
-298
lines changed

com.github.alainm23.planner.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@ modules:
8383
- type: archive
8484
url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
8585
md5: 12e517cac2b57a0121cda351570f1e63
86-
86+
- name: gtksourceview
87+
buildsystem: meson
88+
sources:
89+
- type: git
90+
url: https://gitlab.gnome.org/GNOME/gtksourceview.git
91+
tag: '4.8.0'
8792
- name: planner
8893
buildsystem: meson
8994
sources:

data/com.github.alainm23.planner.appdata.xml.in

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
<binary>com.github.alainm23.planner</binary>
3636
</provides>
3737
​<releases>
38+
<release version="3.0.7" date="2022-04-13">
39+
<description>
40+
<p>Planner 3.0 Beta Update</p>
41+
<ul>
42+
<li>CalDAV support.</li>
43+
<li>Offline support.</li>
44+
<li>Calendar Events support.</li>
45+
<li>.</li>
46+
</ul>
47+
</description>
48+
</release>
49+
3850
<release version="3.0.6" date="2022-02-22">
3951
<description>
4052
<p>Planner 3.0 Beta Update</p>
@@ -525,41 +537,12 @@
525537
<image>https://raw.githubusercontent.com/alainm23/planner/master/data/screenshot/screenshot-02.png</image>
526538
</screenshot>
527539
</screenshots>
528-
<content_rating type="oars-1.1">
529-
<content_attribute id="violence-cartoon">none</content_attribute>
530-
<content_attribute id="violence-fantasy">none</content_attribute>
531-
<content_attribute id="violence-realistic">none</content_attribute>
532-
<content_attribute id="violence-bloodshed">none</content_attribute>
533-
<content_attribute id="violence-sexual">none</content_attribute>
534-
<content_attribute id="violence-desecration">none</content_attribute>
535-
<content_attribute id="violence-slavery">none</content_attribute>
536-
<content_attribute id="violence-worship">none</content_attribute>
537-
<content_attribute id="drugs-alcohol">none</content_attribute>
538-
<content_attribute id="drugs-narcotics">none</content_attribute>
539-
<content_attribute id="drugs-tobacco">none</content_attribute>
540-
<content_attribute id="sex-nudity">none</content_attribute>
541-
<content_attribute id="sex-themes">none</content_attribute>
542-
<content_attribute id="sex-homosexuality">none</content_attribute>
543-
<content_attribute id="sex-prostitution">none</content_attribute>
544-
<content_attribute id="sex-adultery">none</content_attribute>
545-
<content_attribute id="sex-appearance">none</content_attribute>
546-
<content_attribute id="language-profanity">none</content_attribute>
547-
<content_attribute id="language-humor">none</content_attribute>
548-
<content_attribute id="language-discrimination">none</content_attribute>
549-
<content_attribute id="social-chat">moderate</content_attribute>
550-
<content_attribute id="social-info">moderate</content_attribute>
551-
<content_attribute id="social-audio">moderate</content_attribute>
552-
<content_attribute id="social-location">none</content_attribute>
553-
<content_attribute id="social-contacts">none</content_attribute>
554-
<content_attribute id="money-purchasing">none</content_attribute>
555-
<content_attribute id="money-gambling">none</content_attribute>
556-
</content_rating>
557540
<developer_name>Alain M.</developer_name>
558-
<url type="homepage">https://planner-todo.web.app</url>
541+
<url type="homepage">https://useplanner.com/</url>
559542
<url type="bugtracker">https://github.com/alainm23/planner/issues</url>
560543
<url type="translate">https://github.com/alainm23/planner/tree/master/po#readme</url>
561544
<url type="donation">https://www.patreon.com/alainm23</url>
562-
<url type="help">https://www.patreon.com/alainm23</url>
545+
<url type="help">https://useplanner.com/support/</url>
563546
<custom>
564547
<value key="x-appcenter-color-primary">#ffffff</value>
565548
<value key="x-appcenter-color-primary-text">#000000</value>

data/com.github.alainm23.planner.gresource.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
<file alias="planner-calendar-events.svg">resources/settings/planner-calendar-events.svg</file>
3737
<file alias="planner-shield-tick.svg">resources/settings/planner-shield-tick.svg</file>
3838
<file alias="planner-trash.svg">resources/settings/planner-trash.svg</file>
39-
<file alias="planner-upload.svg">resources/settings/planner-upload.svg</file>
39+
<file alias="planner-general.svg">resources/settings/planner-general.svg</file>
40+
4041

4142
<file alias="planner-calendar-light.svg">resources/planner-calendar-light.svg</file>
4243
<file alias="planner-calendar-dark.svg">resources/planner-calendar-dark.svg</file>
@@ -81,5 +82,11 @@
8182
<file alias="sidebar-left-light.svg">resources/sidebar-left-light.svg</file>
8283
<file alias="sidebar-right-dark.svg">resources/sidebar-right-dark.svg</file>
8384
<file alias="sidebar-right-light.svg">resources/sidebar-right-light.svg</file>
85+
<file alias="planner-mail-light.svg">resources/planner-mail-light.svg</file>
86+
<file alias="planner-mail-dark.svg">resources/planner-mail-dark.svg</file>
87+
<file alias="planner-note-light.svg">resources/planner-note-light.svg</file>
88+
<file alias="planner-note-dark.svg">resources/planner-note-dark.svg</file>
89+
<file alias="planner-settings-sliders-dark.svg">resources/planner-settings-sliders-dark.svg</file>
90+
<file alias="planner-settings-sliders-light.svg">resources/planner-settings-sliders-light.svg</file>
8491
</gresource>
8592
</gresources>

data/com.github.alainm23.planner.gschema.xml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<enum id="com.github.alainm23.planner.start-week">
4343
<value nick="Sunday" value="0" />
4444
<value nick="Monday" value="1" />
45-
<value nick="Tuesday" value="2" />
46-
<value nick="Wednesday" value="3" />
47-
<value nick="Thursday" value="4" />
48-
<value nick="Friday" value="5" />
49-
<value nick="Saturday" value="6" />
5045
</enum>
5146

5247
<enum id="com.github.alainm23.planner.new-tasks-position">
@@ -66,7 +61,17 @@
6661
<value nick="caldav" value="3" />
6762
</enum>
6863

69-
<schema path="/com/github/alainm23/planner/" id="com.github.alainm23.planner" gettext-domain="com.github.alainm23.planner">
64+
<enum id="com.github.alainm23.planner.projects-sort-by">
65+
<value nick="Alphabetically" value="0" />
66+
<value nick="Custom sort order" value="1" />
67+
</enum>
68+
69+
<enum id="com.github.alainm23.planner.projects-ordered">
70+
<value nick="Ascending" value="0" />
71+
<value nick="Descending" value="1" />
72+
</enum>
73+
74+
<schema path="/com/github/alainm23/planner3/" id="com.github.alainm23.planner3" gettext-domain="com.github.alainm23.planner3">
7075
<key name="badge-count" enum="com.github.alainm23.planner.badge-count">
7176
<default>"None"</default>
7277
<summary>Choose which items should be counted for the badge on the application icon</summary>
@@ -91,6 +96,18 @@
9196
<description></description>
9297
</key>
9398

99+
<key name="projects-sort-by" enum="com.github.alainm23.planner.projects-sort-by">
100+
<default>"Custom sort order"</default>
101+
<summary></summary>
102+
<description></description>
103+
</key>
104+
105+
<key name="projects-ordered" enum="com.github.alainm23.planner.projects-ordered">
106+
<default>"Descending"</default>
107+
<summary></summary>
108+
<description></description>
109+
</key>
110+
94111
<key name="appearance" enum="com.github.alainm23.planner.appearance">
95112
<default>"Dark"</default>
96113
<summary></summary>
Lines changed: 51 additions & 0 deletions
Loading
Lines changed: 51 additions & 0 deletions
Loading
Lines changed: 87 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)