index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
statusbar.h
Age
Commit message (
Expand
)
Author
2007-07-05
Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ...
Peter D'Hoye
2007-06-28
Make the time in the statusbar always display --:-- when the RTC isn't set
Nicolas Pennequin
2007-04-15
Revert recording/repeat timer for now. It is useful as a feature, but didn't ...
Jens Arnold
2007-04-15
Recording countdown timer and repeat timer - see FS #6297 for more details
Martin Scarratt
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
2007-02-24
Make private functions 'static'.
Nils Wallménius
2007-02-18
CONFIG_CHARGING
Jonathan Gordon
2007-02-18
Do the CONFIG_LED define
Jonathan Gordon
2007-02-17
Fix most (all?) CONFIG_LED warnings.
Magnus Holmgren
2007-02-01
FS#4770 - Add USB charging for the H300 series
Steve Bavin
2006-09-02
Display bitrate (Q value for Archos), samplerate, channels and recording form...
Martin Scarratt
2006-06-06
Work-in-progress rework of charging status reading & display: * Changed sever...
Jens Arnold
2006-03-13
Charging state reporting for iriver players. Values calibrated with
Miika Pekkarinen
2005-12-07
Simplified and uniform volume handling: * Volume setting in dB on all targets...
Jens Arnold
2005-12-04
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...
Dave Chapman
2005-11-24
Fixed disk icon display in remote status bar on iriver. * Rolled back led.c c...
Jens Arnold
2005-11-22
Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...
Kevin Ferrare
2005-11-22
Added multi-screen support for quickscreen (mostly rewritten from scratch) an...
Kevin Ferrare
2005-11-21
Fixed crash with early USB. The USB screen already uses some of the new GUI c...
Jens Arnold
2005-11-20
removed old statusbar and buttonbar code
Kevin Ferrare
2005-11-02
*** empty log message ***
Kevin Ferrare
2005-10-30
Partial menus support on remote (only browsing is working, changing option is...
Kevin Ferrare
2005-10-30
Corrected a bug on archos with buttonbar which was erased when filetree refre...
Kevin Ferrare
2005-10-29
Some changes to the remote code : some one lines function turned into macros ...
Kevin Ferrare
2005-10-28
Changed some fn names, also corrected a bug with fonts and made the filetree ...
Kevin Ferrare
2005-10-28
Fixed Ondio and V2/FM compiling problems from the multiscreen patch
Linus Nielsen Feltzing
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing