Jens Arnold
afdc728ef2
Simplify controls in order to resolve impossible combos on several targets. Now uses a similar system as bounce: use left/right (or equivalent) to select the axis to adjust, and up/down (or the equivalent) to change speed/angle. * Show angle instead of speed in angle adjust mode (i.e. pause). * Better event handling when paused (button_get_w_tmo()). * Includes touchscreen fixup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18595 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 20:13:22 +00:00
Nicolas Pennequin
062daf0af3
Merge r18537 from trunk:
...
Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18538 a1c6a512-1295-4272-9138-f99709370657
2008-09-17 16:05:54 +00:00
Jonas Häggqvist
177bb338dd
Language updates:
...
- Typo fix for Spanish by Fransisco Vila (FS#9406)
- Sync of Norwegian by Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18525 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 02:29:04 +00:00
Jonas Häggqvist
49d063bbec
Spanish update by Francisco Vila (FS#9402 and FS#9403).
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18519 a1c6a512-1295-4272-9138-f99709370657
2008-09-15 15:04:04 +00:00
Jens Arnold
a3213118eb
Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged.
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18517 a1c6a512-1295-4272-9138-f99709370657
2008-09-15 06:44:04 +00:00
Frank Gevaerts
ef18bf1d24
fix out-of-bounds array access
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18502 a1c6a512-1295-4272-9138-f99709370657
2008-09-12 19:21:41 +00:00
Peter D'Hoye
8739c8bb96
backport ipod keymap fix for recording screen (r18484)
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18488 a1c6a512-1295-4272-9138-f99709370657
2008-09-10 20:20:10 +00:00
Frank Gevaerts
addb14c304
don't build spacerocks for the release, due to FS#8926 and FS#9380
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18463 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 19:51:37 +00:00
Peter D'Hoye
2598c5b94d
add fix from r18441 to 3.0 as well: Change screens members char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font.
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18460 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 19:05:08 +00:00
Frank Gevaerts
4441482abd
disable metronome for c200, player and ondio since it doesn't work (also disable it in the manual for those)
...
don't include md5sum in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18459 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 18:48:44 +00:00
Nicolas Pennequin
67f560541d
Merge r18454 from trunk:
...
Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS setting not saved, FPS overlapping tracklist, tracklist not refreshing and tracklist missing one song.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18456 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 17:55:47 +00:00
Frank Gevaerts
68ca28f6dc
Don't build md5sum. By default it md5s the entire disk which takes very long (>10min) and is not interruptable, which isn't acceptable in a release
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18453 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 16:47:56 +00:00
Frank Gevaerts
274507e5f8
apply the fix for FS#8641. Applied to 3.0 because this is a crash bug and the fix is obviously correct
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18452 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 15:18:16 +00:00
Jonas Häggqvist
62f282cf08
Language updates:
...
- Catalan by Víctor Zabalza (FS#9345)
- Spanish by Francisco Vila (FS#9366)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18436 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 11:43:51 +00:00
Nicolas Pennequin
40f591a026
Merge r18419 and r18421 from trunk:
...
Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they weren't in conditionals, and make %mm 0-based again (as described in CustomWPS) and change %cf accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18427 a1c6a512-1295-4272-9138-f99709370657
2008-09-05 22:53:03 +00:00
Frank Gevaerts
9d300cb3cf
remove the "reconnect usb storage" debug menu for the release
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18417 a1c6a512-1295-4272-9138-f99709370657
2008-09-04 20:57:58 +00:00
Jens Arnold
0353f6c206
Fix default font names in the settings code (FS #9358 by Thomas Schott).
...
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18398 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 17:50:52 +00:00
Steve Bavin
8a813fdd9d
Fix FS#9352 - allow .talk clips for single-character filenames.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18383 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 08:15:44 +00:00
Jonas Häggqvist
1867f24189
Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as translator in the Romanian langfile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18372 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 19:50:43 +00:00
Jonas Häggqvist
75822121ee
Language updates:
...
- Polish language update and sorted by Maciej Adamczak (FS#9316)
- Small fix for Russian by Alexander Levin (FS#9307)
- Updated Romanian translation by Florin Popescu (FS#9339)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 18:20:10 +00:00
Frank Gevaerts
76a3959ac2
French language update by Clément Pit-Claudel, FS#9323
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18365 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 18:51:53 +00:00
Miika Pekkarinen
d8bb6701e7
Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18363 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:14:58 +00:00
Frank Gevaerts
5d22e3cbdd
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:08:38 +00:00
Dave Chapman
a3a5450399
Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18358 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 12:49:38 +00:00
Daniel Stenberg
b2655cc559
as pointed out by funman in #rockbox, doing assumptions on the size of long
...
breaks 64bit archs (like simulators) but also doing >8 bit reads from memory
addresses with assumptions on alignment without that being really sure seems a
bit error-prone too. So we use memcmp() to compare 4 bytes strings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18356 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 08:07:04 +00:00
Alessio Lenzi
e320446f0e
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18354 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 21:01:21 +00:00
Nils Wallménius
4162e6fbe3
FS#9326 grammar fix by Clément Pit--Claudel
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18343 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 09:35:30 +00:00
Maurus Cuelenaere
1392dc2144
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 09:46:38 +00:00
Jonas Häggqvist
965d2af61f
Updated Serbian translation by Ivan Pesic (FS#9310).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18337 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 08:34:09 +00:00
Jonas Häggqvist
8249c3c1c8
Apply automatic fixes to the Norwegian Nynorsk translation by copying dest strings into voice, where English uses the same value, and by mirroring empty phrases from English. In a few places, this will appear to remove translations, but these weren't used in the first place.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18334 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:03:16 +00:00
Jonas Häggqvist
5bf2120921
Updated Norwegian Nynorsk translation by Karl Ove Hufthammer (FS#9309).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18333 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 21:52:17 +00:00
Jonas Häggqvist
fa41ddca92
Fix some issues with the French translation, based on FS#9298 by Manuel Dejonghe.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18331 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 21:49:36 +00:00
Mustapha Senhaji
1afc6ea661
Oops fixe few mistakes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18329 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 15:18:57 +00:00
Mustapha Senhaji
c582976f25
French language update. In bonus, few improvements and fixes by Clément Pit-Claudel (taken from FS#9141).
...
Remove an empty line from the english file, while I was here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 14:56:34 +00:00
Peter D'Hoye
216b7d4247
Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18326 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:57:02 +00:00
Peter D'Hoye
b4483f05af
Recording screen: show spdif samplerate on SWCODEC targets (with spdif of course). To be adapted so this also works for HWCODEC. And to be tested as I have no cable around and a broken disk in my h120....
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18325 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:33:38 +00:00
Peter D'Hoye
44d4fcd7d2
Recording screen: do not show L/R gain settings when recording mono; do not show gain (and AGC) at all when recording via spdif.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18324 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 21:38:47 +00:00
Jonas Häggqvist
a4e72dddcb
Fix a tiny error in the Simplified Chinese translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18320 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 20:20:43 +00:00
Jonas Häggqvist
0cff158caf
Language updates:
...
* Updated Simplified Chinese by Jun Gu with syntax fixes by me (FS#9300)
* Non-translating updates to Czech and Thai by Robert Menes (FS#9303)
* Fix some syntax and consistency errors in Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18319 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 20:15:25 +00:00
Peter D'Hoye
551886ce27
Accept FS #9301 by Christopher Williams: fix radio preset list after removing a preset
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18318 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 19:39:21 +00:00
Jonathan Gordon
5bca7a42ba
Fix a problem with dict and checkbox where their internal buffer allocaters wernt actually fixing the amount of freespace after an alloc (Spotted and fixed by Daniel Weck)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18317 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 12:16:04 +00:00
Jonathan Gordon
a3b9bfc763
dont let the database create a new playlist when party mode is on. (fixes FS#8292)
...
its not consistant with the filebrowser though, i.e you have to open the context menu for the item to add it to the playlist (whereas in the filebrowser it automatically gets queued if its selected)
still better than ignoreing the setting though
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18316 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 12:05:01 +00:00
Jonathan Gordon
ddc2176b4d
workaround for FS#8748 (possibly others) where playback might freeze or get confused if you try starting a new playlist when party mode is enabled.
...
It now will ignore the setting if you try starting playback if there is nothing already playing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18315 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 11:55:30 +00:00
Stéphane Doyon
209245605b
Rockbox info: restore the 5seconds update delay to allow scrolling,
...
which I broke in r18309.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18312 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 03:51:33 +00:00
Stéphane Doyon
58808b6216
Skip length: restore the ability to skip by just a few seconds
...
(which was the point of that feature).
See r18041.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18310 a1c6a512-1295-4272-9138-f99709370657
2008-08-18 01:03:07 +00:00
Stéphane Doyon
50512d696d
Fix for issues in speaking the time in Rockbox Info screen (B#9167).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18309 a1c6a512-1295-4272-9138-f99709370657
2008-08-18 00:58:47 +00:00
Dave Chapman
9ffc30bec0
Ensure every phrase has a "user:" line - currently they are all empty.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18308 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:06:44 +00:00
Jonas Häggqvist
def4b40a05
Remove quotes around the keyword deprecated - probably introduced by my translation page. Also some further tweaking of the Danish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18307 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:03:18 +00:00
Dave Chapman
0cf50ce936
Sort Catalan lang file to the same order as english.lang - no other changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18306 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 13:47:43 +00:00
Jonas Häggqvist
1eb0d2d9d3
Fix a single string in the Russian translation by Alexander Levin (FS#9290). Small fixes to the Danish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18305 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 13:20:06 +00:00