summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-29total removal of gui_textarea. The only thing using the text_message struct ↵Jonathan Gordon
is the yesno screen so move its definition to yesno.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17653 a1c6a512-1295-4272-9138-f99709370657
2008-05-29move the HAS_BUTTONBAR define to the config-<target>.h filesJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17652 a1c6a512-1295-4272-9138-f99709370657
2008-05-29draw the buttonbar in its own viewport. It always uses the sysfont and is ↵Jonathan Gordon
drawn on the bottom. Callers need to remeber to fiddle with their viewports to not be overwritten by the bar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17651 a1c6a512-1295-4272-9138-f99709370657
2008-05-29more gui_textarea removal.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17650 a1c6a512-1295-4272-9138-f99709370657
2008-05-29Oops, not all PP targets have ADC_ACCESSORY.Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17649 a1c6a512-1295-4272-9138-f99709370657
2008-05-29Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection ↵Linus Nielsen Feltzing
once we figure that out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17648 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Remove racy call to unregister_ata_idle_func and remove unnecessary check ↵Bertrik Sikken
before calling register_ata_idle_func. Should fix FS#8993 - Freeze on shutting down. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17647 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Create WPS context (onplay) menus using MAKE_ONPLAYMENU macro. Partial fix ↵Bertrik Sikken
for FS#9037 - Menu exit behaviour is inconsistent in WPS context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17646 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Added missing header file to metadata/mod.cBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17645 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Oops. Have to explicitly remove the lcd enable notify before exiting or it ↵Michael Sevakis
will crash later for sure if another plugin is loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17644 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon
problems/complaints in http://forums.rockbox.org/index.php?topic=16837.0 there is a known issue that on this screen the stop icon wont update, I dont know why and noone else wants to look at it, so hopefully this will force another set of eyes on it.. this is only a graphical issue... recordings still work fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17643 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Fix yellow.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17642 a1c6a512-1295-4272-9138-f99709370657
2008-05-28callbacks were being called with the old value.. spotted in IRC last weekJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17641 a1c6a512-1295-4272-9138-f99709370657
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when ↵Michael Sevakis
the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17640 a1c6a512-1295-4272-9138-f99709370657
2008-05-27Tweak ZXBox colours: 1) 'Bright' black is the same as normal black on a real ↵Rob Purchase
Spectrum, so make it so here too. 2) Use more accurate RGB values in the 16bpp driver (taken from the FUSE emulator). 3) Remove some confusing duplicate definitions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17638 a1c6a512-1295-4272-9138-f99709370657
2008-05-27rbutil: improve talkfile generation. remove the options to keep and ↵Dominik Wenger
overwrite the wavfiles. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17637 a1c6a512-1295-4272-9138-f99709370657
2008-05-27Fix Pacbox controls for D2 touchscreenRob Purchase
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17636 a1c6a512-1295-4272-9138-f99709370657
2008-05-26fix FS#9042 - MOD codec: SoundTracker variant MOD files will not playRobert Kukla
- remove dubious format check and assume no formattag -> Soundtracker - change method for remembering "periods converted" as the old one would corrupt Soundtracker files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17635 a1c6a512-1295-4272-9138-f99709370657
2008-05-26Update Swedish translation and fix a small typo in english.lang...Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17634 a1c6a512-1295-4272-9138-f99709370657
2008-05-26Fix argument for call to rb->button_get_w_tmo function (should be and int ↵Bertrik Sikken
instead of a bool). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17633 a1c6a512-1295-4272-9138-f99709370657
2008-05-26Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more ↵Bertrik Sikken
than 10 events that can registered. Should fix FS#9039 - *PANIC* event line full (reproduceable). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17632 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Quick fix for the failing m:robe 500 build. Proper rockblox graphics are ↵Jens Arnold
needed to make it work correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17631 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Accept FS #9021 by James Vasile and apply the fix to the other drivers that ↵Peter D'Hoye
have the same issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17630 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Fix rockblox on all 160x128x2 and 160x128x16 targets. They used the mono ↵Jens Arnold
bitmap intended for m:robe100 as a native one, making the background looking odd and crashing the sim. Bitmaps for monochrome targets used like native bitmaps shouldn't reside in bitmaps/mono, as that's asking for confusion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17629 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Fix part of FS#9032 - "create playlist" appends the playlist instead of ↵Jonathan Gordon
overwriting it... not sure about the speed issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17628 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Fix a comment since it was very wrong.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17627 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Gigabeat S: Add charge current and battery temp readout in power management ↵Michael Sevakis
and display in the battery screen. Thermistor data was obtained experimentally from one pulled off a dead board and appears basically correct when read back on a working device (which requires letting it settle to ambient temperature - a long wait so not easy to do). Sending me more thermistors would help improve accuracy *fingers crossed that it's close enough*. :-) This commit does NOT add charging but is a step towards implementing it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17626 a1c6a512-1295-4272-9138-f99709370657
2008-05-24FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and ↵Nils Wallménius
making the inbuilt_filetypes array static git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17625 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Don't do the same check twice. Thanks to fml on IRC for noting.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17624 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Let qmake generate an install Makefile target to install the binary. Doesn't ↵Dominik Riebeling
handle translations yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17623 a1c6a512-1295-4272-9138-f99709370657
2008-05-24FS8788 Update finnish translation by Jani Kinnunen.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17622 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update ↵Jens Arnold
frequency on M3 in order to reduce CPU load (was >50% before, but this fix would have made it even worse). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17621 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Make life easier for people working on new ports (audio drivers are normally ↵Dave Chapman
one of the last things written), and revert r17511. Also take the opportunity to use more typical dummy values for VOLUME_MIN and VOLUME_MAX. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17620 a1c6a512-1295-4272-9138-f99709370657
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