aboutsummaryrefslogtreecommitdiffstats
path: root/audio/anthem/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/anthem/files')
-rw-r--r--audio/anthem/files/patch-Actions.cpp36
-rw-r--r--audio/anthem/files/patch-ClockWidget.cpp21
-rw-r--r--audio/anthem/files/patch-FilteredKListView.cpp19
-rw-r--r--audio/anthem/files/patch-KeyWidgets.cpp19
-rw-r--r--audio/anthem/files/patch-PhraseSelectWidget.cpp36
-rw-r--r--audio/anthem/files/patch-RubberSelectionBox.cpp36
-rw-r--r--audio/anthem/files/patch-SnapWidget.cpp19
-rw-r--r--audio/anthem/files/patch-VoiceWidget.cpp36
-rw-r--r--audio/anthem/files/patch-anthem_misc_Clipboard.cpp11
-rw-r--r--audio/anthem/files/patch-anthem_settings_Instrument.cpp11
-rw-r--r--audio/anthem/files/patch-anthem_songwindow_SongWindow.cpp11
-rw-r--r--audio/anthem/files/patch-artInsertActionWidget.cpp19
-rw-r--r--audio/anthem/files/patch-configure19
-rw-r--r--audio/anthem/files/patch-debug.cpp31
-rw-r--r--audio/anthem/files/patch-dpcolourwidget.cpp21
15 files changed, 0 insertions, 345 deletions
diff --git a/audio/anthem/files/patch-Actions.cpp b/audio/anthem/files/patch-Actions.cpp
deleted file mode 100644
index 56be5b793a58..000000000000
--- a/audio/anthem/files/patch-Actions.cpp
+++ /dev/null
@@ -1,36 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/songwindow/Actions.cpp Sun Jul 28 11:13:08 2002
---- anthem/songwindow/Actions.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 101,107 ****
- AutoRepeatAction::AutoRepeatAction(const QString& text, const QString& pix,
- int accel, const QObject* receiver,
- const char* slot,
-! QObject* parent, const char* name = 0)
- : KAction(text, pix, accel, receiver, slot, parent, name)
- {
- }
---- 101,107 ----
- AutoRepeatAction::AutoRepeatAction(const QString& text, const QString& pix,
- int accel, const QObject* receiver,
- const char* slot,
-! QObject* parent, const char* name )
- : KAction(text, pix, accel, receiver, slot, parent, name)
- {
- }
-***************
-*** 138,144 ****
- RepeatToggleAction::RepeatToggleAction(const QString& text, const QString& pix,
- int accel, const QObject* receiver,
- const char* slot,
-! QObject* parent, const char* name = 0)
- : KToggleAction(text, pix, accel, receiver, slot, parent, name)
- {
- }
---- 138,144 ----
- RepeatToggleAction::RepeatToggleAction(const QString& text, const QString& pix,
- int accel, const QObject* receiver,
- const char* slot,
-! QObject* parent, const char* name )
- : KToggleAction(text, pix, accel, receiver, slot, parent, name)
- {
- }
diff --git a/audio/anthem/files/patch-ClockWidget.cpp b/audio/anthem/files/patch-ClockWidget.cpp
deleted file mode 100644
index c28fec557d8a..000000000000
--- a/audio/anthem/files/patch-ClockWidget.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/tse3/kdeui/ClockWidget.cpp Sun Jul 28 11:13:09 2002
---- anthem/tse3/kdeui/ClockWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 61,68 ****
- };
-
-
-! ClockSpinBox::ClockSpinBox(int min, int max, int step = 1,
-! QWidget *parent = 0, const char *name = 0)
- : QSpinBox(min, max, step, parent, name), replace(false)
- {
- }
---- 61,68 ----
- };
-
-
-! ClockSpinBox::ClockSpinBox(int min, int max, int step ,
-! QWidget *parent , const char *name )
- : QSpinBox(min, max, step, parent, name), replace(false)
- {
- }
diff --git a/audio/anthem/files/patch-FilteredKListView.cpp b/audio/anthem/files/patch-FilteredKListView.cpp
deleted file mode 100644
index f2e5ddaca9d4..000000000000
--- a/audio/anthem/files/patch-FilteredKListView.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/FilteredKListView.cpp Sun Jul 28 11:13:05 2002
---- anthem/gadgets/FilteredKListView.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 17,23 ****
-
- #include <algorithm>
-
-! FilteredKListView::FilteredKListView(QWidget *parent, const char *name = 0)
- : KListView(parent, name), lastClickIndex(-1)
- {
- setMargins(0,0,0,horizontalScrollBar()->sizeHint().height());
---- 17,23 ----
-
- #include <algorithm>
-
-! FilteredKListView::FilteredKListView(QWidget *parent, const char *name )
- : KListView(parent, name), lastClickIndex(-1)
- {
- setMargins(0,0,0,horizontalScrollBar()->sizeHint().height());
diff --git a/audio/anthem/files/patch-KeyWidgets.cpp b/audio/anthem/files/patch-KeyWidgets.cpp
deleted file mode 100644
index a986b1a9db5e..000000000000
--- a/audio/anthem/files/patch-KeyWidgets.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/KeyWidgets.cpp Sun Jul 28 11:12:53 2002
---- anthem/gadgets/KeyWidgets.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 140,146 ****
- };
-
-
-! KeySpinBox::KeySpinBox(QWidget *parent = 0, const char *name = 0)
- : QSpinBox(0, 127, 1, parent, name)
- {
- }
---- 140,146 ----
- };
-
-
-! KeySpinBox::KeySpinBox(QWidget *parent , const char *name )
- : QSpinBox(0, 127, 1, parent, name)
- {
- }
diff --git a/audio/anthem/files/patch-PhraseSelectWidget.cpp b/audio/anthem/files/patch-PhraseSelectWidget.cpp
deleted file mode 100644
index b748c7237135..000000000000
--- a/audio/anthem/files/patch-PhraseSelectWidget.cpp
+++ /dev/null
@@ -1,36 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/PhraseSelectWidget.cpp Sun Jul 28 11:13:05 2002
---- anthem/gadgets/PhraseSelectWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 34,40 ****
- PhraseSelectWidget::PhraseSelectWidget(TSE3::PhraseList *phraseList,
- bool allowNone,
- TSE3::Phrase *selected,
-! QWidget *parent, const char *name = 0)
- : QComboBox(false, parent, name), phraseList(phraseList), allowNone(allowNone)
- {
- setInsertionPolicy(NoInsertion);
---- 34,40 ----
- PhraseSelectWidget::PhraseSelectWidget(TSE3::PhraseList *phraseList,
- bool allowNone,
- TSE3::Phrase *selected,
-! QWidget *parent, const char *name )
- : QComboBox(false, parent, name), phraseList(phraseList), allowNone(allowNone)
- {
- setInsertionPolicy(NoInsertion);
-***************
-*** 107,113 ****
- TSE3::Phrase *selected,
- TSE3::Song *song,
- QWidget *parent,
-! const char *name = 0)
- : QWidget(parent, name), song(song)
- {
- QHBoxLayout *layout = new QHBoxLayout(this, 0, KDialogBase::spacingHint());
---- 107,113 ----
- TSE3::Phrase *selected,
- TSE3::Song *song,
- QWidget *parent,
-! const char *name )
- : QWidget(parent, name), song(song)
- {
- QHBoxLayout *layout = new QHBoxLayout(this, 0, KDialogBase::spacingHint());
diff --git a/audio/anthem/files/patch-RubberSelectionBox.cpp b/audio/anthem/files/patch-RubberSelectionBox.cpp
deleted file mode 100644
index 97662086c60d..000000000000
--- a/audio/anthem/files/patch-RubberSelectionBox.cpp
+++ /dev/null
@@ -1,36 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/RubberSelectionBox.cpp Sun Jul 28 11:13:06 2002
---- anthem/gadgets/RubberSelectionBox.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 41,47 ****
-
-
- void RubberSelectionBox::startAnchoredDrag(int x, int y, int width, int height,
-! int private_word = 0,
- bool autoScroll,
- bool constrain,
- int minx, int miny,
---- 41,47 ----
-
-
- void RubberSelectionBox::startAnchoredDrag(int x, int y, int width, int height,
-! int private_word ,
- bool autoScroll,
- bool constrain,
- int minx, int miny,
-***************
-*** 75,81 ****
-
-
- void RubberSelectionBox::startDragBox(int x, int y,
-! int private_word = 0,
- int boxx, int boxy,
- int boxwidth, int boxheight,
- bool autoScroll,
---- 75,81 ----
-
-
- void RubberSelectionBox::startDragBox(int x, int y,
-! int private_word ,
- int boxx, int boxy,
- int boxwidth, int boxheight,
- bool autoScroll,
diff --git a/audio/anthem/files/patch-SnapWidget.cpp b/audio/anthem/files/patch-SnapWidget.cpp
deleted file mode 100644
index 4afc1afeaaf0..000000000000
--- a/audio/anthem/files/patch-SnapWidget.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/tse3/kdeui/SnapWidget.cpp Sun Jul 28 11:08:05 2002
---- anthem/tse3/kdeui/SnapWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 34,40 ****
- };
-
-
-! SnapWidget::SnapWidget(QWidget *parent, const char *name = 0)
- : QComboBox(false, parent, name)
- {
- setInsertionPolicy(NoInsertion);
---- 34,40 ----
- };
-
-
-! SnapWidget::SnapWidget(QWidget *parent, const char *name )
- : QComboBox(false, parent, name)
- {
- setInsertionPolicy(NoInsertion);
diff --git a/audio/anthem/files/patch-VoiceWidget.cpp b/audio/anthem/files/patch-VoiceWidget.cpp
deleted file mode 100644
index 009d1a5ffe50..000000000000
--- a/audio/anthem/files/patch-VoiceWidget.cpp
+++ /dev/null
@@ -1,36 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/VoiceWidget.cpp Sun Jul 28 11:13:06 2002
---- anthem/gadgets/VoiceWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 198,204 ****
- * VoiceByNumberPopup class
- *****************************************************************************/
-
-! VoiceByNumberPopup::VoiceByNumberPopup(QWidget *parent, const char *name = 0)
- : QPopupMenu(parent, name)
- {
- QWidget *item = new QWidget(this);
---- 198,204 ----
- * VoiceByNumberPopup class
- *****************************************************************************/
-
-! VoiceByNumberPopup::VoiceByNumberPopup(QWidget *parent, const char *name )
- : QPopupMenu(parent, name)
- {
- QWidget *item = new QWidget(this);
-***************
-*** 313,319 ****
- };
- }
-
-! VoiceByNamePopup::VoiceByNamePopup(QWidget *parent, const char *name = 0)
- : QPopupMenu(parent, name), channel(0), port(0)
- {
- QWidget *item = new QWidget(this);
---- 313,319 ----
- };
- }
-
-! VoiceByNamePopup::VoiceByNamePopup(QWidget *parent, const char *name )
- : QPopupMenu(parent, name), channel(0), port(0)
- {
- QWidget *item = new QWidget(this);
diff --git a/audio/anthem/files/patch-anthem_misc_Clipboard.cpp b/audio/anthem/files/patch-anthem_misc_Clipboard.cpp
deleted file mode 100644
index 33d555fd0278..000000000000
--- a/audio/anthem/files/patch-anthem_misc_Clipboard.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- anthem/misc/Clipboard.cpp.orig Thu May 27 22:05:22 2004
-+++ anthem/misc/Clipboard.cpp Thu May 27 22:07:57 2004
-@@ -112,7 +112,7 @@
- {
- QClipboard *clipboard = Application::application()->clipboard();
- QString text = clipboard->text();
-- if (text)
-+ if (!text.isEmpty())
- {
- if (text.startsWith("Track"))
- {
diff --git a/audio/anthem/files/patch-anthem_settings_Instrument.cpp b/audio/anthem/files/patch-anthem_settings_Instrument.cpp
deleted file mode 100644
index e3979b5dd090..000000000000
--- a/audio/anthem/files/patch-anthem_settings_Instrument.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- anthem/settings/Instrument.cpp.orig Thu May 27 22:07:04 2004
-+++ anthem/settings/Instrument.cpp Thu May 27 22:07:48 2004
-@@ -87,7 +87,7 @@
- // Add new instrument
- QString file = KFileDialog::getOpenFileName
- ("", "*.ins", this, "Select an instrument definition file");
-- if (file)
-+ if (!file.isEmpty())
- {
- InstrumentChoiceWindow *icw = new InstrumentChoiceWindow(file, this);
- connect(icw, SIGNAL(instrument(TSE3::Ins::Instrument*)),
diff --git a/audio/anthem/files/patch-anthem_songwindow_SongWindow.cpp b/audio/anthem/files/patch-anthem_songwindow_SongWindow.cpp
deleted file mode 100644
index 998ae825b31f..000000000000
--- a/audio/anthem/files/patch-anthem_songwindow_SongWindow.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- anthem/songwindow/SongWindow.cpp.orig Thu May 27 22:16:01 2004
-+++ anthem/songwindow/SongWindow.cpp Thu May 27 22:14:48 2004
-@@ -853,7 +853,7 @@
-
- void SongWindow::slotRevert()
- {
-- if (filename && modified.modified())
-+ if (!filename.isEmpty() && modified.modified())
- {
- if (messageBoxSave())
- {
diff --git a/audio/anthem/files/patch-artInsertActionWidget.cpp b/audio/anthem/files/patch-artInsertActionWidget.cpp
deleted file mode 100644
index c1e4691baf04..000000000000
--- a/audio/anthem/files/patch-artInsertActionWidget.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/PartInsertActionWidget.cpp Sun Jul 28 11:09:48 2002
---- anthem/gadgets/PartInsertActionWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 30,36 ****
-
-
- PartInsertActionWidget::PartInsertActionWidget(QWidget *parent,
-! const char *name = 0)
- : QComboBox(false, parent, name)
- {
- setInsertionPolicy(NoInsertion);
---- 30,36 ----
-
-
- PartInsertActionWidget::PartInsertActionWidget(QWidget *parent,
-! const char *name )
- : QComboBox(false, parent, name)
- {
- setInsertionPolicy(NoInsertion);
diff --git a/audio/anthem/files/patch-configure b/audio/anthem/files/patch-configure
deleted file mode 100644
index b3d7d8faef7a..000000000000
--- a/audio/anthem/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Thu May 27 21:18:02 2004
-+++ configure Thu May 27 23:03:36 2004
-@@ -16128,6 +16128,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -23221,7 +23222,7 @@
- return version.compare("$REQUIREDTSEVERSIONNO") < 0;
- }
- EOF
-- $CXX $CXXFLAGS -I$inc_libtse3 -L$lib_libtse3 tse3vtest.cpp -Wl,-rpath $lib_libtse3 -ltse3 -o tse3vtest
-+ $CXX $CXXFLAGS -I$inc_libtse3 -L$lib_libtse3 tse3vtest.cpp -Wl,-rpath $lib_libtse3 -ltse3 $PTHREAD_LIBS -o tse3vtest
- if test $? -ne 0; then
- echo ""
- echo " Error: Couldn't build a simple TSE3 example program."
diff --git a/audio/anthem/files/patch-debug.cpp b/audio/anthem/files/patch-debug.cpp
deleted file mode 100644
index 55126cab8e6b..000000000000
--- a/audio/anthem/files/patch-debug.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/misc/debug.cpp Sun Jul 28 11:13:06 2002
---- anthem/misc/debug.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 24,36 ****
- {
- for (unsigned int n = 0; n < depth; n++) std::cerr << " ";
- depth++;
-! std::cerr << "> " << m_fn_name << endl;
- }
-
- dbg::trace_function::~trace_function()
- {
- depth--;
- for (unsigned int n = 0; n < depth; n++) std::cerr << " ";
-! std::cerr << "< " << m_fn_name << endl;
- }
-
---- 24,36 ----
- {
- for (unsigned int n = 0; n < depth; n++) std::cerr << " ";
- depth++;
-! std::cerr << "> " << m_fn_name << std::endl;
- }
-
- dbg::trace_function::~trace_function()
- {
- depth--;
- for (unsigned int n = 0; n < depth; n++) std::cerr << " ";
-! std::cerr << "< " << m_fn_name << std::endl;
- }
-
diff --git a/audio/anthem/files/patch-dpcolourwidget.cpp b/audio/anthem/files/patch-dpcolourwidget.cpp
deleted file mode 100644
index 0ffac189c45d..000000000000
--- a/audio/anthem/files/patch-dpcolourwidget.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-*** ../anthem-0.0.17.old/anthem/gadgets/DPColourWidget.cpp Sun Jul 28 11:13:05 2002
---- anthem/gadgets/DPColourWidget.cpp Wed Nov 12 21:47:26 2003
-***************
-*** 47,54 ****
- }
-
-
-! DPColourWidget::DPColourWidget(TSE3::DisplayParams *dp = 0, bool useDefault,
-! QWidget *parent = 0, const char *name = 0)
- : QComboBox(parent, name), _style(0), _preset(0)
- {
- if (useDefault)
---- 47,54 ----
- }
-
-
-! DPColourWidget::DPColourWidget(TSE3::DisplayParams *dp , bool useDefault ,
-! QWidget *parent , const char *name )
- : QComboBox(parent, name), _style(0), _preset(0)
- {
- if (useDefault)