[packagekit] packagekit: Branch 'master' - 2 commits

Richard Hughes hughsient at kemper.freedesktop.org
Wed Oct 17 10:36:30 PDT 2007


 TODO                            |    3 --
 html/img/Makefile.am            |   16 ++++++++++++
 html/img/pk-application.png     |binary
 html/img/pk-auto-update.png     |binary
 html/img/pk-backend-status.png  |binary
 html/img/pk-battery.png         |binary
 html/img/pk-inhibit.png         |binary
 html/img/pk-network.png         |binary
 html/img/pk-prefs.png           |binary
 html/img/pk-progress.png        |binary
 html/img/pk-repo-auth.png       |binary
 html/img/pk-repo.png            |binary
 html/img/pk-require-restart.png |binary
 html/img/pk-transactions.png    |binary
 html/img/pk-updates-warning.png |binary
 html/img/pk-updates.png         |binary
 html/img/pk-waiting.png         |binary
 html/pk-screenshots.html        |   50 ++++++++++++++++++++++++++++++++++++----
 html/style.css                  |   11 ++++++++
 19 files changed, 74 insertions(+), 6 deletions(-)

New commits:
commit 868f5033e1d7d4eef32d46189fc9097ab6d16f7c
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Oct 17 18:34:16 2007 +0100

    dist the screenshots

diff --git a/TODO b/TODO
index 71a2a0d..77920b2 100644
--- a/TODO
+++ b/TODO
@@ -28,8 +28,7 @@ To do rollbacks sanely in PK we need a few things:
 *** Use resolve for pkcon operations ***
 'pkcon install zsh' should work as well as 'pkcon install "zsh;1.0;i386;repo"'
 
-*** HTML Help files ***
+*** HTML help files ***
 Spellcheck and grammar check!
 Add not about the development server and anon-cvs
-Populate screenshots section
 
diff --git a/html/img/Makefile.am b/html/img/Makefile.am
index 148ee6b..062e23d 100644
--- a/html/img/Makefile.am
+++ b/html/img/Makefile.am
@@ -9,6 +9,21 @@ IMAGE_FILES =					\
 	large-preferences-system.png		\
 	large-system-users.png			\
 	packagekit.png				\
+	pk-application.png			\
+	pk-auto-update.png			\
+	pk-backend-status.png			\
+	pk-battery.png				\
+	pk-inhibit.png				\
+	pk-network.png				\
+	pk-prefs.png				\
+	pk-progress.png				\
+	pk-repo-auth.png			\
+	pk-repo.png				\
+	pk-require-restart.png			\
+	pk-transactions.png			\
+	pk-updates.png				\
+	pk-updates-warning.png			\
+	pk-waiting.png				\
 	$(NULL)
 
 EXTRA_DIST = 					\
@@ -18,3 +33,4 @@ EXTRA_DIST = 					\
 clean-local:
 	rm -f *~
 
+
commit 8b9dbdb21774912e4c7d1c081b1a5236a4cb80dd
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Oct 17 18:30:06 2007 +0100

    add some screenshots

diff --git a/html/img/pk-application.png b/html/img/pk-application.png
new file mode 100644
index 0000000..1cf7019
Binary files /dev/null and b/html/img/pk-application.png differ
diff --git a/html/img/pk-auto-update.png b/html/img/pk-auto-update.png
new file mode 100644
index 0000000..25ff374
Binary files /dev/null and b/html/img/pk-auto-update.png differ
diff --git a/html/img/pk-backend-status.png b/html/img/pk-backend-status.png
new file mode 100644
index 0000000..5ccbcb3
Binary files /dev/null and b/html/img/pk-backend-status.png differ
diff --git a/html/img/pk-battery.png b/html/img/pk-battery.png
new file mode 100644
index 0000000..b6d5837
Binary files /dev/null and b/html/img/pk-battery.png differ
diff --git a/html/img/pk-inhibit.png b/html/img/pk-inhibit.png
new file mode 100644
index 0000000..35dc714
Binary files /dev/null and b/html/img/pk-inhibit.png differ
diff --git a/html/img/pk-network.png b/html/img/pk-network.png
new file mode 100644
index 0000000..94c6fad
Binary files /dev/null and b/html/img/pk-network.png differ
diff --git a/html/img/pk-prefs.png b/html/img/pk-prefs.png
new file mode 100644
index 0000000..1526a29
Binary files /dev/null and b/html/img/pk-prefs.png differ
diff --git a/html/img/pk-progress.png b/html/img/pk-progress.png
new file mode 100644
index 0000000..440214c
Binary files /dev/null and b/html/img/pk-progress.png differ
diff --git a/html/img/pk-repo-auth.png b/html/img/pk-repo-auth.png
new file mode 100644
index 0000000..621c6d4
Binary files /dev/null and b/html/img/pk-repo-auth.png differ
diff --git a/html/img/pk-repo.png b/html/img/pk-repo.png
new file mode 100644
index 0000000..a64a00b
Binary files /dev/null and b/html/img/pk-repo.png differ
diff --git a/html/img/pk-require-restart.png b/html/img/pk-require-restart.png
new file mode 100644
index 0000000..61d0ec3
Binary files /dev/null and b/html/img/pk-require-restart.png differ
diff --git a/html/img/pk-transactions.png b/html/img/pk-transactions.png
new file mode 100644
index 0000000..d2c2214
Binary files /dev/null and b/html/img/pk-transactions.png differ
diff --git a/html/img/pk-updates-warning.png b/html/img/pk-updates-warning.png
new file mode 100644
index 0000000..e1ad35d
Binary files /dev/null and b/html/img/pk-updates-warning.png differ
diff --git a/html/img/pk-updates.png b/html/img/pk-updates.png
new file mode 100644
index 0000000..3ff814b
Binary files /dev/null and b/html/img/pk-updates.png differ
diff --git a/html/img/pk-waiting.png b/html/img/pk-waiting.png
new file mode 100644
index 0000000..1b93fca
Binary files /dev/null and b/html/img/pk-waiting.png differ
diff --git a/html/pk-screenshots.html b/html/pk-screenshots.html
index bbaa210..d1028c4 100644
--- a/html/pk-screenshots.html
+++ b/html/pk-screenshots.html
@@ -1,15 +1,15 @@
 <html>
 <head>
 <title>PackageKit</title>
-<link rel="stylesheet" href="style.css" type="text/css" media="screen"/>
+<link rel="stylesheet" href="style.css" type="text/css" media="screen"/></center>
 </head>
 <body>
 
 <table align="center" class="title">
 <tr>
- <td><img src="img/packagekit.png"/></td>
+ <td><center><img src="img/packagekit.png"/></center></td>
  <td width="95%" valign="middle"><p class="title">Screenshots of latest stuff</p></td>
- <td><img src="img/packagekit.png"/></td>
+ <td><center><img src="img/packagekit.png"/></center></td>
 </tr>
 </table>
 
@@ -17,9 +17,51 @@
 
 <h1>Screenshots of latest stuff</h1>
 
-Get from NEWS on the release and post screenshots
+
+<center><img src="img/pk-application.png"/></center>
+<p class="caption">Add/Remove Software</p>
+
+<center><img src="img/pk-transactions.png"/></center>
+<p class="caption">Transaction viewer</p>
+
+<center><img src="img/pk-updates.png"/></center>
+<p class="caption">Update viewer</p>
+
+<center><img src="img/pk-prefs.png"/></center>
+<p class="caption">Auto update preferences</p>
+
+<center><img src="img/pk-progress.png"/></center>
+<p class="caption">Progress dialog</p>
+
+<center><img src="img/pk-repo-auth.png"/></center>
+<p class="caption">Repository authentication</p>
+
+<center><img src="img/pk-repo.png"/></center>
+<p class="caption">Repository viewer</p>
+
+<center><img src="img/pk-backend-status.png"/></center>
+<p class="caption">PackageKit backend status</p>
+
+<center><img src="img/pk-updates-warning.png"/></center>
+<p class="caption">Libnotify updates warning</p>
+
+<center><img src="img/pk-waiting.png"/></center>
+<p class="caption">Tasks waiting</p>
+
+<center><img src="img/pk-battery.png"/></center>
+<p class="caption">Intergration with gnome-power-manager</p>
+
+<center><img src="img/pk-inhibit.png"/></center>
+<p class="caption">Inhibit with gnome-power-manager</p>
+
+<center><img src="img/pk-require-restart.png"/></center>
+<p class="caption">We sometimes need to do a restart</p>
+
+<center><img src="img/pk-auto-update.png"/></center>
+<p class="caption">Auto update install dialog</p>
 
 <p>Back to the <a href="index.html">main page</a></p>
 
 </body>
 </html>
+
diff --git a/html/style.css b/html/style.css
index 1b8815b..d254dd6 100644
--- a/html/style.css
+++ b/html/style.css
@@ -16,6 +16,12 @@ p.title {
 	font-size: 20px;
 	}
 
+p.caption {
+	color: #000000;
+	text-align: center;
+	font-style: italic;
+	}
+
 th {
 	color: #000000;
 	text-align: left;
@@ -37,6 +43,11 @@ img {
 	border: 0;
 	}
 
+img.caption {
+	border: 0;
+	text-align: center;
+	}
+
 code {
 	color: #000000;
 	font: 1.1em 'Courier New', Courier, Fixed;



More information about the PackageKit mailing list