summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-08Move the command-line specific code into main.c, leaving the firmware manipul...Dave Chapman4-402/+473
2007-02-08Bugfix - the bootloader was being overwritten if the firmware partition neede...Dave Chapman1-8/+23
2007-02-08Ooops, the default build mode should have been without the embedded bootloadersDave Chapman1-2/+2
2007-02-08Work-in-progress (i.e. not well tested) changes: Add the option to build ipod...Dave Chapman4-79/+369
2007-02-08Testing svn_autoprops by readding one of the files with missing Ids.Michael Sevakis1-1/+1
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon3-3/+3
2007-02-08OK, this was crazy overkill... the worst setting current Jonathan Gordon1-2/+2
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis9-53/+47
2007-02-08Convert the sound menu to the new systemJonathan Gordon7-359/+302
2007-02-08Fix the delay loops. Without scaling the CPU is always at 300MHz.Marcoen Hirschberg2-4/+4
2007-02-08disable CPU scaling again because it actually made the power consumption worse.Marcoen Hirschberg1-1/+1
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon21-182/+951
2007-02-07Kill the errors for now. Would like to know why resetting in_recording_screen...Michael Sevakis1-0/+2
2007-02-07if you reset your settings, you wont be in the rec screen anymore! Jonathan Gordon1-0/+1
2007-02-07Do Mike's previous patch a bit nicer.Jonathan Gordon2-4/+2
2007-02-07Fix warnings. Initialized struct needs at least one member actually initializ...Michael Sevakis2-0/+4
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis10-53/+53
2007-02-07Don't save the in-out state of the recording screen as a setting. Fixes the s...Michael Sevakis5-6/+14
2007-02-07Correct a deceptive comment. Clarify that this config file is only for the 4g...Tom Ross1-1/+1
2007-02-07Woops. Upon examining the diffs again I find I shouldn't have deleted that on...Michael Sevakis1-0/+1
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis21-256/+170
2007-02-06Oops, we should close the devices during the scanDave Chapman1-0/+1
2007-02-06Major Rockboy update. Tom Ross48-5405/+4877
2007-02-06Make the [device] parameter optional. If none is specified, then ipodpatcher...Dave Chapman1-13/+32
2007-02-06Ifdef some remote lcd code in the recording screen that is not used for non l...Nils Wallménius1-2/+6
2007-02-06More HAVE_TAGCACHE by Austin Appel Jonathan Gordon2-0/+8
2007-02-06 Bump version to 0.7 for releaseDave Chapman1-1/+1
2007-02-06Fix FS #6624 - remove useless menu items from the context menu in an empty di...Jonathan Gordon1-6/+8
2007-02-05Made ipodpatcher use slightly more clear for linux users.Paul Louden1-14/+17
2007-02-05Support for modifying the firmware partition on Macpods (useful for IPL users...Dave Chapman2-29/+116
2007-02-05add a note about installing the bootloader on US h300sNils Wallménius1-3/+6
2007-02-05fix FS#6621 - viewer bookmarks only working for one fileJonathan Gordon1-2/+3
2007-02-05Remove H300 GPOODx debugging; it was using the wrong port addresses anywaySteve Bavin1-10/+0
2007-02-05Update (C) date to 2007Dave Chapman4-5/+5
2007-02-05Kill a warning.Thom Johansen1-1/+1
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen6-235/+253
2007-02-05Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make'Jens Arnold1-4/+16
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing1-12/+13
2007-02-04Bump version to 0.6 ready for new releaseDave Chapman1-1/+1
2007-02-04Fix compile error on BSD and Mac OS and remove a warningDave Chapman1-2/+2
2007-02-04Fix USB detection on ipods and other portalplayer targets - Rockbox now corre...Dave Chapman14-118/+504
2007-02-04Fix Scroll Up/Down being backwards in some screens on the Sansa.Barry Wardell1-4/+4
2007-02-04Fix setting time on Sansa used to set the day to one day later than it Barry Wardell1-1/+1
2007-02-04Enable FAT16 support for Sansa E200Daniel Ankers1-0/+3
2007-02-04removed since there's no UniCatcher for H10 5GBMarcoen Hirschberg1-0/+0
2007-02-04Bugfix. ipodpatcher wasn't correctly deciding when to rearrange the contents...Dave Chapman1-1/+2
2007-02-04Fixed 64 bit warning.Jens Arnold1-2/+2
2007-02-04WPS updates by Ioannis KoutoulakisMarcoen Hirschberg107-34/+32
2007-02-04Mainly internal changes to create a struct ipod_t instead of passing lots of ...Dave Chapman4-375/+411
2007-02-04Try to fix the simulator build warnings.Magnus Holmgren1-2/+2