summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed toMiika Pekkarinen2006-09-17
| | | | | | | | work with the new scheduler and handled properly and fast the track skipping. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10966 a1c6a512-1295-4272-9138-f99709370657
* holding left in the tree will quickly get back to root, as long as the text ↵Jonathan Gordon2006-09-17
| | | | | | is in the left-most position (like before) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10965 a1c6a512-1295-4272-9138-f99709370657
* This should fix ondios to use MENU+LEFT/RIGHT combos for horizontalShachar Liberman2006-09-16
| | | | | | | scrolling lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10964 a1c6a512-1295-4272-9138-f99709370657
* Get rid of build warnings of x5Peter D'Hoye2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10963 a1c6a512-1295-4272-9138-f99709370657
* Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970Peter D'Hoye2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10962 a1c6a512-1295-4272-9138-f99709370657
* battery_viewer: prevent div by zero if power_history highest and lowest ↵Peter D'Hoye2006-09-16
| | | | | | values are identical git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10961 a1c6a512-1295-4272-9138-f99709370657
* Don't remove the thread twice.Miika Pekkarinen2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10960 a1c6a512-1295-4272-9138-f99709370657
* Fixed the errors.Miika Pekkarinen2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10959 a1c6a512-1295-4272-9138-f99709370657
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
| | | | | | | | | | switching should be more efficient and tasks are stored in linked lists to eliminate unnecessary task switching to improve performance. Audio should no longer skip on swcodec targets caused by too CPU hungry UI thread or background threads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10958 a1c6a512-1295-4272-9138-f99709370657
* Reverted workaround for the gcc warning. There was a change of behaviour in ↵Jens Arnold2006-09-16
| | | | | | an early development snapshot of gcc 4.1.2, which was reverted later. The workaround triggered the warning it should fix in later gcc 4.1.2 snapshots. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10957 a1c6a512-1295-4272-9138-f99709370657
* Always set random seed before inserting tracks shuffled. Fixes problem with ↵Hardeep Sidhu2006-09-15
| | | | | | shuffle always being the same when inserting immediately after startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10956 a1c6a512-1295-4272-9138-f99709370657
* Only maintain the last insert position after the playlist has started. ↵Hardeep Sidhu2006-09-15
| | | | | | Fixes B#6004. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10955 a1c6a512-1295-4272-9138-f99709370657
* Updated to work with latest version of tagcacheHardeep Sidhu2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10954 a1c6a512-1295-4272-9138-f99709370657
* COPYING is no longer in zxboxDave Chapman2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10953 a1c6a512-1295-4272-9138-f99709370657
* Oops - these files shouldn't have been committed.Dave Chapman2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10952 a1c6a512-1295-4272-9138-f99709370657
* zxbox files in tarballsDaniel Stenberg2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10951 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. ↵Dave Chapman2006-09-15
| | | | | | It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10950 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Even more 'natural' bouncing cards. * Only load the config from ↵Jens Arnold2006-09-15
| | | | | | disk once, and only save it on exit if it changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10949 a1c6a512-1295-4272-9138-f99709370657
* Ooooops, committed the wrong files. Fixed.Jens Arnold2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10948 a1c6a512-1295-4272-9138-f99709370657
* Tetrox adapted to H10 5GB by Marianne Arnold.Jens Arnold2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10947 a1c6a512-1295-4272-9138-f99709370657
* Set the iPod hardware EQ gain default to 0dBLinus Nielsen Feltzing2006-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10946 a1c6a512-1295-4272-9138-f99709370657
* Here's the quickest fix ever: by a very quick look, it seems to meShachar Liberman2006-09-14
| | | | | | | | that the horizontal scrolling key tables are mixed up all around the source. so at least let's stop the ondio from using an already used key for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10945 a1c6a512-1295-4272-9138-f99709370657
* Playlist resume no longer uses voice file buffer.Steve Bavin2006-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10944 a1c6a512-1295-4272-9138-f99709370657
* Fix behaviour of "Backlight (On Hold Key)" for H10. Make sure button GPIO ↵Barry Wardell2006-09-13
| | | | | | ports are enabled on H10. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10943 a1c6a512-1295-4272-9138-f99709370657
* Updated Dutch (Nederlands) translationPeter D'Hoye2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10942 a1c6a512-1295-4272-9138-f99709370657
* Fix a possible division by zero which caused much "IO5: at 310205A0" type ↵Martin Scarratt2006-09-13
| | | | | | angst while recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10941 a1c6a512-1295-4272-9138-f99709370657
* Updated translations:Jonas Häggqvist2006-09-13
| | | | | | | | | * Danish by me * German by Jochen Kemnade * Italian by Alessio Lenzi git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10940 a1c6a512-1295-4272-9138-f99709370657
* Add fixme for install instructions for the h10 and h10_5gbMartin Arver2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10939 a1c6a512-1295-4272-9138-f99709370657
* fix "Filename:" text not appearing in recording screenMartin Scarratt2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10938 a1c6a512-1295-4272-9138-f99709370657
* Save a few bytes on hwcodec targets...Magnus Holmgren2006-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657
* fix some sim warningsMartin Scarratt2006-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10936 a1c6a512-1295-4272-9138-f99709370657
* Improved statusbar icons in recording screen by Davide GentileMartin Scarratt2006-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10935 a1c6a512-1295-4272-9138-f99709370657
* Added the power off to x5 remote play button. 3s delay seems confortable and ↵Michael Sevakis2006-09-12
| | | | | | well out of the way of the long press for playback stop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10934 a1c6a512-1295-4272-9138-f99709370657
* Fixed the x5 sim build error I hope.Michael Sevakis2006-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10933 a1c6a512-1295-4272-9138-f99709370657
* Improved handling of the ONKEY1S interrupt. Off for the remote must be ↵Michael Sevakis2006-09-12
| | | | | | explicitly mapped now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10932 a1c6a512-1295-4272-9138-f99709370657
* fix the status bar not updatng correctly in the id3 viewer (FS:5973)Jonathan Gordon2006-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10931 a1c6a512-1295-4272-9138-f99709370657
* dont use power to go up a level in menus on x5 (blame jhMikeS) take 2Jonathan Gordon2006-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10930 a1c6a512-1295-4272-9138-f99709370657
* dont use power to go up a level in menus on x5 (blame jhMikeS)Jonathan Gordon2006-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10929 a1c6a512-1295-4272-9138-f99709370657
* Small correctionMartin Arver2006-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10928 a1c6a512-1295-4272-9138-f99709370657
* Code plicy. Please stick to the guidelines when editing the manual. No ↵Martin Arver2006-09-11
| | | | | | tab-characters. Use 80 col textwidth etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10927 a1c6a512-1295-4272-9138-f99709370657
* Looks like we need to explicitly say that we need signed chars.Antoine Cellerier2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10926 a1c6a512-1295-4272-9138-f99709370657
* Add iriver H300 and Tatung TPJ-1022 target-tree directoriesDave Chapman2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10925 a1c6a512-1295-4272-9138-f99709370657
* Fix corruption in remains stack and simplify code where possibleAntoine Cellerier2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10924 a1c6a512-1295-4272-9138-f99709370657
* Fix keymap bug on H10 where powering off while in the WPS brings up the menu ↵Barry Wardell2006-09-10
| | | | | | first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10923 a1c6a512-1295-4272-9138-f99709370657
* Whoops. To restore the ipod firmware, ipodpatcher needs the -w switch, not ↵Michael DiFebbo2006-09-10
| | | | | | the -r switch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10922 a1c6a512-1295-4272-9138-f99709370657
* General cleanup and some minor rewriting. Fixed a fixme in the ipod ↵Michael DiFebbo2006-09-10
| | | | | | installation instructions and clarified uninstallation instructions for ipod and H300. Added some whitespace in the .tex file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10921 a1c6a512-1295-4272-9138-f99709370657
* Fix H10 bootloader build error introduced in last commit.Barry Wardell2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10920 a1c6a512-1295-4272-9138-f99709370657
* Make "Backlight (On hold key)" option work.Barry Wardell2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10919 a1c6a512-1295-4272-9138-f99709370657
* New keymaps for H10. Makes the buttons much more intuitive and consistent. ↵Barry Wardell2006-09-10
| | | | | | FS5962, FS5945, FS5940 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10918 a1c6a512-1295-4272-9138-f99709370657
* Patch #5770 by Dominik Riebeling: Skip BOM in playlists. Add '.m3u8' as a ↵Magnus Holmgren2006-09-10
| | | | | | supported playlist extension. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10917 a1c6a512-1295-4272-9138-f99709370657