aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-11-23 04:36:43 +0100
committerMax Christian Pohle2015-11-23 04:36:43 +0100
commit84ddfad36dc961e987fd15a7433594ccb837fddf (patch)
tree54ec0039a06dc3a176b24651bec0e7a58261331a
parent8e6f79403ff5242dc4b4e547d2eeb6a75766894a (diff)
downloadqspacestatus-84ddfad36dc961e987fd15a7433594ccb837fddf.tar.bz2
qspacestatus-84ddfad36dc961e987fd15a7433594ccb837fddf.zip
updated screenshot
and included about file
-rw-r--r--doc/readme.md4
-rw-r--r--doc/window.pngbin68214 -> 68739 bytes
-rw-r--r--qspaceapi.pro3
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/readme.md b/doc/readme.md
index 7340798..b05be76 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -2,7 +2,7 @@
2Application to show the status of your local hackerspace inside the systemtray using the <a href="http://spaceapi.net/">spaceAPI</a>. 2Application to show the status of your local hackerspace inside the systemtray using the <a href="http://spaceapi.net/">spaceAPI</a>.
3 3
4<h2>screenshots</h2> 4<h2>screenshots</h2>
5<img src="../plain/doc/window.png" /> 5<img src="../plain/doc/window.png" /><br/><br/>
6<img src="../plain/doc/systray-icon.png" /> 6<img src="../plain/doc/systray-icon.png" /><br/><br/>
7<img src="../plain/doc/systray-windows.png" /> 7<img src="../plain/doc/systray-windows.png" />
8 8
diff --git a/doc/window.png b/doc/window.png
index 9f3a919..f1adff7 100644
--- a/doc/window.png
+++ b/doc/window.png
Binary files differ
diff --git a/qspaceapi.pro b/qspaceapi.pro
index 67e018a..0724249 100644
--- a/qspaceapi.pro
+++ b/qspaceapi.pro
@@ -27,7 +27,8 @@ DISTFILES += \
27 packages/arch/PKGBUILD \ 27 packages/arch/PKGBUILD \
28 packages/arch/Makefile \ 28 packages/arch/Makefile \
29 share/xdg/qspacestatus.desktop \ 29 share/xdg/qspacestatus.desktop \
30 img/qspace.blend 30 img/qspace.blend \
31 doc/readme.md
31 32
32RESOURCES += \ 33RESOURCES += \
33 qspace.qrc 34 qspace.qrc
..