Commit graph

683 commits

Author SHA1 Message Date
Steve Bavin
6d12042459 Voice charging status in info screen; you'll need a new .voice file to hear it though
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11017 a1c6a512-1295-4272-9138-f99709370657
2006-09-21 10:34:30 +00:00
Jens Arnold
fa9dee01bc Reverted the recording timer commit, as it has at least 2 major problems. (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10991 a1c6a512-1295-4272-9138-f99709370657
2006-09-18 12:41:12 +00:00
Martin Scarratt
7ef47ed876 Recording countdown timer: set timer in recording settings screen (max 1 week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
2006-09-18 10:06:03 +00:00
Peter D'Hoye
75a1247f81 Updated Dutch (Nederlands) translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10942 a1c6a512-1295-4272-9138-f99709370657
2006-09-13 21:29:55 +00:00
Jonas Häggqvist
17e1e690c9 Updated translations:
* Danish by me
 * German by Jochen Kemnade
 * Italian by Alessio Lenzi


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10940 a1c6a512-1295-4272-9138-f99709370657
2006-09-13 16:32:37 +00:00
Martin Scarratt
128888f01d fix "Filename:" text not appearing in recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10938 a1c6a512-1295-4272-9138-f99709370657
2006-09-13 14:54:13 +00:00
Magnus Holmgren
08a3a59ea4 Make 'Filename:' on recording screen possible to translate. Also replace some hardcoded values with sizeof.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10908 a1c6a512-1295-4272-9138-f99709370657
2006-09-09 14:53:30 +00:00
Magnus Holmgren
99b47992fc Synced Swedish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10905 a1c6a512-1295-4272-9138-f99709370657
2006-09-09 09:35:09 +00:00
Michael Sevakis
25c0f4c6c3 fixed engligh.lang conflicts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10790 a1c6a512-1295-4272-9138-f99709370657
2006-08-28 22:43:46 +00:00
Michael Sevakis
4fc717a4c1 Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657
2006-08-28 22:38:41 +00:00
Marcoen Hirschberg
17ff6396ff Spanish translation update by Victor Cardenas
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-27 10:24:47 +00:00
Jonas Häggqvist
df4a502ff1 Add voice strings for "Edit Preset" and "Remove Preset" in radio screen. FS#5363 by James Teh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10707 a1c6a512-1295-4272-9138-f99709370657
2006-08-23 04:09:14 +00:00
Jonas Häggqvist
ba232362e5 Chinese update by Wenbin Leo.
Danish update by me.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10706 a1c6a512-1295-4272-9138-f99709370657
2006-08-23 03:31:40 +00:00
Jonas Häggqvist
33d704a9e2 Proper voice strings for AGC settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10705 a1c6a512-1295-4272-9138-f99709370657
2006-08-23 03:16:37 +00:00
Martin Scarratt
7c95bdc5d6 Oops... Ill get it right this time *blush*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10646 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 11:18:32 +00:00
Linus Nielsen Feltzing
155c55331c Reverted the last clumsy language change that broke the language strings for non-iriver targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10644 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 10:00:01 +00:00
Martin Scarratt
c341da2385 Bookmark support for I-river remotes, also renamed bookmark delete button as it has changed to RECORD - Sorry Linus ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10643 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 09:31:00 +00:00
Linus Nielsen Feltzing
32dd5e9755 Patch #5750 by Mattias Mohr - More Play->NAVI translation on H-series players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10642 a1c6a512-1295-4272-9138-f99709370657
2006-08-18 08:53:43 +00:00
Peter D'Hoye
5fc66e58dd Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10625 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 23:26:55 +00:00
Dan Everton
eb1dd38960 Add support for displaying the the current path or the full path (or neither) in the file browser. Check General Settings -> File View -> Show Path for the options.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10578 a1c6a512-1295-4272-9138-f99709370657
2006-08-15 09:38:13 +00:00
Dan Everton
8030c804ad Add support for the iPod Video hardware equalizer. You can access it from Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10568 a1c6a512-1295-4272-9138-f99709370657
2006-08-14 10:52:05 +00:00
Miika Pekkarinen
54ec1f5f6d Better UI response with playlist operations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10544 a1c6a512-1295-4272-9138-f99709370657
2006-08-12 11:00:39 +00:00
Rani Hod
a27ab7206d oops, bad merge
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10490 a1c6a512-1295-4272-9138-f99709370657
2006-08-08 22:32:56 +00:00
Rani Hod
c9f59e6f75 Accepted FS #5772 by Michael Sevakis
1. X5 lcd sleep
2. #define HAVE_LCD_ENABLE
3. add "backlight (on hold switch)" setting, adapted from FS #5735

Note that the while(1) yield ==> asm("halt") part is NOT commited here,
I prefer it would be discussed separately.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10489 a1c6a512-1295-4272-9138-f99709370657
2006-08-08 22:03:56 +00:00
Shachar Liberman
f17e5c04f3 FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if
they don't fit nicely with rockbox's internal font.
(for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages)
Developers:Please keep using LANG_SYSFONT strings when reffering to the
internal font. * Hebrew update.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
2006-08-07 21:24:22 +00:00
Jonas Häggqvist
4b71563478 Synced Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10461 a1c6a512-1295-4272-9138-f99709370657
2006-08-05 15:19:57 +00:00
Jonas Häggqvist
ea64229602 Updated Italian translation by Alessio Lenzi (FS#5756)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10460 a1c6a512-1295-4272-9138-f99709370657
2006-08-05 15:04:04 +00:00
Marcoen Hirschberg
4877d5781f add missing <phrase> tag as suggested by Alistair Marshall in FS#5741
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10435 a1c6a512-1295-4272-9138-f99709370657
2006-08-03 15:46:43 +00:00
Miika Pekkarinen
8fd68a2979 Finnish language update by Jani Kinnunen (FS#5716).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10417 a1c6a512-1295-4272-9138-f99709370657
2006-08-02 20:04:47 +00:00
Thom Johansen
c5116a40e1 FS #5733. Updated nynorsk translation by Karl Ove Hufthammer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10394 a1c6a512-1295-4272-9138-f99709370657
2006-08-01 17:11:16 +00:00
Martin Scarratt
1ae0cdbc46 I-River targets: A workaround for the recording interference hardware issue when recording with a remote. Disable remote LCD while recording by pressing vol- on the remote. All remote buttons and cliplight are still operational while lcd is disabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10376 a1c6a512-1295-4272-9138-f99709370657
2006-07-31 12:55:27 +00:00
Linus Nielsen Feltzing
aae1120549 Patch #5364 by Alexander Bondar and Matthias Mohr - NAVI = Yes on iriver players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10371 a1c6a512-1295-4272-9138-f99709370657
2006-07-30 19:16:41 +00:00
Magnus Holmgren
b0df6a2119 Swedish translation: Synced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10333 a1c6a512-1295-4272-9138-f99709370657
2006-07-26 19:48:26 +00:00
Martin Scarratt
9130a2a4a7 Added options to timesplit recording feature (now renamed filesplit). Choose to split file by either time or filesize. Also have the option to either start a new file or stop recording at split point. Bumped config version so save your settings before you update your build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10285 a1c6a512-1295-4272-9138-f99709370657
2006-07-22 17:23:05 +00:00
Miika Pekkarinen
f49f3bf997 Little correction to language file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10279 a1c6a512-1295-4272-9138-f99709370657
2006-07-22 07:18:04 +00:00
Marcoen Hirschberg
e8818efbe9 update by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10271 a1c6a512-1295-4272-9138-f99709370657
2006-07-21 08:40:35 +00:00
Marcoen Hirschberg
af4862cd6d update by Jani Kinnunen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10261 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 14:21:14 +00:00
Miika Pekkarinen
cb8c795415 Support importing runtimedb data from ascii files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10260 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 12:19:31 +00:00
Jonas Häggqvist
d91c1dde0f Chinese update by Wenbin Leo (FS#5673)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10241 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 19:53:14 +00:00
Jonas Häggqvist
c5addb17ee French translation: synced and a slight fix by Mustapha Senhaji (FS#5679)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10236 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 18:32:15 +00:00
Linus Nielsen Feltzing
da0525f54f Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10232 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 13:54:12 +00:00
Miika Pekkarinen
0042201bb3 Initial changelog support (only export, no import yet) and added
an option to search by filename.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10219 a1c6a512-1295-4272-9138-f99709370657
2006-07-16 15:04:46 +00:00
Marcoen Hirschberg
1cbff57295 add Catalan translation by Victor Zabalza
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10198 a1c6a512-1295-4272-9138-f99709370657
2006-07-11 23:13:42 +00:00
Marcoen Hirschberg
f31e2913b1 update by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10197 a1c6a512-1295-4272-9138-f99709370657
2006-07-11 23:08:43 +00:00
Miika Pekkarinen
18e6529d5d Keep the language files in sync.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10195 a1c6a512-1295-4272-9138-f99709370657
2006-07-11 10:03:25 +00:00
Miika Pekkarinen
9cd5c3e119 Tagcache update: Support removal of entries and no longer the need for
dircache to load tagcache in ram (however, dircache with tagcache is
still strongly recommended).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10192 a1c6a512-1295-4272-9138-f99709370657
2006-07-10 16:22:03 +00:00
Daniel Stenberg
9a1c8bdc3f Karl Ove Hufthammer's nynorsk translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10179 a1c6a512-1295-4272-9138-f99709370657
2006-07-03 21:15:13 +00:00
Kevin Ferrare
f77ac7a6a7 added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10175 a1c6a512-1295-4272-9138-f99709370657
2006-07-02 12:28:27 +00:00
Marcoen Hirschberg
2998fd2c72 update by Imre Herceg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10153 a1c6a512-1295-4272-9138-f99709370657
2006-06-29 12:04:50 +00:00
Tomasz Malesinski
21ac8f7346 Updated Polish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10143 a1c6a512-1295-4272-9138-f99709370657
2006-06-21 19:08:48 +00:00