summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c (follow)
Commit message (Collapse)AuthorAge
* Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 ↵Linus Nielsen Feltzing2006-03-21
| | | | | | info screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9156 a1c6a512-1295-4272-9138-f99709370657
* Reworked pitch screen for easier adjustment and better looks. Added some ↵Zakk Roberts2006-03-21
| | | | | | button definitions for iPods - coming soon to a Sound Settings menu near you... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9146 a1c6a512-1295-4272-9138-f99709370657
* Added 'Party Mode': Unstoppable playbackBjörn Stenberg2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9114 a1c6a512-1295-4272-9138-f99709370657
* Correct a problem with WPS backdrops not loading correctly, and semi-prepare ↵Linus Nielsen Feltzing2006-03-14
| | | | | | for remote WPS backdrops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9035 a1c6a512-1295-4272-9138-f99709370657
* Patch #4739 by Matthias Mohr - Clear WPS backdrop when loading new WPSLinus Nielsen Feltzing2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9007 a1c6a512-1295-4272-9138-f99709370657
* Woops, that button was already in use on those targets.Tomas Salfischberger2006-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8903 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4744 - This patch maps the "Off" button in the pitch screen to ↵Tomas Salfischberger2006-03-04
| | | | | | reset the playing speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8902 a1c6a512-1295-4272-9138-f99709370657
* fixed bug that the progress bar did'nt back to normal while changing WPSBen Basha2006-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8649 a1c6a512-1295-4272-9138-f99709370657
* add a bitmap progress bar option + add %P|filename.bmp| tag to the WPSBen Basha2006-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8648 a1c6a512-1295-4272-9138-f99709370657
* Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8540 a1c6a512-1295-4272-9138-f99709370657
* Oops - fix the builds broken by the backdrop image patchDave Chapman2006-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657
* Patch #1421422 - Backdrop image patch started by Linus, finished by me. ↵Dave Chapman2006-02-02
| | | | | | Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
* Reverted the wps image cache as it was causing trouble to users whenMiika Pekkarinen2006-02-01
| | | | | | | | updating the image files on disk. Better solution is to be implemented soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8519 a1c6a512-1295-4272-9138-f99709370657
* Cache wps image files to allow really fast boot.Miika Pekkarinen2006-01-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8483 a1c6a512-1295-4272-9138-f99709370657
* Functional AB on iRiver H1x0, and improved button mappings (share the ↵Brandon Low2006-01-25
| | | | | | NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8450 a1c6a512-1295-4272-9138-f99709370657
* AB-repeat mode for software codecs. Accessible through menu as a repeat ↵Brandon Low2006-01-21
| | | | | | mode, with buttom mappings much like those on other rockbox targets for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8409 a1c6a512-1295-4272-9138-f99709370657
* don't display the WPS after loading, it made rockbox crash with some WPS'Marcoen Hirschberg2005-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8209 a1c6a512-1295-4272-9138-f99709370657
* Patch #1367059 by _FireFly_: New wps loader. The wps buffer size can be ↵Magnus Holmgren2005-12-07
| | | | | | reduced now, but it isn't done in this patch. Note that %wd, %we, %x| and %xl now need to be on a line on their own. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8193 a1c6a512-1295-4272-9138-f99709370657
* H300: Enable quick menu in WPS (patch #1375178)Dave Chapman2005-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8187 a1c6a512-1295-4272-9138-f99709370657
* Playback speed changing support for H300.Thom Johansen2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8153 a1c6a512-1295-4272-9138-f99709370657
* Fixed non-working WPS on the player. Removed some TABs.Jens Arnold2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8151 a1c6a512-1295-4272-9138-f99709370657
* Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in ↵Dave Chapman2005-12-04
| | | | | | preparation for targets (H300, iPod) which have a clock (HAVE_RTC) but no general purpose RAM available for settings data (HAVE_RTC_RAM). CONFIG_RTC is used to specify the low-level driver required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8144 a1c6a512-1295-4272-9138-f99709370657
* Use a more proper define. Sorry about that.Thom Johansen2005-11-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8106 a1c6a512-1295-4272-9138-f99709370657
* Playback speed fix: forgot to commit this file.Thom Johansen2005-11-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8105 a1c6a512-1295-4272-9138-f99709370657
* Quick screen patch by _firefly_Christi Scarborough2005-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8065 a1c6a512-1295-4272-9138-f99709370657
* Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch ↵Kevin Ferrare2005-11-22
| | | | | | for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8044 a1c6a512-1295-4272-9138-f99709370657
* Added multi-screen support for quickscreen (mostly rewritten from scratch) ↵Kevin Ferrare2005-11-22
| | | | | | and USB screen ; just looking at the hour makes me think it could be buggy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8039 a1c6a512-1295-4272-9138-f99709370657
* Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable ↵Kevin Ferrare2005-11-20
| | | | | | statusbar in wps mode independantly from the global setting) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8015 a1c6a512-1295-4272-9138-f99709370657
* When fixing things is it better to do it in a way that causes them to ↵Christi Scarborough2005-11-18
| | | | | | actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
* not staticDaniel Stenberg2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7957 a1c6a512-1295-4272-9138-f99709370657
* Correctly auto-save bookmarks when powering off in the WPSLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7955 a1c6a512-1295-4272-9138-f99709370657
* Missing file headers put back. Code within 80 cols. Code policed indentingDaniel Stenberg2005-11-18
| | | | | | | | and style. Simplified struct levels. #if 0'ed unused functions. Made private stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7954 a1c6a512-1295-4272-9138-f99709370657
* And the rest of the files tooChristi Scarborough2005-11-17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7935 a1c6a512-1295-4272-9138-f99709370657