rename ac3lipsync to audiosync
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 27 Jan 2011 22:46:23 +0000 (23:46 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 27 Jan 2011 22:46:23 +0000 (23:46 +0100)
commitfc420c1a7b6f5339daa57b072e99a881b9edd920
treeb7e1ddeded372554bbf2199897a764fee82c43c2
parentdb24c53a4a090df19806d4533ca71707660e2488
rename ac3lipsync to audiosync
88 files changed:
Makefile.am
ac3lipsync/.project [deleted file]
ac3lipsync/CONTROL/control [deleted file]
ac3lipsync/Makefile.am [deleted file]
ac3lipsync/img/AudioSyncBG.png [deleted file]
ac3lipsync/img/AudioSyncBarBGVert.png [deleted file]
ac3lipsync/img/AudioSyncBarVert.png [deleted file]
ac3lipsync/img/Makefile.am [deleted file]
ac3lipsync/img/OptionButtonOff.png [deleted file]
ac3lipsync/img/OptionButtonOn.png [deleted file]
ac3lipsync/img/button-blue.png [deleted file]
ac3lipsync/img/button-green.png [deleted file]
ac3lipsync/img/button-red.png [deleted file]
ac3lipsync/img/button-yellow.png [deleted file]
ac3lipsync/img/key-blue.png [deleted file]
ac3lipsync/img/key-green.png [deleted file]
ac3lipsync/img/key-red.png [deleted file]
ac3lipsync/img/key-yellow.png [deleted file]
ac3lipsync/meta/Makefile.am [deleted file]
ac3lipsync/meta/audiosync_de.jpg [deleted file]
ac3lipsync/meta/audiosync_en.jpg [deleted file]
ac3lipsync/meta/plugin_audiosync.xml [deleted file]
ac3lipsync/po/AudioSync.pot [deleted file]
ac3lipsync/po/Makefile.am [deleted file]
ac3lipsync/po/de.po [deleted file]
ac3lipsync/po/fi.po [deleted file]
ac3lipsync/po/it.po [deleted file]
ac3lipsync/po/nl.po [deleted file]
ac3lipsync/po/sr.po [deleted file]
ac3lipsync/po/sv.po [deleted file]
ac3lipsync/po/tr.po [deleted file]
ac3lipsync/src/AC3delay.py [deleted file]
ac3lipsync/src/AC3main.py [deleted file]
ac3lipsync/src/AC3setup.py [deleted file]
ac3lipsync/src/AC3utils.py [deleted file]
ac3lipsync/src/AudioSync.png [deleted file]
ac3lipsync/src/HelpableNumberActionMap.py [deleted file]
ac3lipsync/src/LICENSE [deleted file]
ac3lipsync/src/Makefile.am [deleted file]
ac3lipsync/src/MovableScreen.py [deleted file]
ac3lipsync/src/__init__.py [deleted file]
ac3lipsync/src/keymap.xml [deleted file]
ac3lipsync/src/maintainer.info [deleted file]
ac3lipsync/src/plugin.py [deleted file]
audiosync/.project [new file with mode: 0644]
audiosync/CONTROL/control [new file with mode: 0644]
audiosync/Makefile.am [new file with mode: 0644]
audiosync/img/AudioSyncBG.png [new file with mode: 0644]
audiosync/img/AudioSyncBarBGVert.png [new file with mode: 0644]
audiosync/img/AudioSyncBarVert.png [new file with mode: 0644]
audiosync/img/Makefile.am [new file with mode: 0644]
audiosync/img/OptionButtonOff.png [new file with mode: 0644]
audiosync/img/OptionButtonOn.png [new file with mode: 0644]
audiosync/img/button-blue.png [new file with mode: 0644]
audiosync/img/button-green.png [new file with mode: 0644]
audiosync/img/button-red.png [new file with mode: 0644]
audiosync/img/button-yellow.png [new file with mode: 0644]
audiosync/img/key-blue.png [new file with mode: 0644]
audiosync/img/key-green.png [new file with mode: 0644]
audiosync/img/key-red.png [new file with mode: 0644]
audiosync/img/key-yellow.png [new file with mode: 0644]
audiosync/meta/Makefile.am [new file with mode: 0644]
audiosync/meta/audiosync_de.jpg [new file with mode: 0644]
audiosync/meta/audiosync_en.jpg [new file with mode: 0644]
audiosync/meta/plugin_audiosync.xml [new file with mode: 0644]
audiosync/po/AudioSync.pot [new file with mode: 0644]
audiosync/po/Makefile.am [new file with mode: 0644]
audiosync/po/de.po [new file with mode: 0644]
audiosync/po/fi.po [new file with mode: 0644]
audiosync/po/it.po [new file with mode: 0644]
audiosync/po/nl.po [new file with mode: 0644]
audiosync/po/sr.po [new file with mode: 0644]
audiosync/po/sv.po [new file with mode: 0644]
audiosync/po/tr.po [new file with mode: 0644]
audiosync/src/AC3delay.py [new file with mode: 0644]
audiosync/src/AC3main.py [new file with mode: 0644]
audiosync/src/AC3setup.py [new file with mode: 0644]
audiosync/src/AC3utils.py [new file with mode: 0644]
audiosync/src/AudioSync.png [new file with mode: 0644]
audiosync/src/HelpableNumberActionMap.py [new file with mode: 0644]
audiosync/src/LICENSE [new file with mode: 0644]
audiosync/src/Makefile.am [new file with mode: 0644]
audiosync/src/MovableScreen.py [new file with mode: 0644]
audiosync/src/__init__.py [new file with mode: 0644]
audiosync/src/keymap.xml [new file with mode: 0644]
audiosync/src/maintainer.info [new file with mode: 0644]
audiosync/src/plugin.py [new file with mode: 0644]
configure.ac