summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-11Missed a couple of files for removal. Also note that all files relating to ↵Christi Scarborough
a particular WPS are now stored in the same directory to avoid having the same file in CVS six zillion times. For this reason where multiple background bmps exist, they've been renamed appropriately. The script also parses the .wps file to know which .bmp files to copy, so case is now important, since having files in the .wps file with the wrong capitalisation will break the script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9908 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Fixes sundry problems with the WPS bundling script. For best results, ↵Christi Scarborough
delete your .rocbox/wps and ./rockbox/themes dirs before upgrading. Note that within CVS, no distinction is made any more between a .wps and .rwps, that's all fixed up at make zip stage. wpses are now all named with a .<width>x<height>x<depth> suffix and the appropriate ones for the platform are installed. Text wpses have a .txt suffix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9907 a1c6a512-1295-4272-9138-f99709370657
2006-05-11this is identical to the normal one so we remove thisDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9906 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Terminus fonts imported from this package:Daniel Stenberg
http://www.is-vn.bg/hamster/terminus-font-4.20.tar.gz 7.1. License. You can use and distribute this archive and the character varianths freely and without charge under the terms of the GNU General Public License version 2.0 or (at your choice) any later version. 7.2. Copyright. Terminus Font 4.20, Copyright (C) 2006 Dimitar Toshkov Zhekov. Report bugs to <jimmy@is-vn.bg> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9905 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Adding the rockbox file for all packages except the font-only packages mightDaniel Stenberg
be considered a cool idea. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Oops, missed this file yesterday: fix buttons for morse input on virtual ↵Dominik Riebeling
keyboard. Fixes FS#5271 and is the 2nd part of FS#5331 by Alexander Spyridakis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9903 a1c6a512-1295-4272-9138-f99709370657
2006-05-10'make zip' no longer includes the fonts. 'make fontzip' makes a font packageDaniel Stenberg
only. 'make fullzip' makes a full zip including fonts. http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-10Add a missing \daps macroMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9901 a1c6a512-1295-4272-9138-f99709370657
2006-05-10fix ondio buttons on my last commit.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9900 a1c6a512-1295-4272-9138-f99709370657
2006-05-10fix the screen scroll out of view description (FS#5331 with adjustments by me)Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9899 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Coldfire: Use the auto-align feature in conjunction with line reads for the ↵Jens Arnold
playback DMA. Saves a bit of memory bandwidth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9898 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Oops. Shouldn't have commited this.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9897 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Fixes and corrections. Adds keymaps for ipods for the wps key table, virtual ↵Martin Arver
keyboard, sudoku (x5 as well). (Patches #5320, #5308, #5324. All from Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9896 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Only flush and reload tracks after the playlist has started. Fixes B#5312.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9895 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Fix bug #5298 - hard-code the background color in Sokoban to prevent ↵Zakk Roberts
everything else from being potentially unreadable (if the user has set a dark background color). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9894 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Allow BUTTON_REPEAT in the Jewels main menu for scroll, so navigation isn't ↵Zakk Roberts
annoying. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9893 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Reset id3 info when skipping directories. Fixes B#5323.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9892 a1c6a512-1295-4272-9138-f99709370657
2006-05-08New macro: \config. Use this for tags, config file settings or in other ↵Martin Arver
places where a courier font is wanted. Adopted the wps-tag section to use this macro git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9891 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Add missing file types to tag description and make the long example line breakDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9890 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Revert a previous change, works around the problem of freezing on ↵Brandon Low
stop-while-paused, and skipping with crossfade git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9889 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Fixed freezing after loader error messages.Stepan Moskovchenko
Added RMID (Windows MIDI) header support. Added .RMI extension to viewers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9888 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Ipod: Move the HW revision to 'View HW info' where it belongs, and make both ↵Jens Arnold
the HW revision and port debug work on mini (didn't fit the LCD). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9887 a1c6a512-1295-4272-9138-f99709370657
2006-05-07We don't need 2 different CRC functions.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9886 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA ↵Jens Arnold
channel 0 for MMC transfer. As it has higher priority than channel 3 (used for playback), the risk of serial receive overruns is minimised. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9885 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Whoops! Lousy button code...Stepan Moskovchenko
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9884 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Added ability to adjust the volume during playback.Stepan Moskovchenko
Gracefully fail if no soundset installed. Yet more messing with the ramping code. I swear, that will be the end of me. Basic skipping support- skip foreward a bit if Right is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9883 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Fixed voice prompts from id3 dbHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9882 a1c6a512-1295-4272-9138-f99709370657
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse ↵Linus Nielsen Feltzing
bar crop in vertical scroll) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9881 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip').Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9880 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Fixed bug with playlist_skip_entry when track to be skipped was less then ↵Hardeep Sidhu
current index git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9879 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Fix folder icons in tagcacheHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9878 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Enabled playlist functions on tracks in tagcacheHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9877 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Hopefully fix some old audio playing during manual track skip w/o crossfade. ↵Brandon Low
Worst case was 1/5 second of audio from pcmbuflen bytes later than the playign position of the old track would play. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9876 a1c6a512-1295-4272-9138-f99709370657
2006-05-04Fix viewer crash due to uninitialsed usage of rb->Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9875 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Text viewer: * Only show those options which really exist. * Basic button ↵Jens Arnold
functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9874 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9873 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Increase language buffer from 14000 to 16000 so that russian.lang fits ↵Peter D'Hoye
again. Fix for bug 5286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9872 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug ↵Peter D'Hoye
5267. Also some minor code policing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9871 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko
Scaling is now calculated once per MIDI event at the most, instead of once per sample. Increase voice ramping speed, increase number of active voices a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9870 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Correct a Coldfire asm constraint.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9869 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Don't initiate track change if at end of playlistHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9868 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Only reset resume settings when we're really at the end of the playlistHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9867 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Remove some debug junk, start a new build.Stepan Moskovchenko
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9866 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko
played. A few other cosmetic changes. please, please no red build =) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9865 a1c6a512-1295-4272-9138-f99709370657
2006-05-03Improvements to the sections regarding the File Menu and the Playlist ↵Michael DiFebbo
Submenu. Restructured File Menu section to track actual Rockbox menu order. Rewrote some portions of the Playlist Submenu section to make it more user-friendly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9864 a1c6a512-1295-4272-9138-f99709370657
2006-05-02iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. ↵Dave Chapman
This also increases the CONFIG_BLOCK_VERSION on all platforms - this will reset your settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9863 a1c6a512-1295-4272-9138-f99709370657
2006-05-02Player: Credits plugin correctly working with UTF-8. Patch by Marcoen ↵Jens Arnold
Hirschberg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9862 a1c6a512-1295-4272-9138-f99709370657
2006-05-02Stop playing current track before starting a new playlist with an offset ↵Hardeep Sidhu
(eg. bookmarks). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9861 a1c6a512-1295-4272-9138-f99709370657
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the ↵Dave Chapman
power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9860 a1c6a512-1295-4272-9138-f99709370657
2006-05-02Oops, correctly calculate the interrupt number in UIE().Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9859 a1c6a512-1295-4272-9138-f99709370657