[cluttermm_tutorial] Created tag 1.3.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm_tutorial] Created tag 1.3.1
- Date: Tue, 21 Sep 2010 10:14:04 +0000 (UTC)
The unsigned tag '1.3.1' was created.
Tagger: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 21 12:13:57 2010 +0200
1.3.1
Changes:
Chris Kühl (2):
Fixed reference count and scope issues in behaviour example.
Fixed issue where custom_actor example was not appearing.
Daniel Elstner (24):
Convert the first two examples of the clutter tutorial to cluttermm. The stage_widget example doesn't work correctly yet due to a bug in clutter-gtkmm.
Translate examples: effects, actor_transformations, actor_group, timeline, actor, score.
Rename stage.cc to main.cc and stage_widget.cc to main.cc.
Add two more converted examples: behaviour and full_example. Both show runtime problems, though.
Add custom_actor example.
Add custom_container example converted to cluttermm.
Add autoconf/automake build environment. Note that there is no autogen.sh -- just run "autoreconf -if" instead.
Add missing #include <algorithm>
* examples/scrolling/{scrollingcontainer.{cc,h},main.cc}: New example demonstrating a custom container which scrolls its content. Convert from the C Clutter tutorial example of the same name. * Makefile.am (bin_PROGRAMS): Add examples/scrolling/example.
* examples/multiline_text_entry/{multiline_entry.{cc,h},main.cc}: New example implementing a multi-line text entry actor. Converted from the C Clutter tutorial example of the same name. * Makefile.am (bin_PROGRAMS): Add examples/multiline_text_entry/example.
* docs/index.html: Copy file from Clutter tutorial. * docs/tutorial/README: ditto, * docs/tutorial/cluttermm-tut.xml: ditto, * docs/tutorial/docbook_phpwebnotes.xsl: ditto, * docs/tutorial/insert_example_code.pl: ditto, * docs/tutorial/style.css: ditto. * Makefile.am: Integrate the documentation build infrastructure from the Clutter tutorial into the non-recursive build system.
* Makefile.am (bin_PROGRAMS): Rename to noinst_PROGRAMS, or every example executable will be installed as $(bindir)/example -- the last one wins. Do we want to install the example binaries, and if so, where? ({,un}install-tutorial): Depend on docs/tutorial/html/index.html rather than the phony target html, because the rule derives the location of the html build directory from the first dependency.
* docs/tutorial/cluttermm-tut.xml: Rework the Clutter tutorial for the Cluttermm API.
* Makefile.am (cluttermm_docdir): Rename from clutter_docdir and change the path to point to the cluttermm-0.9 documentation instead of the clutter one.
* docs/tutorial/insert_example_code.pl: Look for files with ".cc" extension rather than ".c". Also be more lenient with regards to the capitalization of "Source code".
* Makefile.am: Minor cleanup. (post-html): Prefix the examples directory with $(srcdir) because the sources do not live in the build tree in a VPATH setup. Also make use of the -C option of rsync to omit build garbage from the upload.
* examples/behaviour/main.cc (main): Correct a method name mentioned in a comment.
* examples/behaviour/main.cc (main): Correct a method name mentioned in a comment.
* examples/behaviour/main.cc (Example::Example): Simplify expression.
Fix copy'n'paste mistake in ChangeLog
* examples/full_example/main.cc (Example::rotate_item_to_front): Disable a piece of code that calculates a value which is not used.
* examples/full_example/main.cc (Example::on_texture_button_press): Fix typo.
* docs/tutorial/README: Document "make html".
* autogen.sh: Add minimal variant of this common shell script which simply runs autoreconf and then configure.
Murray Cumming (14):
Sentences should end with some punctuation.
Slight whitespace changes to make it more suitable for appearance in a book.
2009-01-06 Murray Cumming <murrayc murrayc com>
2009-01-06 Murray Cumming <murrayc murrayc com>
2009-01-06 Murray Cumming <murrayc murrayc com>
2009-01-06 Murray Cumming <murrayc murrayc com>
2009-01-06 Murray Cumming <murrayc murrayc com>
Update for the latest cluttermm and clutter-gtkmm.
Update links and mention clutterm--0.10.
Mention Clutter::Text instead of the Clutter::Label and Clutter::Entry.
Fix some runtime errors.
Partly fix the build with --enable-warnings=fatal
Finish fixing the build with --enable-warnings=fatal
1.3.1
Siavash Safi (1):
Fixe the build and updated to use the new API
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]