summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/dbinterface.c (follow)
Commit message (Collapse)AuthorAge
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* "Next/Previous jpeg from within the JPEG viewer" addition by Alexander ↵Hristo Kovachev2006-02-18
| | | | | | | | | Spyridakis, modified a bit by me Also tries to use the plugin buffer instead of the audio buffer on the platforms with more than 130kb plugin buffer size (thus not stopping the music playback). If the free buffer from the plugin buffer is not enough, asks for stopping playback. Needs a little more work, but seems stable as it is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8728 a1c6a512-1295-4272-9138-f99709370657
* First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk2005-07-01
| | | | | | | 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
* Database v3 support.. works with the new format, new fields aren't getting ↵Michiel Van Der Kolk2005-06-05
| | | | | | used yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6573 a1c6a512-1295-4272-9138-f99709370657
* Autorating should work now. at least. it would. but there is no runtime data ↵Michiel Van Der Kolk2005-05-11
| | | | | | to work with (yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6455 a1c6a512-1295-4272-9138-f99709370657
* Code policy...Michiel Van Der Kolk2005-04-29
| | | | | | | Removed tokentool for now since this is not the proper place, but what is? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6383 a1c6a512-1295-4272-9138-f99709370657
* dumb dumb dumb dumb dumb.....Michiel Van Der Kolk2005-04-28
| | | | | | | | | some rearrangements of code.. bugs were in the tokentool tokenstream generator X.x.. dumb :/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6380 a1c6a512-1295-4272-9138-f99709370657
* Better endian functions for reading longs/shortsMichiel Van Der Kolk2005-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6371 a1c6a512-1295-4272-9138-f99709370657
* Proper headers, simulator support should (emphasis on should) work.Michiel Van Der Kolk2005-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6370 a1c6a512-1295-4272-9138-f99709370657
* Search engine core for database v2, has an hardcoded "songs for year >= 1980 ↵Michiel Van Der Kolk2005-04-28
and year < 1990" at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6367 a1c6a512-1295-4272-9138-f99709370657