summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-21Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing1-2/+2
2006-07-13Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduc...Linus Nielsen Feltzing1-0/+6
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold1-0/+7
2006-06-08Enable interrupts before lcd_init(), as that uses sleep() on some targets.Jens Arnold1-1/+1
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-3/+3
2006-05-28fix yellow buildsPeter D'Hoye1-2/+0
2006-05-27Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen1-21/+16
2006-05-24(1) Tagcache commit message now uses splash on bitmap displays: * Uses user f...Jens Arnold1-27/+18
2006-05-01Init voice before audio because audio needs to know the voice buffer size. Se...Peter D'Hoye1-3/+11
2006-04-13Use sysfont for the "committing tagcache" message.Miika Pekkarinen1-0/+1
2006-04-12Show progress while committing tagcache.Miika Pekkarinen1-7/+24
2006-04-04Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen1-0/+2
2006-03-28Removed some debug codeLinus Nielsen Feltzing1-2/+0
2006-03-28Audio support for iAudio X5Linus Nielsen Feltzing1-0/+2
2006-03-26Fixed the yellow builds.Miika Pekkarinen1-1/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-1/+26
2006-02-24iPod: Reset the settings if the hold button is turned on before Rockbox startsDave Chapman1-0/+5
2006-01-27iriver: Init audio on background.Miika Pekkarinen1-4/+10
2005-12-17Patch #1382969 by Peter D'Hoye - recording for H300Linus Nielsen Feltzing1-2/+2
2005-12-07Now define SETTINGS_RESET if we have a button to reset settings duringMiika Pekkarinen1-3/+5
2005-12-07Oops, tagcache calls was not supposed to be in the previous commit.Miika Pekkarinen1-3/+0
2005-12-07Holding record button immediately after rockbox bootloader, causesMiika Pekkarinen1-1/+16
2005-12-06USB support for H300Linus Nielsen Feltzing1-4/+1
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-1/+1
2005-12-04Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in pre...Dave Chapman1-0/+2
2005-11-27I2C init for H300Linus Nielsen Feltzing1-3/+0
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-0/+2
2005-11-21Fixed crash with early USB. The USB screen already uses some of the new GUI c...Jens Arnold1-0/+7
2005-11-20Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable st...Kevin Ferrare1-2/+0
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen1-7/+20
2005-11-18Moved the power_init() call to main(), removed unfinished inits for the H300Linus Nielsen Feltzing1-3/+11
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-2/+5
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-1/+1
2005-11-08That was *not* supposed to be committed :-)Linus Nielsen Feltzing1-5/+5
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-5/+5
2005-10-16iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren1-8/+2
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-2/+35
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-1/+0
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-4/+4
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+3
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-4/+8
2005-07-14make pcmbuf_init() an empty macro on targets with HW codecDaniel Stenberg1-1/+3
2005-07-14Call pcmbuf_init() on simulator too.Miika Pekkarinen1-0/+1
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-2/+2
2005-07-11Fixed a long-standing bug in the charging screen. The charging screen froze w...Jens Arnold1-1/+1
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing1-2/+2
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold1-4/+5
2005-07-04moved rundb_init back to main, it has to be inited after audio_init, also, it...Michiel Van Der Kolk1-1/+4
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold1-1/+0
2005-07-01Fixed a warning.Michiel Van Der Kolk1-0/+1