summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Use singular to make a few strings in the German translation sound a bit ↵Marianne Arnold2009-09-23
| | | | | | more like a setting, corresponding to the initial English change. (still open to suggestions) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22792 a1c6a512-1295-4272-9138-f99709370657
* French translation: minor rewording for one string.Mustapha Senhaji2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22790 a1c6a512-1295-4272-9138-f99709370657
* Update German translation.Marianne Arnold2009-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22786 a1c6a512-1295-4272-9138-f99709370657
* Update Swedish translation.Magnus Holmgren2009-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22784 a1c6a512-1295-4272-9138-f99709370657
* Translation updates:Jonas Häggqvist2009-09-22
| | | | | | | | - Danish by me - Walloon by Stéphane Quertinmont (FS#10369). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22782 a1c6a512-1295-4272-9138-f99709370657
* Show the name of the setting in the WPS debug outputAlexander Levin2009-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22781 a1c6a512-1295-4272-9138-f99709370657
* add the %St setting to the debug output for checkwps/parser.... needs mroe ↵Jonathan Gordon2009-09-22
| | | | | | work to make it more useful git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22780 a1c6a512-1295-4272-9138-f99709370657
* Fix splash on charcell (was wasting 2 precious chars per line since r20870). ↵Jens Arnold2009-09-21
| | | | | | This fixes the volume splash in wps, as it doesn't wrap anymore, but it's not a proper fix. The real problem is that the 2nd line of the default WPS updates immediately. The ultimate fix would be to get rid of the special charcell handling and use a VP in the WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22775 a1c6a512-1295-4272-9138-f99709370657
* Fix red: remove buffer from IRAMJeffrey Goode2009-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22773 a1c6a512-1295-4272-9138-f99709370657
* Potential fix for FS#10572: limiter + time stretch produces garbage outputJeffrey Goode2009-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22772 a1c6a512-1295-4272-9138-f99709370657
* Clarify the unit of note frequencyAlexander Levin2009-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22760 a1c6a512-1295-4272-9138-f99709370657
* Pitch Detector: group note related data togetherAlexander Levin2009-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22758 a1c6a512-1295-4272-9138-f99709370657
* Pitch Detector: use special functions for choosing bool valuesAlexander Levin2009-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22755 a1c6a512-1295-4272-9138-f99709370657
* Pitch Detector: add the possibility to set the reference frequency of A ↵Alexander Levin2009-09-20
| | | | | | (last part of FS#8768) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22753 a1c6a512-1295-4272-9138-f99709370657
* Redraw the list after exiting the context menu to get rid of various ↵Thomas Martitz2009-09-20
| | | | | | non-blocking splashes in it if custom ui vp is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22744 a1c6a512-1295-4272-9138-f99709370657
* And also redraw the statusbar after resetting the colors.Thomas Martitz2009-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22742 a1c6a512-1295-4272-9138-f99709370657
* Fix the statusbar to redraw after changing colors in the color picker screen.Thomas Martitz2009-09-19
| | | | | | That send_event() should be within settings_apply() actually, but making that work is more involved, so it should be done after the release. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22741 a1c6a512-1295-4272-9138-f99709370657
* Performance improvement in limiter, about 2%Jeffrey Goode2009-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22735 a1c6a512-1295-4272-9138-f99709370657
* Actually fix AA display... previous commit was borkedJonathan Gordon2009-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22728 a1c6a512-1295-4272-9138-f99709370657
* FS#10602 - show the viewport label instead of an int in the debug outputJonathan Gordon2009-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22727 a1c6a512-1295-4272-9138-f99709370657
* fix FS#10599 and do r22721 a slightly better way. the %C tag is internally ↵Jonathan Gordon2009-09-18
| | | | | | converted to a different token for display and conditional check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22726 a1c6a512-1295-4272-9138-f99709370657
* Fix subtle bug in limiterJeffrey Goode2009-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22725 a1c6a512-1295-4272-9138-f99709370657
* Wormlet: Fix food and argh possibly overlapping each other.Thomas Martitz2009-09-17
| | | | | | | Flyspray: FS#10589 Author: Asael Reiter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22724 a1c6a512-1295-4272-9138-f99709370657
* Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ↵Thomas Martitz2009-09-17
| | | | | | draw (noticed in FS#10596). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22721 a1c6a512-1295-4272-9138-f99709370657
* Fix delay when seeking using the touchscreen by adding a pause/unpause.Rob Purchase2009-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22720 a1c6a512-1295-4272-9138-f99709370657
* Rename Starting Level to Snake Speed, save the last selected speed, remove ↵Johannes Schwarz2009-09-17
| | | | | | highscore list, and clean up the code a little bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22719 a1c6a512-1295-4272-9138-f99709370657
* Blackjack: Fix keymap for Gigabeat F as button 'A' and button 'Select' were ↵Mohamed Tarek2009-09-13
| | | | | | swapped. (FS#10563 by Clément Pit-Claudel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22698 a1c6a512-1295-4272-9138-f99709370657
* Jpeg Viewer: Add support for Vertical StridesKarl Kurbjun2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22697 a1c6a512-1295-4272-9138-f99709370657
* Get rid of some of the code duplication from checkwps, it still duplicates a ↵Thomas Martitz2009-09-13
| | | | | | lot though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
* Remove some trailing whitespaces in in the skin engine files.Thomas Martitz2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22694 a1c6a512-1295-4272-9138-f99709370657
* Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a ↵Thomas Martitz2009-09-13
| | | | | | .wps (see FS#10596). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22693 a1c6a512-1295-4272-9138-f99709370657
* FS#10586: fix c200/c200v2 keymap for moving left/right in the Time&Date menu ↵Bertrik Sikken2009-09-13
| | | | | | and for increasing/decreasing in the colour chooser screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22692 a1c6a512-1295-4272-9138-f99709370657
* Another take at quitting with an error messageAlexander Levin2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22691 a1c6a512-1295-4272-9138-f99709370657
* Laying the groundwork for future featuresJeffrey Goode2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
* Revert everything to a workable state until the issue is investigated properlyAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22689 a1c6a512-1295-4272-9138-f99709370657
* Fix redAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22688 a1c6a512-1295-4272-9138-f99709370657
* Quit with an error message if the LCD is not supportedAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22687 a1c6a512-1295-4272-9138-f99709370657
* Fix the pitch detector plugin for iaudioM3Alexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22686 a1c6a512-1295-4272-9138-f99709370657
* UI improvements for the pitch detector (ongoing work by David Johnston from ↵Alexander Levin2009-09-12
| | | | | | FS#8768) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22685 a1c6a512-1295-4272-9138-f99709370657
* Add Vertical stride support to LCD scrolling functions.Karl Kurbjun2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22683 a1c6a512-1295-4272-9138-f99709370657
* Fix test_sampr for the changes in r22440Jens Arnold2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22682 a1c6a512-1295-4272-9138-f99709370657
* Increase skin buffer on charcell displays so it's actually big enough to ↵Frank Gevaerts2009-09-11
| | | | | | load a wps file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22681 a1c6a512-1295-4272-9138-f99709370657
* Initialize token before using.Teruaki Kawashima2009-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22678 a1c6a512-1295-4272-9138-f99709370657
* iaudio7: keymap, fix some "sticky" keysVitja Makarov2009-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22677 a1c6a512-1295-4272-9138-f99709370657
* Hopefully make the wps debug info more understandable... display tokens the ↵Jonathan Gordon2009-09-11
| | | | | | same way they are displayed... i.e viewports->lines->sublines->tokens git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22672 a1c6a512-1295-4272-9138-f99709370657
* fix the first subline not displaying properlyJonathan Gordon2009-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22668 a1c6a512-1295-4272-9138-f99709370657
* Manual section for the pitch detector (this is just the beginning)Alexander Levin2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22667 a1c6a512-1295-4272-9138-f99709370657
* New plugin: pitch detector (FS#8768) by Michael Lechner and David JohnstonAlexander Levin2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
* Fix/commit FS#10595. A (sub)line could be part of the previous viewport due ↵Thomas Martitz2009-09-08
| | | | | | to a off-by-one bug in the indexing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22662 a1c6a512-1295-4272-9138-f99709370657
* Fix viewport_set_defaults giving the wrong dimensions if the ui vp is ↵Thomas Martitz2009-09-07
| | | | | | overridden (as done in plugins atm), and notify other code if the ui vp was overridden. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22657 a1c6a512-1295-4272-9138-f99709370657