Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
Alain M committed Oct 22, 2018
0 parents commit 8b180b3
Show file tree
Hide file tree
Showing 44 changed files with 6,536 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildconfig
@@ -0,0 +1,10 @@
[default]
name=Default
runtime=host
config-opts=
run-opts=
prefix=/home/alain/.cache/gnome-builder/install/planner/host
app-id=
postbuild=
prebuild=
default=true
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
*~
build/

10 changes: 10 additions & 0 deletions README.md
@@ -0,0 +1,10 @@
# planner
Project and Task manager designed for elementary OS

### Building

```
meson build && cd build
meson configure -Dprefix=/usr
sudo ninja install
```
74 changes: 74 additions & 0 deletions data/com.github.artegeek.planner.appdata.xml.in
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017-2018 Daniel Foré <daniel@elementary.io> -->
<component type="desktop-application">
<id>com.github.artegeek.planner</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Planner</name>
<summary>Browse and find system icons</summary>
<description>
<p>Browse system icons by category or search by icon name. See icons at different sizes and get a quick code snippet to use in your apps.</p>
</description>
<provides>
<binary>com.github.artegeek.planner</binary>
</provides>
<releases>
<release version="1.0.0" date="2018-7-3">
<description>
<p>I'm a new soul</p>
<p>I came to this strange world</p>
<p>Hoping I could learn a bit bout how to give and take</p>
<p>But since I came here</p>
<p>Felt the joy and the fear</p>
<p>Finding myself making every possible mistake</p>
<p>La-la-la-la-la-la-la-la…</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/danrabbit/lookbook/master/data/screenshot.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/danrabbit/lookbook/master/data/screenshot2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<translation type="gettext">com.github.artegeek.planner</translation>
<developer_name>Arte Geek</developer_name>
<url type="homepage">http://danielfore.com</url>
<url type="bugtracker">https://github.com/danrabbit/lookbook/issues</url>
<custom>
<value key="x-appcenter-color-primary">#fff</value>
<value key="x-appcenter-color-primary-text">#333</value>
<value key="x-appcenter-suggested-price">10</value>
</custom>
</component>
12 changes: 12 additions & 0 deletions data/com.github.artegeek.planner.desktop.in
@@ -0,0 +1,12 @@
[Desktop Entry]
Name=Planner
GenericName=Planner
Comment=The most intuitive project and task management tool.
Categories=Development;
Exec=com.github.artegeek.planner
Icon=com.github.artegeek.planner
Terminal=false
Type=Application
X-GNOME-Gettext-Domain=planner
Keywords=Github;Repositories;Development;
X-GNOME-UsesNotifications=true
10 changes: 10 additions & 0 deletions data/com.github.artegeek.planner.gresource.xml
@@ -0,0 +1,10 @@

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/github/artegeek/planner">
<file alias="stylesheet.css" compressed="true">stylesheet.css</file>
<file alias="planner-inbox.svg">resources/planner-inbox.svg</file>
<file alias="planner-today.svg">resources/planner-today.svg</file>
<file alias="planner-tomorrow.svg">resources/planner-tomorrow.svg</file>
</gresource>
</gresources>
40 changes: 40 additions & 0 deletions data/com.github.artegeek.planner.gschema.xml
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/artegeek/planner/" id="com.github.artegeek.planner" gettext-domain="com.github.artegeek.planner">
<key name="prefer-dark-style" type="b">
<default>false</default>
<summary>If the dark Gtk stylesheet should be used</summary>
<description>If the dark Gtk stylesheet should be used</description>
</key>

<key name="window-width" type="i">
<default>-1</default>
<summary>Window Width</summary>
<description>Saves the window width for restoring it later.</description>
</key>

<key name="window-height" type="i">
<default>-1</default>
<summary>Window Height</summary>
<description>Saves the window height for restoring it later.</description>
</key>

<key name="window-x" type="i">
<default>-1</default>
<summary>Window X position</summary>
<description>Stores the window's last X position</description>
</key>

<key name="window-y" type="i">
<default>-1</default>
<summary>Window Y position</summary>
<description>Stores the window's last Y position</description>
</key>

<key name="project-sidebar-width" type="i">
<default>312</default>
<summary>Project Sidebar Width</summary>
<description>Save the width of the sidebar in the Project List</description>
</key>
</schema>
</schemalist>

0 comments on commit 8b180b3

Please sign in to comment.