Jens Arnold
bfa1adcd06
H300: Read battery voltage with 10bit precision.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14379 a1c6a512-1295-4272-9138-f99709370657
2007-08-17 20:47:24 +00:00
Linus Nielsen Feltzing
98a3789071
Add myself as maintainer for some parts
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14378 a1c6a512-1295-4272-9138-f99709370657
2007-08-17 12:54:19 +00:00
Jens Arnold
0b7391e06b
Fix more yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14377 a1c6a512-1295-4272-9138-f99709370657
2007-08-17 07:06:54 +00:00
Jens Arnold
839ffbff5f
Fix yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14376 a1c6a512-1295-4272-9138-f99709370657
2007-08-17 06:59:05 +00:00
Jens Arnold
0fac492c3d
First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14375 a1c6a512-1295-4272-9138-f99709370657
2007-08-17 06:45:18 +00:00
Peter D'Hoye
12706e4b1d
Updated Italian language file (FS #7605 by Harry Tu)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14374 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 23:32:47 +00:00
Peter D'Hoye
767c0ec589
Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14373 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 23:01:18 +00:00
Daniel Stenberg
735ab889d2
I'll grab a few more
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14372 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 22:15:20 +00:00
Jens Arnold
2a258eac6b
Fix signedness bug in trickle charge proportional adjustment which became visible due to the changed calculation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14371 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 17:34:55 +00:00
Jonathan Gordon
da727b5ace
Show the plugin category name in the list title in the plugin browsers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14370 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 13:55:37 +00:00
Dominik Riebeling
fc6d57f9a3
remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14368 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 10:40:26 +00:00
Daniel Stenberg
bebce6a74e
oops, close the handle after use as a good citizen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14367 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 08:14:03 +00:00
Daniel Stenberg
b23fc2511f
Added a "RAM usage:" line to rockbox-info.txt which basically says how large
...
portion of ram this rockbox occupies. The info is extracted from the map file,
end - loadaddress.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14366 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 08:10:45 +00:00
Michael Giacomelli
8159b9ee9a
Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply replacing c code with loop unrolled + load/store multiple instructions makes a surprising difference on PP. Also, add comments to the windowing code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14365 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 03:33:15 +00:00
Jens Arnold
1d1d9a8491
Switch to using millivolt for battery voltage and other internal voltages. * Fix debug voltage history display. * Some code cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14364 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 23:57:27 +00:00
Dominik Riebeling
653b996828
Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14363 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 21:54:15 +00:00
Dominik Riebeling
53fbd6d01d
302 is also a valid redirect. Also keep the original query when redirecting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14362 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 20:30:36 +00:00
Dominik Riebeling
57dd552e00
Don't close http connection manually, the destructor will do that anyway. Fixes some download problems. Also add support for following moved documents (http status 301, 303 and 307).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14361 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 20:08:02 +00:00
Peter D'Hoye
ba8ec4a605
Ignore HAVE_BACKLIGHT for plugins, as they build without the check and makes life easier for ondio owners.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14360 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 18:25:03 +00:00
Jens Arnold
c68e3cc3d6
Make the wheel work on 1st gen iPod.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14359 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 17:53:23 +00:00
Dominik Wenger
1899315834
rbutilQt: set the correct sorting method for the browsedirtree dialog.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14358 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:37:18 +00:00
Dominik Wenger
9789d303f2
rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14356 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:16:20 +00:00
Dominik Riebeling
8897e8cdfd
more fixing on downloading class: toEncoded can't be used as get parameter. Use path() and construct query parameters ourselves.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14355 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:15:24 +00:00
Dominik Riebeling
e59cf6b9df
(hopefully) fix some broken download stuff I introduced yesterday.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14354 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 13:28:15 +00:00
Jonathan Gordon
022173195f
Try to translate items when using the STRINGCHOICE_SETTING() macro (fixes FS#7603)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14353 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 13:16:16 +00:00
Peter D'Hoye
cb53e3cef4
Bring mpegplayer backlight fix to the other plugins, this also fixes some wrongly ifdef'd backlight calls.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14352 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 12:42:09 +00:00
Jonas Häggqvist
f2b5c29234
Copy files rather than linking them. This should make using the POOL feature work on Windows/Cygwin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14351 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 12:29:49 +00:00
Daniel Stenberg
05a6c98d24
use the host cc when preprocessing features
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14350 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 12:03:21 +00:00
Jonas Häggqvist
0624bd1e17
Further tweaks to Catalan Language by Victor Zabalza (no UTF-8 in the commit message this time).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14349 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 23:21:52 +00:00
Dominik Riebeling
498bae30b7
extend ZipInstaller to support installing of multiple files at once (for use by the theme installation).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14348 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 23:11:46 +00:00
Dominik Riebeling
07e4ddb79d
Extend HttpGet class to allow downloading a file to a buffer instead of a file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14347 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 22:47:01 +00:00
Jens Arnold
cacd382963
The target power handling code isn't meant to be compiled for the sim.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14346 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 22:23:15 +00:00
Jens Arnold
8a177345ce
Moved archos power handling into target tree. * Tuner power handling cleaned up a bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14345 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 22:06:23 +00:00
Peter D'Hoye
360d951271
Small optimisation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14344 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 21:02:44 +00:00
Thom Johansen
d746b94c57
Sign me up for a couple of maintainer slots.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14343 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 20:36:32 +00:00
Jens Arnold
89f8f2e935
Ondios with backlight mod: * Make the backlight stay off in plain SVN builds (was always on before). * Switch off the light at the very end of shutdown to fake poweroff (the Ondio hardware stays powered until the user releases the button, or the hardware poweroff kicks in).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14342 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 20:18:41 +00:00
Magnus Holmgren
db405e19db
Update Swedish language.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14341 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 20:06:11 +00:00
Jens Arnold
b03ffacda9
Don't let the shutdown code mess with the backlight anymore on most targets. The backlight thread decides what to do on shutdown.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14340 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 19:29:17 +00:00
Magnus Holmgren
c5ed1be35d
Add me to some parts I work on from time to time.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14339 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 19:23:10 +00:00
Magnus Holmgren
2589aa775f
Reorder the file for easier maintenance and fix a couple of typos found while doing it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14338 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 18:28:42 +00:00
Magnus Holmgren
4e140aca3b
Fix a few typos and indentations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14337 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 18:07:52 +00:00
Dominik Riebeling
a16ac1faf1
Add Rockbox icon to windows binary. Icon taken from fwpatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14336 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 15:44:47 +00:00
Jonas Häggqvist
e608327ef2
Genlang gets very confused if the tags are not all lower-case.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14335 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:22:30 +00:00
Nicolas Pennequin
4918059225
properties plugin: Make the ID3 info available on HWCODEC targets too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14334 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:19:22 +00:00
Jonas Häggqvist
ee44c8da52
Update Danish language.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14333 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:17:49 +00:00
Jonas Häggqvist
4efff75493
Updated Catalan language by Víctor Zabalza.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14332 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:14:47 +00:00
Nicolas Pennequin
dc1cb3cfbb
Hopefully green this time (move the variable declarations inside the #if block).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14331 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:44:50 +00:00
Nicolas Pennequin
adb64bbb9b
properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info for them.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14330 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:28:19 +00:00
Nicolas Pennequin
da6df9944d
The plugin API changed so update the version number and bump the change was incompatible, so bump the minimum version too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14329 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:27:26 +00:00
Nicolas Pennequin
9aa597f7f6
Add a bit of metadata info in the properties plugin output.
...
When displaying the properties of a file, attempt to get metadata from it and
on success, display the artist, title and album strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14328 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 11:56:15 +00:00