[gephex-devel] gephex--main--0.4--patch-1824
gephex at sonnenland.kexbox.org
gephex at sonnenland.kexbox.org
Sun Dec 19 19:33:54 CET 2004
Archive: gephex at gephex.org--2004
New revision: gephex--main--0.4--patch-1824
--
Revision: gephex--main--0.4--patch-1824
Archive: gephex at gephex.org--2004
Creator: GePhex <gephex at gephex.org>
Date: Sun Dec 19 19:33:42 CET 2004
Standard-date: 2004-12-19 18:33:42 GMT
New-files: modules/src/signalgenmodule/.arch-ids/signalgenmodule.cpp.id
modules/src/signalgenmodule/.arch-ids/signals.cpp.id
modules/src/signalgenmodule/.arch-ids/signals.h.id
modules/src/signalgenmodule/signalgenmodule.cpp
modules/src/signalgenmodule/signals.cpp
modules/src/signalgenmodule/signals.h
modules/src/signalplotmodule/.arch-ids/=id
modules/src/signalplotmodule/.arch-ids/Makefile.am.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.c.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.spec.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.xpm.id
modules/src/signalplotmodule/Makefile.am
modules/src/signalplotmodule/signalplotmodule.c
modules/src/signalplotmodule/signalplotmodule.spec
modules/src/signalplotmodule/signalplotmodule.xpm
New-directories: modules/src/signalplotmodule
modules/src/signalplotmodule/.arch-ids
Removed-files: modules/src/signalgenmodule/.arch-ids/signalgenmodule.c.id
modules/src/signalgenmodule/signalgenmodule.c
Modified-files: configure.ac modules/src/Makefile.am
modules/src/signalgenmodule/Makefile.am
New-patches: georg at gephex.org--2004-home/gephex--georg--0.4--patch-366
georg at gephex.org--2004-home/gephex--georg--0.4--patch-367
georg at gephex.org--2004-home/gephex--georg--0.4--patch-368
georg at gephex.org--2004-home/gephex--georg--0.4--patch-369
georg at gephex.org--2004-home/gephex--georg--0.4--patch-370
georg at gephex.org--2004-home/gephex--georg--0.4--patch-371
gephex at gephex.org--2004/gephex--main--0.4--patch-1824
Summary: added experimental signalplotmodule, refactored signalgenmodule and added support for negative amplitudes
Keywords:
Patches applied:
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-366
Converted signalgenmodule to C++
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-367
Refactored singalgenmodule: all signals are now in new files signals.h and signals.cpp
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-368
Made signalgenerator behave more continuously when translation changes
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-369
Added signalplotmodule for testing
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-370
Support negative amplitudes in signalgenmodule
* georg at gephex.org--2004-home/gephex--georg--0.4--patch-371
Added forgotten signalplotmodule.spec
* added directories
modules/src/signalplotmodule
modules/src/signalplotmodule/.arch-ids
* removed files
modules/src/signalgenmodule/.arch-ids/signalgenmodule.c.id
modules/src/signalgenmodule/signalgenmodule.c
* added files
modules/src/signalgenmodule/.arch-ids/signalgenmodule.cpp.id
modules/src/signalgenmodule/.arch-ids/signals.cpp.id
modules/src/signalgenmodule/.arch-ids/signals.h.id
modules/src/signalgenmodule/signalgenmodule.cpp
modules/src/signalgenmodule/signals.cpp
modules/src/signalgenmodule/signals.h
modules/src/signalplotmodule/.arch-ids/=id
modules/src/signalplotmodule/.arch-ids/Makefile.am.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.c.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.spec.id
modules/src/signalplotmodule/.arch-ids/signalplotmodule.xpm.id
modules/src/signalplotmodule/Makefile.am
modules/src/signalplotmodule/signalplotmodule.c
modules/src/signalplotmodule/signalplotmodule.spec
modules/src/signalplotmodule/signalplotmodule.xpm
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-366
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-367
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-368
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-369
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-370
{arch}/gephex/gephex--georg/gephex--georg--0.4/georg at gephex.org--2004-home/patch-log/patch-371
{arch}/gephex/gephex--main/gephex--main--0.4/gephex at gephex.org--2004/patch-log/patch-1824
* modified files
--- orig/configure.ac
+++ mod/configure.ac
@@ -465,6 +465,7 @@
modules/src/rotozoommodule/Makefile
modules/src/sdlfontmodule/Makefile
modules/src/signalgenmodule/Makefile
+modules/src/signalplotmodule/Makefile
modules/src/staticcolormodule/Makefile
modules/src/stringtokenizermodule/Makefile
modules/src/timesourcemodule/Makefile
--- orig/modules/src/Makefile.am
+++ mod/modules/src/Makefile.am
@@ -82,6 +82,7 @@
resultmodule \
rotozoommodule \
signalgenmodule \
+ signalplotmodule \
staticcolormodule \
stringtokenizermodule \
timesourcemodule \
--- orig/modules/src/signalgenmodule/Makefile.am
+++ mod/modules/src/signalgenmodule/Makefile.am
@@ -9,21 +9,20 @@
$(PLUC) h @srcdir@/signalgenmodule.spec
lib_LTLIBRARIES = signalgenmodule.la
-signalgenmodule_la_SOURCES = signalgenmodule_auto.c \
- signalgenmodule.c \
- signalgenmodule.h \
- signalgenmodule.spec \
- signalgenmodule.xpm
+signalgenmodule_la_SOURCES = signalgenmodule_auto.c \
+ signalgenmodule.cpp \
+ signalgenmodule.h \
+ signalgenmodule.spec \
+ signalgenmodule.xpm \
+ signals.cpp signals.h
signalgenmodule_la_LDFLAGS = -module -avoid-version
-INCLUDES = -I @srcdir@/../../../engine/src/engine \
- -I @srcdir@/../../../util/include \
- -I @srcdir@/../../../util/src/misc \
- -I @srcdir@/../../../types/src/numbertype \
- -I @srcdir@/../../../types/src/stringtype
-
-
+INCLUDES = -I @srcdir@/../../../engine/src/engine \
+ -I @srcdir@/../../../util/include \
+ -I @srcdir@/../../../util/src/misc \
+ -I @srcdir@/../../../types/src/numbertype \
+ -I @srcdir@/../../../types/src/stringtype
DISTCLEANFILES = signalgenmodule.h signalgenmodule_auto.c
EXTRA_DIST = signalgenmodule.dsp signalgenmodule.mak signalgenmodule.dep
More information about the gephex-devel
mailing list