Marc Guay
d0e95cf077
Add missing keymaps to the manual. Show Pitch Screen from the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17768 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:25:15 +00:00
Marc Guay
72215566a6
Add missing keymaps for the c200, h100, and h300 to the manual. Long-record to enter recording screen from WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17767 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:08:41 +00:00
Dominik Riebeling
24bb08ddd3
Explicitly set the dialog's result code for TTS / Encoder windows. Fixes an issue where one couldn't close the dialog anymore.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17766 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 20:08:22 +00:00
Rob Purchase
9aa7ceb0df
Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disable FIQs unless you really, really need to.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17765 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 18:23:56 +00:00
Rob Purchase
1bcd53dd5b
D2: Add test_codec exit button mapping.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17764 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 17:47:09 +00:00
Jonathan Gordon
bdbdb97f19
FS#9051 - remove LCD margins... use viewports if you need them...
...
NOTE to WPS people....
%m has been removed, but (i think) because of the other %m tags it wont fail if you try loading a wps with %m|..|, it will just be ignored.
Also note that if the statusbar is enabled the default viewport is 8 pixels shorter than when its not, i.e (0,0) is really (0,8) if the statusbar is shown... I dont think this will be a major issue because almost no WPS show the bar and use bitmaps... text only WPS shouldnt be affected.
Please report problem screens in http://forums.rockbox.org/index.php?topic=17358.0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17763 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 13:20:35 +00:00
Jonathan Gordon
c1b8df05e1
forgot 2 lcd sizes, and fix the progress viewport in 160x128x2
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17762 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 07:51:26 +00:00
Jonathan Gordon
ef9c9d6354
replace %m from all svn WPS with use conditional viewports.
...
One thing I forgot to mention in the cond vp commit... if any viewports are defined in a WPS, it wont let you display text in the default viewport (the one which has everything up untill the first %V..) You should only use that viewport for image placement
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17761 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 07:32:27 +00:00
Jonathan Gordon
082f50b947
fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17760 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 06:17:22 +00:00
Jonathan Gordon
5a169bb717
commit FS#9027 - conditional viewports
...
** BREAKS CURRENT WPS's **
* %P has been removed, merged with the new %pb
* %pb is now %pb or %pb|bitmap|x|y|width|height| (any of those params can be - to use sane defaults... check wiki/task for more explaination)
* New %Vl and %Vd tags which are used to setup and display conditionaly displayed viewports (%Vl|<id>|<usual %V params>| to set up, then %Vd<id> to enable the viewport
* bumps the max allowed viewport count to 24
* you can setup 3 different progressbars in a WPS... max of one per viewport though
http://www.rockbox.org/tracker/task/9027?getfile=16785 is a simple perl script to convert old %P/%pb to the new %pb syntax
I'll commit changes to the cabbie wps soon which shows how to use %Vl/%Vd properly...
Reminder: %m will be removed soonish also so when fixing your WPS's remember to use conditional viewports to replace %m
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17759 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 06:04:17 +00:00
Jonathan Gordon
6653072292
bah, fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17758 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 02:57:24 +00:00
Jonathan Gordon
4982b87b9c
fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also minor code policing.. use true/false instead of 1/0 for calls to fade()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17757 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 02:45:55 +00:00
Jonas Häggqvist
0ac9839ffc
Updated Finnish translation by Jani Kinnunen.
...
Updated Serbian translation by Ivan Pesic.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17756 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 22:19:09 +00:00
Rob Purchase
fcb7d61762
A basic seek/skip WPS keymap for touchscreen targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17755 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 19:19:48 +00:00
Rob Purchase
e62aa9e156
Oops, fix red.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17754 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 19:01:44 +00:00
Rob Purchase
d6159ea7d7
Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17753 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 18:48:22 +00:00
Jonas Häggqvist
20baeca44d
Danish translation: Fix an untranslated string, and use correct terminology when expressing sizes in bytes (IEEE-1541,ISO/IEC-80000).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17752 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 14:59:49 +00:00
Maurus Cuelenaere
8f9b293c4c
Fix a mistake + be more verbose
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17751 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 11:58:44 +00:00
Andree Buschmann
f0087f06aa
Small correction to avoid overflow within calculate_V()-function. Re-enable full precision for ARM as speed-optimized version is not that much faster anymore.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17750 a1c6a512-1295-4272-9138-f99709370657
2008-06-22 09:11:06 +00:00
Mustapha Senhaji
5acfae2a3c
Let's the plugin stats count more music files that we support. Spoted by Alex Parker.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17749 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 19:58:26 +00:00
Marc Guay
e095185b7d
Add Trigger section to the recording settings chapter of the manual. FS#8539
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17748 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 19:29:53 +00:00
Marc Guay
e028cff95b
Small changes to the manual, section 7.5: Scrolling. Tried to clarify some of the wording and added keymaps for the Screen Scrolls Out Of View function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17747 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 19:06:52 +00:00
Maurus Cuelenaere
00daa7c67a
Add basic Jz4740 USB tool for messing with Ingenic chipset players
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17746 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 17:18:24 +00:00
Marc Guay
9d01761cff
Another forgotten file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17745 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 16:44:30 +00:00
Marc Guay
b362b7f9ea
Hopefully update the keywords. Thanks bluebrother.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17744 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 16:07:59 +00:00
Marc Guay
1ccc3e72f0
Forgot the export/config file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17743 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 15:22:33 +00:00
Marc Guay
b93667b306
Add the Sansa c100 as a build target with basic drivers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17742 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 15:18:36 +00:00
Jonas Häggqvist
fdd5c3f1a3
Synced Danish translation and restore the header deleted by FS#8903.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17741 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 14:54:11 +00:00
Dominik Riebeling
a1f7fd85ad
use getpwuid() instead of getlogin() on linux as the latter doesn't seem to work in all cases. Thanks to BigBambi for reporting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17740 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 11:40:04 +00:00
Marianne Arnold
1bdb3cd8a9
Update of the Rockboy chapter: fill out button table and mention the touchpad style control on the Ipods, update the menu item description (especially add previously not mentioned options on colour screen targets).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17739 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 11:29:42 +00:00
Dominik Riebeling
c16a61a84b
Fix building on Windows
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17738 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 11:06:20 +00:00
Marianne Arnold
2c1ebf5e91
Some more small updates in the manual's plugins section: fill out missing info in some button tables, fix typos and descriptions, additionally fix wrong info in my previous mpegplayer.tex commit, add missing screenshot (c200 chess_clock) and wrap the example line in the shortcuts.tex into 'example' because the line didn't break correctly and looked weird in the pdf.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17737 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 10:39:23 +00:00
Dominik Riebeling
1876a0bcf2
Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17736 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 10:28:10 +00:00
Daniel Stenberg
5b2d06ad51
welcome Marc Guay!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17735 a1c6a512-1295-4272-9138-f99709370657
2008-06-20 20:45:37 +00:00
Marianne Arnold
b1131b1fcd
Fill out and correct a few plugin button tables. This includes: adding missing info for some keypads (mainly c200 and H10), fixing typos or wrong (outdated) details, adding missing facts, some whitespace changes and breaking overly long lines to make the code better readable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17734 a1c6a512-1295-4272-9138-f99709370657
2008-06-19 01:08:37 +00:00
Marianne Arnold
550350117f
Minor fixes in some platform files: consistent spelling and close a macro correctly so that the following space is not eaten.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17733 a1c6a512-1295-4272-9138-f99709370657
2008-06-19 00:53:05 +00:00
Dominik Riebeling
c47988034f
Factor out scramble / mkboot functions to allow easier reuse (for rbutil).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17732 a1c6a512-1295-4272-9138-f99709370657
2008-06-18 22:30:59 +00:00
Marianne Arnold
efbd2b8d7a
More calculate button changes: make the 'calculate' shortcut also work on the M5X5, the Ipod and the Gigabeat S pad. Also make 'select' actually select the number under the cursor and use 'menu' for calculating instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17731 a1c6a512-1295-4272-9138-f99709370657
2008-06-18 20:07:47 +00:00
Dominik Riebeling
d131a31266
Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17730 a1c6a512-1295-4272-9138-f99709370657
2008-06-17 17:52:13 +00:00
Peter D'Hoye
8436e29e7e
Dutch langfile update
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17729 a1c6a512-1295-4272-9138-f99709370657
2008-06-17 13:11:11 +00:00
Marianne Arnold
19590c25b3
Make the 'calculate' shortcut work on the H10 pad
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17728 a1c6a512-1295-4272-9138-f99709370657
2008-06-17 09:50:37 +00:00
Jonathan Gordon
014dc784f3
quick fix for FS#9046 - dont let jpeg.rock enter the playback menu if its using the audiobuffer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17727 a1c6a512-1295-4272-9138-f99709370657
2008-06-16 02:52:43 +00:00
Dominik Riebeling
e0f7b7a830
add "tags" rule to create ctags file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17726 a1c6a512-1295-4272-9138-f99709370657
2008-06-15 20:53:51 +00:00
Jonathan Gordon
5c416ae855
"Fix" FS#7887 - the line selector colours would be completly wrong on scrolling lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17725 a1c6a512-1295-4272-9138-f99709370657
2008-06-15 13:12:26 +00:00
Andree Buschmann
1671453992
Musepack speed optimization. Speep up 64 bit precision synthesizer by another 1.5MHz through using symmetries within D[] filter coefficients. For ARM only.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17724 a1c6a512-1295-4272-9138-f99709370657
2008-06-15 12:17:22 +00:00
Jonathan Gordon
23bca7e400
fix FS#5821 and FS#8449 - WPS isnt updated during fade, play status isnt changed to pause fast enough.
...
not sure if this is the best fix, wondering why fade() is handled by the wps code and not playback....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17723 a1c6a512-1295-4272-9138-f99709370657
2008-06-15 11:22:44 +00:00
Michael Giacomelli
3d30be8557
lcd-common.h hasn't contained code in nearly 6 years.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17722 a1c6a512-1295-4272-9138-f99709370657
2008-06-14 23:10:47 +00:00
Andree Buschmann
3d40144e34
Commit FS#9076, unification of PCF-initialization for iPod Video and nano. The nano's runtime will increase by about 45min.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17721 a1c6a512-1295-4272-9138-f99709370657
2008-06-14 22:22:51 +00:00
Andree Buschmann
80af160fbf
Minor code beautification.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17720 a1c6a512-1295-4272-9138-f99709370657
2008-06-14 22:10:16 +00:00
Andree Buschmann
c0951d95b3
Resort operands in mul/smull/mla/smlal to use D[] as second multiplication operand. Additionally do not pre-scale D[] for the 64 Bit precision synthesizer. Through this the 64 Bit multiplication is speed up by 1.5MHz without loss of precision.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17719 a1c6a512-1295-4272-9138-f99709370657
2008-06-14 11:22:31 +00:00