From kde-commits Mon Jan 16 23:28:07 2006 From: Matthias Kretz Date: Mon, 16 Jan 2006 23:28:07 +0000 To: kde-commits Subject: branches/work/kdelibs-phonon/phonon Message-Id: <1137454087.499204.23841.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113745411029819 SVN commit 499099 by mkretz: s/KDEM2M/PHONON/g s/Kdem2m/Phonon/g s/kdem2m/phonon/g M +8 -8 Makefile.am M +3 -3 abstractaudiooutput.cpp M +8 -8 abstractaudiooutput.h M +5 -5 abstractmediaproducer.cpp M +9 -9 abstractmediaproducer.h M +3 -3 abstractvideooutput.cpp M +8 -8 abstractvideooutput.h M +3 -3 audiodataoutput.cpp M +8 -8 audiodataoutput.h M +3 -3 audioeffect.cpp M +8 -8 audioeffect.h M +3 -3 audiofftoutput.cpp M +8 -8 audiofftoutput.h M +3 -3 audiooutput.cpp M +8 -8 audiooutput.h M +3 -3 audiopath.cpp M +8 -8 audiopath.h M +2 -2 backendcapabilities.cpp M +6 -6 backendcapabilities.h M +3 -3 bytestream.cpp M +8 -8 bytestream.h M +2 -2 capturesource.cpp M +5 -5 capturesource.h M +7 -7 factory.cpp M +8 -8 factory.h M +6 -6 ifaces/Makefile.am M +5 -5 ifaces/abstractaudiooutput.h M +7 -7 ifaces/abstractmediaproducer.h M +5 -5 ifaces/abstractvideooutput.h M +5 -5 ifaces/audiodataoutput.h M +5 -5 ifaces/audioeffect.h M +5 -5 ifaces/audiofftoutput.h M +5 -5 ifaces/audiooutput.h M +5 -5 ifaces/audiopath.h M +6 -6 ifaces/backend.h M +5 -5 ifaces/bytestream.h M +5 -5 ifaces/mediaobject.h M +5 -5 ifaces/soundcardcapture.h M +5 -5 ifaces/template.h M +6 -6 ifaces/ui/Makefile.am M +6 -6 ifaces/ui/backend.h M +7 -7 ifaces/ui/videowidget.h M +5 -5 ifaces/videoeffect.h M +5 -5 ifaces/videopath.h D kdem2mbackend.desktop D kdem2mdefs.h M +4 -4 mediaobject.cpp M +8 -8 mediaobject.h A phononbackend.desktop kdem2mbackend.desktop#498938 A phonondefs.h kdem2mdefs.h#498938 [License: LGPL (v2)] M +3 -3 simpleplayer.cpp M +7 -7 simpleplayer.h M +3 -3 soundcardcapture.cpp M +8 -8 soundcardcapture.h M +5 -5 state.h M +3 -3 template.cpp M +8 -8 template.h M +2 -2 tests/Makefile.am M +6 -6 tests/fakebackend/Makefile.am M +2 -2 tests/fakebackend/abstractaudiooutput.cpp M +5 -5 tests/fakebackend/abstractaudiooutput.h M +5 -5 tests/fakebackend/abstractmediaproducer.cpp M +6 -6 tests/fakebackend/abstractmediaproducer.h M +2 -2 tests/fakebackend/abstractvideooutput.cpp M +5 -5 tests/fakebackend/abstractvideooutput.h M +2 -2 tests/fakebackend/audiodataoutput.cpp M +5 -5 tests/fakebackend/audiodataoutput.h M +2 -2 tests/fakebackend/audioeffect.cpp M +5 -5 tests/fakebackend/audioeffect.h M +2 -2 tests/fakebackend/audiofftoutput.cpp M +5 -5 tests/fakebackend/audiofftoutput.h M +2 -2 tests/fakebackend/audiooutput.cpp M +5 -5 tests/fakebackend/audiooutput.h M +1 -1 tests/fakebackend/audiopath.cpp M +5 -5 tests/fakebackend/audiopath.h M +2 -2 tests/fakebackend/backend.cpp M +6 -6 tests/fakebackend/backend.h M +2 -2 tests/fakebackend/bytestream.cpp M +5 -5 tests/fakebackend/bytestream.h M +2 -2 tests/fakebackend/fake.desktop M +1 -1 tests/fakebackend/mediaobject.cpp M +5 -5 tests/fakebackend/mediaobject.h M +2 -2 tests/fakebackend/soundcardcapture.cpp M +5 -5 tests/fakebackend/soundcardcapture.h M +2 -2 tests/fakebackend/videoeffect.cpp M +5 -5 tests/fakebackend/videoeffect.h M +1 -1 tests/fakebackend/videopath.cpp M +5 -5 tests/fakebackend/videopath.h M +1 -1 tests/main.cpp M +44 -44 tests/statetest.cpp M +4 -4 tests/statetest.h M +15 -15 tests/testwidget.cpp M +4 -4 tests/testwidget.h M +8 -8 ui/Makefile.am M +12 -12 ui/factory.cpp M +6 -6 ui/factory.h M +10 -10 ui/mediacontrols.cpp M +7 -7 ui/mediacontrols.h M +10 -10 ui/seekslider.cpp M +7 -7 ui/seekslider.h M +1 -1 ui/tests/Makefile.am M +3 -3 ui/tests/seekslider.cpp M +2 -2 ui/tests/seekslider.h M +3 -3 ui/videowidget.cpp M +6 -6 ui/videowidget.h M +3 -3 ui/videowidgethelper.cpp M +7 -7 ui/videowidgethelper.h M +2 -2 ui/volumefader.cpp M +6 -6 ui/volumefader.h M +3 -3 videoeffect.cpp M +8 -8 videoeffect.h M +3 -3 videopath.cpp M +8 -8 videopath.h