summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-12-14Implement the add/delete bootloader functionality.Dave Chapman1-52/+414
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11765 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Fix typoDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11764 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Bugfix - when opening a device as read/write, one should open a device as ↵Dave Chapman1-1/+1
read/write. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11763 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Use the correct length when extracting the firmware. Thanks again to ↵Dave Chapman1-2/+2
Llorean for spotting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11762 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Ooops, I should compile things before committing.Dave Chapman1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11761 a1c6a512-1295-4272-9138-f99709370657
2006-12-14change the a-b buttons in the wps to work even if play is help down for a ↵Jonathan Gordon1-2/+2
while before pressing left/right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11760 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Of course the moment you release, you spot that one bug.Christi Scarborough3-5/+14
Portable rbutil no longer tries to delete itself from the player if you decide to uninstall. Version bumped to 0.2.1.1 to avoid confusion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11759 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Minor updates for compilation against 2.8.0. Cosmetic changes.Christi Scarborough5-32/+52
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11758 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Newer shinier install log file which is more intelligent and better able to ↵Christi Scarborough13-83/+385
cope with multiple packages being installed. This breaks compatibility with the old uninstall file format. Various bug fixes and tidy ups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11757 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Correct a bug (thanks to Llorean for spotting) in read_partition and use the ↵Dave Chapman1-7/+7
aligned global sectorbuf for the disk read in read_partinfo instead of a local variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11756 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Start to implement some functionality. You can now read/write the entire ↵Dave Chapman1-66/+418
partition (as ipodpatcher used to do), extract the original firmware to an "apple_os.ipod" file, or replace the original firmware with either a Rockbox bootloader or Rockbox itself. Adding/Removing a bootloader isn't yet implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11755 a1c6a512-1295-4272-9138-f99709370657
2006-12-14Change the ipod bootloaders to be created as ".ipod" files - this will be ↵Dave Chapman1-14/+7
the format required by the new version of ipodpatcher. Also change the bootloader filenames to include the model name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11754 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Support for running direct from the device itself. If installed on a local ↵Christi Scarborough6-56/+305
drive, rbutil provides a menu option to install itself on the device. Cross-platform fix: Will now search the current directory for rbutil.ini in preference to the system application resource path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11753 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Sector-size detection on Posix platforms - tested on Linux and Mac OS X. ↵Dave Chapman2-4/+20
Based on patch #6433 by Bryan Childs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11752 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Bugfix: recursive directory properties could not be abortedPeter D'Hoye1-9/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11751 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Removed unused button defines and made private functions staticNils Wallménius2-281/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11750 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Should use UNIX line endingsSteve Bavin0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11749 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Work-in-progress towards a cross-platform ipodpatcher which will edit the ↵Dave Chapman5-172/+618
firmware partition directly, incorporating the ipod_fw.c functionality. Tested successfully on win32 and Linux but it only lists the contents of the firmware partition at the moment - no actual reading or writing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11748 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Version 0.4b from 11 Dec 2006 - 0.4 broke win2k/winnt support, this patch ↵Dave Chapman1-8/+20
restores it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11747 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Version 0.4 from 4 Dec 2006 - added sector-size detection and hence support ↵Dave Chapman1-22/+43
for 5.5G ipods git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11746 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Version 0.3 from 30 Jan 2006Dave Chapman1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11745 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006Dave Chapman3-0/+560
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11744 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Free more plugin memoryKarl Kurbjun3-20/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11743 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Will it fit?Karl Kurbjun1-2/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11742 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Another file missedKarl Kurbjun1-0/+2877
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11741 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Some fixes and additions to sscanf - Still has bugs but it works for doom ↵Karl Kurbjun1-1/+26
currently. As a note: this function is only used by doom to my knowledge. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11740 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Helps to add in the headerKarl Kurbjun1-0/+1127
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11739 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Dehacked and BEX support for Doom - currently only supports a DEHACKED file ↵Karl Kurbjun17-427/+260
in a WAD (not as a standalone file yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11738 a1c6a512-1295-4272-9138-f99709370657
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold12-108/+67
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Remove unused files from the old database.Jens Arnold2-599/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11736 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Unix targets require a second (mode) parameter to wxMkdir. rbutil now ↵Dave Chapman3-4/+4
compiles cleanly for me on Linux with the just-released wxWidgets 2.8.0 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11735 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Fix dircache not saving the last size (Caused the Scanning disk splashJonathan Gordon3-12/+17
to show every bot). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11734 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Where did main.cpp disappear to? Plus other fixes.Dave Chapman1-7/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11733 a1c6a512-1295-4272-9138-f99709370657
2006-12-12First attempt at a standard Makefile for rbutil. It should be able to build ↵Dave Chapman1-0/+42
both a native Unix version, or (make WIN=1) cross-compile a Windows version using the Debian mingw cross-compiler. Both builds currently fail, but I think the win32 problem is due to the old (2.5.0) version of wxWidgets I have installed for cross-compiling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11732 a1c6a512-1295-4272-9138-f99709370657
2006-12-12DOS->UNIX line endingsLinus Nielsen Feltzing0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11731 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Action code: Made all private functions & variables static. Better module ↵Jens Arnold12-171/+173
separation, and it saves a bit of binary size. * Added a few missing 'const's. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11730 a1c6a512-1295-4272-9138-f99709370657
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ↵Michael Sevakis1-6/+7
the stopping during record. Make DMA1 start as it did previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11729 a1c6a512-1295-4272-9138-f99709370657
2006-12-11rbutilBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11728 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Right. Fixed line feeds. archos.ico is binary. Added a couple more files ↵Christi Scarborough6-15/+25
rockbox leaves in the root to the list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11727 a1c6a512-1295-4272-9138-f99709370657
2006-12-11main.cpp shouldn't have been here. archos.ico should be binary.Christi Scarborough2-72/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11726 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Oops. Forgot FILES.Martin Arver1-11/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11725 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Initial revisionChristi Scarborough24-0/+4831
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11721 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Prevent recursion of the main menu, fixes FS#6010Peter D'Hoye1-0/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11720 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Remove the filesMartin Arver66-18512/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11719 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Stop building, and remove dumb as it has not changed state since its initial ↵Martin Arver2-24/+19
committed state git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11718 a1c6a512-1295-4272-9138-f99709370657
2006-12-11oops, forgot FILESNils Wallménius1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11717 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Delete libFLAC - it has't been used since October 2005Dave Chapman61-29964/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11716 a1c6a512-1295-4272-9138-f99709370657
2006-12-111) Delete unused files from old database and old gui files 2) Remove ↵Nils Wallménius16-1920/+0
unneccesary includes of the old database header 3) Delete the deprecated databox plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11715 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Add Chinese Simplified Language by Ye WeiJonathan Gordon2-0/+9311
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11714 a1c6a512-1295-4272-9138-f99709370657
2006-12-10Improved charger detection for SansaDaniel Ankers2-2/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11713 a1c6a512-1295-4272-9138-f99709370657