summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* simplify parse_list. don't search for terminating separator or parenthesis ↵Teruaki Kawashima2010-06-09
| | | | | | | | when '-' is set. this change disallows something like %V(0,0,-foo,-,-). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26721 a1c6a512-1295-4272-9138-f99709370657
* keyboard: clean up. remove unneeded #ifdefs.Teruaki Kawashima2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26720 a1c6a512-1295-4272-9138-f99709370657
* text viewer: can select "move to prev/next page" or "move to top page/bottom ↵Yoshihisa Uchida2010-06-09
| | | | | | page" when LEFT/RIGHT key is pressed (narrow mode). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26719 a1c6a512-1295-4272-9138-f99709370657
* fix a fun infinite loop when follow playlist is on and you started playback ↵Jonathan Gordon2010-06-09
| | | | | | from PF and stopped it inside the WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26718 a1c6a512-1295-4272-9138-f99709370657
* a few more HAVE_PICTUREFLOW_INTEGRATIONJonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26717 a1c6a512-1295-4272-9138-f99709370657
* rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more ↵Jonathan Gordon2010-06-09
| | | | | | clear what it is needed for git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26716 a1c6a512-1295-4272-9138-f99709370657
* reclaim most of the delta from the pictureflow commitJonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26715 a1c6a512-1295-4272-9138-f99709370657
* remainder of FS#11270 - bug fixes and updates for picureflowJonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26713 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give ↵Andree Buschmann2010-06-09
| | | | | | reasonable speed-up (+3% on PP502x) for svn and major speed-up when switching to eabi tool chain (+9% on PP502x). Coldfire was tested to be faster when keeping -O1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26712 a1c6a512-1295-4272-9138-f99709370657
* fix errorsJonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26711 a1c6a512-1295-4272-9138-f99709370657
* FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657
* fix - not being accepted for viewport font.Jonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26699 a1c6a512-1295-4272-9138-f99709370657
* fix %pb and other progressbars which are shown one line down from where they ↵Jonathan Gordon2010-06-08
| | | | | | should be in viewports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26698 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow and all the shipped themes that show AAJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26697 a1c6a512-1295-4272-9138-f99709370657
* The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon2010-06-08
| | | | | | | | | %CL - load the AA %C - check if AA is avilable %Cd - display the AA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26696 a1c6a512-1295-4272-9138-f99709370657
* change to %Cd to display albumart (instead of %C to make it more consistant ↵Jonathan Gordon2010-06-08
| | | | | | | | | with %Vd/%Vl and %xd/%xl) Also assume ; in skins are for sublines.. this means if you want ; in text you need to manually escape it (%;) far less false positives then git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26693 a1c6a512-1295-4272-9138-f99709370657
* don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp).Teruaki Kawashima2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26689 a1c6a512-1295-4272-9138-f99709370657
* fix yellow.Teruaki Kawashima2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26688 a1c6a512-1295-4272-9138-f99709370657
* add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima2010-06-08
| | | | | | | now dict can scroll the description. it might not show full description if it is too long or memory is not enough. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26687 a1c6a512-1295-4272-9138-f99709370657
* revert r26623.Yoshihisa Uchida2010-06-08
| | | | | | | reason: text file is read by the sort plugin instead of the text viewer plugin. then, text file is broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26686 a1c6a512-1295-4272-9138-f99709370657
* text viewer: 1) fix uisim abends when fonts list is displayed.Yoshihisa Uchida2010-06-08
| | | | | | 2) simplify the logic to change font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26685 a1c6a512-1295-4272-9138-f99709370657
* hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26682 a1c6a512-1295-4272-9138-f99709370657
* Improve accuracy of NR-based fp_sqrt with better initial estimation and ↵Michael Sevakis2010-06-08
| | | | | | using one more bit internally. More reliable early termination. Good enough until better method is completed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26681 a1c6a512-1295-4272-9138-f99709370657
* Slovak language update - FS#11375 by Peter LeckyMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26678 a1c6a512-1295-4272-9138-f99709370657
* Catalan language update and cleanup, FS #11366 by Adrián Cereto MassaguéBertrik Sikken2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26669 a1c6a512-1295-4272-9138-f99709370657
* Update of Czech language - FS#11371 by Marek SalabaMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26662 a1c6a512-1295-4272-9138-f99709370657
* Slovak language update - FS#11350 by Peter LeckyMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26661 a1c6a512-1295-4272-9138-f99709370657
* fix red.Teruaki Kawashima2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26660 a1c6a512-1295-4272-9138-f99709370657
* text viewer: gigabeat f: add buttons to do one line up/down, and one column ↵Teruaki Kawashima2010-06-07
| | | | | | left/right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26659 a1c6a512-1295-4272-9138-f99709370657
* this probably fixes FS#11373Jonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26658 a1c6a512-1295-4272-9138-f99709370657
* text viewer: some fixes related to font.Teruaki Kawashima2010-06-07
| | | | | | | | | | * don't load font if it's not needed. - loading 16-GNU-Unifont seems to take some time. * restore font to settings on exit plugin. * don't allocate buffer on stack for name of fonts in select font menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26657 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11370 - BEWARE when useing viewport colours.Jonathan Gordon2010-06-07
| | | | | | | | | %Vf() and %Vb() need to be straight after the %V() or else the colours wont be set on the viewport (but on the line instead). This means scrolling lines dont work. To make sure the colours are used for the whole viewport dont leave any gaps between %V and %Vf/%Vb. (of course, if you want a single line to be a different colour then use the %Vf as normal. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26656 a1c6a512-1295-4272-9138-f99709370657
* off by one. FS#11369Jonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26655 a1c6a512-1295-4272-9138-f99709370657
* text viewer: can selected scroll by column/scroll by screen for the ↵Yoshihisa Uchida2010-06-07
| | | | | | | | horizontal screen. Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11368 - %V was eating the whole line so the %Vf() and %Vb() tags were ↵Jonathan Gordon2010-06-07
| | | | | | being ignored git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26653 a1c6a512-1295-4272-9138-f99709370657
* make %t workJonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26649 a1c6a512-1295-4272-9138-f99709370657
* make the parser work with the changed %Cl format.Jonathan Gordon2010-06-07
| | | | | | | | | | | %Cl(x, y, width, height [,xalign flag] [, yalign flag]) xalign can be l,c,r (or - to keep default) yalign can be t,c,b xalign must be there if you want to use a yalign flag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26646 a1c6a512-1295-4272-9138-f99709370657
* bahJonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26644 a1c6a512-1295-4272-9138-f99709370657
* this should be the last of the warningsJonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26643 a1c6a512-1295-4272-9138-f99709370657
* fix errorsJonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26642 a1c6a512-1295-4272-9138-f99709370657
* Changeover to the new skin format. SkinBreakingChange in the wiki has the ↵Jonathan Gordon2010-06-07
| | | | | | | | | | | | | | runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657
* Don't initialise disk_* for the sim, and make sure disk.c isn't built at allFrank Gevaerts2010-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26630 a1c6a512-1295-4272-9138-f99709370657
* don't draw the presets on the FM frequency bar, they look like crap. This ↵Jonathan Gordon2010-06-06
| | | | | | will come back when they are configurable shortly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26628 a1c6a512-1295-4272-9138-f99709370657
* Remove card_enable_monitoring() and use a mutex instead. The ↵Frank Gevaerts2010-06-06
| | | | | | card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26627 a1c6a512-1295-4272-9138-f99709370657
* Use SYS_FS_CHANGED and a slight rework in the recalculation of free disk ↵Thomas Martitz2010-06-06
| | | | | | space in the Rockbox Info screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26624 a1c6a512-1295-4272-9138-f99709370657
* FS#9034 - sort viewers.config by plugin name so the open with window is ↵Jonathan Gordon2010-06-06
| | | | | | alphabetically sorted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26623 a1c6a512-1295-4272-9138-f99709370657
* Save the scratchpad state in Sudoku plugin (FS#5737).Dominik Riebeling2010-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26622 a1c6a512-1295-4272-9138-f99709370657
* text viewer: can display the horizontal scroll bar.Yoshihisa Uchida2010-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26620 a1c6a512-1295-4272-9138-f99709370657
* Add the GPIO output-enable bits to the debug screen on PP502xTorne Wuff2010-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26614 a1c6a512-1295-4272-9138-f99709370657
* text viewer: can be selected the number of screens per page.Yoshihisa Uchida2010-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26613 a1c6a512-1295-4272-9138-f99709370657