summaryrefslogtreecommitdiff
path: root/apps
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-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-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-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-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-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-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-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-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-03Updated Paul's dutch file.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3806 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-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-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or ↵Hardeep Sidhu
playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Updated Paul's dutch file.Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3795 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Include plugins dir in source archivesBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3794 a1c6a512-1295-4272-9138-f99709370657
2003-07-01The FM Radio screen now sets the Line In gain to 0dB, to avoid clipping and ↵Linus Nielsen Feltzing
busted eardrums git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3792 a1c6a512-1295-4272-9138-f99709370657
2003-06-30lets actually set it so we can play the new games.Robert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3789 a1c6a512-1295-4272-9138-f99709370657
2003-06-30The conversion to plugin broke the Bounce demoLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3787 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Changed win32 simulator to use plugin.cHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3784 a1c6a512-1295-4272-9138-f99709370657
2003-06-29The file browser now detects if ajbrec.ajz/archos.mod has been modified ↵Björn Stenberg
after a usb session, and asks if you want to reboot to the new version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3783 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Another nice game: Othelo by BlueChipBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3782 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Added qsort() to plugin api, and subsequently bumped the api version number. ↵Björn Stenberg
Also added a simulator debug printout. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3778 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Frederic Dang Ngoc's 'Star' game. Very nice graphic effects.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3777 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Vicentini Martins 'FlipIt!' gameBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3776 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Vicentini Martins lovely sliding puzzle gameBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3773 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
2003-06-27Rewrote the level loader, and killed a few bugs in the processLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3765 a1c6a512-1295-4272-9138-f99709370657
2003-06-26Simulator compiler error fixedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3763 a1c6a512-1295-4272-9138-f99709370657
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3761 a1c6a512-1295-4272-9138-f99709370657
2003-06-25english language updated to be a bit more general, we now offer button ↵Robert Hak
descriptions on delete for recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3759 a1c6a512-1295-4272-9138-f99709370657
2003-06-25Made the sokoban level loader CR/LF tolerantLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3758 a1c6a512-1295-4272-9138-f99709370657
2003-06-23file no longer neededRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3757 a1c6a512-1295-4272-9138-f99709370657
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3756 a1c6a512-1295-4272-9138-f99709370657
2003-06-13Updated Tiberiu's romanian fileJose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3750 a1c6a512-1295-4272-9138-f99709370657
2003-06-13Jean's french lang file in sync.Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3749 a1c6a512-1295-4272-9138-f99709370657
2003-06-13wallisertitsch file in sync.Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3748 a1c6a512-1295-4272-9138-f99709370657
2003-06-13Paul's dutch file. In sync.Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3747 a1c6a512-1295-4272-9138-f99709370657
2003-06-11From Bjorn: The bool variable can be located at an odd address. Trying to ↵Hardeep Sidhu
read an integer from an odd address will result in a CPUAdrErr exception. It would probably be better to cast oldval to a bool instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3745 a1c6a512-1295-4272-9138-f99709370657
2003-06-11added a missing comma from yesterday's added time split periodsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3744 a1c6a512-1295-4272-9138-f99709370657
2003-06-11Fixed simulator warningHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3743 a1c6a512-1295-4272-9138-f99709370657
2003-06-10re-enabled the demosDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3741 a1c6a512-1295-4272-9138-f99709370657