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
/
dbtree.c
Age
Commit message (
Expand
)
Author
2006-12-12
Remove unused files from the old database.
Jens Arnold
2006-04-01
Thorough .lang rework: Removed all deprecated strings, combined string which ...
Jens Arnold
2005-12-05
kill gcc4 warnings
Daniel Stenberg
2005-11-17
Remote WPS support (and some WPS bugfixes) by Stephan Wezel
Christi Scarborough
2005-11-16
replaced all the splash calls by gui_sync_splash, added some missing remote k...
Kevin Ferrare
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing
2005-08-30
Added ID3 database support for individual tracks in the context menu
Linus Nielsen Feltzing
2005-08-24
Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...
Jens Arnold
2005-05-17
Added the 'only return to root if current dir no longer exists' functionality...
Jens Arnold
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-04-26
merf. oops.
Michiel Van Der Kolk
2005-04-26
Restructurizing database code, seperating database code from dbtree code,
Michiel Van Der Kolk
2005-04-26
ID3DB: Reload database when returning from USB mode. Fixed reload_root issue ...
Jens Arnold
2005-04-25
Fixed bad directory length when browsing "all files" for an artist, with not ...
Michiel Van Der Kolk
2005-04-25
(Tag) Database v2. this fixes all bugs in the old songdb.pl, should react like
Michiel Van Der Kolk
2005-02-12
long policy
Jean-Philippe Bernardy
2005-02-02
Forgot to add playing <All songs> list...
Björn Stenberg
2005-02-01
Added an <All songs> virtual folder to artist album list
Björn Stenberg
2005-01-29
Proper workaround for cygwin not defining LITTLE_ENDIAN. This is needed in mo...
Jens Arnold
2005-01-28
Replaced htonl() with a more portable byteswap macro.
Björn Stenberg
2005-01-27
Added ID3 searching
Björn Stenberg
2005-01-20
Added music playing from ID3 browser.
Björn Stenberg
2005-01-19
Added a virtual 'Artists,Albums,Songs' root folder in ID3 browser
Björn Stenberg
2005-01-19
Corrected name buffer limit check
Björn Stenberg
2005-01-18
Added support for very large tables in ID3 database.
Björn Stenberg
2005-01-18
Player: Return the correct icon for id3 database browsing.
Jens Arnold
2005-01-17
No files in dir if database not initialised.
Björn Stenberg
2005-01-17
Corrected copyright year
Björn Stenberg
2005-01-17
Added some consistency checks
Björn Stenberg
2005-01-17
Added ID3 database support. Still very early.
Björn Stenberg