rockbox/rbutil/rbutilqt
Dominik Riebeling 0110e558de Remove Ipod Video 64MB handling.
Since the builds for the Ipod Video 32MB and 64MB are now unified there
is no need to handle them separately in Rockbox Utility anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27966 a1c6a512-1295-4272-9138-f99709370657
2010-09-01 17:47:33 +00:00
..
base Remove Ipod Video 64MB handling. 2010-09-01 17:47:33 +00:00
docs Merge rbutil CREDITS file with main one and use that. 2010-01-24 20:48:38 +00:00
icons Add Rockbox Utility SVG window icon on Linux. 2010-03-29 19:55:51 +00:00
irivertools
lang Update Brazilian Portuguese translation for Rockbox Utility 2010-08-12 08:32:54 +00:00
test FS#11439: Fix version comparison regression. 2010-06-30 21:59:47 +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 Update year in about box. We are still working on this. 2010-04-21 18:57:15 +00:00
browsedirtree.cpp Set the layout direction of the dir tree when setting up the widget. 2010-01-05 22:39:05 +00:00
browsedirtree.h
browsedirtreefrm.ui
configure.cpp Move utils.cpp functions into separate class and split it up. 2010-04-02 21:24:19 +00:00
configure.h Use QFileDialog::getExistingDirectory() for path selection. 2010-02-16 21:34:39 +00:00
configurefrm.ui Fix uic warning. 2010-03-26 08:53:56 +00:00
createvoicefrm.ui rbutil: improve accessibility a little bit. 2009-06-15 19:41:16 +00:00
createvoicewindow.cpp Save values set in voice window before calling configuration dialog. 2010-02-28 11:06:49 +00:00
createvoicewindow.h Save values set in voice window before calling configuration dialog. 2010-02-28 11:06:49 +00:00
encttscfggui.cpp rbutil: Explicitly set some widgets layout direction to LTR 2010-01-03 20:04:45 +00:00
encttscfggui.h Set svn:keywords property. 2009-11-06 23:20:51 +00:00
Info.plist Bump Rockbox Utility version to 1.2.7. 2010-06-22 20:22:00 +00:00
INSTALL Update INSTALL file and move it in preparation of merging rbutil/ and utils/. 2010-08-30 17:52:01 +00:00
installtalkfrm.ui Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times. 2009-12-03 21:30:45 +00:00
installtalkwindow.cpp Start with mountpoint as folder to talk selection if old value is invalid. 2010-02-16 21:38:00 +00:00
installtalkwindow.h Use QFileDialog::getExistingDirectory() for path selection. 2010-02-16 21:34:39 +00:00
installwindow.cpp Move utils.cpp functions into separate class and split it up. 2010-04-02 21:24:19 +00:00
installwindow.h Rename InstallFrm to InstallWindowFrm. 2010-02-16 18:30:24 +00:00
installwindowfrm.ui Rename InstallFrm to InstallWindowFrm. 2010-02-16 18:30:24 +00:00
langstats.py langstat: Output date of the latest and oldest language update. 2010-03-01 21:30:39 +00:00
main.cpp Remove ugly RTL writing direction hack. 2010-06-15 21:14:11 +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 Fix "Warning: Signals cannot be declared virtual" for progresslogger when building with Qt 4.6. 2009-12-04 21:33:25 +00:00
rbutil.ini Remove Ipod Video 64MB handling. 2010-09-01 17:47:33 +00:00
rbutilqt-lang.qrc Remove turkish from the languages bundled in the binary. The translation is broken on file level (all non-ASCII characters are broken). 2010-02-11 22:26:38 +00:00
rbutilqt-win.qrc
rbutilqt.cpp Rework Rockbox Utility update version number check. 2010-06-11 19:18:13 +00:00
rbutilqt.h Rework Rockbox Utility update version number check. 2010-06-11 19:18:13 +00:00
rbutilqt.manifest
rbutilqt.pri rbutil: add mpio hd200 as disabled target (all untested) 2010-06-04 21:43:15 +00:00
rbutilqt.pro Rockbox Utility: Explicitly link zlib. 2010-07-02 23:49:26 +00:00
rbutilqt.qrc Add Rockbox Utility SVG window icon on Linux. 2010-03-29 19:55:51 +00:00
rbutilqt.rc
rbutilqtfrm.ui Restore the default message handler on application shutdown. Fixes sporadic segfaults on exit. 2010-02-11 19:51:50 +00:00
sysinfo.cpp Move utils.cpp functions into separate class and split it up. 2010-04-02 21:24:19 +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 Fix a typo. 2010-07-28 18:37:07 +00:00
systrace.h Add repeat counting to system trace. 2010-05-07 16:18:41 +00:00
systracefrm.ui Save System Trace on exit and allow easy retrieval after restart. 2010-03-23 22:07:17 +00:00
themesinstallfrm.ui
themesinstallwindow.cpp Move retrieval of revision and release numbers to RockboxInfo class. 2010-06-06 18:02:01 +00:00
themesinstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
uninstallfrm.ui
uninstallwindow.cpp Convert uninstallation to use signals / slots for logging. 2010-06-11 17:14:00 +00:00
uninstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
version.h Bump Rockbox Utility version to 1.2.7. 2010-06-22 20:22:00 +00:00