summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Collapse)AuthorAge
* New channel configuration setting, allowing fine-grained control of the ↵Jens Arnold2005-01-12
| | | | | | stereo width. This replaces the 'stereo narrow' and 'stereo wide' modes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5559 a1c6a512-1295-4272-9138-f99709370657
* killed a warningJörg Hohensohn2004-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5519 a1c6a512-1295-4272-9138-f99709370657
* Shared mounting code, also more general. It will mount multiple HD ↵Jörg Hohensohn2004-12-29
| | | | | | partitions, too, once HAVE_MULTIVOLUME is enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5518 a1c6a512-1295-4272-9138-f99709370657
* prepared to mount multiple partitions into one logical file system (most ↵Jörg Hohensohn2004-12-28
| | | | | | useful for Ondio, internal memory + external MMC) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5514 a1c6a512-1295-4272-9138-f99709370657
* Player: Do not display charging screen on coldstart with charger connected ↵Jens Arnold2004-12-16
| | | | | | if HD is powered. This is to suppress the charging screen for very old players which cannot control HD power, and relies on proper probing in the bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5488 a1c6a512-1295-4272-9138-f99709370657
* Show rockbox logo again after leaving the charging screen, to provide better ↵Jens Arnold2004-11-21
| | | | | | visual feedback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5455 a1c6a512-1295-4272-9138-f99709370657
* Fixed iriver simulator buildBjörn Stenberg2004-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5392 a1c6a512-1295-4272-9138-f99709370657
* tuner cleanup + improvements:Jörg Hohensohn2004-10-19
| | | | | | | | - use sleep and powerdown for those who can - philips station search works now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5306 a1c6a512-1295-4272-9138-f99709370657
* oops, I broke the player buildJörg Hohensohn2004-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5290 a1c6a512-1295-4272-9138-f99709370657
* Philips tuner prepared, new middle layer to abstract which tuner is usedJörg Hohensohn2004-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5289 a1c6a512-1295-4272-9138-f99709370657
* iRiver: the backlight blink loop is now done in C, using two threads, as a ↵Linus Nielsen Feltzing2004-10-15
| | | | | | test of the threading code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5283 a1c6a512-1295-4272-9138-f99709370657
* Removed car adapter mode for Ondio, and changed the misleading config option ↵Jens Arnold2004-10-10
| | | | | | HAVE_BATTERIES to the more appropriate HAVE_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5242 a1c6a512-1295-4272-9138-f99709370657
* Moved Ondio main menu hack in order to properly browse fonts, langs, rocks ↵Jens Arnold2004-10-02
| | | | | | and .wps files. This does only work after filetype_init() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5151 a1c6a512-1295-4272-9138-f99709370657
* Adjusted temporary Ondio hack for new capabilitiesJens Arnold2004-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5130 a1c6a512-1295-4272-9138-f99709370657
* The config sector number is now calculated from the lowest partition start ↵Jens Arnold2004-09-28
| | | | | | sector. Needed for disks with sectors_per_track < 63, e.g. flash cards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5124 a1c6a512-1295-4272-9138-f99709370657
* Disabled all code for the serial remote on Ondio, since the serial port is ↵Jens Arnold2004-09-20
| | | | | | needed for MMC access. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5097 a1c6a512-1295-4272-9138-f99709370657
* Redesigned the button handling. The code now uses symbolic function defines ↵Björn Stenberg2004-09-19
| | | | | | instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5091 a1c6a512-1295-4272-9138-f99709370657
* oh, I need to commit this Ondio hack, else nobody can test with the ↵Jörg Hohensohn2004-09-16
| | | | | | automated build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5080 a1c6a512-1295-4272-9138-f99709370657
* More const policeing step 1Jens Arnold2004-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4978 a1c6a512-1295-4272-9138-f99709370657
* Removed some obsolete stuffLinus Nielsen Feltzing2004-07-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4937 a1c6a512-1295-4272-9138-f99709370657
* Bass boost removed in favour of some new sound settings: Super bass and five ↵Linus Nielsen Feltzing2004-07-06
| | | | | | new MDB parameters: strength, harmonics, center, shape and enable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4839 a1c6a512-1295-4272-9138-f99709370657
* Now handles an empty disk better. This solves bug report #984690.Linus Nielsen Feltzing2004-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4832 a1c6a512-1295-4272-9138-f99709370657
* settings_load() is now split in RTC and HD part, so RTC settings get loaded ↵Jörg Hohensohn2004-06-19
| | | | | | early (car adapter mode) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4776 a1c6a512-1295-4272-9138-f99709370657
* The USB monitoring started before the ATA thread, leading to badness when ↵Linus Nielsen Feltzing2004-05-21
| | | | | | Rockbox was started from flash with the USB cable inserted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4685 a1c6a512-1295-4272-9138-f99709370657
* We now start monitoring USB earlier, and can enter USB mode from the debug ↵Linus Nielsen Feltzing2004-03-25
| | | | | | partition viewer. This fixes bug #799491. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4438 a1c6a512-1295-4272-9138-f99709370657
* First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn2004-03-14
| | | | | | in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
* Moved the low-level playback functionality into a new, separate module ↵Jörg Hohensohn2004-01-05
| | | | | | "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4192 a1c6a512-1295-4272-9138-f99709370657
* kill an "unused variable" compiler warningDaniel Stenberg2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4153 a1c6a512-1295-4272-9138-f99709370657
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
| | | | | | | key layout so we need to check for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
* No more spinning disk while charging flashed FM+V2 (you need the new ↵Jörg Hohensohn2003-12-03
| | | | | | bootloader to utilize it). ToDo: remove now false voltage reading from charging screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4095 a1c6a512-1295-4272-9138-f99709370657
* Removed startup_io test codeBjörn Stenberg2003-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4045 a1c6a512-1295-4272-9138-f99709370657
* Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing2003-08-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3940 a1c6a512-1295-4272-9138-f99709370657
* Diagnostic code added, to find init problems (charging, etc.) when flashed: ↵Jörg Hohensohn2003-08-02
| | | | | | the whole I/O space is saved on startup, can be dumped to a file via debug menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3912 a1c6a512-1295-4272-9138-f99709370657
* no more startup-rolo of ajbrec.ajzJörg Hohensohn2003-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3902 a1c6a512-1295-4272-9138-f99709370657
* call power_init() before the charging screen may open, thus before ↵Jörg Hohensohn2003-07-18
| | | | | | ata_init(). No settings loaded yet, I hope this is not harmful. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3845 a1c6a512-1295-4272-9138-f99709370657
* A very basic charging screen, probably buggy, the pro's would make it much ↵Jörg Hohensohn2003-07-17
| | | | | | nicer, but it's a starting point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3841 a1c6a512-1295-4272-9138-f99709370657
* detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn2003-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3808 a1c6a512-1295-4272-9138-f99709370657
* Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3683 a1c6a512-1295-4272-9138-f99709370657
* Moved the power_init() call to after the mpeg_init() call, this is supposed ↵Linus Nielsen Feltzing2003-05-17
| | | | | | to solve the startup voltage bug git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3678 a1c6a512-1295-4272-9138-f99709370657
* call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg2003-05-14
| | | | | | | the dreaded "DIR BUFFER IS FULL" error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3671 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
* Changed to runtime playlist initializationBjörn Stenberg2003-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3602 a1c6a512-1295-4272-9138-f99709370657
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657
* Fixed simulator build errorLinus Nielsen Feltzing2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3254 a1c6a512-1295-4272-9138-f99709370657
* Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3252 a1c6a512-1295-4272-9138-f99709370657
* Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson2003-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3077 a1c6a512-1295-4272-9138-f99709370657
* Starting the mpeg_thread for the simulator.Kjell Ericson2003-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3050 a1c6a512-1295-4272-9138-f99709370657
* The player simulator now has it own font_init()-function. We shall therefor ↵Kjell Ericson2002-10-28
| | | | | | call it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2758 a1c6a512-1295-4272-9138-f99709370657
* Fonts are only for recorder.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2737 a1c6a512-1295-4272-9138-f99709370657
* Partition debug screen added, and jumped to when no fat32 partition is found ↵Björn Stenberg2002-10-10
| | | | | | at boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2558 a1c6a512-1295-4272-9138-f99709370657