Rafaël Carré
b2323be33b
ARM: lr addresses the next instruction after the failing one in undefined instruction vector
...
Substract 4 before passing the argument to UIE so the correct address is displayed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24321 a1c6a512-1295-4272-9138-f99709370657
2010-01-24 15:04:21 +00:00
Alex Parker
fd13e09c4f
Correct the instructions for returning to Rockbox from the OF on the Gigabeat S.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24320 a1c6a512-1295-4272-9138-f99709370657
2010-01-24 12:41:04 +00:00
Andree Buschmann
defb6fb56a
Recalculated typical current consumption for iPod Video.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24319 a1c6a512-1295-4272-9138-f99709370657
2010-01-23 19:55:27 +00:00
Andree Buschmann
934e6f0bfa
Commit FS#10082, enlarge volume control range for WM8758. This will enable volume control down to -90 dB for iPod Video targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24318 a1c6a512-1295-4272-9138-f99709370657
2010-01-23 19:28:26 +00:00
Alex Parker
868c34f0a8
FS#10915 - Slovak Language update by Peter Lecky.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24317 a1c6a512-1295-4272-9138-f99709370657
2010-01-23 19:12:56 +00:00
Alex Parker
ee26afc064
FS#10921 - Fix for serbian translation by Ivan Pesic.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24316 a1c6a512-1295-4272-9138-f99709370657
2010-01-23 19:08:13 +00:00
Alexander Levin
3191b3893b
Fix spacing and also use the correct platform name (we're not that far with renaming them)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24315 a1c6a512-1295-4272-9138-f99709370657
2010-01-22 23:14:12 +00:00
Alexander Levin
15c850ccd3
Section headings should not end with a full stop
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24314 a1c6a512-1295-4272-9138-f99709370657
2010-01-22 22:54:05 +00:00
Alexander Levin
e8448b9636
Use nicer right arrows in the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24313 a1c6a512-1295-4272-9138-f99709370657
2010-01-22 22:48:08 +00:00
Dominik Riebeling
329ea014e8
Store server info in RbSettings volatile in a QMap instead of putting it into the user settings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24312 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 17:50:47 +00:00
Michael Chicoine
b1dfdd4c7a
Update mkamsboot for Fuze OF 01.02.31
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24311 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 14:34:04 +00:00
Teruaki Kawashima
576d0721d6
fractals: set svn:keywords property.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24310 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 13:18:27 +00:00
Teruaki Kawashima
e0dfa22cad
Fractals: this should fix bugs on simulator for greyscale LCD targets.
...
* moved #define USEGSLIB to fractal_sets.h and include only needed header file.
* include plugin.h so that LCD_DEPTH is defined.
* explicitly include fractal_sets.h in mandelbrot_set.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24309 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 12:27:07 +00:00
Teruaki Kawashima
7ebde8503b
mpegplayer: reset foreground/background color and clear display in case they are changed in menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24308 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 12:14:18 +00:00
Teruaki Kawashima
ccf8e4e8ba
jpeg,png: fix typo in comments and indentions.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24307 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 12:06:02 +00:00
Maurus Cuelenaere
3e89296d6a
Import ipod-time-sync from libgpod
...
This copies ipod-time-sync from libgpod and strips it of
unneccesary code + Makefile and README are added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24306 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 11:57:01 +00:00
Rafaël Carré
0061234579
rbutil: mark e200v2 and fuze as stable (remove "Unstable")
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24305 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 08:57:12 +00:00
Rafaël Carré
46d6fe363e
vibe500: do not use float arithmetic, even if gcc would reduce this expression to a constant at compile time
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24304 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 08:57:07 +00:00
Jonathan Gordon
d0729abb96
fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuffled" playlist doesnt recreate the same playlist that was stopped.. (I'm tipsy still... read the task for more info :p )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24303 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 07:28:37 +00:00
Dominik Riebeling
f18b9d9d78
Make parsing the server date locale independent also for asctime and RFC850 representation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24302 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 22:48:11 +00:00
Dominik Wenger
8363619e66
rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24301 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 22:18:36 +00:00
Amaury Pouly
b5d16e79e1
FS#10738: fix disktidy plugin crash when dealing with very long file/directory names.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24300 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 21:24:19 +00:00
Dominik Wenger
052812d575
rbutil: remove some unneeded accesses to the raw build-info file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24299 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 20:22:34 +00:00
Frank Gevaerts
9050cdd527
Some formatting fixes, reported by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24297 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 18:33:44 +00:00
Michael Sparmann
49592128b2
Fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24296 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 11:41:18 +00:00
Michael Sparmann
9631f815ac
iPod Nano 2G: Fix FTL panics caused by a bogus check
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24295 a1c6a512-1295-4272-9138-f99709370657
2010-01-20 11:25:21 +00:00
Dominik Riebeling
70cfcf3fd6
Add new translations to resources. Sort files in resource.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24294 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 23:24:43 +00:00
Dominik Riebeling
92042548a2
Make Rockbox Utility build again and make some strings translatable. Break some long lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24293 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 23:16:43 +00:00
Dominik Riebeling
fd3abfc6c7
Add standard Rockbox header and license text.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24292 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 23:01:54 +00:00
Thomas Martitz
b5e1a1cc59
Fix red, moved around a bit to much.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24291 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 22:56:37 +00:00
Dominik Riebeling
93bba47001
Add script for generating rbutil translation status overview.
...
Small script to generate an overview of the current translation status
of Rockbox Utility. The sources are retrieved from svn for this, so it
doesn't mess up with a working copy. Current limitations:
- expects lupdate-qt4 and lrelease-qt4 to be in the PATH. Doesn't try to
find them using other names.
- always works on SVN HEAD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24290 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 22:51:16 +00:00
Thomas Martitz
6915340f2d
Fix FS#10867 and a few more potential issues by imitate target scrollwheel behavior more (although that behavior is suboptimal imo). Also, default for maximum backlight brightness in the sim and move stuff into sim.h.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24289 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 22:07:28 +00:00
Dominik Wenger
8d29cadaa1
rbutil: add a few qDebug outputs, to better track the install process in BootloaderInstallAms.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24288 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 21:59:25 +00:00
Alex Parker
82fa01e391
Add key define to the D2 manual to allow it to build.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24287 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 21:21:24 +00:00
Frank Gevaerts
f2a0f9905f
Make the tcc usb driver compile without warnings. No functional changes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24286 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 21:17:32 +00:00
Tomer Shalev
2f78fa114d
Fractals: No need to have globals under ctx struct
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24285 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 20:05:19 +00:00
Jonathan Gordon
31a4dc9caa
undo the last commit... I'm too tired to fgure out how to make batt bench work without the spin down notification (aka, fix red the really lazy way)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24284 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 08:04:36 +00:00
Jonathan Gordon
5e7b4f8c7e
Dont use the disk spindown notification on the mini2440, undo this if/when we have a clean way to force a shutdown/umount of the sd card
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24283 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 07:49:45 +00:00
Jonathan Gordon
29a51621d3
basic touchscreen support in the mini2440's cabbie file. play/repmode/shuffle buttons do their thing, battery goes to the menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24282 a1c6a512-1295-4272-9138-f99709370657
2010-01-19 07:26:20 +00:00
Bertrik Sikken
552835ebe2
Add a missing #include, make a function static, make touchpad_set_buttonlight implementation and declaration consistent
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24281 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 21:20:36 +00:00
Tomer Shalev
99a7cdc46c
A simple rename in cube.c (s/USE_GSLIB/USEGSLIB) in order to have better consistency across plugins
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24280 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 20:53:59 +00:00
Tomer Shalev
16a5066573
Remove commented out line from iriver ifp7xx config file
...
That line is annoying, as it is catches when grepping for HAVE_LCD_COLOR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24279 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 20:26:43 +00:00
Frank Gevaerts
553626a958
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
...
Author: Szymon Dziok
Flyspray: FS#10912
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24276 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 19:05:20 +00:00
Tomer Shalev
39e51cc66e
Fractals: Use overlay (do not clear the screen and paint the same region) when changing precision
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24275 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 16:36:06 +00:00
Karl Kurbjun
26542ddc84
M:Robe 500 - Correct a comment, and make charger detect pin an input as it should be.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24274 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 16:28:39 +00:00
Teruaki Kawashima
4ee5e5c896
Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24273 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 14:02:36 +00:00
Teruaki Kawashima
5bd0823749
jpeg,png: Merge user interface code and plugin entry point of the two plugins (part of FS#6321).
...
* Created new directory, imageviewer/ and moved both jpeg/ and png/ under it.
- this still doesn't merge the two plugins. i.e. both jpeg.rock and png.rock will be made for color targets.
- I'm thinking to merge the two plugins to single image viewer later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24272 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 12:46:19 +00:00
Nils Wallménius
135d983433
This should fix FS#10917, and also fix channel swapping i introduced in r23784. Lets hope the third time's the charm
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24271 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 04:32:47 +00:00
Nils Wallménius
cf39c86d3d
This should fix FS#10917, unfortunately i have no target evailable to test on
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24270 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 03:08:17 +00:00
Nils Wallménius
f9b05db006
Fix typo causing l+r mono encoding to use only one channel
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24269 a1c6a512-1295-4272-9138-f99709370657
2010-01-18 03:00:59 +00:00