summaryrefslogtreecommitdiff
path: root/rbutil
AgeCommit message (Collapse)Author
2007-07-28rbutilQt: Font and Doom installation. Also some fixes to the signals in the ↵Dominik Wenger
installers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14044 a1c6a512-1295-4272-9138-f99709370657
2007-07-28rbutilQt: bootloader installation routines for iriver players. Bootloader ↵Dominik Wenger
routines are now completed. They need heavy testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14040 a1c6a512-1295-4272-9138-f99709370657
2007-07-28rbutilqt: added sansapatcher to bootloader installation. now only iriver ↵Dominik Wenger
bootloaders are missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14039 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutil: nicer image for the Talk files button. (FS#7484) Thanx to Dave HooperDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14033 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutilQt: first attempt for bootloader installation. Sansa and irivers are ↵Dominik Wenger
still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14032 a1c6a512-1295-4272-9138-f99709370657
2007-07-27Initial attempt at a --convert option to convert HFS formatted ipods ↵Dave Chapman
(Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14030 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutilqt: reworked and renamed the installrb class/files to generic ↵Dominik Wenger
installzip, so it can be used for things like Fonts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14027 a1c6a512-1295-4272-9138-f99709370657
2007-07-26dos2unix files and add a missing line in the header comment.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14014 a1c6a512-1295-4272-9138-f99709370657
2007-07-26rbutilqt: forgot the new files.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14013 a1c6a512-1295-4272-9138-f99709370657
2007-07-26rbutil: wrapped the rockbox installation into a class, for easy reuse.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14012 a1c6a512-1295-4272-9138-f99709370657
2007-07-26Use a html version of gpl for the licence in the about box. Make the box use ↵Martin Arver
word wrap as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14011 a1c6a512-1295-4272-9138-f99709370657
2007-07-26Initial (untested apart from device detection) support for 1st/2nd gen ipods ↵Dave Chapman
(the original ones...). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14010 a1c6a512-1295-4272-9138-f99709370657
2007-07-26rbutilqt: make the installlog ini file based.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14009 a1c6a512-1295-4272-9138-f99709370657
2007-07-25remove empty file and set keywords.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13990 a1c6a512-1295-4272-9138-f99709370657
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or ↵Dominik Riebeling
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657
2007-07-16fix warnings.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13915 a1c6a512-1295-4272-9138-f99709370657
2007-07-16- fix an endless autodetection loop when no user configuration is presentDominik Riebeling
- don't try to load the manual if a proxy is set -- wx' html view doesn't honor the proxy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13914 a1c6a512-1295-4272-9138-f99709370657
2007-07-15Fix the Makefile (and hopefully the OS X Makefile as well) after the ↵Jonas Häggqvist
talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13912 a1c6a512-1295-4272-9138-f99709370657
2007-07-15Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13911 a1c6a512-1295-4272-9138-f99709370657
2007-07-15rbutil: Oops, forgot the new files.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13907 a1c6a512-1295-4272-9138-f99709370657
2007-07-15rbutil: first attempt to talk file creator. also pushed version to 3.2.6Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13906 a1c6a512-1295-4272-9138-f99709370657
2007-07-15rbutil: Oops: his name is Hooper not Hopper. Sorry.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13905 a1c6a512-1295-4272-9138-f99709370657
2007-07-15rbutil: fix unzipping (FS#7439) Thanks to Dave Hopper.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13904 a1c6a512-1295-4272-9138-f99709370657
2007-07-14rbutil: fix the manual url for h100 and h120.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13895 a1c6a512-1295-4272-9138-f99709370657
2007-07-14rbutil caches no the preview images of the themes.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13894 a1c6a512-1295-4272-9138-f99709370657
2007-07-14rbutil: fix compilation in cygwinDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13892 a1c6a512-1295-4272-9138-f99709370657
2007-07-05rbuti: fix the same false error message, when uninstalling the ipod bootloaderDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13801 a1c6a512-1295-4272-9138-f99709370657
2007-07-05rbutil: fix false error message when installing ipod bootloaderDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13798 a1c6a512-1295-4272-9138-f99709370657
2007-07-01move handling of shared manuals (like h100 series) to a new setting in ↵Dominik Riebeling
rbutil.ini instead of a hardcoded list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13754 a1c6a512-1295-4272-9138-f99709370657
2007-06-27rbutil: fix segfault if there is no rbutil.ini. It terminates now nicely.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13728 a1c6a512-1295-4272-9138-f99709370657
2007-06-27Add a missing install: label - thanks to Bryan Childs for spottingDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13727 a1c6a512-1295-4272-9138-f99709370657
2007-06-24Kill g++ warning.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13705 a1c6a512-1295-4272-9138-f99709370657
2007-06-24rbutil: make autodetection silent on startup.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13703 a1c6a512-1295-4272-9138-f99709370657
2007-06-24rbutil: attempt autodetection at startup.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13702 a1c6a512-1295-4272-9138-f99709370657
2007-06-24rbutil: bump version to 0.3.2.5Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13700 a1c6a512-1295-4272-9138-f99709370657
2007-06-24Nicer doom button, still based on gnome-icons-theme, just a newer Jonas Häggqvist
version that follows Tango style guidelines as the rest of the buttons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13697 a1c6a512-1295-4272-9138-f99709370657
2007-06-23if a proxy is set, pre-fill the proxy setting dialog with the old value.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13694 a1c6a512-1295-4272-9138-f99709370657
2007-06-23Adjust the rbutil unix-style Makefile to the new icons.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13693 a1c6a512-1295-4272-9138-f99709370657
2007-06-23fix a warning.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13692 a1c6a512-1295-4272-9138-f99709370657
2007-06-22rbutil: forgot to delete the old button images.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13691 a1c6a512-1295-4272-9138-f99709370657
2007-06-22rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the ↵Dominik Wenger
gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13690 a1c6a512-1295-4272-9138-f99709370657
2007-06-22rbutil: Upps.. i hope the last one. :-/ Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13689 a1c6a512-1295-4272-9138-f99709370657
2007-06-22rbutil: Upps..Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13688 a1c6a512-1295-4272-9138-f99709370657
2007-06-22rbutil: reworked device detection, now uses rockbox-info.txt and the ↵Dominik Wenger
patchers to detect the device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13687 a1c6a512-1295-4272-9138-f99709370657
2007-06-18Include the new autodection.cpp file in the MakefilesDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13661 a1c6a512-1295-4272-9138-f99709370657
2007-06-17rbutil: Add quessing of the Drive letter via Windows API, also restructuring ↵Dominik Wenger
for future Device detection via pid and vid. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13655 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for ↵Antoine Cellerier
noticing this error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13654 a1c6a512-1295-4272-9138-f99709370657
2007-06-17On linux, guess the mount point for ipods (tested) and sansas (untested).Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13653 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Initial integration of a --format option, based on fat32format.exe. The ↵Dave Chapman
main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13643 a1c6a512-1295-4272-9138-f99709370657
2007-06-12Cosmetic change - "ipod2c" should be "bin2c" in the comments in the ↵Dave Chapman
generated .c/.h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13621 a1c6a512-1295-4272-9138-f99709370657