diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:54:13 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:54:13 +0000 |
commit | 092be7678b67552cb3161fe162242bf8d3aeed2f (patch) | |
tree | be0693f45b101252c370e40f6e84da2cd7a52f75 /src/subtrans.txt | |
download | kmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.tar.gz kmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.zip |
Added old abandoned KDE3 version of kmplayer
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1091557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/subtrans.txt')
-rw-r--r-- | src/subtrans.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/subtrans.txt b/src/subtrans.txt new file mode 100644 index 0000000..5845890 --- /dev/null +++ b/src/subtrans.txt @@ -0,0 +1,19 @@ +{ "circle", SMIL::Transition::SubCircle }, +{ "clockwiseNine", SMIL::Transition::SubClockwiseNine }, +{ "clockwiseSix", SMIL::Transition::SubClockwiseSix }, +{ "clockwiseThree", SMIL::Transition::SubClockwiseThree }, +{ "clockwiseTwelve",SMIL::Transition::SubClockwiseTwelve }, +{ "crossfade", SMIL::Transition::SubCrossfade }, +{ "diamond", SMIL::Transition::SubDiamond }, +{ "fadeFromColor", SMIL::Transition::SubFadeFromColor }, +{ "fadeToColor", SMIL::Transition::SubFadeToColor }, +{ "fromBottom", SMIL::Transition::SubFromBottom }, +{ "fromLeft", SMIL::Transition::SubFromLeft }, +{ "fromRight", SMIL::Transition::SubFromRight }, +{ "fromTop", SMIL::Transition::SubFromTop }, +{ "horizontal", SMIL::Transition::SubHorizontal }, +{ "leftToRight", SMIL::Transition::SubLeftToRight }, +{ "rectangle", SMIL::Transition::SubRectangle }, +{ "topToBottom", SMIL::Transition::SubTopToBottom }, +{ "vertical", SMIL::Transition::SubVertical }, +{ NULL, SMIL::Transition::SubTransLast } |