summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Collapse)Author
2006-03-28Moved main menu button to REC for both file browser and WPSDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9333 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Patch #2854 by David Dent - %bs WPS tag for sleep timerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9303 a1c6a512-1295-4272-9138-f99709370657
2006-03-25Support the recording screen on the LCD remote. Also adds support for the ↵Dan Everton
peakmeter in the rremote WPS. Patch from Martin Scarratt (task 4818). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9246 a1c6a512-1295-4272-9138-f99709370657
2006-03-21Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 ↵Linus Nielsen Feltzing
info screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9156 a1c6a512-1295-4272-9138-f99709370657
2006-03-21Reworked pitch screen for easier adjustment and better looks. Added some ↵Zakk Roberts
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
2006-03-21Fix the iPod button mappings for the settings menus so that Left accepts and ↵Zakk Roberts
leaves the current setting screen instead of Right (Select still works too). This makes more sense and conforms to the config of other targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9144 a1c6a512-1295-4272-9138-f99709370657
2006-03-21Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save ↵Zakk Roberts
the settings in the color picker in addition to Play. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9143 a1c6a512-1295-4272-9138-f99709370657
2006-03-19Added 'Party Mode': Unstoppable playbackBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9114 a1c6a512-1295-4272-9138-f99709370657
2006-03-18Real Time Clock support in the WPSBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9105 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Fix ifdefing for wps hold button tags, enables hold button in wps for ipodBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9052 a1c6a512-1295-4272-9138-f99709370657
2006-03-14Correct a problem with WPS backdrops not loading correctly, and semi-prepare ↵Linus Nielsen Feltzing
for remote WPS backdrops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9035 a1c6a512-1295-4272-9138-f99709370657
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen
1900 mAh Ionity battery; might need recalibration with the stock battery. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9030 a1c6a512-1295-4272-9138-f99709370657
2006-03-12Redesigned F2/F3 quick screens to put each option and its value on its own, ↵Zakk Roberts
scrolling line - fixes the problems with long strings the old design had. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9017 a1c6a512-1295-4272-9138-f99709370657
2006-03-11Patch #4739 by Matthias Mohr - Clear WPS backdrop when loading new WPSLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9007 a1c6a512-1295-4272-9138-f99709370657
2006-03-09Fix player target and sim.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8984 a1c6a512-1295-4272-9138-f99709370657
2006-03-09Reset font before calculating number of lines to display in the list. Fixes ↵Dan Everton
returning to a list display from a plugin that changes the display font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8982 a1c6a512-1295-4272-9138-f99709370657
2006-03-04Woops, that button was already in use on those targets.Tomas Salfischberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8903 a1c6a512-1295-4272-9138-f99709370657
2006-03-04Patch FS#4744 - This patch maps the "Off" button in the pitch screen to ↵Tomas Salfischberger
reset the playing speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8902 a1c6a512-1295-4272-9138-f99709370657
2006-03-04Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected ↵Zakk Roberts
for foreground and background. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8900 a1c6a512-1295-4272-9138-f99709370657
2006-03-02Improved battery status reporting for units which support usb power / chargeBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8886 a1c6a512-1295-4272-9138-f99709370657
2006-03-02gigabeat related changesMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657
2006-02-26Significantly reduce memory waste by reducing the wps image buffer. The new ↵Jens Arnold
size still allows to cover the whole screen once with native bitmaps, plus twice with mono bitmaps, not counting the backdrop. Regains ~33KB on archos and ~220KB on H300. It's still a waste on dual-LCD targets because the two buffers are equal in size, despite one LCD being of much lower resolution + colour depth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8849 a1c6a512-1295-4272-9138-f99709370657
2006-02-26Add iaudio x5 support to the color pickerDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8844 a1c6a512-1295-4272-9138-f99709370657
2006-02-26Correct the id stringHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8841 a1c6a512-1295-4272-9138-f99709370657
2006-02-26Foreground/Background colour settings. Based on patch #3050 by Jonathan ↵Dave Chapman
Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8840 a1c6a512-1295-4272-9138-f99709370657
2006-02-24first gigabeat commitMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8828 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ↵Jens Arnold
application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8738 a1c6a512-1295-4272-9138-f99709370657
2006-02-13Don't leave whitespace on last screen when in paged scrolling mode.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8685 a1c6a512-1295-4272-9138-f99709370657
2006-02-13Add paged scrolling option. Really helps when scrolling through large lists ↵Dan Everton
on targets with slow LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8682 a1c6a512-1295-4272-9138-f99709370657
2006-02-12Patch from NicolasP (1429312) plus changes from me * Don't show old position ↵Brandon Low
after seeking * Don't show pause after seeking * Quicker seek complete git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8666 a1c6a512-1295-4272-9138-f99709370657
2006-02-10iPod - Change button mapping to use PLAY to select YES in the yes/no screen ↵Dave Chapman
(e.g. for file deletion). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8654 a1c6a512-1295-4272-9138-f99709370657
2006-02-10fixed bug that the progress bar did'nt back to normal while changing WPSBen Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8649 a1c6a512-1295-4272-9138-f99709370657
2006-02-10add a bitmap progress bar option + add %P|filename.bmp| tag to the WPSBen Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8648 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Small progressbar fixes: Fix vertical positioning (when using non-default ↵Magnus Holmgren
height). Add some checks for a reasonable size, as bad values can cause problems. Some code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8611 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Use the iPod 4G button mappings for the iPod 3G as well (at least for now)Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8591 a1c6a512-1295-4272-9138-f99709370657
2006-02-02patch #1422861 by Adam Boot - Fix splash() color problemsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8541 a1c6a512-1295-4272-9138-f99709370657
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8540 a1c6a512-1295-4272-9138-f99709370657
2006-02-02Oops - fix the builds broken by the backdrop image patchDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. ↵Dave Chapman
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
2006-02-02iPod: Fix some button-mapping bugs and inconsistenciesDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8531 a1c6a512-1295-4272-9138-f99709370657
2006-02-01WPS tag update for Progress Bar to allow resizing and screen placingBen Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8523 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Reverted the wps image cache as it was causing trouble to users whenMiika Pekkarinen
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
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8504 a1c6a512-1295-4272-9138-f99709370657
2006-01-29Save image format tag in bmp cache also to hopefully fix the colorMiika Pekkarinen
issue. Added also a simple header version check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8487 a1c6a512-1295-4272-9138-f99709370657
2006-01-29Cache wps image files to allow really fast boot.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8483 a1c6a512-1295-4272-9138-f99709370657
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent ↵Linus Nielsen Feltzing
color, not yet working on the H100 series git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8476 a1c6a512-1295-4272-9138-f99709370657
2006-01-28Color BMP supportLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8472 a1c6a512-1295-4272-9138-f99709370657
2006-01-25It's unsigned, no need to check for negativityBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8455 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Add battery voltage that is now exported from the power management as a wps tagBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8454 a1c6a512-1295-4272-9138-f99709370657