summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-15Add theme installation. This relies on a modified server script so the ↵Dominik Riebeling
themes site need to incorporate the changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14363 a1c6a512-1295-4272-9138-f99709370657
2007-08-15302 is also a valid redirect. Also keep the original query when redirecting.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14362 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Don't close http connection manually, the destructor will do that anyway. ↵Dominik Riebeling
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-15Ignore HAVE_BACKLIGHT for plugins, as they build without the check and makes ↵Peter D'Hoye
life easier for ondio owners. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14360 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Make the wheel work on 1st gen iPod.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14359 a1c6a512-1295-4272-9138-f99709370657
2007-08-15rbutilQt: set the correct sorting method for the browsedirtree dialog.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14358 a1c6a512-1295-4272-9138-f99709370657
2007-08-15rbutilQt: reworked bootloaderinstallation. removed the ↵Dominik Wenger
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-15more fixing on downloading class: toEncoded can't be used as get parameter. ↵Dominik Riebeling
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(hopefully) fix some broken download stuff I introduced yesterday.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14354 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Try to translate items when using the STRINGCHOICE_SETTING() macro (fixes ↵Jonathan Gordon
FS#7603) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14353 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some ↵Peter D'Hoye
wrongly ifdef'd backlight calls. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14352 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Copy files rather than linking them. This should make using the POOL feature ↵Jonas Häggqvist
work on Windows/Cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14351 a1c6a512-1295-4272-9138-f99709370657
2007-08-15use the host cc when preprocessing featuresDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14350 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Further tweaks to Catalan Language by Victor Zabalza (no UTF-8 in the commit ↵Jonas Häggqvist
message this time). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14349 a1c6a512-1295-4272-9138-f99709370657
2007-08-14extend ZipInstaller to support installing of multiple files at once (for use ↵Dominik Riebeling
by the theme installation). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14348 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Extend HttpGet class to allow downloading a file to a buffer instead of a file.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14347 a1c6a512-1295-4272-9138-f99709370657
2007-08-14The target power handling code isn't meant to be compiled for the sim.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14346 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ↵Jens Arnold
up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14345 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Small optimisationPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14344 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Sign me up for a couple of maintainer slots.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14343 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Ondios with backlight mod: * Make the backlight stay off in plain SVN builds ↵Jens Arnold
(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-14Update Swedish language.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14341 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Don't let the shutdown code mess with the backlight anymore on most targets. ↵Jens Arnold
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-14Add me to some parts I work on from time to time.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14339 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Reorder the file for easier maintenance and fix a couple of typos found ↵Magnus Holmgren
while doing it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14338 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Fix a few typos and indentations.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14337 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Add Rockbox icon to windows binary. Icon taken from fwpatcher.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14336 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Genlang gets very confused if the tags are not all lower-case.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14335 a1c6a512-1295-4272-9138-f99709370657
2007-08-14properties plugin: Make the ID3 info available on HWCODEC targets too.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14334 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Update Danish language.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14333 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Updated Catalan language by Víctor Zabalza.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14332 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Hopefully green this time (move the variable declarations inside the #if block).Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14331 a1c6a512-1295-4272-9138-f99709370657
2007-08-14properties plugin: the HWCODEC targets don't have get_metadata so no ID3 ↵Nicolas Pennequin
info for them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14330 a1c6a512-1295-4272-9138-f99709370657
2007-08-14The plugin API changed so update the version number and bump the change was ↵Nicolas Pennequin
incompatible, so bump the minimum version too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14329 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Add a bit of metadata info in the properties plugin output.Nicolas Pennequin
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-14Add an error check in get_mp3_metadata()Nicolas Pennequin
Check whether getonglength() succeeded or not, to prevent get_mp3_metadata() from returning a success value when in fact it failed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14327 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin
This should make it easy to use a buffer handle to put the ID3 data in. The changes in get_metadata are mostly search and replace. The only thing it actually used to do on the struct track_info was set taginfo_ready to true. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14326 a1c6a512-1295-4272-9138-f99709370657
2007-08-14Updated the Japanese lang file to the new lang format. Many strings still ↵Will Robertson
missing, but provides a better starting point for anyone wanting to do a proper sync. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14325 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Add another file extension viewing option that mimics the old behaviour and ↵Peter D'Hoye
make this default. Also update Dutch lang file and manual for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14324 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Add a warning not to use the 64MB build on a an Ipod with 32MB RAM.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14323 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Now get those keywords right...Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14322 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. ↵Peter D'Hoye
Created two helper functions for this, because this issue also exists in other plugins (to do). The helper functions are in the pluginlib in helper.[ch], where other common stuff can be put. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14321 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Updated Danish language.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14320 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Fix a typo, thanks to Alistair Marshall for spotting (FS #7594)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14319 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Update the manual for the new file extension settingPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14318 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Vector drawing of the 2nd generation Ipod, including a png and pdf version ↵Marianne Arnold
too so it can be used in the 1st and 2nd gen Ipod manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14317 a1c6a512-1295-4272-9138-f99709370657
2007-08-13While I'm at it, update Dutch language again ;)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14316 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Accept FS #7346 and take it a whole step further. Gives a separate setting ↵Peter D'Hoye
to control the displaying of file extensions: off, on, or only how unknown extensions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14315 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Mini G1: Enabled backlight fading. Attn. Mini G1 voice users: a new voice ↵Jens Arnold
file is required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14314 a1c6a512-1295-4272-9138-f99709370657
2007-08-13corrected logic in expression of jdgordon's r14187 commit; should fix ↵Robert Kukla
FS#7590. Tidied up exit paths while I was at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14313 a1c6a512-1295-4272-9138-f99709370657