traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso songcanvas/CurveView.h so...


From: Ben Levitt
Subject: [Traverso-commit] traverso/src/traverso songcanvas/CurveView.h so...
Date: Wed, 27 Jun 2007 19:32:43 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/06/27 19:32:43

Modified files:
        src/traverso/songcanvas: CurveView.h FadeView.h 
        src/traverso/widgets: ResourcesWidget.cpp 

Log message:
        add comments on gui signals, hide Sheet comboBox in ResourcesWidget 
when showing the FileWidget

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/songcanvas/CurveView.h?cvsroot=traverso&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/songcanvas/FadeView.h?cvsroot=traverso&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/widgets/ResourcesWidget.cpp?cvsroot=traverso&r1=1.26&r2=1.27

Patches:
Index: songcanvas/CurveView.h
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/songcanvas/CurveView.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- songcanvas/CurveView.h      5 Jun 2007 22:51:29 -0000       1.11
+++ songcanvas/CurveView.h      27 Jun 2007 19:32:43 -0000      1.12
@@ -84,6 +84,8 @@
        void update_blink_color();
        
 signals :
+       // emit from the gui so that we can stop following the playhead only
+       // when the user manually edits, not on undo/redo
        void curveModified();
 };
 

Index: songcanvas/FadeView.h
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/songcanvas/FadeView.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- songcanvas/FadeView.h       26 Jun 2007 23:43:21 -0000      1.4
+++ songcanvas/FadeView.h       27 Jun 2007 19:32:43 -0000      1.5
@@ -17,7 +17,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 
-$Id: FadeView.h,v 1.4 2007/06/26 23:43:21 benjie Exp $
+$Id: FadeView.h,v 1.5 2007/06/27 19:32:43 benjie Exp $
 */
 
 #ifndef FADE_VIEW_H
@@ -66,6 +66,8 @@
 //     Command* edit_properties();
 
 signals :
+       // emit from the gui so that we can stop following the playhead only
+       // when the user manually edits, not on undo/redo
        void fadeModified();
 };
 

Index: widgets/ResourcesWidget.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/widgets/ResourcesWidget.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- widgets/ResourcesWidget.cpp 5 Jun 2007 12:52:39 -0000       1.26
+++ widgets/ResourcesWidget.cpp 27 Jun 2007 19:32:43 -0000      1.27
@@ -262,9 +262,11 @@
 {
        if (index == 0) {
                sourcesTreeWidget->show();
+               songComboBox->show();
                m_filewidget->hide();
        } else if (index == 1) {
                sourcesTreeWidget->hide();
+               songComboBox->hide();
                m_filewidget->show();
                m_filewidget->set_current_path(m_project->get_import_dir());
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]