summaryrefslogtreecommitdiffstats
path: root/apps/dbtree.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-3/+1
2005-12-05kill gcc4 warningsDaniel Stenberg1-14/+14
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-1/+1
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-2/+3
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing1-33/+34
2005-08-30Added ID3 database support for individual tracks in the context menuLinus Nielsen Feltzing1-0/+16
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-2/+2
2005-05-17Added the 'only return to root if current dir no longer exists' functionality...Jens Arnold1-1/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-2/+3
2005-04-26merf. oops.Michiel Van Der Kolk1-2/+2
2005-04-26Restructurizing database code, seperating database code from dbtree code,Michiel Van Der Kolk1-149/+53
2005-04-26ID3DB: Reload database when returning from USB mode. Fixed reload_root issue ...Jens Arnold1-2/+9
2005-04-25Fixed bad directory length when browsing "all files" for an artist, with not ...Michiel Van Der Kolk1-0/+3
2005-04-25(Tag) Database v2. this fixes all bugs in the old songdb.pl, should react likeMichiel Van Der Kolk1-39/+60
2005-02-12long policyJean-Philippe Bernardy1-8/+8
2005-02-02Forgot to add playing <All songs> list...Björn Stenberg1-1/+2
2005-02-01Added an <All songs> virtual folder to artist album listBjörn Stenberg1-19/+45
2005-01-29Proper workaround for cygwin not defining LITTLE_ENDIAN. This is needed in mo...Jens Arnold1-1/+6
2005-01-28Replaced htonl() with a more portable byteswap macro.Björn Stenberg1-3/+5
2005-01-27Added ID3 searchingBjörn Stenberg1-42/+154
2005-01-20Added music playing from ID3 browser.Björn Stenberg1-14/+61
2005-01-19Added a virtual 'Artists,Albums,Songs' root folder in ID3 browserBjörn Stenberg1-17/+38
2005-01-19Corrected name buffer limit checkBjörn Stenberg1-2/+1
2005-01-18Added support for very large tables in ID3 database.Björn Stenberg1-36/+45
2005-01-18Player: Return the correct icon for id3 database browsing.Jens Arnold1-2/+13
2005-01-17No files in dir if database not initialised.Björn Stenberg1-0/+1
2005-01-17Corrected copyright yearBjörn Stenberg1-1/+1
2005-01-17Added some consistency checksBjörn Stenberg1-2/+32
2005-01-17Added ID3 database support. Still very early.Björn Stenberg1-0/+343