1
0
Fork 0
forked from len0rd/rockbox

rbutil: completely rework how tts and encoders are configured. (FS#10070)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20824 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2009-04-29 21:27:01 +00:00
parent 3d2e42ab4c
commit 5b85ef6006
27 changed files with 1274 additions and 2029 deletions

View file

@ -64,9 +64,9 @@ SOURCES += rbutilqt.cpp \
base/utils.cpp \
preview.cpp \
encoders.cpp \
encodersgui.cpp \
encttscfggui.cpp \
encttssettings.cpp \
tts.cpp \
ttsgui.cpp \
../../tools/wavtrim.c \
../../tools/voicefont.c \
voicefile.cpp \
@ -116,9 +116,9 @@ HEADERS += rbutilqt.h \
base/utils.h \
preview.h \
encoders.h \
encodersgui.h \
encttscfggui.h \
encttssettings.h \
tts.h \
ttsgui.h \
../../tools/wavtrim.h \
../../tools/voicefont.h \
voicefile.h \
@ -167,11 +167,6 @@ FORMS += rbutilqtfrm.ui \
themesinstallfrm.ui \
uninstallfrm.ui \
previewfrm.ui \
rbspeexcfgfrm.ui \
encexescfgfrm.ui \
ttsexescfgfrm.ui \
sapicfgfrm.ui \
ttsfestivalcfgform.ui \
createvoicefrm.ui \
sysinfofrm.ui