summaryrefslogtreecommitdiffstats
path: root/rbutil
AgeCommit message (Collapse)AuthorFilesLines
2007-11-06Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without ↵rbutilqt_v1.0.3Magnus Holmgren1-2/+2
breaking ipodpatcher. I don't have any Ipod to test with, but the change is easy to revert. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15498 a1c6a512-1295-4272-9138-f99709370657
2007-11-05rbutilQt: bump version to 1.0.3 in preparation for a new release.Dominik Wenger2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15488 a1c6a512-1295-4272-9138-f99709370657
2007-10-31RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler ↵Magnus Holmgren1-2/+2
warnings _are_ useful. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15386 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Bump version for releaseBarry Wardell1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15227 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Support database rebuild disabling when USB is connected for all e200 OF ↵Barry Wardell1-2/+23
versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15225 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Set svn keywords.Barry Wardell1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15224 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Handy script for packaging rbutil on OS XBarry Wardell1-0/+87
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15220 a1c6a512-1295-4272-9138-f99709370657
2007-10-19Small clarification.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15215 a1c6a512-1295-4272-9138-f99709370657
2007-10-19make the dialog box asking about replacing an up-to-date bootloader less ↵Dominik Riebeling1-13/+5
confusing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15214 a1c6a512-1295-4272-9138-f99709370657
2007-10-19rbutil: fix the complete installation.Dominik Wenger1-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15213 a1c6a512-1295-4272-9138-f99709370657
2007-10-19rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. ↵Dominik Wenger3-19/+20
Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15212 a1c6a512-1295-4272-9138-f99709370657
2007-10-18Bump version to 1.0.2 for new rbutil release.rbutilqt_v1_0_2Dominik Riebeling2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15190 a1c6a512-1295-4272-9138-f99709370657
2007-10-17Don't check for external rbutil.ini anymore -- doing so didn't gave a real ↵Dominik Riebeling1-12/+6
benefit but caused trouble instead. The file is built-in anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15174 a1c6a512-1295-4272-9138-f99709370657
2007-10-16When portable installation is finished set progress value to 100%.Dominik Riebeling1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15154 a1c6a512-1295-4272-9138-f99709370657
2007-10-14Add support for installing/replacing the bootloader in the PPBL section of ↵Barry Wardell3-1/+74
the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15108 a1c6a512-1295-4272-9138-f99709370657
2007-10-13Add an icon and version text for the OS X bundle.Barry Wardell3-0/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15098 a1c6a512-1295-4272-9138-f99709370657
2007-10-13FS#7913: mountpoint resolving on OS X.Barry Wardell2-6/+30
Also, make rbutil build again for OS X and add /usr/local to the lib and include paths since that is most likely where libusb will be. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15096 a1c6a512-1295-4272-9138-f99709370657
2007-10-12Code police and simplify function a bit.Dominik Riebeling1-17/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15089 a1c6a512-1295-4272-9138-f99709370657
2007-10-12Add new "actions" menu which allows accessing the install / uninstall ↵Dominik Riebeling2-0/+173
actions from the menu. Manual and Info tab are still missing from the menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15088 a1c6a512-1295-4272-9138-f99709370657
2007-10-12rbutil: add options to create .talk files only for Folders or only for Files ↵Dominik Wenger4-7/+63
or for Both. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15087 a1c6a512-1295-4272-9138-f99709370657
2007-10-12Fix a crash when trying to download the manual.Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15086 a1c6a512-1295-4272-9138-f99709370657
2007-10-11Bump version for new release with fixed OF loading on e200.bootloader_e200_v3bootloader_c200_v3Barry Wardell1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15075 a1c6a512-1295-4272-9138-f99709370657
2007-10-08Add names for the buttons in the Quick Start tab.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15037 a1c6a512-1295-4272-9138-f99709370657
2007-10-07Upon uninstallation only remove a file if it isn't used in another section. ↵Dominik Riebeling1-4/+26
A possible problematic case would've been two themes installing the same font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15028 a1c6a512-1295-4272-9138-f99709370657
2007-10-07Use i10n for numbers using QLocale.Dominik Riebeling3-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15027 a1c6a512-1295-4272-9138-f99709370657
2007-10-07When changing cache path update the size information.Dominik Riebeling2-2/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15022 a1c6a512-1295-4272-9138-f99709370657
2007-10-04Oops, I should not add typos to weblinks.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14986 a1c6a512-1295-4272-9138-f99709370657
2007-10-04When detecting a macpod cancel bootloader installation. Add a link to ↵Dominik Riebeling1-2/+12
IpodConverstionToFAT32 wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14985 a1c6a512-1295-4272-9138-f99709370657
2007-10-01Small typographic enhancements.Dominik Riebeling1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14944 a1c6a512-1295-4272-9138-f99709370657
2007-09-30Fix typo.Dominik Riebeling1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14925 a1c6a512-1295-4272-9138-f99709370657
2007-09-29mntent.h should only be used on linux, not os x.Dominik Riebeling1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14902 a1c6a512-1295-4272-9138-f99709370657
2007-09-28Updated french translation for rbutilqt.Nicolas Pennequin1-361/+430
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14892 a1c6a512-1295-4272-9138-f99709370657
2007-09-27The archos website fooled me by providing a wrong download, no need for that ↵Dominik Riebeling1-7/+2
extended check. Thanks to amiconn for the clarification. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14870 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Fix a warning.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14867 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Add parsing of ajbrec.ajz file header for autodetection. All archos targets ↵Dominik Riebeling2-5/+66
should now be detectable. Fix a stupid bug in file-based detection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14865 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Oops, missed that when changing the default proxy to system ...Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14832 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Give the configuration dialog its old size back and make sure to always ↵Dominik Riebeling2-3/+4
start at the Device tab. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14830 a1c6a512-1295-4272-9138-f99709370657
2007-09-23rbutil: added swift tts engine.Dominik Wenger2-5/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14829 a1c6a512-1295-4272-9138-f99709370657
2007-09-23rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs ↵Dominik Wenger6-83/+276
script. Also let the configure dialog remember options and paths for different tts and encoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14828 a1c6a512-1295-4272-9138-f99709370657
2007-09-23w32: implement "system proxy" settings. This uses the IE setting by reading ↵Dominik Riebeling2-8/+64
its values from the registry. Make system proxy the default value if no configuration file is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14827 a1c6a512-1295-4272-9138-f99709370657
2007-09-23w32: add USB autodetection based on PID / VID values.Dominik Riebeling2-4/+89
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14826 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Bump version for new release for C200bootloader_c200_v2Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14818 a1c6a512-1295-4272-9138-f99709370657
2007-09-21Set correct value for proxy when uninstalling, otherwise uninstallation will ↵Dominik Riebeling1-0/+1
fail in proxied environments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14804 a1c6a512-1295-4272-9138-f99709370657
2007-09-21The M5 is greyscale, not color.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14803 a1c6a512-1295-4272-9138-f99709370657
2007-09-21Oops: when adding a new platform I should also add it to the platform list ...Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14800 a1c6a512-1295-4272-9138-f99709370657
2007-09-21Forgot to adapate 'make clean'Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14797 a1c6a512-1295-4272-9138-f99709370657
2007-09-21Add a manifest to ipodpatcher.exe in order to make it request administrative ↵Jens Arnold3-2/+20
rights on windows vista. This will cause a separate cmd window to pop up. The proper solution will be to implement a check for administrative rights in the executable, and tell the user to start from an elevated command prompt if not. This solution will still need a (changed) manifest. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14796 a1c6a512-1295-4272-9138-f99709370657
2007-09-20Add section for sansa c200.Dominik Riebeling1-0/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14782 a1c6a512-1295-4272-9138-f99709370657
2007-09-19Fix the missing c200 detection in bootloader installation. This is ↵Dominik Riebeling1-1/+2
completely untested. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14760 a1c6a512-1295-4272-9138-f99709370657
2007-09-19Update rbutil to match up with latest sansapatcher changes. Installing c200 ↵Dominik Riebeling2-6/+6
bootloader isn't added yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14759 a1c6a512-1295-4272-9138-f99709370657