Commit graph

18157 commits

Author SHA1 Message Date
Bertrik Sikken
05945074d1 Fix FS#8689 (the peak meter does not work during a playing after a recording not followed by a reboot) by applying the patch from FS#9227.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18249 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 22:12:40 +00:00
Jonas Häggqvist
da5f16a606 Fix genlang to not remove the header from translation files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18248 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 21:36:00 +00:00
Jens Arnold
594e0f35b1 Make wavrecord use the same recording directory as the core.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18247 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 20:05:54 +00:00
Peter D'Hoye
76b6262df8 Adapt clip counter to compact view of recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18246 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 18:32:10 +00:00
Jonas Häggqvist
73a017c209 A few fixes for the Brazilian Portuguese translation by Robert Menes. No actual translation work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18245 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 18:21:17 +00:00
Jonas Häggqvist
e888b64970 Non-translating changes to Russian, Hebrew and Danish translations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18244 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 16:18:55 +00:00
Jonas Häggqvist
c7569918c7 Updated Brazilian Portuguese translation by Adilson Vicente Xavier (FS#9264).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18243 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 16:14:50 +00:00
Jonathan Gordon
faf32a26b7 r10544 changed the playlist reloading so you couldnt actually abort the process. This fixes it...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18242 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 13:57:26 +00:00
Nils Wallménius
22e0603d52 Use shorter fields in sound_settings_info struct to save some bytes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18241 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 13:01:01 +00:00
Maurus Cuelenaere
4bf4d2bb55 * Get interrupts working (but crashes after 10-30secs)
* Make current_tick increase
* Convert button driver into SADC driver
* Make touchscreen handling work better (still needs good calibration routine)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18240 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 21:44:48 +00:00
Peter D'Hoye
4396b5b101 Recording screen: show a more compact view if 6 lines do not fit but 4 do. Should help things on small screens or with big fonts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18239 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 21:03:07 +00:00
Michael Giacomelli
54903eb7fa Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and about 2 MHz on ARM. Thanks to amiconn for help with Coldfire ASM improvements. Next step: dump faad IMDCT.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18238 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 20:19:38 +00:00
Jonas Häggqvist
32694a7040 Updated Finnish translation by Jani Kinnunen (FS#9261).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18237 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 17:26:16 +00:00
Maurus Cuelenaere
efbdbf808a Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abort when downloading fails
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18236 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 14:36:18 +00:00
Jonathan Gordon
c50eef0582 ok, that was bigger than expected... reduce the max to 12 open dirs as a happy compromise.., If you still have errors rethink your directory layout
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18235 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 13:22:31 +00:00
Jonathan Gordon
eb0137fcb5 "waste" a bit more RAM on targets with more than 8MB so more directories can be opened at the same time (most obvious when you have really deep directory trees)
closes FS#6410, FS#6512, FS#6514


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18234 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 12:46:15 +00:00
Peter D'Hoye
8c913fb22b Update Dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18233 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 08:35:34 +00:00
Jonathan Gordon
83696d9635 fix FS#9259 - the trigger screen changes a while ago broke the trigger type setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18232 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 08:09:43 +00:00
Michael Giacomelli
d016402fec Actually put the output in IRAM this time by combining some buffers that weren't used at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18231 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 02:31:01 +00:00
Maurus Cuelenaere
99fa8cddb8 Remove unneeded request_irq()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18230 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 23:33:48 +00:00
Maurus Cuelenaere
447ffc8bf8 * Add interrupt handling (but still not working)
* Clean up linker script and bootup routines


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18229 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 23:31:38 +00:00
Jens Arnold
ee39863459 Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18228 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 22:32:34 +00:00
Jonas Häggqvist
f28d1e59fe Remove some garbage from the Italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18227 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 19:59:36 +00:00
Nils Wallménius
e18c0804de Fix the feature on which one deprecated string depends. It got accidentally changed in the recsreen ui remake and could mess up the string order in translations for targets with recording but without agc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18226 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 14:28:35 +00:00
Dominik Riebeling
e299216908 Fix problem with utf8 playlists containing a BOM breaking all entries but the first -- the index calculation needs to take the BOM size into account.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18225 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 11:43:56 +00:00
Jens Arnold
5dac9119f4 Add 4 extended latin letters which are needed for Czech and Polish, and an additional Greek letter that comes almost for free.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18224 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 21:04:47 +00:00
Peter D'Hoye
a6477dda75 Also have the peakmeter menu shown inside the recording menu, because there is a big chance you want to teak them from inside the recording screen. Also makes the clipcounter setting available there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18223 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 20:58:27 +00:00
Jens Arnold
af6aa0edbe Add greek glyphs, and tweak some cyrillic glyphs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18222 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 19:23:14 +00:00
Alessio Lenzi
c8045ff29b Updated italian lang file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18221 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 17:21:33 +00:00
Jens Arnold
0367616467 Add glyphs for cyrillic, non-breaking space, and a default glyph.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18220 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 15:23:06 +00:00
Jens Arnold
253fe96d5e Fix a few quirks, and add glyphs for Latin extended A.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18219 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 13:55:45 +00:00
Jens Arnold
f834968e5e Let PerlIO also do the LF<->CRLF conversion for SAPI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18218 a1c6a512-1295-4272-9138-f99709370657
2008-08-08 08:35:17 +00:00
Peter D'Hoye
18e8f7993a Update Dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18217 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 21:35:15 +00:00
Jonas Häggqvist
8eaa39b5fc Silence some warnings in voice.pl by setting the encoding to UTF-8. Output on Cygwin will be wrong if using verbose mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18216 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 21:16:52 +00:00
Jonas Häggqvist
2ea3ebe117 Updated Hebrew translation by Tomer Shalev (FS#9249).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18215 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 20:51:22 +00:00
Jens Arnold
7d5600fbe0 Fix $
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18214 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 20:04:36 +00:00
Jens Arnold
98a22d4276 Fix SAPI voice file generation on multibyte windows variants (japanese, probably others, see FS #9246). This gets rid of the conversion in the VBScript (which relied on unsafe assumptions about charset conversion in windows), and lets PerlIO do the work instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18213 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 20:00:32 +00:00
Jonas Häggqvist
2762ce4486 Updated Russian translation by Dennis Ivanov.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18212 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 14:32:15 +00:00
Jonas Häggqvist
a7fab17dd9 Updated Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18211 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 14:10:19 +00:00
Nils Wallménius
cffd24e992 Deprecate unused sysfont string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18210 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 12:09:08 +00:00
Nils Wallménius
c49438419d Style police, trigStat -> trig_stat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18209 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 11:48:56 +00:00
Barry Wardell
1ac260c0e6 Fix H10 bootloader locking up if the scroll pad was touched. May also fix any other lock ups from trying to read from the adc in the bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18208 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 11:23:40 +00:00
Maurus Cuelenaere
eca923d8e1 Better check what happened after doing search-and-replace all..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18207 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 10:26:14 +00:00
Maurus Cuelenaere
c8bdcbf8ff jz4740 utilities:
* Fix TABs problem
* Add IHFSsplit made by William Poetra Yoga Hadisoeseno
* Fix compilation warnings


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18206 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 10:24:11 +00:00
Jens Arnold
99f68ea7e8 Add iAudio M3 port and maintainer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18205 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 21:18:06 +00:00
Maurus Cuelenaere
88f649f9c5 * Add myself to some areas in docs/MAINTAINERS
* Add lcd_call_enable_hook() call


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 21:07:45 +00:00
Maurus Cuelenaere
88ae9024e4 * Add basic (non-working) support for NAND flash
* Add panicf() handling
* Add not-yet-enabled dma acceleration
* Other (minor) fixes


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18203 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 20:39:02 +00:00
Peter D'Hoye
496e1f7e85 First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18202 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 20:12:44 +00:00
Jens Arnold
729d259388 Bugfix: Printing the unknown vendor warning to StdOut made it not appear in the console, and confused voice.pl.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18201 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 18:38:09 +00:00
Jonas Häggqvist
a8502a3268 Updated Russian translation by Dennis Ivanov (FS#9244).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18200 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 16:35:19 +00:00