summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-24New chessbox graphics for the M3 - a new size to utilise the available ↵Marianne Arnold
display height there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17619 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Manual: include mpegplayer.tex for all targets with bitmap lcd and software ↵Marianne Arnold
codec. The chapter was missing in greyscale Ipods manuals. This way it'll be autonatically included for manuals of future targets with both features. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17618 a1c6a512-1295-4272-9138-f99709370657
2008-05-23A bit of code police...Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17617 a1c6a512-1295-4272-9138-f99709370657
2008-05-23Fix FS #9022: space reserved for the icons in the quickscreen used the ↵Peter D'Hoye
incorrect constant git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17616 a1c6a512-1295-4272-9138-f99709370657
2008-05-23Add a slot to set the progress bar value and a member to hide it.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17615 a1c6a512-1295-4272-9138-f99709370657
2008-05-23Move error message generation out of irivertools.cpp to make it independent ↵Dominik Riebeling
from the GUI. First step to improve code reuse later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17614 a1c6a512-1295-4272-9138-f99709370657
2008-05-23Update Dutch language filePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17613 a1c6a512-1295-4272-9138-f99709370657
2008-05-23Updated italian translation file.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17612 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Commit the one file that was missing in the previous commit due to a typo again.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17611 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Add a 'mod' codec icon to all included WPSs that use bitmaps for it (changed ↵Marianne Arnold
the bmp and the .wps files accordingly). While at it, reduce the few black-and-white graphics in the 'boxes' directory that were not yet 1-bit to mono bitmaps to make them show correctly on the 160x128 colour screens.iCatcher/codec.bmp git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17610 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17609 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Restore the 'Open With...' menu item to the wps context menu wich was lost ↵Nils Wallménius
somewhere also document the wps context menu delete option git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17608 a1c6a512-1295-4272-9138-f99709370657
2008-05-22FS#9026 document wps context menu changes, patch by pondlifeNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17607 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Fixes backward seeking on resumed files and backward seeking to positions to ↵Andree Buschmann
which formerly was seeked forward to (sounds complicated and it is). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17606 a1c6a512-1295-4272-9138-f99709370657
2008-05-22We do not support mpc sv4-6 anymore.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17605 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer ↵Andree Buschmann
of 8192 entries is used. The seeking precision is adapted to the length of the file (e.g. 26ms for files <=3.5min and 0.4s for files ~60min). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17604 a1c6a512-1295-4272-9138-f99709370657
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added ↵Steve Bavin
Playback Settings optiona and removed duplicate options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17603 a1c6a512-1295-4272-9138-f99709370657
2008-05-22fix FS#9020 and make scrolling down in lists a bit more consistant with ↵Jonathan Gordon
scrolling up git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17602 a1c6a512-1295-4272-9138-f99709370657
2008-05-22fix FS#9023 by forcing the icons in the file to clean seelction screenJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17601 a1c6a512-1295-4272-9138-f99709370657
2008-05-21processEvents before starting autodetection.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17600 a1c6a512-1295-4272-9138-f99709370657
2008-05-21disable device tree during autodetection to give some (small) visual feedback.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17599 a1c6a512-1295-4272-9138-f99709370657
2008-05-21TCC78x NAND driver: Split the initial bank scan into two passes (appears to ↵Rob Purchase
improve block translation reliability). Also some cleanups for readability, eg remove chip vs. bank ambiguity and remove leftover debug code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17598 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Correct an oopsy when finishing off the MC13783 header. No wonder ADC ↵Michael Sevakis
readings seemed a wee odd. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17597 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Make addItem() a slot to be able adding items using a signal.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17596 a1c6a512-1295-4272-9138-f99709370657
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17595 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Oops. Forgot to put the pmic thread stack size back to normal.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17594 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Gigabeat S:Michael Sevakis
1) Rework event handling and static registration mechanism. No target- specific code in mc13783 driver. GPIO event driver interfaces more cleanly. 2) Somewhat related - enable thread priority for bootloader which is desireable here (ffs is used for GPIO event enabling anyway and that goes along with priority). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17593 a1c6a512-1295-4272-9138-f99709370657
2008-05-21fix yellowJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17592 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including ↵Mark Arigo
sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17591 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Contrast settings for the gigabeat F/XKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17590 a1c6a512-1295-4272-9138-f99709370657
2008-05-21Make some functions static, point to the wiki, and comit the code to invert ↵Karl Kurbjun
the screen, but don't enable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17589 a1c6a512-1295-4272-9138-f99709370657
2008-05-20Make local functions static and rename STOP_AUTOSCROLL to lowercase.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17588 a1c6a512-1295-4272-9138-f99709370657
2008-05-20Make list.c use button_queue_count() instead of accessing the button_queue ↵Bertrik Sikken
directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17587 a1c6a512-1295-4272-9138-f99709370657
2008-05-20Made events table static and moved MAX_SYS_EVENTS from events.c to events.h ↵Bertrik Sikken
to make it private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17586 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Fix FS #9003: only add the extra space in the jewels menu when there's room ↵Peter D'Hoye
for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17585 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a ↵Andree Buschmann
buffer of constant size (~28.5min). Files larger than this will still not seek properly. Some additional rework has to be done for the seek buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17584 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Fix 2 warnings in mkbootNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17583 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Fix FS#9010 warning in checkwps when building on an amd64 machineNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17582 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Fill out the solution playback part of the sokoban button table for the c200 ↵Marianne Arnold
too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17581 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Get a good start on cleaning up powermgmt.cMichael Sevakis
1) Consolidate charging types' code as much as possible at the moment. 2) Remove the iRiver code for the moment. It so happens that it isn't being compiled anyway so it's just noise. Grab it out of the revision history when needed again. 3) A small fix to CHARGING_CONTROL where changing of #defines somewhere in earlier revisions actually ended up having it use the wrong battery filter constant. A few state variables that were locals but stay in scope for the life of the power thread get static storage to help separate algorithms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17580 a1c6a512-1295-4272-9138-f99709370657
2008-05-19Update the sokoban chapter with todays changes: update all existing ↵Marianne Arnold
screenshots and add the c200 one, also fill out part of the button table for the c200 (I'm not sure what happened to the 'solution playback' in general and left the second part of this table as is). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17579 a1c6a512-1295-4272-9138-f99709370657
2008-05-18Enable Gigabeat F/X LCD flipscreenKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17578 a1c6a512-1295-4272-9138-f99709370657
2008-05-18remove unused scriptsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17577 a1c6a512-1295-4272-9138-f99709370657
2008-05-18fix a comment typoDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17576 a1c6a512-1295-4272-9138-f99709370657
2008-05-18Fix a typo even though it's only in a comment.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17575 a1c6a512-1295-4272-9138-f99709370657
2008-05-18Spelling fixes.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17574 a1c6a512-1295-4272-9138-f99709370657
2008-05-18FS#9004 by Alex Parker: Add missing button definitions to Gigabeat S text ↵Mustapha Senhaji
viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17573 a1c6a512-1295-4272-9138-f99709370657
2008-05-18"fix" usb detection on mr500.. by fix I mean tell it we havnt implemented ↵Jonathan Gordon
that yet properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17572 a1c6a512-1295-4272-9138-f99709370657
2008-05-18Reduce the info boxes height a little bit so the 3rd box fits again on ↵Jens Arnold
Archos. * Use just 'Push' if the string 'Pushes' is too wide (Archos, M3, c200). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17571 a1c6a512-1295-4272-9138-f99709370657
2008-05-18remove a stupid infinite loop which stopped the mr500 bootingJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17570 a1c6a512-1295-4272-9138-f99709370657