gimp-web-devel r228 - in trunk: . screenshots
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-web-devel r228 - in trunk: . screenshots
- Date: Thu, 10 Apr 2008 10:12:30 +0100 (BST)
Author: neo
Date: Thu Apr 10 10:12:29 2008
New Revision: 228
URL: http://svn.gnome.org/viewvc/gimp-web-devel?rev=228&view=rev
Log:
2008-04-10 Sven Neumann <sven gimp org>
* screenshots/Makefile
* screenshots/gimp-print.png
* screenshots.xml: added another screenshot (taken from my weblog).
Added:
trunk/screenshots/gimp-print.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/screenshots.xml
trunk/screenshots/Makefile
Modified: trunk/screenshots.xml
==============================================================================
--- trunk/screenshots.xml (original)
+++ trunk/screenshots.xml Thu Apr 10 10:12:29 2008
@@ -25,7 +25,22 @@
</textobject>
</mediaobject>
</ulink>
- This desktop shows GIMP 2.5 right after startup with no image loaded yet.
+ This screenshot shows a GNOME desktop and GIMP 2.5 right after
+ startup with no image loaded yet.
+ </para>
+
+ <para role="screenshot">
+ <ulink url="screenshots/gimp-print.png">
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="screenshots/gimp-print-thumb.png"/>
+ </imageobject>
+ <textobject>
+ <phrase>Print dialog</phrase>
+ </textobject>
+ </mediaobject>
+ </ulink>
+ The Print plug-in has been further improved for GIMP 2.5.
</para>
</webpage>
Modified: trunk/screenshots/Makefile
==============================================================================
--- trunk/screenshots/Makefile (original)
+++ trunk/screenshots/Makefile Thu Apr 10 10:12:29 2008
@@ -1,5 +1,6 @@
THUMBS = \
- gimp-empty-thumb.png
+ gimp-empty-thumb.png \
+ gimp-print-thumb.png
all: thumbs
@@ -7,10 +8,10 @@
thumbs: $(THUMBS)
%-thumb.png: %.png
- sh ../scripts/thumb.sh $<
+ @sh ../scripts/thumb.sh $<
%-thumb.png: %.jpeg
- sh ../scripts/thumb.sh $<
+ @sh ../scripts/thumb.sh $<
.PHONY: clean
clean:
Added: trunk/screenshots/gimp-print.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]