[tuxdroid-svn] r317 - api/python/trunk daemon/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-05-12 11:57:46
|
Author: jaguarondi Date: 2007-05-12 13:57:43 +0200 (Sat, 12 May 2007) New Revision: 317 Modified: api/python/trunk/CHANGES api/python/trunk/tux.py daemon/trunk/CHANGES daemon/trunk/Makefile daemon/trunk/README Log: Removed trailing whitespaces in daemon and api. Modified: api/python/trunk/CHANGES =================================================================== --- api/python/trunk/CHANGES 2007-05-12 09:54:06 UTC (rev 316) +++ api/python/trunk/CHANGES 2007-05-12 11:57:43 UTC (rev 317) @@ -9,21 +9,21 @@ Version 0.2.0: - * The api was completely remade. I Kept the changes made by Neimad lately. - Sorry for this brutal update. - * I have implemented the 'join()' suggestion from Damien for the threads too. - Consequently, this api is not fully compatible with the last one. - * A documentation system based on the docstring has been implemented and you - can build this with the function 'tux.misc.build_documentation'. - See 'tux.misc.doc(tux.misc.build_documentation)'. + * The api was completely remade. I Kept the changes made by Neimad lately. + Sorry for this brutal update. + * I have implemented the 'join()' suggestion from Damien for the threads too. + Consequently, this api is not fully compatible with the last one. + * A documentation system based on the docstring has been implemented and you + can build this with the function 'tux.misc.build_documentation'. + See 'tux.misc.doc(tux.misc.build_documentation)'. See 'tux.misc.doc(tux)' too Version 0.1.2: - * Alsa tux card device name is now constructed by the api for example, + * Alsa tux card device name is now constructed by the api for example, it is used for playing a sound with "aplay" * Fixed a typo in api/python/trunk/tuxapi_class.py - * New boolean variable "print_warnings" has been added for print or not + * New boolean variable "print_warnings" has been added for print or not of the warning messages. * print_api_version() command has been moved. Modified: api/python/trunk/tux.py =================================================================== --- api/python/trunk/tux.py 2007-05-12 09:54:06 UTC (rev 316) +++ api/python/trunk/tux.py 2007-05-12 11:57:43 UTC (rev 317) @@ -21,7 +21,7 @@ def exit(signum,frame): sys.exit(signum) - + def my_exitfunct(): tux.destroy() Modified: daemon/trunk/CHANGES =================================================================== --- daemon/trunk/CHANGES 2007-05-12 09:54:06 UTC (rev 316) +++ daemon/trunk/CHANGES 2007-05-12 11:57:43 UTC (rev 317) @@ -22,7 +22,7 @@ Version 0.1.7: - * Improved stability with mutexes. + * Improved stability with mutexes. * Code cleanup and bug fixes. Version 0.1.6: Modified: daemon/trunk/Makefile =================================================================== --- daemon/trunk/Makefile 2007-05-12 09:54:06 UTC (rev 316) +++ daemon/trunk/Makefile 2007-05-12 11:57:43 UTC (rev 317) @@ -17,23 +17,23 @@ OUTPUT_DIR = . TARGET = tuxdaemon C_INCLUDE_DIRS = -I"/usr/include/glib-2.0" -I"/usr/lib/glib-2.0/include" -I"/usr/local/include" - C_PREPROC = + C_PREPROC = CFLAGS = -pipe -Wall -Werror -g2 -O0 -DUSB_DEBUG LIB_DIRS = -L"/usr/include/glib-2.0" -L"/usr/lib/glib-2.0/include" -L"/usr/local/lib" - LIBS = -lglib-2.0 -lgthread-2.0 -lpthread -lusb + LIBS = -lglib-2.0 -lgthread-2.0 -lpthread -lusb LDFLAGS = -pipe endif ifeq ($(CFG),Release) OBJ_DIR = Release - OUTPUT_DIR = + OUTPUT_DIR = TARGET = USBDaemon - C_INCLUDE_DIRS = - C_PREPROC = - CFLAGS = -pipe -Wall -g0 -O2 - LIB_DIRS = - LIBS = - LDFLAGS = -pipe -s + C_INCLUDE_DIRS = + C_PREPROC = + CFLAGS = -pipe -Wall -g0 -O2 + LIB_DIRS = + LIBS = + LDFLAGS = -pipe -s endif SRC_OBJS = \ Modified: daemon/trunk/README =================================================================== --- daemon/trunk/README 2007-05-12 09:54:06 UTC (rev 316) +++ daemon/trunk/README 2007-05-12 11:57:43 UTC (rev 317) @@ -1,6 +1,6 @@ $Id$ -TUX Daemon is a daemon to control the tuxdroid robot. +TUX Daemon is a daemon to control the tuxdroid robot. usage : tuxdaemon [options] options: |