summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-12-25Fix warnings on logf buildMichael Chicoine1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24113 a1c6a512-1295-4272-9138-f99709370657
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 ↵Mark Arigo28-33/+1215
port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657
2009-12-24Fix windows sim buildsFrank Gevaerts2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24111 a1c6a512-1295-4272-9138-f99709370657
2009-12-24Fix building simulators (at least on linux. cygwin and mingw might need more ↵Frank Gevaerts2-1/+5
work) Also bump the plugin api version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24110 a1c6a512-1295-4272-9138-f99709370657
2009-12-24Add support for errno in plugins.Amaury Pouly3-0/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24109 a1c6a512-1295-4272-9138-f99709370657
2009-12-24Accept FS#8321 by Lee Kang HyukJonathan Gordon1-1/+1
something about the wrong track being selected with a long playlist and playing the last song.. i dunno... its important to set the title of the lists before setting the selection anyway git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24108 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Assembler optimised bitreverse for ARM, again a little bit faster and ↵Jens Arnold1-20/+68
smaller. * Separated 'x' and 'ret' gives gcc a bit more freedom regarding register allocation (except on coldfire where it doesn't matter). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24107 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24106 a1c6a512-1295-4272-9138-f99709370657
2009-12-23only get the file pointer if fd is actually valid.Frank Gevaerts1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24105 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Describe how 'delete current file' worksAlexander Levin1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24104 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Improve typesetting and fix a typoAlexander Levin7-18/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24103 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% ↵Nils Wallménius1-5/+25
speedup for tremor decoding on sansa c200 (PP) and a tiny speedup on coldfire as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24102 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Rename player sections to match the platform section.Dominik Riebeling1-42/+42
- The platforms section holds all players that should be considered as available. Correct mismatches. - Correct a couple of buildserver and configure modelnames that still used old values. Fixes several supported players not showing up in the configuration. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24101 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Brickmania: Improve screen collision detection.Karl Kurbjun1-24/+56
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24100 a1c6a512-1295-4272-9138-f99709370657
2009-12-22Fix FM radio on VX777 (by Giovanni Zilli)Maurus Cuelenaere2-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24099 a1c6a512-1295-4272-9138-f99709370657
2009-12-22Fix example command line for profile_reader.plNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24098 a1c6a512-1295-4272-9138-f99709370657
2009-12-22Fix FS#10368 - add some recursion protection in the "view playlist ↵Jonathan Gordon1-6/+9
catalogue" context menu options. Its not exactly pretty, but this shouldnt happen often. It would be nicer to actually hide the menu item, but slightly difficult to do git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24097 a1c6a512-1295-4272-9138-f99709370657
2009-12-21Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ↵Nils Wallménius1-2/+1
pp and about 1-2% speedup on gigabeat s (due to the armv6 rev instruction) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24095 a1c6a512-1295-4272-9138-f99709370657
2009-12-21blackjack: improve the menu and the buttonsJohannes Schwarz1-120/+67
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24094 a1c6a512-1295-4272-9138-f99709370657
2009-12-21jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is ↵Teruaki Kawashima2-33/+30
less confusable. fix bug plug_buf is always false in simulator even when plugin buffer is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24093 a1c6a512-1295-4272-9138-f99709370657
2009-12-21properties,shortcuts_view: enable the theme while showing list.Teruaki Kawashima4-13/+54
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24092 a1c6a512-1295-4272-9138-f99709370657
2009-12-21Clarify action of Select button in WPS screen in the manualBryan Childs1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24091 a1c6a512-1295-4272-9138-f99709370657
2009-12-21Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally ↵Jonathan Gordon1-14/+20
enalbed viewports... fix is to not disable conditional viewports during these updates which are *only* touching the pm token anyway git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24090 a1c6a512-1295-4272-9138-f99709370657
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ↵Jonathan Gordon3-3/+6
playlist from the database (a bit of a hack, but not bad enough to outright reject) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24089 a1c6a512-1295-4272-9138-f99709370657
2009-12-21fix yelloJonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24088 a1c6a512-1295-4272-9138-f99709370657
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able ↵Jonathan Gordon13-64/+72
to force an update even if the theme isnt being toggled from off to on which caused WPS artifacts when leaving the WPS if the theme was enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24087 a1c6a512-1295-4272-9138-f99709370657
2009-12-21fix another bug from FS#10771 - list touchscreen handling needs to ignore ↵Jonathan Gordon1-1/+6
presses outside the list viewport. It probably makes sense to pass off any button presses outside of the list viewport to the sbs, I'll leave that for someone else though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24086 a1c6a512-1295-4272-9138-f99709370657
2009-12-20Make read-only struct constBertrik Sikken1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24085 a1c6a512-1295-4272-9138-f99709370657
2009-12-20Make Meizu M3 bootloader compile againBertrik Sikken3-0/+103
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24084 a1c6a512-1295-4272-9138-f99709370657
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken3-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24083 a1c6a512-1295-4272-9138-f99709370657
2009-12-20codebuster: save settings only if they are changed.Teruaki Kawashima1-57/+62
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24082 a1c6a512-1295-4272-9138-f99709370657
2009-12-20plugin: search,sort: Handle UTF-8 BOM at the start of file.Teruaki Kawashima4-32/+46
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24081 a1c6a512-1295-4272-9138-f99709370657
2009-12-19FS#8286 - utilise the buttons on the gigabeat cradle Robert Kukla1-0/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24080 a1c6a512-1295-4272-9138-f99709370657
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima9-71/+73
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24076 a1c6a512-1295-4272-9138-f99709370657
2009-12-18jpeg,png: Separate code to load file from load_and_show().Teruaki Kawashima3-310/+362
Add a way to abort loading to jpeg inspired by png. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24075 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere2-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24074 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Forgot a fileMaurus Cuelenaere1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24073 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Onda VX747: add USBPOWER_BUTTON and USBPOWER_BTN_IGNOREMaurus Cuelenaere1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24072 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Remove reference to dynamic playlists from bookmarking section; these cannot ↵Alex Parker1-2/+2
currently be bookmarked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24071 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Onda VX747/VX777: add ACTION_KBD_ABORT (fixes exiting boomshine)Maurus Cuelenaere2-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24070 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Fix some more places (sequel to r24053)Alexander Levin3-8/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24066 a1c6a512-1295-4272-9138-f99709370657
2009-12-18FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki KawashimaJonathan Gordon3-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24065 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting ↵Jonathan Gordon1-0/+2
like the rest of the options that erase the playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24064 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Accept FS #10271 by Christian Beier: Automatically disable voice upon ↵Karl Kurbjun2-0/+6
rockdoom startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24063 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Accept a form of FS #10561 by Clément Pit-Claudel: Fullscreen Brickmania ↵Karl Kurbjun1-6/+0
for portrait players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24062 a1c6a512-1295-4272-9138-f99709370657
2009-12-18Accept FS #10568 by Asael Reiter: Brickmania Lasers not working properly.Karl Kurbjun1-5/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24061 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Document that bookmarks don't work with dynamic playlists - closes FS#7295.Alex Parker2-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24060 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Update the NODO in the manual from the wiki and remove the changelog from ↵Alex Parker2-148/+29
the manual. Closes FS#9693. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24059 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Add note to Bookmarking sections that bookmarking only works from the file ↵Alex Parker2-2/+11
browser and not the database. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24057 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Remove scanning for Ipod from Ipod bootloader installation and clean it up a ↵Dominik Riebeling2-43/+23
bit. The Ipod is specified by its mountpoint, so there is no need to scan at all. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24056 a1c6a512-1295-4272-9138-f99709370657