summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Attempt #2 at moving the images to make space for the bootloader. The ↵Dave Chapman2006-12-15
| | | | | | previous attempt was completely broken. This should hopefully fix the --add-bootloader functionality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11769 a1c6a512-1295-4272-9138-f99709370657
* Reorganise the ioctl() #ifdefs - this should fix ipodpatcher for BSDDave Chapman2006-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11768 a1c6a512-1295-4272-9138-f99709370657
* Directory delete: 1) show which directory is being removed when going ↵Peter D'Hoye2006-12-14
| | | | | | through a tree recursively. 2) allow the user to abort while deleting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11767 a1c6a512-1295-4272-9138-f99709370657
* Fix a problem when compiling with Dev-C++ - thanks to Paul LoudenDave Chapman2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11766 a1c6a512-1295-4272-9138-f99709370657
* Implement the add/delete bootloader functionality.Dave Chapman2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11765 a1c6a512-1295-4272-9138-f99709370657
* Fix typoDave Chapman2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11764 a1c6a512-1295-4272-9138-f99709370657
* Bugfix - when opening a device as read/write, one should open a device as ↵Dave Chapman2006-12-14
| | | | | | read/write. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11763 a1c6a512-1295-4272-9138-f99709370657
* Use the correct length when extracting the firmware. Thanks again to ↵Dave Chapman2006-12-14
| | | | | | Llorean for spotting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11762 a1c6a512-1295-4272-9138-f99709370657
* Ooops, I should compile things before committing.Dave Chapman2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11761 a1c6a512-1295-4272-9138-f99709370657
* change the a-b buttons in the wps to work even if play is help down for a ↵Jonathan Gordon2006-12-14
| | | | | | while before pressing left/right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11760 a1c6a512-1295-4272-9138-f99709370657
* Of course the moment you release, you spot that one bug.Christi Scarborough2006-12-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
* Minor updates for compilation against 2.8.0. Cosmetic changes.Christi Scarborough2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11758 a1c6a512-1295-4272-9138-f99709370657
* Newer shinier install log file which is more intelligent and better able to ↵Christi Scarborough2006-12-14
| | | | | | | | | 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
* Correct a bug (thanks to Llorean for spotting) in read_partition and use the ↵Dave Chapman2006-12-14
| | | | | | 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
* Start to implement some functionality. You can now read/write the entire ↵Dave Chapman2006-12-14
| | | | | | 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
* Change the ipod bootloaders to be created as ".ipod" files - this will be ↵Dave Chapman2006-12-14
| | | | | | 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
* Support for running direct from the device itself. If installed on a local ↵Christi Scarborough2006-12-13
| | | | | | | | | 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
* Sector-size detection on Posix platforms - tested on Linux and Mac OS X. ↵Dave Chapman2006-12-13
| | | | | | Based on patch #6433 by Bryan Childs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11752 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: recursive directory properties could not be abortedPeter D'Hoye2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11751 a1c6a512-1295-4272-9138-f99709370657
* Removed unused button defines and made private functions staticNils Wallménius2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11750 a1c6a512-1295-4272-9138-f99709370657
* Should use UNIX line endingsSteve Bavin2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11749 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress towards a cross-platform ipodpatcher which will edit the ↵Dave Chapman2006-12-13
| | | | | | 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
* Version 0.4b from 11 Dec 2006 - 0.4 broke win2k/winnt support, this patch ↵Dave Chapman2006-12-13
| | | | | | restores it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11747 a1c6a512-1295-4272-9138-f99709370657
* Version 0.4 from 4 Dec 2006 - added sector-size detection and hence support ↵Dave Chapman2006-12-13
| | | | | | for 5.5G ipods git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11746 a1c6a512-1295-4272-9138-f99709370657
* Version 0.3 from 30 Jan 2006Dave Chapman2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11745 a1c6a512-1295-4272-9138-f99709370657
* Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006Dave Chapman2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11744 a1c6a512-1295-4272-9138-f99709370657
* Free more plugin memoryKarl Kurbjun2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11743 a1c6a512-1295-4272-9138-f99709370657
* Will it fit?Karl Kurbjun2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11742 a1c6a512-1295-4272-9138-f99709370657
* Another file missedKarl Kurbjun2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11741 a1c6a512-1295-4272-9138-f99709370657
* Some fixes and additions to sscanf - Still has bugs but it works for doom ↵Karl Kurbjun2006-12-13
| | | | | | 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
* Helps to add in the headerKarl Kurbjun2006-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11739 a1c6a512-1295-4272-9138-f99709370657
* Dehacked and BEX support for Doom - currently only supports a DEHACKED file ↵Karl Kurbjun2006-12-13
| | | | | | in a WAD (not as a standalone file yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11738 a1c6a512-1295-4272-9138-f99709370657
* More static'ing, and a few fixes resulting from that.Jens Arnold2006-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657
* Remove unused files from the old database.Jens Arnold2006-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11736 a1c6a512-1295-4272-9138-f99709370657
* Unix targets require a second (mode) parameter to wxMkdir. rbutil now ↵Dave Chapman2006-12-12
| | | | | | 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
* Fix dircache not saving the last size (Caused the Scanning disk splashJonathan Gordon2006-12-12
| | | | | | | to show every bot). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11734 a1c6a512-1295-4272-9138-f99709370657
* Where did main.cpp disappear to? Plus other fixes.Dave Chapman2006-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11733 a1c6a512-1295-4272-9138-f99709370657
* First attempt at a standard Makefile for rbutil. It should be able to build ↵Dave Chapman2006-12-12
| | | | | | 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
* DOS->UNIX line endingsLinus Nielsen Feltzing2006-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11731 a1c6a512-1295-4272-9138-f99709370657
* Action code: Made all private functions & variables static. Better module ↵Jens Arnold2006-12-12
| | | | | | 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
* Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ↵Michael Sevakis2006-12-12
| | | | | | 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
* rbutilBjörn Stenberg2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11728 a1c6a512-1295-4272-9138-f99709370657
* Right. Fixed line feeds. archos.ico is binary. Added a couple more files ↵Christi Scarborough2006-12-11
| | | | | | rockbox leaves in the root to the list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11727 a1c6a512-1295-4272-9138-f99709370657
* main.cpp shouldn't have been here. archos.ico should be binary.Christi Scarborough2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11726 a1c6a512-1295-4272-9138-f99709370657
* Oops. Forgot FILES.Martin Arver2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11725 a1c6a512-1295-4272-9138-f99709370657
* Initial revisionChristi Scarborough2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11721 a1c6a512-1295-4272-9138-f99709370657
* Prevent recursion of the main menu, fixes FS#6010Peter D'Hoye2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11720 a1c6a512-1295-4272-9138-f99709370657
* Remove the filesMartin Arver2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11719 a1c6a512-1295-4272-9138-f99709370657
* Stop building, and remove dumb as it has not changed state since its initial ↵Martin Arver2006-12-11
| | | | | | committed state git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11718 a1c6a512-1295-4272-9138-f99709370657
* oops, forgot FILESNils Wallménius2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11717 a1c6a512-1295-4272-9138-f99709370657