]> git.tdb.fi Git - r2c2.git/commit
Rename Input to InputDialog to avoid the conflict with the Msp::Input namespace
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2010 12:56:24 +0000 (12:56 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2010 12:56:24 +0000 (12:56 +0000)
commit17c219cff8f859978ec1274786319478cc99450c
tree4d9714bd4e296282868093c6f78d386136c8ebc8
parent084d6e9f87fbe81d500fe2de273cefd8d78a0d77
Rename Input to InputDialog to avoid the conflict with the Msp::Input namespace
Derive InputDialog from GLtk::Dialog
Get events from the Root widget rather than the Window
No need for the input pointer or state in Designer anymore
Add tooltips to the Toolbar
Implement a few more of the Toolbar buttons
source/designer/designer.cpp
source/designer/designer.h
source/designer/input.cpp
source/designer/input.h
source/designer/toolbar.cpp