summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-18Charging screen displays status + animation, "On"-behaviour fixed.Jörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3846 a1c6a512-1295-4272-9138-f99709370657
2003-07-18call power_init() before the charging screen may open, thus before ↵Jörg Hohensohn
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
2003-07-18report sleeping disk while not initialized, needed for changing before ↵Jörg Hohensohn
ata_init() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3844 a1c6a512-1295-4272-9138-f99709370657
2003-07-17there's 7 games for the recorder nowDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3843 a1c6a512-1295-4272-9138-f99709370657
2003-07-17Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly ↵Jörg Hohensohn
better, as AN0 will then remain valid for the first execution of the tick task function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3842 a1c6a512-1295-4272-9138-f99709370657
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ↵Jörg Hohensohn
nicer, but it's a starting point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3841 a1c6a512-1295-4272-9138-f99709370657
2003-07-17when rebooting, de-init such that the coldstart detection would kick in ↵Jörg Hohensohn
again (fixes Rombox ATA problems when shutting off with charger) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3840 a1c6a512-1295-4272-9138-f99709370657
2003-07-17one more missing init, prevented powering down the diskJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3839 a1c6a512-1295-4272-9138-f99709370657
2003-07-16The rockbox_flash plugin is a target-only plugin.Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3838 a1c6a512-1295-4272-9138-f99709370657
2003-07-16Removed a compiler warningLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3837 a1c6a512-1295-4272-9138-f99709370657
2003-07-16Fixed a bug that included the reserved clusters 0 and 1 in the search for ↵Linus Nielsen Feltzing
available clusters. That could in some cases lead to a bogus disk-full error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3836 a1c6a512-1295-4272-9138-f99709370657
2003-07-16Johan Vromans' fix after file check failsJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3835 a1c6a512-1295-4272-9138-f99709370657
2003-07-16Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ↵Jörg Hohensohn
so afterwards adc_read() can be used right away. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3834 a1c6a512-1295-4272-9138-f99709370657
2003-07-15Include config.h so anyone including this file will get proper version of ↵Hardeep Sidhu
config structure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3833 a1c6a512-1295-4272-9138-f99709370657
2003-07-13The plugin which reflashes the second image. I release it now to become part ↵Jörg Hohensohn
of the build, so that I don't have to maintain and distribute it every time the plugin API version is bumped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3832 a1c6a512-1295-4272-9138-f99709370657
2003-07-13Added plugin support for 8MB-modified units. This bumps the plugin API ↵Björn Stenberg
version number again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3831 a1c6a512-1295-4272-9138-f99709370657
2003-07-11Initalize last_disk_activityBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3830 a1c6a512-1295-4272-9138-f99709370657
2003-07-11A more complete serial port setupLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3829 a1c6a512-1295-4272-9138-f99709370657
2003-07-10Updated old link.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3828 a1c6a512-1295-4272-9138-f99709370657
2003-07-10Added html version of UISIMULATOR.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3827 a1c6a512-1295-4272-9138-f99709370657
2003-07-10Fixed spindown bug: last_disk_activity was set 10 seconds into the future, ↵Björn Stenberg
which resulted in too long spindown delays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3826 a1c6a512-1295-4272-9138-f99709370657
2003-07-10Added dependency to the tools dir, so it's automatically built with the ↵Björn Stenberg
rest. Updated build docs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now ↵Björn Stenberg
lcd_init sets default contrast until settings are read. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3824 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Added widgets and keyboard to plugin api.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3823 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Cold start fixes: master_slave_select() now checks for BSY as well as RDY ↵Björn Stenberg
(since disks are BSY during powerup). Also, wait_for_bsy() looks at ATA_STATUS instead of ATA_ALT_STATUS, since the address of ATA_ALT_STATUS is not determined until later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3822 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Removed warningsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3821 a1c6a512-1295-4272-9138-f99709370657
2003-07-09again different coldstart, ata_init() now has non-ambiguous return codes for ↵Jörg Hohensohn
better diagnostics git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3820 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Extract exports from obj file. Don't ignore dllwrap errors.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3819 a1c6a512-1295-4272-9138-f99709370657
2003-07-08Added some more contributorsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3818 a1c6a512-1295-4272-9138-f99709370657
2003-07-08Added missing othelo.txtBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3817 a1c6a512-1295-4272-9138-f99709370657
2003-07-08Henrik Backe's resume-with-ON-key patch (#767082). Now you can resume ↵Linus Nielsen Feltzing
playback after STOP is pressed by just hitting the ON key to go to the WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3816 a1c6a512-1295-4272-9138-f99709370657
2003-07-08better place and method for the spinup wait code, still I'd welcome comments ↵Jörg Hohensohn
on this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3815 a1c6a512-1295-4272-9138-f99709370657
2003-07-08The creation of the playlist control file failed when control_fd == 0Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3814 a1c6a512-1295-4272-9138-f99709370657
2003-07-06Allow playing even if we are unable to access the playlist control file ↵Hardeep Sidhu
(e.g. no .rockbox dir). However, dynamic playlists and resume will not work in this case. Also, there are no playlist options for m3u files when nothing is playing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3813 a1c6a512-1295-4272-9138-f99709370657
2003-07-06string section patch by NixLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3812 a1c6a512-1295-4272-9138-f99709370657
2003-07-04Added FreeBSD support to uisimulator. Patch by Keith HubbardBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3811 a1c6a512-1295-4272-9138-f99709370657
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3810 a1c6a512-1295-4272-9138-f99709370657
2003-07-04Fix For Inaccurate Elapsed Run Time, by Craigh SatherBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3809 a1c6a512-1295-4272-9138-f99709370657
2003-07-03detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3808 a1c6a512-1295-4272-9138-f99709370657
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3807 a1c6a512-1295-4272-9138-f99709370657
2003-07-03Updated Paul's dutch file.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3806 a1c6a512-1295-4272-9138-f99709370657
2003-07-03Roland's fix for running simulator on NTHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3805 a1c6a512-1295-4272-9138-f99709370657
2003-07-03Plugins should not require cygwin to run.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3804 a1c6a512-1295-4272-9138-f99709370657
2003-07-03When starting from flash, we have to wait for the disk to get ready. (Quite ↵Jörg Hohensohn
a new situation ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3803 a1c6a512-1295-4272-9138-f99709370657
2003-07-02Snake is back! Written by Itai Shaked.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3802 a1c6a512-1295-4272-9138-f99709370657
2003-07-02Only recorders use PA11 for /PR. Players use it for the STOP button...Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3801 a1c6a512-1295-4272-9138-f99709370657
2003-07-02Dos-style pathnames were being copied incorrectly.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3800 a1c6a512-1295-4272-9138-f99709370657
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ↵Hardeep Sidhu
whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3799 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Fixed simulator warning.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3798 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Fixed simulator warnings.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3797 a1c6a512-1295-4272-9138-f99709370657