Linus Nielsen Feltzing
49b29dd91e
iAudio X5: allow recording of FM radio
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10273 a1c6a512-1295-4272-9138-f99709370657
2006-07-21 09:23:13 +00:00
Linus Nielsen Feltzing
ed4d7a33bd
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
...
Also includes a rewrite of the Coldfire I2C driver to include both read and write.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10272 a1c6a512-1295-4272-9138-f99709370657
2006-07-21 08:42:28 +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
Martin Scarratt
76b729c47b
On-the-fly filesplitting when recording for I-Rivers. Record button starts new file, Play/Pause button pauses/resumes recording. Also, Filename information for all screens > 80 pixels high.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10270 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 22:44:10 +00:00
Antoine Cellerier
f28c35effc
Fix typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10269 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 22:31:59 +00:00
Dominik Riebeling
abdff539f2
Adjust HTML manual a bit to the rockbox website colors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10268 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 22:15:39 +00:00
Nils Wallménius
ae7e70c6d9
updated buttonmaps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10267 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 19:32:39 +00:00
Dominik Riebeling
53ca97cbcc
Remove "config file options" from the HTML manual for now as it breaks building. Needs to be fixed later.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10266 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 18:12:17 +00:00
Dominik Riebeling
9413c2a4ef
Add new make targets to build the manual as html.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 18:07:46 +00:00
Marcoen Hirschberg
1c3dff7c83
don't assume GNU make is called make
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 15:33:10 +00:00
Dominik Riebeling
769e123955
include a downscaled png version of the logo when building the html version of the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10263 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 15:05:42 +00:00
Dominik Riebeling
b44b225e6e
don't break between name and bullet in credits list.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10262 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 14:33:04 +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
Dan Everton
7b5af8c045
Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID3 tags for replaygain values instead of TXXX tags when playing files tagged with ID3v2.4. Patch by psyche78 (task #2937 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10259 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 10:35:20 +00:00
Antoine Cellerier
928c33c255
rockpaint.c: Paint plugin for color LCD targets. Features include: different tools (brush, bucket, cut/copy/paste, line, bezier curve, text, rectangles, ovals, linear and radial gradients), 18 color palette, RGBHSV color picker, BMP file loading and saving. This still needs some work (and maybe some, if not a lot, of cleaning up of the source code) but it works fine (tested on h3x0 and ipod5g sims and ipod5g real target).
...
viewers.config: add rockpaint to the list of available viewers for .bmp files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10258 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 20:11:02 +00:00
Antoine Cellerier
36daf39e57
Rockpaint interface bitmaps:
...
* rockpaint.bmp : toolbar
* rockpaint_hsvrgb.bmp : color picker legend
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10257 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 20:01:08 +00:00
Antoine Cellerier
561ac73e01
Increment plugin api version (thanks to hardeep)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10256 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 19:55:51 +00:00
Antoine Cellerier
06e6acd6cd
Export bidi_l2v, font_get_bits and font_load in plugin API (on bitmap LCD targets)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10255 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 19:47:34 +00:00
Antoine Cellerier
2da8f69c95
Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 19:44:44 +00:00
Antoine Cellerier
5e306b4c19
RGB <-> HSV colorspace conversion lib
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10253 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 19:40:17 +00:00
Dave Chapman
61c301bf8d
Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video lcd_update function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10252 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 17:47:06 +00:00
Dominik Riebeling
73c6c9d279
add a section about naming conventions and the icons used in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10251 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 16:25:15 +00:00
Dominik Riebeling
4ccc2cebd2
Add a description of the ipod nano controls, posted by Woody Anna Dresner on the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10250 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 16:06:37 +00:00
Martin Scarratt
13e49f5f91
Completed implementation of display GUI code for recording and peakmeter
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10249 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 15:30:40 +00:00
Dave Chapman
91d2678de8
Oops - fix warning and ensure bg_col is always set to a value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10248 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 15:07:08 +00:00
Dave Chapman
3ea74cc1b4
Patch #5584 from Jonathan Gordon - fix the remote support for the colour picker
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10247 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 14:31:24 +00:00
Dave Chapman
283de5f869
Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ playback function for the 3g
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10246 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 13:08:19 +00:00
Martin Scarratt
ef8317b599
Multi screen support for the Virtual Keyboard. If the screen is too small to contain all the characters press the mode button to flip to the next page. Still need a page flip for morse mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10245 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 12:07:51 +00:00
Peter D'Hoye
5aa017b040
Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 by Rani Hod (RaeNye).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10244 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 00:39:30 +00:00
Mark Arigo
50f7e4e083
Additional fix for seeking beyond the current buffered data
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10243 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 21:10:13 +00:00
Dominik Riebeling
7ab1d9bbac
use the correct values for volume in config file description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10242 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 20:53:19 +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
d13ef359d2
Add description of the H1xx to help blind and visually impaired users, needs to be added for all players.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10240 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 19:40:12 +00:00
Martin Scarratt
9c43c38734
Recent bookmarks screen support for multiple screens
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10239 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 19:11:56 +00:00
Dave Chapman
98930fbe1e
Oops - get_sid_metadata() isn't needed for hwcodec (fix warning).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10238 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 18:52:23 +00:00
Dave Chapman
752faa4351
Patch #5157 by Rainer Sinsch - SID codec
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 18:33:12 +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
Christian Gmeiner
a59b3eb919
simplification of lcd driver code - based on patch #5474 by Rani Hod
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10235 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 18:16:38 +00:00
Dave Chapman
19f8ae7609
Patch #5678 from Daniel Ankers - add ipod 3G button definitions to the logf viewer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10234 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 16:03:36 +00:00
Martin Scarratt
aeefeab54b
Ensure long press of stop button in WPS stops play thanks to Slasheri and Amiconn
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10233 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 15:12:49 +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
Björn Stenberg
d4100c4cb1
Feature freeze lifted
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10231 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 13:13:29 +00:00
Dave Chapman
e81f52a1c6
Add Paul Louden (aka Llorean aka Paul_The_Nerd) for keeping the forums running, testing, debugging and the 1001 other things he does for Rockbox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10230 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 13:02:11 +00:00
Linus Nielsen Feltzing
df1df9560b
Fixed a bug introduced in patch #5630 which caused the battery icon to disappear in the engineeer2 WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10229 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 12:59:16 +00:00
Dave Chapman
f5ee212802
Add Daniel Ankers for his contribution to fixing audio playback on the 3rd Gen ipods.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10228 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 12:55:31 +00:00
Jens Arnold
d59b2d0bf6
Tetrox colour background rework by Marianne Arnold: * Reworked brick walls. * Preview area black to match the in-game handling. * Fixed iPod G5 preview area size.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10226 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 00:28:35 +00:00
Jens Arnold
393f31cc43
1bit and 2bit LCD drivers: Low-level bit handling optimisations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10225 a1c6a512-1295-4272-9138-f99709370657
2006-07-18 00:04:43 +00:00
Peter D'Hoye
ed00b17305
Add .jpe and .jpeg extensions to supported viewer extensions for the jpeg viewer. Patch FS#5676 by Nils Wallménius.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10224 a1c6a512-1295-4272-9138-f99709370657
2006-07-17 22:30:21 +00:00
Dominik Riebeling
6424c50952
our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the warn and note symbols when not generating pdf output, also don't format the rockbox title as chapter*. Fixes some issues with tex4ht (and brings us closer to the html manual)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10223 a1c6a512-1295-4272-9138-f99709370657
2006-07-17 19:10:31 +00:00