..
base
Remove resolution from system configuration as it isn't used anymore.
2009-08-15 19:04:45 +00:00
icons
Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.
2008-06-21 10:28:10 +00:00
irivertools
Completely rework the bootloader installation class:
2008-09-28 17:02:36 +00:00
lang
FS#10439: Português Brasileiro Translation for Rockbox Utility by Adilson Xavier.
2009-07-16 08:32:56 +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
Set svn:eol-style on files from the rbutil directory and its subdirectories.
2008-05-11 17:21:14 +00:00
aboutbox.ui
rbutil: make the Credits and Licence texts in the about dialog accessible via <TAB>
2009-05-11 17:36:24 +00:00
browsedirtree.cpp
Clean up several debug messages.
2009-06-16 18:45:20 +00:00
browsedirtree.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
browsedirtreefrm.ui
Clean up double path in resource file.
2008-03-27 23:39:49 +00:00
configure.cpp
Clean up accessing system setting values for a specific player.
2009-08-11 17:02:35 +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
First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing.
2007-07-25 20:21:06 +00:00
createvoicefrm.ui
rbutil: improve accessibility a little bit.
2009-06-15 19:41:16 +00:00
createvoicewindow.cpp
rbutil: improve voice and talk generation.
2009-06-26 20:40:51 +00:00
createvoicewindow.h
rbutil: make RbSettings a static class. (FS#10183 with improvements)
2009-05-09 16:59:14 +00:00
CREDITS
FS#10439: Português Brasileiro Translation for Rockbox Utility by Adilson Xavier.
2009-07-16 08:32:56 +00:00
deploy-release.py
Set svn:executable property.
2009-08-15 19:16:19 +00:00
encttscfggui.cpp
rbutil: improve accessibility a little bit.
2009-06-15 19:41:16 +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
Use a html version of gpl for the licence in the about box. Make the box use word wrap as well
2007-07-26 20:59:24 +00:00
Info.plist
Bump Rockbox Utility version number.
2009-06-17 19:42:06 +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: improve accessibility a little bit.
2009-06-15 19:41:16 +00:00
installtalkwindow.cpp
When changing TTS settings from the talkfile dialog make sure to not reset the currently selected folder if its valid. Fixes FS#10409.
2009-07-04 18:00:13 +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
Cosmetics: remove trailing spaces.
2007-09-15 22:57:07 +00:00
preview.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
previewfrm.ui
rbutilQt: fix the installing of release builds (archos only).
2007-08-26 11:34:32 +00:00
progressloggerfrm.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
progressloggergui.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
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
Fix up some USB IDs.
2009-08-15 21:05:18 +00:00
rbutilqt-lang.qrc
FS#10439: Português Brasileiro Translation for Rockbox Utility by Adilson Xavier.
2009-07-16 08:32:56 +00:00
rbutilqt-win.qrc
move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file.
2007-12-17 21:35:25 +00:00
rbutilqt.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
rbutilqt.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
rbutilqt.manifest
add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista.
2008-01-20 21:19:37 +00:00
rbutilqt.pro
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
rbutilqt.qrc
Move language resources to a separate file. Only build and include langs when building release version.
2008-06-24 21:44:53 +00:00
rbutilqt.rc
Set svn:eol-style on files from the rbutil directory and its subdirectories.
2008-05-11 17:21:14 +00:00
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
Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.
2008-06-21 10:28:10 +00:00
systrace.cpp
Fix a warning.
2009-08-15 18:57:58 +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
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
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
Bump Rockbox Utility version number.
2009-06-17 19:42:06 +00:00