Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain authored Jan 27, 2020
2 parents 44fec8d + c700e6f commit 480faa4
Show file tree
Hide file tree
Showing 28 changed files with 1,279 additions and 625 deletions.
3 changes: 3 additions & 0 deletions data/com.github.alainm23.planner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<p>Improvements:</p>
<ul>
<li>💪️ Planner doesn't freeze when the position of a project, section or task is ordered.</li>
<li>💰️ A financing page was added in the preferences.</li>
<li>[GitHub #158] - The project panel was resized making it more compact and aesthetic.</li>
<li>[GitHub #156] - Now you can create an easier reminder by pressing the RETURN key.</li>
</ul>
<p>Fix:</p>
<ul>
Expand Down
3 changes: 3 additions & 0 deletions data/com.github.alainm23.planner.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
<file alias="planner-label-symbolic.svg">resources/planner-label-symbolic.svg</file>
<file alias="planner-list-symbolic.svg">resources/planner-list-symbolic.svg</file>
<file alias="planner-trash-symbolic.svg">resources/planner-trash-symbolic.svg</file>

<file alias="paypal.svg">resources/paypal.svg</file>
<file alias="become_a_patron.svg">resources/become_a_patron.svg</file>
</gresource>
</gresources>
6 changes: 6 additions & 0 deletions data/com.github.alainm23.planner.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<description>Choose which items should be counted for the badge on the application icon</description>
</key>

<key name="window-maximized" type="b">
<default>false</default>
<summary>Whether the window was maximized on last run</summary>
<description>Whether the window was maximized on last run</description>
</key>

<key name="window-position" type="(ii)">
<default>(-1, -1)</default>
<summary>Window position</summary>
Expand Down
Binary file added data/resources/become_a_patron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
237 changes: 237 additions & 0 deletions data/resources/become_a_patron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 480faa4

Please sign in to comment.