traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/traverso Interface.cpp traverso.pr...


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/traverso Interface.cpp traverso.pr...
Date: Tue, 15 May 2007 17:41:22 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/05/15 17:41:22

Modified files:
        src/traverso   : Interface.cpp traverso.pro 
Removed files:
        src/traverso   : BusSelector.cpp BusSelector.h 

Log message:
        * obsoleted

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/Interface.cpp?cvsroot=traverso&r1=1.80&r2=1.81
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/traverso.pro?cvsroot=traverso&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/BusSelector.cpp?cvsroot=traverso&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/BusSelector.h?cvsroot=traverso&r1=1.1&r2=0

Patches:
Index: Interface.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/Interface.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- Interface.cpp       15 May 2007 14:28:12 -0000      1.80
+++ Interface.cpp       15 May 2007 17:41:22 -0000      1.81
@@ -60,12 +60,6 @@
 // in case we run with memory leak detection enabled!
 #include "Debugger.h"
 
-static const int TOPPANEL_FIXED_HEIGHT = 140;
-static const int STATUS_CONTAINER_FIXED_HEIGHT = 20;
-static const int MINIMUM_BUS_MONITOR_WIDTH = 80;
-static const int MINIMUM_BUS_MONITOR_HEIGHT = 90;
-static const int MINIMUM_FLOATING_BUS_MONITOR_HEIGHT = 120;
-
 
 class HistoryWidget : public QUndoView
 {

Index: traverso.pro
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/traverso.pro,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- traverso.pro        10 May 2007 20:58:46 -0000      1.50
+++ traverso.pro        15 May 2007 17:41:22 -0000      1.51
@@ -25,14 +25,12 @@
 
 HEADERS += \
        BusMonitor.h \
-       BusSelector.h \
        ContextDialog.h \
        FadeContextDialog.h \
        Help.h \
        Main.h \
        ExportWidget.h \
        PluginSelectorDialog.h \
-       AudioSourcesManagerWidget.h \
        Traverso.h \
        Interface.h \
        VUMeter.h \
@@ -58,14 +56,12 @@
 SOURCES += \
        Traverso.cpp \
        BusMonitor.cpp \
-       BusSelector.cpp \
        ContextDialog.cpp \
        FadeContextDialog.cpp \
        Help.cpp \
        Main.cpp \
        ExportWidget.cpp \
        PluginSelectorDialog.cpp \
-       AudioSourcesManagerWidget.cpp \
        Interface.cpp \
        VUMeter.cpp \
        CorrelationMeterWidget.cpp \

Index: BusSelector.cpp
===================================================================
RCS file: BusSelector.cpp
diff -N BusSelector.cpp
--- BusSelector.cpp     20 Apr 2006 14:54:03 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,32 +0,0 @@
-/*
-    Copyright (C) 2005-2006 Remon Sijrier 
- 
-    This file is part of Traverso
- 
-    Traverso is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
- 
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
- 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
- 
-    $Id: BusSelector.cpp,v 1.1 2006/04/20 14:54:03 r_sijrier Exp $
-*/
-
-#include "BusSelector.h"
-
-BusSelector::BusSelector()
-{}
-
-BusSelector::~BusSelector()
-{}
-
-
-//eof

Index: BusSelector.h
===================================================================
RCS file: BusSelector.h
diff -N BusSelector.h
--- BusSelector.h       20 Apr 2006 14:54:03 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,36 +0,0 @@
-/*
-    Copyright (C) 2005-2006 Remon Sijrier 
- 
-    This file is part of Traverso
- 
-    Traverso is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
- 
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
- 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
- 
-    $Id: BusSelector.h,v 1.1 2006/04/20 14:54:03 r_sijrier Exp $
-*/
-
-#ifndef BUSSELECTOR_H
-#define BUSSELECTOR_H
-
-class BusSelector
-{
-public:
-
-        BusSelector();
-        ~BusSelector();
-};
-
-
-
-#endif




reply via email to

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