summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Disable DOOM for c200v2, it won't runRafaël Carré2010-01-24
| | | | | | Reclaim 128kB of plugin buffer, audio buffer is now 4 times larger git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24323 a1c6a512-1295-4272-9138-f99709370657
* *.link: depends on config file where plugin buffer size is setRafaël Carré2010-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24322 a1c6a512-1295-4272-9138-f99709370657
* ARM: lr addresses the next instruction after the failing one in undefined ↵Rafaël Carré2010-01-24
| | | | | | | | 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
* Correct the instructions for returning to Rockbox from the OF on the Gigabeat S.Alex Parker2010-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24320 a1c6a512-1295-4272-9138-f99709370657
* Recalculated typical current consumption for iPod Video.Andree Buschmann2010-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24319 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#10082, enlarge volume control range for WM8758. This will enable ↵Andree Buschmann2010-01-23
| | | | | | 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
* FS#10915 - Slovak Language update by Peter Lecky.Alex Parker2010-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24317 a1c6a512-1295-4272-9138-f99709370657
* FS#10921 - Fix for serbian translation by Ivan Pesic.Alex Parker2010-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24316 a1c6a512-1295-4272-9138-f99709370657
* Fix spacing and also use the correct platform name (we're not that far with ↵Alexander Levin2010-01-22
| | | | | | renaming them) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24315 a1c6a512-1295-4272-9138-f99709370657
* Section headings should not end with a full stopAlexander Levin2010-01-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24314 a1c6a512-1295-4272-9138-f99709370657
* Use nicer right arrows in the manualAlexander Levin2010-01-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24313 a1c6a512-1295-4272-9138-f99709370657
* Store server info in RbSettings volatile in a QMap instead of putting it ↵Dominik Riebeling2010-01-21
| | | | | | into the user settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24312 a1c6a512-1295-4272-9138-f99709370657
* Update mkamsboot for Fuze OF 01.02.31Michael Chicoine2010-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24311 a1c6a512-1295-4272-9138-f99709370657
* fractals: set svn:keywords property.Teruaki Kawashima2010-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24310 a1c6a512-1295-4272-9138-f99709370657
* Fractals: this should fix bugs on simulator for greyscale LCD targets.Teruaki Kawashima2010-01-21
| | | | | | | | | * 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
* mpegplayer: reset foreground/background color and clear display in case they ↵Teruaki Kawashima2010-01-21
| | | | | | are changed in menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24308 a1c6a512-1295-4272-9138-f99709370657
* jpeg,png: fix typo in comments and indentions.Teruaki Kawashima2010-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24307 a1c6a512-1295-4272-9138-f99709370657
* Import ipod-time-sync from libgpodMaurus Cuelenaere2010-01-21
| | | | | | | 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
* rbutil: mark e200v2 and fuze as stable (remove "Unstable")Rafaël Carré2010-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24305 a1c6a512-1295-4272-9138-f99709370657
* vibe500: do not use float arithmetic, even if gcc would reduce this ↵Rafaël Carré2010-01-21
| | | | | | expression to a constant at compile time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24304 a1c6a512-1295-4272-9138-f99709370657
* fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert ↵Jonathan Gordon2010-01-21
| | | | | | 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
* Make parsing the server date locale independent also for asctime and RFC850 ↵Dominik Riebeling2010-01-20
| | | | | | representation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24302 a1c6a512-1295-4272-9138-f99709370657
* rbutil: store the info from the server centrally in RbSetttings. Dont ↵Dominik Wenger2010-01-20
| | | | | | download build-info multiple times. Rename install.cpp git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24301 a1c6a512-1295-4272-9138-f99709370657
* FS#10738: fix disktidy plugin crash when dealing with very long ↵Amaury Pouly2010-01-20
| | | | | | file/directory names. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24300 a1c6a512-1295-4272-9138-f99709370657
* rbutil: remove some unneeded accesses to the raw build-info file.Dominik Wenger2010-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24299 a1c6a512-1295-4272-9138-f99709370657
* Some formatting fixes, reported by Alexander LevinFrank Gevaerts2010-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24297 a1c6a512-1295-4272-9138-f99709370657
* Fix yellowMichael Sparmann2010-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24296 a1c6a512-1295-4272-9138-f99709370657
* iPod Nano 2G: Fix FTL panics caused by a bogus checkMichael Sparmann2010-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24295 a1c6a512-1295-4272-9138-f99709370657
* Add new translations to resources. Sort files in resource.Dominik Riebeling2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24294 a1c6a512-1295-4272-9138-f99709370657
* Make Rockbox Utility build again and make some strings translatable. Break ↵Dominik Riebeling2010-01-19
| | | | | | some long lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24293 a1c6a512-1295-4272-9138-f99709370657
* Add standard Rockbox header and license text.Dominik Riebeling2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24292 a1c6a512-1295-4272-9138-f99709370657
* Fix red, moved around a bit to much.Thomas Martitz2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24291 a1c6a512-1295-4272-9138-f99709370657
* Add script for generating rbutil translation status overview.Dominik Riebeling2010-01-19
| | | | | | | | | | | 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
* Fix FS#10867 and a few more potential issues by imitate target scrollwheel ↵Thomas Martitz2010-01-19
| | | | | | 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
* rbutil: add a few qDebug outputs, to better track the install process in ↵Dominik Wenger2010-01-19
| | | | | | BootloaderInstallAms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24288 a1c6a512-1295-4272-9138-f99709370657
* Add key define to the D2 manual to allow it to build.Alex Parker2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24287 a1c6a512-1295-4272-9138-f99709370657
* Make the tcc usb driver compile without warnings. No functional changesFrank Gevaerts2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24286 a1c6a512-1295-4272-9138-f99709370657
* Fractals: No need to have globals under ctx structTomer Shalev2010-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24285 a1c6a512-1295-4272-9138-f99709370657
* undo the last commit... I'm too tired to fgure out how to make batt bench ↵Jonathan Gordon2010-01-19
| | | | | | 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
* Dont use the disk spindown notification on the mini2440, undo this if/when ↵Jonathan Gordon2010-01-19
| | | | | | 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
* basic touchscreen support in the mini2440's cabbie file. ↵Jonathan Gordon2010-01-19
| | | | | | 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
* Add a missing #include, make a function static, make ↵Bertrik Sikken2010-01-18
| | | | | | touchpad_set_buttonlight implementation and declaration consistent git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24281 a1c6a512-1295-4272-9138-f99709370657
* A simple rename in cube.c (s/USE_GSLIB/USEGSLIB) in order to have better ↵Tomer Shalev2010-01-18
| | | | | | consistency across plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24280 a1c6a512-1295-4272-9138-f99709370657
* Remove commented out line from iriver ifp7xx config fileTomer Shalev2010-01-18
| | | | | | | 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
* Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts2010-01-18
| | | | | | | | Author: Szymon Dziok Flyspray: FS#10912 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24276 a1c6a512-1295-4272-9138-f99709370657
* Fractals: Use overlay (do not clear the screen and paint the same region) ↵Tomer Shalev2010-01-18
| | | | | | when changing precision git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24275 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500 - Correct a comment, and make charger detect pin an input as it ↵Karl Kurbjun2010-01-18
| | | | | | should be. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24274 a1c6a512-1295-4272-9138-f99709370657
* Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.Teruaki Kawashima2010-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24273 a1c6a512-1295-4272-9138-f99709370657
* jpeg,png: Merge user interface code and plugin entry point of the two ↵Teruaki Kawashima2010-01-18
| | | | | | | | | | 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
* This should fix FS#10917, and also fix channel swapping i introduced in ↵Nils Wallménius2010-01-18
| | | | | | r23784. Lets hope the third time's the charm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24271 a1c6a512-1295-4272-9138-f99709370657