gimp-web r1866 - in branches/v2.6: . release-notes screenshots style
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-web r1866 - in branches/v2.6: . release-notes screenshots style
- Date: Tue, 30 Sep 2008 12:08:02 +0000 (UTC)
Author: martinn
Date: Tue Sep 30 12:08:01 2008
New Revision: 1866
URL: http://svn.gnome.org/viewvc/gimp-web?rev=1866&view=rev
Log:
* screenshots/gnome-1280x800-fresh-start.jpg:
* screenshots/gnome-1280x800-fresh-start-thumb.jpg: Screenshot of
how the first startup of GIMP 2.6 on a 1280x800 GNOME desktop
looks.
* style/wgo.css: Added a 'plain-screenshots' style for divs.
* release-notes/gimp-2.6.htrw (Miscellaneous/Screenshots): New
section containing thumbnailed screenshots.
* screenshots/index.htrw: Added a TODO about that adding a
screenshot should be as easy as adding an img-tag. Currently
thumbs are forced to be 128x128 and the JavaScipt gallery doesn't
seem to be dynamic.
Added:
branches/v2.6/screenshots/gnome-1280x800-fresh-start-thumb.jpg (contents, props changed)
branches/v2.6/screenshots/gnome-1280x800-fresh-start.jpg (contents, props changed)
Modified:
branches/v2.6/ChangeLog
branches/v2.6/release-notes/gimp-2.6.htrw
branches/v2.6/screenshots/index.htrw
branches/v2.6/style/wgo.css
Modified: branches/v2.6/release-notes/gimp-2.6.htrw
==============================================================================
--- branches/v2.6/release-notes/gimp-2.6.htrw (original)
+++ branches/v2.6/release-notes/gimp-2.6.htrw Tue Sep 30 12:08:01 2008
@@ -292,6 +292,13 @@
</li>
</ul>
+<h3>Screenshots</h3>
+<div class="plain-screenshots">
+ <a href="../screenshots/gnome-1280x800-fresh-start.jpg" title="First startup of GIMP 2.6 on a 1280x800 GNOME desktop.">
+ <img src="../screenshots/gnome-1280x800-fresh-start-thumb.jpg" alt="First GIMP 2.6 startup" />
+ </a>
+</div>
+
<h2>We Hope You Enjoy GIMP 2.6!</h2>
Added: branches/v2.6/screenshots/gnome-1280x800-fresh-start-thumb.jpg
==============================================================================
Binary file. No diff available.
Added: branches/v2.6/screenshots/gnome-1280x800-fresh-start.jpg
==============================================================================
Binary file. No diff available.
Modified: branches/v2.6/screenshots/index.htrw
==============================================================================
--- branches/v2.6/screenshots/index.htrw (original)
+++ branches/v2.6/screenshots/index.htrw Tue Sep 30 12:08:01 2008
@@ -10,6 +10,10 @@
<h2>GNU/Linux Screenshots</h2>
<div class="screenshots">
+
+ <!-- TODO: Make it easy to add new screenshots and add the rest of
+ the screenshots that are in this directory. -->
+
<a href="linux_fullscreen.jpg" rel="imagebox-screenshots" title="GIMP running fullscreen, side by side with <a href='http://f-spot.org'>F-Spot</a>.">
<img src="linux_fullscreen_thumb.jpg" alt="Grid, Fullscreen Screenshot" />
</a>
Modified: branches/v2.6/style/wgo.css
==============================================================================
--- branches/v2.6/style/wgo.css (original)
+++ branches/v2.6/style/wgo.css Tue Sep 30 12:08:01 2008
@@ -368,6 +368,26 @@
margin-right: 40px;
}
+div.plain-screenshots {
+ margin-left: 3em;
+ margin-right: 1em;
+ margin-bottom: 2em;
+}
+
+div.plain-screenshots a {
+ border: 0px;
+}
+
+div.plain-screenshots img {
+ margin: 2px;
+}
+
+div.plain-screenshots img:hover {
+ margin: 0;
+ border: 2px solid #f57900;
+ padding: 0px;
+}
+
.screenshots, div.splashes {
margin-left: 3em;
margin-right: 1em;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]