summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-0/+2
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold1-0/+2
2004-12-29killed a warningJörg Hohensohn1-1/+1
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn1-45/+3
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-5/+29
2004-12-16Player: Do not display charging screen on coldstart with charger connected if...Jens Arnold1-1/+6
2004-11-21Show rockbox logo again after leaving the charging screen, to provide better ...Jens Arnold1-0/+1
2004-11-09Fixed iriver simulator buildBjörn Stenberg1-1/+1
2004-10-19tuner cleanup + improvements:Jörg Hohensohn1-3/+4
2004-10-15oops, I broke the player buildJörg Hohensohn1-0/+2
2004-10-15Philips tuner prepared, new middle layer to abstract which tuner is usedJörg Hohensohn1-0/+4
2004-10-15iRiver: the backlight blink loop is now done in C, using two threads, as a te...Linus Nielsen Feltzing1-1/+43
2004-10-10Removed car adapter mode for Ondio, and changed the misleading config option ...Jens Arnold1-1/+1
2004-10-02Moved Ondio main menu hack in order to properly browse fonts, langs, rocks an...Jens Arnold1-7/+0
2004-09-29Adjusted temporary Ondio hack for new capabilitiesJens Arnold1-8/+8
2004-09-28The config sector number is now calculated from the lowest partition start se...Jens Arnold1-2/+4
2004-09-20Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold1-1/+4
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-1/+1
2004-09-16oh, I need to commit this Ondio hack, else nobody can test with the automated...Jörg Hohensohn1-0/+7
2004-08-01More const policeing step 1Jens Arnold1-1/+1
2004-07-24Removed some obsolete stuffLinus Nielsen Feltzing1-4/+0
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing1-4/+14
2004-07-05Now handles an empty disk better. This solves bug report #984690.Linus Nielsen Feltzing1-1/+13
2004-06-19settings_load() is now split in RTC and HD part, so RTC settings get loaded e...Jörg Hohensohn1-14/+16
2004-05-21The USB monitoring started before the ATA thread, leading to badness when Roc...Linus Nielsen Feltzing1-2/+2
2004-03-25We now start monitoring USB earlier, and can enter USB mode from the debug pa...Linus Nielsen Feltzing1-3/+7
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+2
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-16/+19
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg1-0/+2
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-0/+2
2003-12-03No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn1-1/+0
2003-11-20Removed startup_io test codeBjörn Stenberg1-32/+0
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing1-1/+1
2003-08-02Diagnostic code added, to find init problems (charging, etc.) when flashed: t...Jörg Hohensohn1-0/+32
2003-07-29no more startup-rolo of ajbrec.ajzJörg Hohensohn1-1/+4
2003-07-18call power_init() before the charging screen may open, thus before ata_init()...Jörg Hohensohn1-2/+2
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn1-3/+13
2003-07-03detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn1-1/+22
2003-05-17Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing1-0/+1
2003-05-17Moved the power_init() call to after the mpeg_init() call, this is supposed t...Linus Nielsen Feltzing1-3/+4
2003-05-14call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg1-0/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-5/+12
2003-04-24Changed to runtime playlist initializationBjörn Stenberg1-0/+2
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-1/+1
2003-02-14Fixed simulator build errorLinus Nielsen Feltzing1-1/+2
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing1-1/+2
2003-01-13Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson1-0/+2
2003-01-10Starting the mpeg_thread for the simulator.Kjell Ericson1-0/+7
2002-10-28The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson1-3/+1
2002-10-21Fonts are only for recorder.Kjell Ericson1-1/+3