summaryrefslogtreecommitdiff
path: root/apps/database.c
AgeCommit message (Collapse)Author
2005-08-18Preparation for runtimedb hookup on archos: don't pass software playback ↵Jens Arnold
system specific structures. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7345 a1c6a512-1295-4272-9138-f99709370657
2005-07-04song rating support.. should probably be moved with browse id3 to a "song ↵Michiel Van Der Kolk
options" submenu in the wps context menu... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7013 a1c6a512-1295-4272-9138-f99709370657
2005-07-03forgot about the shutdown event hooks..Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7004 a1c6a512-1295-4272-9138-f99709370657
2005-07-03disable on archos units till the events are implementedMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7003 a1c6a512-1295-4272-9138-f99709370657
2005-07-03mrf... okay, i feel better now... findrundbentry does more than just check.. ↵Michiel Van Der Kolk
it has to be called... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7002 a1c6a512-1295-4272-9138-f99709370657
2005-07-03fixed the warning on an empty block slightly differently (and added some whiteDaniel Stenberg
space while at it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7001 a1c6a512-1295-4272-9138-f99709370657
2005-07-03no time. i hate people trying to force me when i have no time and i'm stressed.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7000 a1c6a512-1295-4272-9138-f99709370657
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6999 a1c6a512-1295-4272-9138-f99709370657
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init ↵Jens Arnold
to a more appropriate place and added proper USB handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6984 a1c6a512-1295-4272-9138-f99709370657
2005-07-02long.. not int.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6983 a1c6a512-1295-4272-9138-f99709370657
2005-07-01disable compiling of (for now) unused codeMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657
2005-07-01code police stand-inDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6976 a1c6a512-1295-4272-9138-f99709370657
2005-07-01warnings fixed....Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6972 a1c6a512-1295-4272-9138-f99709370657
2005-07-01No audio track changed event on archos yet, someone please implement this.Michiel Van Der Kolk
Disabled runtime database on archos for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6970 a1c6a512-1295-4272-9138-f99709370657
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk
which is still rather crude; playcount gets increased even if the song started playback but was skipped... track rating should be trivial to add, autorating also works since its based on playcount. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6969 a1c6a512-1295-4272-9138-f99709370657
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-04-27Obvious optimizations (i wasn't quite awake yet) + Code formatting policy.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6365 a1c6a512-1295-4272-9138-f99709370657
2005-04-27More database maintenance functions..Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6364 a1c6a512-1295-4272-9138-f99709370657
2005-04-26merf. oops.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6360 a1c6a512-1295-4272-9138-f99709370657
2005-04-26Restructurizing database code, seperating database code from dbtree code,Michiel Van Der Kolk
wrote the first basic functions to manipulate fileentries. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6359 a1c6a512-1295-4272-9138-f99709370657