summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge duplicating code to remove char in keyboard.Teruaki Kawashima2009-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23569 a1c6a512-1295-4272-9138-f99709370657
* Rename print_error() in ipodpatcher and sansapatcher.Dominik Riebeling2009-11-08
| | | | | | | | | | Both patchers use the same function name with one being removed when building for rbutil. This gets in the way trying to move the patchers to libraries, and it also results a linking dependency of sansapatcher on ipodpatcher. Renaming the function makes both more self-contained and avoids potential issues if the functions happen to not do the same. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23568 a1c6a512-1295-4272-9138-f99709370657
* FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima2009-11-08
| | | | | | | | | | | | | * Remember last used text input mode (keyboard or morse input) in settings. * Add setting "Use Morse Code Input" under Settings -> General Settings -> System. Now it is possible for some of targets without button combo for changing input mode to use morse input by changing the setting. it's not possible for them to change input mode during in the keyboard screen of course. There are still targets without morse input mode. Flyspray: FS#10338 Author: myself, David Johnston git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23567 a1c6a512-1295-4272-9138-f99709370657
* Reenable -O2 for Wavpack, which appears to have been lost during makefile ↵Michael Giacomelli2009-11-08
| | | | | | clean up. Improves wavpack decoding performance by several MHz on ARM and Coldfire. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23566 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: moved some functions around, no functional changes yetJeffrey Goode2009-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23565 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Disable LED above screen and add a change for the 256 color blitterKarl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23564 a1c6a512-1295-4272-9138-f99709370657
* Test codec: Add exit button for touchscreensKarl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23563 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Menu button is now power for JPEG viewerKarl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23562 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500 - Add some more debug information.Karl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23561 a1c6a512-1295-4272-9138-f99709370657
* sd.h: No functional changes to present code. Added some additional SD ↵Jack Halpin2009-11-07
| | | | | | | | | | CMD's and a #define for card errors flagged in an R1 response. Add SD_SD_STATUS(ACMD13), SD_SET_WR_BLK_ERASE_COUNT(ACMD23), SD_PROGRAM_CSD(CMD27). Add #define SD_R1_CARD_ERROR to make card error checking easier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23560 a1c6a512-1295-4272-9138-f99709370657
* Meizu M6SP: initial button driver (adapted from Meizu M3)Bertrik Sikken2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23559 a1c6a512-1295-4272-9138-f99709370657
* Fix a compile warning.Dominik Riebeling2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23558 a1c6a512-1295-4272-9138-f99709370657
* Allow the bin2c output filename stem to contain a path.Dominik Riebeling2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23557 a1c6a512-1295-4272-9138-f99709370657
* Update portugues-brasileiro lang file (FS#10765 by Adilson Xavier).Dominik Riebeling2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23556 a1c6a512-1295-4272-9138-f99709370657
* Everything passed - disable viewport clipping.Karl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23555 a1c6a512-1295-4272-9138-f99709370657
* Just a test to make sure all targets build with viewport clipping enabled - ↵Karl Kurbjun2009-11-07
| | | | | | will disable once all builds pass git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23554 a1c6a512-1295-4272-9138-f99709370657
* Fix RedKarl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23553 a1c6a512-1295-4272-9138-f99709370657
* Fix two width calculationsKarl Kurbjun2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23552 a1c6a512-1295-4272-9138-f99709370657
* Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A ↵Karl Kurbjun2009-11-07
| | | | | | simulator check is also added to set_viewport that will show an error/note when DEBUGF is enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23551 a1c6a512-1295-4272-9138-f99709370657
* fix typo in manual. thanks to mc2739 for noticing.Teruaki Kawashima2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23550 a1c6a512-1295-4272-9138-f99709370657
* theme remove: add sbs to remove list.Teruaki Kawashima2009-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23549 a1c6a512-1295-4272-9138-f99709370657
* Make it clear in the beast manual that you need to play Russian dolls with ↵Alex Parker2009-11-07
| | | | | | the OF you download from Toshiba - it is inside an exe file which is inside an iso file which is inside a zip file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23548 a1c6a512-1295-4272-9138-f99709370657
* Introduce new config header 'config-sim.h' that takes care of undefining ↵Nils Wallménius2009-11-07
| | | | | | things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23547 a1c6a512-1295-4272-9138-f99709370657
* Replace enum statusbar_values in global_settings with int, fixing crash with ↵Andrew Mahone2009-11-07
| | | | | | -fshort-enums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23546 a1c6a512-1295-4272-9138-f99709370657
* Set svn:keywords property.Dominik Riebeling2009-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23545 a1c6a512-1295-4272-9138-f99709370657
* Meizu M6SP: initialise and use SDRAMBertrik Sikken2009-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23544 a1c6a512-1295-4272-9138-f99709370657
* Merge duplicating code to move cursor left/right.Teruaki Kawashima2009-11-06
| | | | | | remove ACTION_KBD_SELECT_REM, use ACTION_KBD_SELECT instead as they seem to be equivalent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23543 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: need ifdef to fix yellowJeffrey Goode2009-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23542 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: sorted functions into logical sections for readability. Tiny ↵Jeffrey Goode2009-11-06
| | | | | | changes, nothing functional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23541 a1c6a512-1295-4272-9138-f99709370657
* Fix genlang tool broken by r22945Peter D'Hoye2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23540 a1c6a512-1295-4272-9138-f99709370657
* updated Dutch lang filePeter D'Hoye2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23539 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23538 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: better latency calculation, added debug codeJeffrey Goode2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23537 a1c6a512-1295-4272-9138-f99709370657
* Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23536 a1c6a512-1295-4272-9138-f99709370657
* My bad, Pavel wasn't on the credit yet, then add him for the translation.Mustapha Senhaji2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23535 a1c6a512-1295-4272-9138-f99709370657
* Update the czech translation.Mustapha Senhaji2009-11-05
| | | | | | | | Flyspray: FS#10659 Author: Pavel Rzehak git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23534 a1c6a512-1295-4272-9138-f99709370657
* Update the portugues-brasileiro translation.Mustapha Senhaji2009-11-05
| | | | | | | | | Flyspray: FS#10762 Author: Adilson Xavier git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23533 a1c6a512-1295-4272-9138-f99709370657
* Updated french translation.Mustapha Senhaji2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23532 a1c6a512-1295-4272-9138-f99709370657
* RTC read of ds1339 of ds3231 weekday Robert Kukla2009-11-05
| | | | | | | Flyspray: FS #10760 Author: Simon Rothen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23531 a1c6a512-1295-4272-9138-f99709370657
* Fix hiding the status bar in the touchscreen calibration screen.Rob Purchase2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23530 a1c6a512-1295-4272-9138-f99709370657
* Ensure touchscreen calibration setting is saved after change or reset.Rob Purchase2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23529 a1c6a512-1295-4272-9138-f99709370657
* Spoken correction for OUTro value in SKIPLENGTH function.Alessio Lenzi2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23528 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation and correct a little mistake in English.Alessio Lenzi2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23527 a1c6a512-1295-4272-9138-f99709370657
* Get font and colors from UI viewport before intersecting, instead of leaving ↵Thomas Martitz2009-11-04
| | | | | | them empty. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23526 a1c6a512-1295-4272-9138-f99709370657
* Use mingw32-make when deploy-building on Windows / MinGW as make might not ↵Dominik Riebeling2009-11-04
| | | | | | be the MinGW version one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23525 a1c6a512-1295-4272-9138-f99709370657
* mktccboot doesn't use any version string passed by the Makefile, remove ↵Dominik Riebeling2009-11-04
| | | | | | unneeded call to version.sh. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23524 a1c6a512-1295-4272-9138-f99709370657
* Remove unused variable.Dominik Riebeling2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23523 a1c6a512-1295-4272-9138-f99709370657
* Clean up mktccboot building. No functional changes.Dominik Riebeling2009-11-04
| | | | | | | | - Adjust the Makefile similar to the changes done in r23520. - Split out the standalone part into a separate source file. - Put telechips.o inside the archive instead of building it separately for rbutil. It is part of mktccboot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23522 a1c6a512-1295-4272-9138-f99709370657
* Fix a possiblity where viewport_set_default left the viewport unchanged. ↵Thomas Martitz2009-11-04
| | | | | | Improve comments a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23521 a1c6a512-1295-4272-9138-f99709370657
* Clean up mkamsboot building. No functional changes.Dominik Riebeling2009-11-04
| | | | | | | - split out standalone functions to a separate file. - adjust and clean up Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23520 a1c6a512-1295-4272-9138-f99709370657