Jonathan Gordon
dda102ed4a
fix the %Ti (preset index) not working with conditionls correctly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26246 a1c6a512-1295-4272-9138-f99709370657
2010-05-24 09:18:03 +00:00
Rafaël Carré
ba46c88c6f
rtc_enable_alarm() needs no return value
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26245 a1c6a512-1295-4272-9138-f99709370657
2010-05-22 00:28:26 +00:00
Rafaël Carré
8302c5fe17
Wakeup alarm screen is unusuable with large fonts or small screens
...
Split the description and the time on 2 lines
Flyspray: FS#11274
Authors: Clément Pit--Claudel (CFP) and myself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26244 a1c6a512-1295-4272-9138-f99709370657
2010-05-22 00:28:10 +00:00
Rafaël Carré
172fc967b0
as3525v2: RTC alarm
...
A specific poweroff function needs to be used for wake-up to work
Disable RTC in bootloaders for consistency with other Sansas
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26243 a1c6a512-1295-4272-9138-f99709370657
2010-05-22 00:28:03 +00:00
Rafaël Carré
2e004fd404
fuzev1: don't enable RTC in the bootloader
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26242 a1c6a512-1295-4272-9138-f99709370657
2010-05-22 00:27:53 +00:00
Peter D'Hoye
f7966fdefc
Some more fixes to Dutch langfile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26241 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 19:35:44 +00:00
Peter D'Hoye
ebbdc98754
Update Dutch langfile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26240 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 19:04:12 +00:00
Michael Chicoine
21e8955d08
Update of Czech language
...
Flyspray: FS#11259
Author: Marek Salaba
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26239 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 18:01:56 +00:00
Rafaël Carré
eacc32248e
as3525v2: enable AFE (AUDIO Front End) interrupts
...
We needed to set the XIRQ output pin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26238 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 17:49:04 +00:00
Mohamed Tarek
76aeb6028e
Rename seek() to asf_seek()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26237 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 16:05:28 +00:00
Mohamed Tarek
b5b5ecf20b
Add svn Id property.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26236 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 16:01:48 +00:00
Mohamed Tarek
546edf3621
Move seek() from wma.c to libasf since it's really ASF-specific.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26235 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 15:51:22 +00:00
Michael Sevakis
ff25b3a208
ata: do some threading-related corrections (some sync related where it matters). Make sure 'sleeping' is 'false' before the powerup sequence (throws-off powermgmt and it *is* about to woken again and powermgmt will need to compensate). Avoid looking at mutex flag directly; there's no tangible benefit I can discern and changes to the kernel that alter the meaning shouldn't be able to break anything. For that, in the jz sd driver, have sd_disk_is_active just return 'false' like all the other SD drivers do. If it *must* return this, it should implement it's own method but it seems to not matter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26234 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 15:33:31 +00:00
Amaury Pouly
e24dd5ff98
tagcache: fix queue operation, it should be queue_peek.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26233 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 15:12:07 +00:00
Michael Sevakis
d7244926f5
mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF_T_MIN as well if not already defined.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26232 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 14:01:22 +00:00
Teruaki Kawashima
0ac61bffa7
avoid overflow in puts_scroll().
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26231 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 13:30:21 +00:00
Rafaël Carré
e2d1eb6fc8
mkamsboot: support Fuzev2 OF 2.03.33
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26230 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 13:13:53 +00:00
Amaury Pouly
2558be2579
kernel: the header says queue_peek should always be compiled in but the source put it in the #ifdef HAVE_EXTENDED_MESSAGING_AND_NAME section
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26229 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 12:58:00 +00:00
Amaury Pouly
b8ad90aba8
dircache:
...
- fix check_event_queue to use queue_peek and not mess message order
- change check_dircache_state to a more modest check to avoid messing up dircache state
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26228 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 12:50:50 +00:00
Rafaël Carré
7d8c02d105
Clip+: add charging curve
...
Charge using 150mA current like the OF to charge faster
Edit clipv2 charging curve with 150mA
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26227 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 12:48:15 +00:00
Yoshihisa Uchida
4efe1e6695
Rockbox Utility: updates Japanese translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26226 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 11:49:32 +00:00
Yoshihisa Uchida
d03e5eee05
updates Japanese translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26225 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 10:57:37 +00:00
Michael Chicoine
5e98b27178
Fix typos in comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26224 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 10:35:35 +00:00
Amaury Pouly
5f53612441
usb-as3525v2: fix typo in a comment.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26223 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 08:36:39 +00:00
Amaury Pouly
7c205aa686
FS#10913: fix file browser not updated on microsd insertion/removal. This is a synchro bug in dircache: the system send a SYS_FS_CHANGED message which is first handled by the main thread which rescan the directory but as dircache main treats the message after, the file browser get the old version... Workaround is to check message queue before opening a directory.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26222 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 08:31:11 +00:00
Jonathan Gordon
dcbf4bbdea
make radioart work in the sbs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26221 a1c6a512-1295-4272-9138-f99709370657
2010-05-21 02:35:11 +00:00
Rafaël Carré
7f24c3095d
Clipv1: charging curve
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26220 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 23:16:04 +00:00
Rafaël Carré
26c8eebe4f
Clipv1: cosmetics
...
Move code not defined for bootloader under a single preprocessor check
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26219 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 23:15:56 +00:00
Rafaël Carré
59462a8bf8
Clipv1: move buttonlight functions to header
...
GPIO direction needs only to be set at init
both functions are now one liners so make them static inline
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26218 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 23:15:48 +00:00
Rafaël Carré
427e871319
Clipv2 / Clip+ : lcd scanrate checked with test_scanrate
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26217 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 22:35:44 +00:00
Thomas Martitz
d2af487a05
Fix test_resize
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26216 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 20:49:04 +00:00
Rafaël Carré
af0d6f5394
more french translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26215 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 20:23:29 +00:00
Rafaël Carré
217eaf450b
a bit of french translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26214 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 20:10:03 +00:00
Rafaël Carré
5d92ae4eb6
manual: change all references to 'headphone jack' into more correct 'headphone socket'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26213 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 19:58:45 +00:00
Rafaël Carré
f39ef96676
Clip+: add description of buttons for blind users
...
Also change 'clip' options into correct 'clipv1'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26212 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 19:53:44 +00:00
Thomas Martitz
9d7d0b5af6
Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, don't error out for touchscreens (onda vx777 has almost no tactical buttons).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26209 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 19:05:24 +00:00
Torne Wuff
2960052d28
Increaase default ipod 3g contrast, to a value between the last two.
...
It seems there is some significant variance between different greyscale ipods of the same model, so it's unlikely that *any* value will be great for everyone. I'm hoping that this is just high enough that the lightest screens aren't totally blank, but not dark enough that the darkest screens are entirely unreadably black ;)
This rather unsatisfactory compromise is to help us get a new bootloader release out (since bootloaders can't have their contrast adjusted) - a real fix would be to detect the LCD type, which the OF appears to be able to do (maybe).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26208 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:58:33 +00:00
Rafaël Carré
d9e508b584
mkamsboot: support Clip+ OF v01.02.15
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26207 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:51:49 +00:00
Torne Wuff
970b46045e
Tweak new pluginlib button map for frotz to be more convenient
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26206 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:45:50 +00:00
Rafaël Carré
4c6b94551e
fuzev2: make manual build
...
Use the same info than Clipv1/v2 to warn about the version
(the path in OF menu to check the version has just one more component on Fuze)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26205 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:34:05 +00:00
Rafaël Carré
cfe3be3a1b
Clipv2 manual: correct playertype
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26204 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:34:00 +00:00
Thomas Martitz
9df2f2fdc1
Fix a data abort in codebuster.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26203 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:09:41 +00:00
Thomas Martitz
20e9d56ba5
S#10387 - Rework pluginlib actions
...
It changes pluginlib actions to contain only a single and simple context (and
other one for remote directional buttons),
consisting of 7(9) buttons: up/down/left/right, select OR short select and long
select, exit and cancel (plus 2 for scrollwheel targets).
This ensures contexts don't clash with other contexts and simplifies them, at
the expense of reduced versatility. However, the versatility made it largely unusable
due to the great number of targets.
This should allow for using pluginlib actions safely for the most simple plugins (e.g. almost all demos).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26202 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 17:41:28 +00:00
Alexander Levin
97365803d3
Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 17:38:38 +00:00
Rafaël Carré
0a21ffabbe
Clipv2: charging curve + voltage limits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26200 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 17:03:24 +00:00
Alexander Levin
5a379bce60
Another strike against ugly apostrophes in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26199 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 16:35:45 +00:00
Alexander Levin
87b2ad14c7
Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 16:20:58 +00:00
Jonathan Gordon
f531adc312
pass pointers around instead of coping whole structs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26197 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 15:27:17 +00:00
Jonathan Gordon
b8176a6761
redo r25569 so the screen is only cleared once instead of every update (which is ~2Hz
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26196 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 15:21:10 +00:00
Amaury Pouly
be6fba009b
usb-as3525v2:
...
- forgot a ccu undocumented thing in init
- finish init code (following linux patch)
- enable interrupts
- don't use dynanmic fifo sizing by default
- move to a more static configuration of usb hardware parameters (it might be necessary to move them to config* files later).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26195 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 14:54:32 +00:00