summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* 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
* 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
* Updated Swedish translation and some minor fixes.Magnus Holmgren2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23519 a1c6a512-1295-4272-9138-f99709370657
* Compressor: simplify makeup gain setting, expand release range, finally ↵Jeffrey Goode2009-11-04
| | | | | | provide documention in the manual! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23518 a1c6a512-1295-4272-9138-f99709370657
* FS#10649: calendar: make it selectable what day is first day of week.Teruaki Kawashima2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23516 a1c6a512-1295-4272-9138-f99709370657
* Fix volume change in wps. %mv tag keeped showing volume is changed if volume ↵Teruaki Kawashima2009-11-04
| | | | | | is changed in wps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23515 a1c6a512-1295-4272-9138-f99709370657
* Fix player yellows and reds. I'm not sure why viewport.c was never compiled ↵Thomas Martitz2009-11-04
| | | | | | for charcell. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23513 a1c6a512-1295-4272-9138-f99709370657
* Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23512 a1c6a512-1295-4272-9138-f99709370657
* Reorder a bit in viewport.c so that we don't need stubs for checkwps.Thomas Martitz2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23511 a1c6a512-1295-4272-9138-f99709370657
* fix charcell yellowJonathan Gordon2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23509 a1c6a512-1295-4272-9138-f99709370657
* Fix the WPS to work properly with the statusbar for the previous change.. ↵Jonathan Gordon2009-11-04
| | | | | | Side effect is it fixes FS#10721 where %pb didnt work git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23508 a1c6a512-1295-4272-9138-f99709370657
* Fix viewport "UI area" to work based on what was agreed on last week in the ↵Jonathan Gordon2009-11-04
| | | | | | | | | | | | mailing lists and IRC: * viewport_set_defaults() will always set the viewport to the intersection of the user setting and any sbs set user viewport * viewport_set_fullscreen() will always set the viewport to the full display, take care to disable the statusbars if you use this! This patch is from FS#10709 and contains code which will be removed once the current inbuilt statusbar is finally removed. This *may* break themes which dont use the %we or %wd token.. follow up commit to fix this coming... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23507 a1c6a512-1295-4272-9138-f99709370657
* Clarify track transition code in pcmbuf and playback. No functional changes yet.Jeffrey Goode2009-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23506 a1c6a512-1295-4272-9138-f99709370657
* Makes sure codec API builds correctly if ROCKBOX_HAS_LOGF is definedJeffrey Goode2009-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23501 a1c6a512-1295-4272-9138-f99709370657
* FS#9728: Battery current measuring on the Video iPodTorne Wuff2009-11-03
| | | | | | | | | Patch by Boris Gjenero. Displays the current flowing into or out of the battery on the ipodvideo. Other ipods do not appear to have this ADC channel connected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23500 a1c6a512-1295-4272-9138-f99709370657
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23497 a1c6a512-1295-4272-9138-f99709370657
* root_menu() can't return, tell gcc about itRafaël Carré2009-11-03
| | | | | | | | | Since it can't return, app_main() can't either, tell gcc about it. Remove dead archos code (present if root_menu() would return erroneously), and rename app_main() to main() on target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23494 a1c6a512-1295-4272-9138-f99709370657
* brickmania: fix scrollwheel useRafaël Carré2009-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23492 a1c6a512-1295-4272-9138-f99709370657
* Initial recording screen skin support (usable in .sbs skins only for now)Jonathan Gordon2009-11-03
| | | | | | | | | | | | | | | new skin tokens: %Rp - does the target have recording? %Rf - samplerate %Re - encoder %Rb - bitrate %Rm - mono/stereo Please put all bugs from these (which very probably dont work 100%) into FS#10755. And someone who knows how the recoding capabilities work please look this over... ideally the same value should be returned for the middle three tags no matter what the capabilities of the target are. CustomWPS on the wiki for more details git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23491 a1c6a512-1295-4272-9138-f99709370657
* Add touchscreen WPS actions for volume up/down (using a button rather than ↵Rob Purchase2009-11-02
| | | | | | the slider). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23488 a1c6a512-1295-4272-9138-f99709370657
* Playback.c: Eliminate repetitive watermark calculation when the buffer is ↵Jeffrey Goode2009-11-02
| | | | | | idle. Also fix evil comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23487 a1c6a512-1295-4272-9138-f99709370657
* Tweak logf statementsJeffrey Goode2009-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23486 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ↵Karl Kurbjun2009-11-02
| | | | | | transfers has been fixed. Buffers that are not initially short aligned are also now supported. Enable USB HID mouse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23483 a1c6a512-1295-4272-9138-f99709370657
* Rework how feature skin tags work (%cc currently) when used conditionally ↵Thomas Martitz2009-11-01
| | | | | | | | | | (i.e. to detect a feature). If the feature is known to be unavailable at compile time or runtime detected, then let parsing skip over the true case. That enables parsing skins that properly put tags not available on a target within these tags. In the past the true case was parsed even if never could be true, which led to unexpected parsing failures. Parsing %cc<%St|time format|[..]|> is now possible on target where that setting doesn't exist (the %St parser wold fail). More of these tags are to be added, for example to indicate fm radio or recording capabilities. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23479 a1c6a512-1295-4272-9138-f99709370657
* Revert r23474 "new skin token: %cx - 24 hour time format enabled in the ↵Rafaël Carré2009-11-01
| | | | | | | | setting.. e.g %?cx<24 hour|12 hour>" Committed accidentally with a svn/git desynch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23475 a1c6a512-1295-4272-9138-f99709370657
* new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Rafaël Carré2009-11-01
| | | | | | %?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23474 a1c6a512-1295-4272-9138-f99709370657
* revert that last checkin... something better is coming Jonathan Gordon2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23473 a1c6a512-1295-4272-9138-f99709370657
* new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Jonathan Gordon2009-11-01
| | | | | | %?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23472 a1c6a512-1295-4272-9138-f99709370657
* Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to ↵Jeffrey Goode2009-11-01
| | | | | | leftover samples git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23471 a1c6a512-1295-4272-9138-f99709370657
* Move find_viewport() and find_image() to skin_parser.c where the reset of ↵Thomas Martitz2009-11-01
| | | | | | the linked-list handling sits. That enables removing duplicated code from checkwps. Also remove a few stubs in favor having the restart playback mechanism on albumart change #ifdef __PCTOOL__ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23465 a1c6a512-1295-4272-9138-f99709370657
* Show insert_last_shuffled item and queue_last_shuffled item when playlist ↵Teruaki Kawashima2009-11-01
| | | | | | | | file is selected. break long lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23464 a1c6a512-1295-4272-9138-f99709370657
* Fix red - statusbar_position() is a macro.Thomas Martitz2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23462 a1c6a512-1295-4272-9138-f99709370657
* Remove a wps function call from skin engine, hopefully the last one.Thomas Martitz2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23461 a1c6a512-1295-4272-9138-f99709370657
* Cleanup includes a bit.Thomas Martitz2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23459 a1c6a512-1295-4272-9138-f99709370657
* YELLOW ZOMBIES!Jonathan Gordon2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23457 a1c6a512-1295-4272-9138-f99709370657
* haloween night is when red monsters are vanquished right? or is that green ↵Jonathan Gordon2009-11-01
| | | | | | monsters? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23456 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10745 - %mv not working in sbs...Jonathan Gordon2009-11-01
| | | | | | | This fix is as good as we can do, but not perfect. Because the sbs is only updated when a button is pressed it will stay in the "volume changing" state probalby longer than expected.. which isnt terrible, but useful to remember. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23455 a1c6a512-1295-4272-9138-f99709370657
* FS#10620 - fix a bug in bubbles on c200 thanks to Sascha WildeJohannes Schwarz2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23449 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow, againJeffrey Goode2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23447 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow, definesJeffrey Goode2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23446 a1c6a512-1295-4272-9138-f99709370657
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23444 a1c6a512-1295-4272-9138-f99709370657
* Consolidate code duplication in WPS volume changing handling.Thomas Martitz2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23436 a1c6a512-1295-4272-9138-f99709370657
* Remove square brackets from the ID3 Viewer related language strings and ↵Thomas Martitz2009-10-31
| | | | | | generate them at runtime. This makes these lang strings actually usable for WPSes using the %Sx tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23434 a1c6a512-1295-4272-9138-f99709370657
* Fix time display in time menu when time is not valid.Teruaki Kawashima2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23421 a1c6a512-1295-4272-9138-f99709370657
* Update Japanese translation.Teruaki Kawashima2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23419 a1c6a512-1295-4272-9138-f99709370657
* Revert the recording key functionality changes back to before r21034: Both ↵Peter D'Hoye2009-10-29
| | | | | | play and rec start recording. Fixes the Archos recording usability issue. To Do: see which targets have usability issues left. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23414 a1c6a512-1295-4272-9138-f99709370657
* Implement dbg_save_roms for TCC780x.Rob Purchase2009-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23408 a1c6a512-1295-4272-9138-f99709370657
* Only expose pcmbuf_beep on SWCODEC targets (aka fix red).Maurus Cuelenaere2009-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23406 a1c6a512-1295-4272-9138-f99709370657