1
0
Fork 0
forked from len0rd/rockbox
Commit graph

10264 commits

Author SHA1 Message Date
Christi Scarborough
d6af987b4b New improved boxes wps for H3xx. Virtual LED and locks untested as I don't own a H3xx to test on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9948 a1c6a512-1295-4272-9138-f99709370657
2006-05-16 01:38:00 +00:00
Dave Chapman
830ec63b4b Stop playback before starting to use IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9947 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 21:25:43 +00:00
Jens Arnold
83f67db3ee Ondio: Two voice bugfixes. (1) When changing language and voice is enabled, do the voice file presence check the same way as on the other targets. Loading the tables right away when music is playing isn't a good idea... (2) Changing language with voice enabled leaked file handles.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9946 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 21:00:58 +00:00
Marcoen Hirschberg
96fe33102a add a default glyph to the default font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9945 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 20:15:36 +00:00
Dave Chapman
506bac9cf7 Various clean-ups in preparation for 3.0: 1) Add a built-in default game which is used for the case when Sudoku is started as a plugin and no sudoku.ss exists - this prevents a time-consuming game generation; 2) Allow the user to abort a game generation by pressing any button; 3) Save the current state when user exits via the Quit button (previously, Sudoku only saved when quitting from the main menu); 4) Add a new "edit menu" for when the user is manually entering a new game, rather than displaying all options.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9944 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 20:08:37 +00:00
Marcoen Hirschberg
254751f9fc Update by Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9943 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 19:45:17 +00:00
Hardeep Sidhu
bda2d5e798 Boost cpu when performing large insertions or saving playlist to disk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9942 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 19:15:04 +00:00
Martin Arver
3fcd68dd06 Remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9941 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 17:48:17 +00:00
Daniel Stenberg
cce0d65a97 handy script that downloads, builds and installs a cross-compiler setup for you
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9940 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 13:26:59 +00:00
Marcoen Hirschberg
4b2b804f2b Update by Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9939 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 10:26:37 +00:00
Linus Nielsen Feltzing
3b52485eb3 Look for dedicated bitmaps for the LCD dimensions when building the WPS (in a subdir, for example iCatcher/160x128x16/)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9938 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 07:47:29 +00:00
Jens Arnold
cfc3c9e716 Added missing ISO8859-1 characters , squeezed into 6x8 by Marianne Arnold. Fixes bug #5330.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9937 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 07:24:09 +00:00
Marcoen Hirschberg
c13d7514d9 add Traditional Chinese translation by Wenbin Leo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9936 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 07:12:25 +00:00
Marcoen Hirschberg
96fbc41628 there was a more recent update..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9935 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 07:02:07 +00:00
Marcoen Hirschberg
c528fde2f9 updated translation by Jani Kinnunen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9934 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:59:44 +00:00
Linus Nielsen Feltzing
264d8f69ab Enable next-dir skip on platforms with no directly mapped button combos (click-longclick of next/prev)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9933 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:59:18 +00:00
Marcoen Hirschberg
44cd303aab updated translation by Jiri Jurecek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9932 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:57:16 +00:00
Marcoen Hirschberg
a62a2cf2ce update translation by Imre Herceg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9931 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:55:43 +00:00
Marcoen Hirschberg
1b7446f15c update Norwegian translation by Frederik Vestre
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9930 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 06:53:18 +00:00
Hardeep Sidhu
a8928804e1 Reset playlist_end when automatically skipping. Fixes B#5319.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9929 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 02:37:06 +00:00
Hardeep Sidhu
c9a11cd3c8 Reset id3 info in all cases where we need to rebuffer tracks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9928 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 01:45:35 +00:00
Jens Arnold
a238ab9df8 Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimator gain) into the UDA driver. * All: Settings structure sorted & cleaned up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9927 a1c6a512-1295-4272-9138-f99709370657
2006-05-14 23:34:24 +00:00
Miika Pekkarinen
c9a1b4e9aa Correctly enable crossfade mixmode only when not skipping tracks
manually.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9926 a1c6a512-1295-4272-9138-f99709370657
2006-05-14 14:08:26 +00:00
Peter D'Hoye
784b4c9a5b Correctly test on volume id flag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9925 a1c6a512-1295-4272-9138-f99709370657
2006-05-13 21:47:27 +00:00
Jens Arnold
d9b94b6a0c Battery benchmark: * Don't crash on player. * Map remote buttons for recorder & player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9924 a1c6a512-1295-4272-9138-f99709370657
2006-05-13 07:41:12 +00:00
Jens Arnold
736a399bc4 H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9923 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 20:59:00 +00:00
Michael DiFebbo
2e9ddebcd0 Added X5 and Ondio to section 2.4.1 (patch by Mark Bright).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9922 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 17:12:30 +00:00
Michael DiFebbo
e28e2fccb8 Fix bug report 5350 (incorrect button sequence shown in section 2.4.1 for main menu on iriver platforms). Also added reference to how to enter main menu to beginning of Chapter 3. Some other minor editing and much updating of \setting macro where necessary throughout chapters 2 and 3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9921 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 16:56:21 +00:00
Miika Pekkarinen
111d8764dd Added Gaetano Vocca to credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9920 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 05:43:38 +00:00
Jens Arnold
073f1978e2 H1x0: Add SPDIF power control and frequency measurement to the SPDIF monitor.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9919 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 01:10:18 +00:00
Jens Arnold
2de6604e3a Iriver recording: Always route the signals through the coldfire audio interface for monitoring. Advantages: (H1x0) Enables parallel analog and SPDIF monitoring of both analog or SPDIF sources. When recording from SPDIF, the SPDIF monitor signal is pure pass-through. (all) Digital clipping is now audible in the analog monitor signal.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9918 a1c6a512-1295-4272-9138-f99709370657
2006-05-12 00:47:47 +00:00
Thom Johansen
76b132629e Fix red sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9917 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 23:06:42 +00:00
Thom Johansen
a4bfe37c6c Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported recording options on Iriver. Sample rate displayed in recording screen reflects the real S/PDIF sample rate when doing S/PDIF recording. Testing would be appreciated. Thanks to Jens Arnold for fixing the DMA hang issue. Will reset settings!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9916 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 22:55:24 +00:00
Marcoen Hirschberg
5725b8cbcb got Frank Dishner's viewer patch (#4873) working again and added encoding to the settings menu. Fixes #4763 and #5256
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9915 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 20:34:37 +00:00
Miika Pekkarinen
5a33784ba3 Fixed a problem with tagcache search skipping long tags. Thanks for
Gaetano for finding the problem and providing a fix.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9914 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 19:21:20 +00:00
Jens Arnold
119d5b72ac Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required according to the datasheet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9913 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 19:19:35 +00:00
Hardeep Sidhu
cab3a16417 Return immediately if we have no control commands to flush. Fixes erroneous playlist control update error when inserting tracks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9912 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 19:14:18 +00:00
Marcoen Hirschberg
a65ec01405 fix bug #5259
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9911 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 18:49:55 +00:00
Christi Scarborough
d965cef5d2 I blame Microsoft. Everyone else does.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9910 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:40:02 +00:00
Christi Scarborough
50795512e2 And where exactly did they come from? *dones 'I messed up' hat in shame*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9909 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:38:04 +00:00
Christi Scarborough
c3f144ceab Missed a couple of files for removal. Also note that all files relating to 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-11 14:32:31 +00:00
Christi Scarborough
cc9292fda3 Fixes sundry problems with the WPS bundling script. For best results, 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-11 14:27:12 +00:00
Daniel Stenberg
329afc0519 this is identical to the normal one so we remove this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9906 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 12:39:15 +00:00
Daniel Stenberg
622db35e61 Terminus fonts imported from this package:
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-11 12:31:43 +00:00
Daniel Stenberg
17a3e80e6e Adding the rockbox file for all packages except the font-only packages might
be considered a cool idea.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 10:31:32 +00:00
Dominik Riebeling
899aeb2089 Oops, missed this file yesterday: fix buttons for morse input on virtual 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-11 06:30:24 +00:00
Daniel Stenberg
a420dc381e 'make zip' no longer includes the fonts. 'make fontzip' makes a font package
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-10 21:57:08 +00:00
Martin Arver
2931bb2f19 Add a missing \daps macro
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9901 a1c6a512-1295-4272-9138-f99709370657
2006-05-10 10:06:51 +00:00
Dominik Riebeling
3fb52bb09b fix ondio buttons on my last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9900 a1c6a512-1295-4272-9138-f99709370657
2006-05-10 07:37:12 +00:00
Dominik Riebeling
05a7b271ea fix the screen scroll out of view description (FS#5331 with adjustments by me)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9899 a1c6a512-1295-4272-9138-f99709370657
2006-05-10 07:33:43 +00:00