GraphWindow with complex widget realized.
commit6b4795bcc7edbcda527bd10eb2a03f32ee25dcb3
authoryuriyrusinov <yrusinov@gmail.com>
Tue, 4 Nov 2008 20:31:04 +0000 (4 23:31 +0300)
committeryuriyrusinov <yrusinov@gmail.com>
Tue, 4 Nov 2008 20:31:19 +0000 (4 23:31 +0300)
tree32a28c444865a6490873845dc9cb8ce765a7ec63
parent734d5e589f27aeee1c69cf78fc0d3ff6816f4ab6
GraphWindow with complex widget realized.

Signed-off-by: yuriyrusinov <yrusinov@gmail.com>
18 files changed:
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
build-aux/autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
src/EventBox.cpp [new file with mode: 0644]
src/EventBox.h [new file with mode: 0644]
src/GraphWindow.cpp [new file with mode: 0644]
src/GraphWindow.h [new file with mode: 0644]
src/MainWindow.cpp [moved from MainWindow.cpp with 75% similarity]
src/MainWindow.h [moved from MainWindow.h with 93% similarity]
src/Makefile.am [new file with mode: 0644]
src/TestModel.cpp [moved from TestModel.cpp with 100% similarity]
src/TestModel.h [moved from TestModel.h with 100% similarity]
src/TestWidget.cpp [moved from testWidget.cpp with 99% similarity]
src/TestWidget.h [moved from testWidget.h with 100% similarity]
src/main.cpp [moved from main.cpp with 90% similarity]
ui/GraphWidget.glade [new file with mode: 0644]