rockbox/rbutil/rbutilqt
Dominik Riebeling 67059947a9 Add Czech translation to the resources too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23018 a1c6a512-1295-4272-9138-f99709370657
2009-10-08 21:48:24 +00:00
..
base Clean up a few source strings. 2009-09-25 15:51:17 +00:00
icons Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
irivertools Completely rework the bootloader installation class: 2008-09-28 17:02:36 +00:00
lang Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák). 2009-10-08 21:40:12 +00:00
zip Let unzip class accept files created by Info-Zip 3.0 instead of rejecting the files without reporting an error. Seems to not cause negative side effects but further investigation needed. 2009-04-26 13:05:33 +00:00
zlib
aboutbox.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
browsedirtree.cpp Clean up several debug messages. 2009-06-16 18:45:20 +00:00
browsedirtree.h
browsedirtreefrm.ui
configure.cpp Clean up a few source strings. 2009-09-25 15:51:17 +00:00
configure.h Clean up some debug output, kill some trailing spaces and break some overly long lines. 2009-08-08 12:12:49 +00:00
configurefrm.ui rbutil: add a Button to test a TTS Engine. Remove a old .ui file. 2009-06-26 21:52:08 +00:00
COPYING
createvoicefrm.ui rbutil: improve accessibility a little bit. 2009-06-15 19:41:16 +00:00
createvoicewindow.cpp rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini 2009-08-22 14:05:20 +00:00
createvoicewindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
CREDITS Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák). 2009-10-08 21:40:12 +00:00
deploy-release.py Add some more options to rbutil deploy script. 2009-10-05 18:35:28 +00:00
encttscfggui.cpp Clean up a few source strings. 2009-09-25 15:51:17 +00:00
encttscfggui.h Set svn:eol-style on several files missing it and dos2unix them. 2009-06-09 21:49:34 +00:00
gpl-2.0.html
Info.plist rbutil: bump version in preparation for release. 2009-09-20 13:44:27 +00:00
install.cpp Clean up and rename Detect class. 2009-08-10 19:46:51 +00:00
install.h Move download link pattern description to rbutil.ini. 2009-08-08 00:02:33 +00:00
installfrm.ui Make backup location text elide based of the label width instead of fixed size. Adjust on window resizes as well. 2009-01-23 22:03:46 +00:00
installtalkfrm.ui rbutil: add a option to ignore specific files for .talk file generation. 2009-08-23 18:57:50 +00:00
installtalkwindow.cpp rbutil: add a option to ignore specific files for .talk file generation. 2009-08-23 18:57:50 +00:00
installtalkwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
main.cpp rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
osx_deploy.sh rbutil: include the qt accessible plugin into the mac bundle. (Enables screenreader support on macs) 2008-10-13 17:19:45 +00:00
preview.cpp
preview.h
previewfrm.ui
progressloggerfrm.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
progressloggergui.cpp rbutil: dont write logfile if user aborts filename selection. 2009-08-29 18:55:52 +00:00
progressloggergui.h rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
rbutil.ini rbutil: correct url to samsung bootloaders. 2009-09-23 20:23:17 +00:00
rbutilqt-lang.qrc Add Czech translation to the resources too. 2009-10-08 21:48:24 +00:00
rbutilqt-win.qrc
rbutilqt.cpp rbutil: check for new Versions at startup. 2009-09-18 22:28:09 +00:00
rbutilqt.h rbutil: check for new Versions at startup. 2009-09-18 22:28:09 +00:00
rbutilqt.manifest
rbutilqt.pro Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák). 2009-10-08 21:40:12 +00:00
rbutilqt.qrc Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
rbutilqt.rc
rbutilqtfrm.ui rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
sysinfo.cpp rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
sysinfo.h rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
sysinfofrm.ui
systrace.cpp rbutil: dont write logfile if user aborts filename selection. 2009-08-29 18:55:52 +00:00
systrace.h rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
systracefrm.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
themesinstallfrm.ui Rename ThemeInstall class files to actually match the class name. 2009-03-31 19:50:43 +00:00
themesinstallwindow.cpp Clean up and improve themes install window debug messages. 2009-05-19 21:10:19 +00:00
themesinstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
uninstallfrm.ui fix typo (and update translations for it) 2008-07-06 18:07:44 +00:00
uninstallwindow.cpp rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
uninstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
version.h rbutil: bump version in preparation for release. 2009-09-20 13:44:27 +00:00