seed r162 - in trunk: examples libseed src tests



Author: hortont
Date: Fri Nov  7 16:10:51 2008
New Revision: 162
URL: http://svn.gnome.org/viewvc/seed?rev=162&view=rev

Log:
Remove useless automake backups; add make-test.py to extra-dist; clean up HACKING file.


Removed:
   trunk/libseed/Makefile.am.bak
   trunk/src/Makefile.am.bak
Modified:
   trunk/examples/HACKING
   trunk/tests/Makefile.am

Modified: trunk/examples/HACKING
==============================================================================
--- trunk/examples/HACKING	(original)
+++ trunk/examples/HACKING	Fri Nov  7 16:10:51 2008
@@ -1,18 +1,28 @@
 The goal of this file is to tell you what each example serves as an example of, or a list of what kind of examples we have.
 
+== Large Examples ==
+
+ide/
+    - A Seed IDE. Utilizes much of GTK; GtkToolbar, GtkSourceView, GtkFileChooser, GtkNotebook, VTE, a practical use of GConf.
+    
+lightsoff/
+    - A simple game. Utilizes GtkImage, GtkMenu, Seed.setTimeout.
+
+shader/
+    - A GLSL shader example. Utilizes GTK with Clutter, GtkSourceView, ClutterTexture, and Clutter Shader.
+
+== Smaller Examples ==
+
 calculator.js: Simple GTK widgets, packing, labels, signals. javascript eval.
 clutter.js: Clutter, implementing custom clutter animations, using clutter effects, clutter colors.
 gconf.js: Getting a key out of gconf.
-ide: More GTK stuff. GtkToolbar. GtkSourceView (lots of this!). GtkFileChooser. Practical use of gconf. GtkNotebook. VTE.
 introspect.js: Introspecting gobject methods (useful at REPL for example).
-lightsoff: GtkImage. GtkMenu. Seed.set_timeout.
 ls.js: Gio, Seed.argv.
 mini-browser.js: WebKit. GtkToolButton. GtkNotebook.
 n-oscillator.js: gstreamer, Gtk.VScale
 pango.js: Using clutter with GTK. Using pango. Clutter event handling.
 poppler.js: GtkDrawingArea, GtkToolbar, Poppler for rendering pdfs. GDK/Cairo.
-quine: Gio.simple_read (added in extensions/Gio.js)
+quine.js: Gio.simple_read (added in extensions/Gio.js)
 repl.js: Exceptions, Readline.
-shader: Gtk with Clutter. GtkSourceView. ClutterTexture. ClutterShader.
-soup: SoupMessage.
+soup.js: SoupMessage.
 vte-test.js: Make a VTE widget and attach it to things;

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Fri Nov  7 16:10:51 2008
@@ -20,7 +20,8 @@
     syntax-test.js \
     type-conversion.js \
     gsuper.js \
-    native-closure.js 
+    native-closure.js \
+    make-tests.py
 
 
 ## File created by the gnome-build tools



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]